From c51a945ae0cb37fc0958e702d24087db4ad267b8 Mon Sep 17 00:00:00 2001 From: openHAB Build Server Date: Sun, 13 Oct 2024 05:53:40 +0000 Subject: [PATCH] Updated external content (Jenkins build 2336) --- _addons_bindings/fmiweather/readme.md | 11 ++-- _addons_bindings/goecharger/readme.md | 60 ++++++++++--------- .../resources/OH-INF/thing/thing-types.xml | 8 +++ .../resources/OH-INF/thing/thing-types.xml | 10 ++++ installation/openhabian.md | 2 +- 5 files changed, 56 insertions(+), 35 deletions(-) diff --git a/_addons_bindings/fmiweather/readme.md b/_addons_bindings/fmiweather/readme.md index 46a2e15d9..9a46b699c 100644 --- a/_addons_bindings/fmiweather/readme.md +++ b/_addons_bindings/fmiweather/readme.md @@ -45,13 +45,13 @@ The binding automatically discovers weather stations and forecasts for nearby pl ## Thing Configuration -### `observation` thing configuration +### `observation` Thing Configuration | Parameter | Type | Required | Description | Example | | --------- | ---- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | | `fmisid` | text | ✓ | FMI Station ID. You can FMISID of see all weathers stations at [FMI web site](https://en.ilmatieteenlaitos.fi/observation-stations?p_p_id=stationlistingportlet_WAR_fmiwwwweatherportlets&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-4&p_p_col_count=1&_stationlistingportlet_WAR_fmiwwwweatherportlets_stationGroup=WEATHER#station-listing) | `"852678"` for Espoo Nuuksio station | -### `forecast` thing configuration +### `forecast` Thing Configuration | Parameter | Type | Required | Description | Example | | ---------- | ---- | -------- | ---------------------------------------------------------------------------------------------------- | --------------------------------- | @@ -61,7 +61,7 @@ The binding automatically discovers weather stations and forecasts for nearby pl Observation and forecast things provide slightly different details on weather. -### `observation` thing channels +### `observation` Thing Channels Observation channels are grouped in single group, `current`. @@ -84,11 +84,12 @@ You can check the exact observation time by using the `time` channel. To refer to certain channel, use the normal convention `THING_ID:GROUP_ID#CHANNEL_ID`, e.g. `fmiweather:observation:station_874863_Espoo_Tapiola:current#temperature`. -### `forecast` thing channels +### `forecast` Thing Channels Forecast has multiple channel groups, one for each forecasted time. The groups are named as follows: -- `forecastNow`: Forecasted weather for the current time +- `forecast`: Forecasted weather (with time series support) +- `forecastNow`: Forecasted weather for the current time (deprecated, please use `forecast` instead) - `forecastHours01`: Forecasted weather for 1 hours from now - `forecastHours02`: Forecasted weather for 2 hours from now - etc. diff --git a/_addons_bindings/goecharger/readme.md b/_addons_bindings/goecharger/readme.md index f180bac0c..22ef5bd26 100644 --- a/_addons_bindings/goecharger/readme.md +++ b/_addons_bindings/goecharger/readme.md @@ -44,35 +44,37 @@ The apiVersion 2 is only available for go-e Charger with new hardware revision ( ## Channels -Currently available channels are -| Channel ID | Item Type | Description | API version | -|--------------------------|--------------------------|---------------------------------------------------------------|-------------------| -| maxCurrent | Number:ElectricCurrent | Maximum current allowed to use for charging | 1 (r/w), 2 (r/w) | -| maxCurrentTemp | Number:ElectricCurrent | Maximum current temporary (not written to EEPROM) | 1 (r) | -| pwmSignal | String | Signal status for PWM signal | 1 (r), 2 (r) | -| error | String | Error code of charger | 1 (r), 2 (r) | -| voltageL1 | Number:ElectricPotential | Voltage on L1 | 1 (r), 2 (r) | -| voltageL2 | Number:ElectricPotential | Voltage on L2 | 1 (r), 2 (r) | -| voltageL3 | Number:ElectricPotential | Voltage on L3 | 1 (r), 2 (r) | -| currentL1 | Number:ElectricCurrent | Current on L1 | 1 (r), 2 (r) | -| currentL2 | Number:ElectricCurrent | Current on L2 | 1 (r), 2 (r) | -| currentL3 | Number:ElectricCurrent | Current on L3 | 1 (r), 2 (r) | -| powerL1 | Number:Power | Power on L1 | 1 (r), 2 (r) | -| powerL2 | Number:Power | Power on L2 | 1 (r), 2 (r) | -| powerL3 | Number:Power | Power on L2 | 1 (r), 2 (r) | -| powerAll | Number:Power | Power over all three phases | 1 (r), 2 (r) | -| phases | Number | Amount of phases currently used for charging | 1 (r), 2 (r/w) | -| 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-e Charger | 1 (r), 2 (r) | -| temperatureType2Port | Number:Temperature | Temperature of the type 2 port of the go-e Charger | 2 (r) | -| firmware | String | Firmware Version | 1 (r), 2 (r) | -| accessConfiguration | String | Access configuration, for example OPEN, RFID ... | 1 (r/w) | -| forceState | Number | Force state (Neutral=0, Off=1, On=2) | 2 (r/w) | +Currently available channels are: + +| Channel ID | Item Type | Description | API version | +|--------------------------|--------------------------|---------------------------------------------------------------|------------------| +| maxCurrent | Number:ElectricCurrent | Maximum current allowed to use for charging | 1 (r/w), 2 (r/w) | +| maxCurrentTemp | Number:ElectricCurrent | Maximum current temporary (not written to EEPROM) | 1 (r) | +| pwmSignal | String | Signal status for PWM signal | 1 (r), 2 (r) | +| error | String | Error code of charger | 1 (r), 2 (r) | +| voltageL1 | Number:ElectricPotential | Voltage on L1 | 1 (r), 2 (r) | +| voltageL2 | Number:ElectricPotential | Voltage on L2 | 1 (r), 2 (r) | +| voltageL3 | Number:ElectricPotential | Voltage on L3 | 1 (r), 2 (r) | +| currentL1 | Number:ElectricCurrent | Current on L1 | 1 (r), 2 (r) | +| currentL2 | Number:ElectricCurrent | Current on L2 | 1 (r), 2 (r) | +| currentL3 | Number:ElectricCurrent | Current on L3 | 1 (r), 2 (r) | +| powerL1 | Number:Power | Power on L1 | 1 (r), 2 (r) | +| powerL2 | Number:Power | Power on L2 | 1 (r), 2 (r) | +| powerL3 | Number:Power | Power on L2 | 1 (r), 2 (r) | +| powerAll | Number:Power | Power over all three phases | 1 (r), 2 (r) | +| phases | Number | Amount of phases currently used for charging | 1 (r), 2 (r/w) | +| 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-e Charger | 1 (r), 2 (r) | +| temperatureType2Port | Number:Temperature | Temperature of the type 2 port of the go-e Charger | 2 (r) | +| firmware | String | Firmware Version | 1 (r), 2 (r) | +| accessConfiguration | String | Access configuration, for example OPEN, RFID ... | 1 (r/w) | +| forceState | Number | Force state (Neutral=0, Off=1, On=2) | 2 (r/w) | +| awattarMaxPrice | Number | Awattar Max Price in ct | 2 (r/w) | ## Full Example diff --git a/_thing_types/org.openhab.binding.fmiweather/src/main/resources/OH-INF/thing/thing-types.xml b/_thing_types/org.openhab.binding.fmiweather/src/main/resources/OH-INF/thing/thing-types.xml index 5f7c64966..7ce3e14f8 100644 --- a/_thing_types/org.openhab.binding.fmiweather/src/main/resources/OH-INF/thing/thing-types.xml +++ b/_thing_types/org.openhab.binding.fmiweather/src/main/resources/OH-INF/thing/thing-types.xml @@ -28,6 +28,10 @@ Finnish Meteorological Institute (FMI) weather forecast + + + This is the weather forecast + This is the weather forecast for the current time @@ -234,6 +238,10 @@ + + 1 + + diff --git a/_thing_types/org.openhab.binding.goecharger/src/main/resources/OH-INF/thing/thing-types.xml b/_thing_types/org.openhab.binding.goecharger/src/main/resources/OH-INF/thing/thing-types.xml index 4fbb56988..fbb751577 100644 --- a/_thing_types/org.openhab.binding.goecharger/src/main/resources/OH-INF/thing/thing-types.xml +++ b/_thing_types/org.openhab.binding.goecharger/src/main/resources/OH-INF/thing/thing-types.xml @@ -9,6 +9,7 @@ Go-eCharger thing that represents the wallbox configuration and readings + @@ -37,6 +38,10 @@ + + 1 + + @@ -178,6 +183,11 @@ Force state (Neutral=0, Off=1, On=2) + + Number + + + Number:Energy diff --git a/installation/openhabian.md b/installation/openhabian.md index 5fe5d94ed..e376f60fa 100644 --- a/installation/openhabian.md +++ b/installation/openhabian.md @@ -75,7 +75,7 @@ openHABian can run on x86 based systems but on those you need to install the OS Anything else ARM based such as ODroids, OrangePis and the like may work or not. NAS servers such as QNAP and Synology boxes will not work. -We strongly recommend Raspberry Pi 2, 3 or 4 systems that have 1 GB of RAM or more. +We strongly recommend a Raspberry Pi 2 or newer that has 1 GB of RAM or more. RPi 1 and 0/0W just have a single CPU core and only 512 MB of RAM. The RPi0W2 has 4 cores but only 512 MB as well. 512 MB can be sufficient to run a smallish openHAB setup, but it will not be enough to run a full-blown system with many bindings and memory consuming openHABian features/components such as zram or InfluxDB. We do not actively prohibit installation on any hardware, including unsupported systems, but we might skip or deny to install specific extensions such as those memory hungry applications named above.