Updated external content (Jenkins build 1091)
parent
40c2b45b3f
commit
00d33eec2e
|
@ -59,6 +59,7 @@ Currently available channels are
|
|||
| sessionChargeEnergyLimit | Number:Energy | Wallbox stops charging after defined value, disable with 0 | 1 (r/w), 2 (r/w) |
|
||||
| sessionChargedEnergy | Number:Energy | Amount of energy that has been charged in this session | 1 (r), 2 (r) |
|
||||
| totalChargedEnergy | Number:Energy | Amount of energy that has been charged since installation | 1 (r), 2 (r) |
|
||||
| transaction | Number | 0 if no card, otherwise card ID | 2 (r/w) |
|
||||
| allowCharging | Switch | If `ON` charging is allowed | 1 (r/w), 2 (r) |
|
||||
| cableCurrent | Number:ElectricCurrent | Specifies the max current that can be charged with that cable | 1 (r), 2 (r) |
|
||||
| temperature | Number:Temperature | Temperature of the curciuit board of the Go-eCharger | 1 (r), 2 (r) |
|
||||
|
|
|
@ -187,7 +187,7 @@ Group SprinklerSensors "Sensors" (Sprinkler)
|
|||
Group SprinkerForecast "Forecast" (Sprinkler)
|
||||
|
||||
String SprinkerControllerStatus "Status [%s]" (SprinklerController) {channel="hydrawise:controller:myaccount:123456:controller#status"}
|
||||
Number SprinkerControllerLastContact "Last Contact [%d]" (SprinklerController) {channel="hydrawise:controller:myaccount:123456:controller#lastContact"}
|
||||
Number SprinkerControllerLastContact "Last Contact [%d]" (SprinklerController) {channel="hydrawise:controller:myaccount:123456:controller#lastcontact"}
|
||||
|
||||
Switch SprinklerSensor1 "Sprinler Sensor" (SprinklerSensors) {channel="hydrawise:controller:myaccount:123456:sensor1#active"}
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<channel id="powerL2" typeId="pl2"/>
|
||||
<channel id="powerL3" typeId="pl3"/>
|
||||
<channel id="powerAll" typeId="pAll"/>
|
||||
<channel id="transaction" typeId="trx"/>
|
||||
<channel id="allowCharging" typeId="alw"/>
|
||||
<channel id="cableCurrent" typeId="cbl"/>
|
||||
<channel id="firmware" typeId="fmw"/>
|
||||
|
@ -195,6 +196,12 @@
|
|||
<description>Amount of energy that has been charged since installation</description>
|
||||
<state pattern="%.1f %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
<channel-type id="trx">
|
||||
<item-type>Number</item-type>
|
||||
<label>Transaction</label>
|
||||
<description>0 for no card, otherwise card ID</description>
|
||||
<state readOnly="false"/>
|
||||
</channel-type>
|
||||
<channel-type id="alw">
|
||||
<item-type>Switch</item-type>
|
||||
<label>Allow Charging</label>
|
||||
|
|
|
@ -68,13 +68,13 @@
|
|||
<channels>
|
||||
<channel id="name" typeId="name"/>
|
||||
<channel id="summary" typeId="summary"/>
|
||||
<channel id="lastcontacttime" typeId="lastcontacttime"/>
|
||||
<channel id="lastcontact" typeId="lastcontact"/>
|
||||
</channels>
|
||||
</channel-group-type>
|
||||
|
||||
<!-- Controller -->
|
||||
|
||||
<channel-type id="lastcontacttime" advanced="true">
|
||||
<channel-type id="lastcontact" advanced="true">
|
||||
<item-type>DateTime</item-type>
|
||||
<label>Last Contact Time</label>
|
||||
<description>Last contact time of a controller</description>
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
## Raspberry Imager ## August 17, 2022
|
||||
Now openHABian can be selected directly within Raspberry Imager to write the
|
||||
image to an SD card.
|
||||
|
||||
## Zigbee2MQTT ## April 17, 2022
|
||||
Zigbee2MQTT enables to connect a Zigbee-Network via MQTT. Zigbee2MQTT supports
|
||||
a huge number of devices, even many brands with non-standard zigbee-
|
||||
implementations. It profides a web-based configuration interface and a
|
||||
implementations. It provides a web-based configuration interface and a
|
||||
graphical view of the zigbee topology.
|
||||
|
||||
## Electric Vehicle Charge Controller ## April 6, 2022
|
||||
|
|
|
@ -193,8 +193,8 @@ The whole process will take some minutes, then openHAB and all other tools requi
|
|||
|
||||
- Make sure you meet the [hardware prerequisites](#hardware) first
|
||||
- [Prepare your local router](#networking)
|
||||
- [Download the latest "openHABian" SD card image file](https://github.com/openhab/openhabian/releases) (Note: the file is _xz_ compressed)
|
||||
- Write the image to your SD card using the official [Raspberry Pi Imager](https://www.raspberrypi.org/software/). Alternatively, you can use [Etcher](https://www.balena.io/etcher/).
|
||||
- Write the image to your SD card using the official [Raspberry Pi Imager](https://www.raspberrypi.org/software/). openHABian can be selected via 'Other specific purpose OS / Home assistants and home automation'. Choose the 32bit version, it's more efficient !
|
||||
- Alternatively, you can [download the card image file](https://github.com/openhab/openhabian/releases) and use any flash tool such as [Etcher](https://www.balena.io/etcher/).
|
||||
- Optionally, you can change a number of parameters *now* to affect the installation. See this section (https://www.openhab.org/docs/installation/openhabian.html#openhabian-conf). As a beginner or if in doubt what an option does, don't change anything.
|
||||
- Insert the SD card into your Raspberry Pi. Connect your Ethernet or [configure Wi-Fi](#wi-fi-based-setup-notes) if you want to use that. **Do not attach a keyboard**. Power on and wait approximately 15-45 minutes for openHABian to do its magic. The system will be accessible by its IP or via the local DNS name `openhabian` and you can watch the install progress in your browser. If for whatever reason networking does not work, openHABian will launch a [hotspot](#Wi-Fi-Hotspot) so if you see that, something's up with your networking.
|
||||
- Connect to the openHAB UI at [http://openhabian:8080](http://openhabian:8080)
|
||||
|
@ -252,7 +252,7 @@ We strongly recommend you to use the automated install but you actually _can_ wa
|
|||
Start `openhabian-config`.
|
||||
Get the bare minimum you will _need_ installed by selecting menu option 03.
|
||||
To install the recommended components that automated install will get in one go select menu options 33, 32, 31, 11, 12, 15, OpenJDK 11 (in menu option 45), 13, 16, 14, 21, 38, 53, 52.
|
||||
We try to make install options independent of each other but there may be dependencies we are not aware of left so any other order may or may not work.
|
||||
Take care this listing may be outdated. We try to make install options independent of each other but there may be dependencies left we are not aware of so any other order may or may not work.
|
||||
|
||||
➜ Continue at the ["openHABian Configuration Tool"](#openhabian-configuration-tool) chapter below
|
||||
|
||||
|
|
Loading…
Reference in New Issue