diff --git a/Troubleshooting/index.html b/Troubleshooting/index.html index 855351b7..ffe3d4b6 100644 --- a/Troubleshooting/index.html +++ b/Troubleshooting/index.html @@ -1,4 +1,4 @@ - Troubleshooting - EMS-ESP
Skip to content

Troubleshooting

Below are responses to some common problems.

Firmware Installation issues~

Unable to upload via the Web interface~

When uploading the firmware via the Web interface and you see the error "Invalid file extension or incompatible bin file", check that you are using the correct firmware binary file that matches your board and ESP32 chip set. If that is correct, it may be because the firmware is too large for the boot partition, which could be the case when moving from 3.6.5 to 3.7.0 in certain situations. The solution is to use one of the flash tools.

Web Interface shows old data or errors in browser after an update~

This is caused by the browser caching the old files. To fix this, clear the browser cache and reload the page. CTRL-R or CMD-R or F5 on most browsers.

Stability~

EMS-ESP can not connect to the WiFi~

The EMS-ESP is probably in Access Point mode. Look for a wifi SSID ems-esp, connect to this and open a browser to 'http://192.168.4.1'. If you have configured a WiFi client your router would have appointed an IP address via DHCP. You should be able to then connect via https://ems-esp or https://ems-esp.local.

On boards with Ethernet, Ethernet will be disabled if a WiFi SSID exists. If you want to use Ethernet, set this clear this setting.

The LED is constantly flashing~

A fast pulse of the LED means the system is booting or in installation mode. Connect via the WiFi to its Access Point (ems-esp) to complete the configuration.

A slow pulse means either there is no WiFi connection or EMS-ESP cannot read from the EMS bus. In this case go to the Web interface and try a different Tx Mode setting.

See the explanation on what the LED shows.

EMS-ESP often restarts~

A healthy gateway/interface board running EMS-ESP should run happily for long periods without spontaneous restarts so, if yours is restarting by itself at random intervals, then something's not right.

Record how often it crashes and whether there is any relation to activity on the network (e.g. wifi or mqtt reconnecting) or something incoming/outgoing to one of the EMS devices. A good way to spot this is to use Home Assistant or simple MQTT Explorer to watch the system up time.

Things to check:

  • Power down the gateway and check wiring connections are secure. Check that the ESP32, DC-DC converter and any jumpers on the gateway are securely seated onto their connectors.
  • Try powering the gateway from the ESP32's USB socket (check the wiki for how to do this on your particular gateway model). If the restarts stop, then you've got a problem with the external power source (BUS or service jack) or the DC-DC converter inside the gateway.
  • If on WiFi, try reducing the WiFi Tx Power to 10 dBm from the Network Settings page and see if that helps.

The ESP32 has very limited RAM, split between run-time stack and the heap. The heap can quickly become fragmented reducing the maximum size of a buffer, and we use A LOT of buffers to prepare all that lovely JSON files for sending to MQTT and populating the Web pages. When the ESP32 runs out of available it will simply restart itself. Things to check:

  • If the WebUI is accessible, go to System->System Status and look at the Heap. If the Free memory is below 90KB or the Max allocation below 45KB then that may be an issue and you'll need to turn off services, try again and report this. Start by disabling mDNS and SysLog (if running) one by one and see if that helps.
  • Make sure the System Log's Max Buffer Size at System->System Log is at its lowest (25).
  • Each network protocol (Ethernet, Wifi, AP) consumes memory. If you're only using Ethernet (e.g. an BBQKees E32 Gateway) switch off WiFi and the Access Point (use a blank WiFI ssid).
  • If you have many EMS entities use the Customizations page and set any unused entities (shown by having a blank value) to "remove from memory".
  • Go to System->System Log and set the Log Level to INFO. This will make sure you'll see the restart log at the top next time it restarts. It'll show something similar to 2022-12-30 11:58:02.000 INFO 0: [emsesp] Last system reset reason Core0: Software reset CPU, Core1: Software reset CPU.
  • And finally, if none of the above works then the problem is the core processing the incoming telegrams. Try and capture some logs just before it crashes (using SysLog is good for this) and post the information in a new GitHub issue.

EMS-ESP becomes unresponsive~

If EMS-ESP becomes unresponsive and you cannot access the WebUI, follow these steps:

  • Check your network router to see if ems-esp is still active. If you're running a Mesh of WiFi Access Points it may have been roamed to a new location or switched WiFi channels. The work-around for this is to set a BSSID in EMS-ESP (WiFI only).
  • Look at the on-board LED, if you haven't disabled it. If the LED is flashing or solid it means EMS-ESP is still running.
  • Next check the EMS-ESP services. Can you Telnet to port 25 to access the Console? Are MQTT messages still being sent, if enabled?
  • If you're using the Ethernet port, do you see the LED on the port flashing showing traffic in and out?
  • If EMS-ESP has restarted itself check the system logs for the Reset Reason. It will be one of the first messages. See above.
  • Attach the board to a computer via USB, without restarting on powering down EMS-ESP and access the Serial console to see if there are any errors.
  • Lastly, log a GitHub issue with the Support Info and details of your setup.

EMS Data and Connectivity~

Not all EMS devices are recognized~

Experiment with changing the Tx Mode value in the Settings page. The default EMS works for older EMS1.0 systems, EMS2 or EMSPlus systems and HT3 for Junkers/Worcester using the Heatronics protocol.

If you have EMS devices that may not yet be supported by EMS-ESP then use scan or scan deep from the Console to find out their details and then post an enhancement issue on GitHub. Remember the su password is default ems-esp-neo unless this has been changed via the console (passwd) or in the WebUI (Security->Security Settings). For example:

1
+ Troubleshooting - EMS-ESP       

Troubleshooting

Below are responses to some common problems.

Firmware Installation issues~

Unable to upload via the Web interface~

When uploading the firmware via the Web interface and you see the error "Invalid file extension or incompatible bin file", check that you are using the correct firmware binary file that matches your board and ESP32 chip set. If that is correct, it may be because the firmware is too large for the boot partition, which could be the case when moving from 3.6.5 to 3.7.0 in certain situations. The solution is to use one of the flash tools.

Web Interface shows old data or errors in browser after an update~

This is caused by the browser caching the old files. To fix this, clear the browser cache and reload the page. CTRL-R or CMD-R or F5 on most browsers.

Stability~

EMS-ESP can not connect to the WiFi~

The EMS-ESP is probably in Access Point mode. Look for a wifi SSID ems-esp, connect to this and open a browser to 'http://192.168.4.1'. If you have configured a WiFi client your router would have appointed an IP address via DHCP. You should be able to then connect via https://ems-esp or https://ems-esp.local.

On boards with Ethernet, Ethernet will be disabled if a WiFi SSID exists. If you want to use Ethernet, set this clear this setting.

The LED is constantly flashing~

A fast pulse of the LED means the system is booting or in installation mode. Connect via the WiFi to its Access Point (ems-esp) to complete the configuration.

A slow pulse means either there is no WiFi connection or EMS-ESP cannot read from the EMS bus. In this case go to the Web interface and try a different Tx Mode setting.

See the explanation on what the LED shows.

EMS-ESP often restarts~

A healthy gateway/interface board running EMS-ESP should run happily for long periods without spontaneous restarts so, if yours is restarting by itself at random intervals, then something's not right.

Record how often it crashes and whether there is any relation to activity on the network (e.g. wifi or mqtt reconnecting) or something incoming/outgoing to one of the EMS devices. A good way to spot this is to use Home Assistant or simple MQTT Explorer to watch the system up time.

Things to check:

  • Power down the gateway and check wiring connections are secure. Check that the ESP32, DC-DC converter and any jumpers on the gateway are securely seated onto their connectors.
  • Try powering the gateway from the ESP32's USB socket (check the wiki for how to do this on your particular gateway model). If the restarts stop, then you've got a problem with the external power source (BUS or service jack) or the DC-DC converter inside the gateway.
  • If on WiFi, try reducing the WiFi Tx Power to 10 dBm from the Network Settings page and see if that helps.

The ESP32 has very limited RAM, split between run-time stack and the heap. The heap can quickly become fragmented reducing the maximum size of a buffer, and we use A LOT of buffers to prepare all that lovely JSON files for sending to MQTT and populating the Web pages. When the ESP32 runs out of available it will simply restart itself. Things to check:

  • If the WebUI is accessible, go to Status->Hardware and look at the Heap. If the Free memory is below 90KB or the Max allocation below 45KB then that may be an issue and you'll need to turn off services, try again and report this. Start by disabling mDNS and SysLog (if running) one by one and see if that helps.
  • Make sure the System Log's Max Buffer Size at Status->System Log is at its lowest (25).
  • Each network protocol (Ethernet, Wifi, AP) consumes memory. If you're only using Ethernet (e.g. an BBQKees E32 Gateway) switch off WiFi and the Access Point (use a blank WiFI ssid).
  • If you have many EMS entities use the Customizations page and set any unused entities (shown by having a blank value) to "remove from memory".
  • Go to Status->System Log and set the Log Level to INFO. This will make sure you'll see the restart log at the top next time it restarts. It'll show something similar to 2022-12-30 11:58:02.000 INFO 0: [emsesp] Last system reset reason Core0: Software reset CPU, Core1: Software reset CPU.
  • And finally, if none of the above works then the problem is the core processing the incoming telegrams. Try and capture some logs just before it crashes (using SysLog is good for this) and post the information in a new GitHub issue.

EMS-ESP becomes unresponsive~

If EMS-ESP becomes unresponsive and you cannot access the WebUI, follow these steps:

  • Check your network router to see if ems-esp is still active. If you're running a Mesh of WiFi Access Points it may have been roamed to a new location or switched WiFi channels. The work-around for this is to set a BSSID in EMS-ESP (WiFI only).
  • Look at the on-board LED, if you haven't disabled it. If the LED is flashing or solid it means EMS-ESP is still running.
  • Next check the EMS-ESP services. Can you Telnet to port 25 to access the Console? Are MQTT messages still being sent, if enabled?
  • If you're using the Ethernet port, do you see the LED on the port flashing showing traffic in and out?
  • If EMS-ESP has restarted itself check the system logs for the Reset Reason. It will be one of the first messages. See above.
  • Attach the board to a computer via USB, without restarting on powering down EMS-ESP and access the Serial console to see if there are any errors.
  • Lastly, log a GitHub issue with the Support Info and details of your setup.

EMS Data and Connectivity~

Not all EMS devices are recognized~

Experiment with changing the Tx Mode value in the Settings page. The default EMS works for older EMS1.0 systems, EMS2 or EMSPlus systems and HT3 for Junkers/Worcester using the Heatronics protocol.

If you have EMS devices that may not yet be supported by EMS-ESP then use scan or scan deep from the Console to find out their details and then post an enhancement issue on GitHub. Remember the su password is default ems-esp-neo unless this has been changed via the console (passwd) or in the WebUI (Security->Security Settings). For example:

1
 2
 3
 4
@@ -31,4 +31,4 @@
 persistence_location /mosquitto/data/
 log_dest file /mosquitto/log/mosquitto.log
 

To read up more on this visit https://pagefault.blog/2020/02/05/how-to-set-up-persistent-storage-for-mosquitto-mqtt-broker.

An alternative option without using persistance on the MQTT server is to tell EMS-ESP to republish all the Home Assistant MQTT topics. You can do this via the EMS-ESP WebUI from version 3.4 and higher.

Home Assistant~

HA is showing errors like "Received message on illegal discovery topic" or "Template variable warning: 'dict object' has no attribute..."~

This could happen when either upgrading from an earlier EMS-ESP version and some of the device entity names may have changed. Use a tool like MQTTExplorer to remove all the homeassistant/sensor/ems-esp/* and homeassistant/*/ems-esp/* topics from your MQTT broker and restart EMS-ESP.

HA has duplicate entities, prefixed with _2~

See @swa72's fix here.

HA has messed up the names of my entities~

This happens, when HA make changes to MQTT Discovery. There's a nice tool called homeassistant-entity-renamer that can help you fix this.

Specific EMS settings~

Thermostat Date/Time~

The correct format for setting the Thermostat time is:

1
< NTP | dd.mm.yyyy-hh:mm:ss-day(0-6)-dst(0/1) >
-

The thermostat needs a setting of day-of-week and daylight-saving. Bosch day-of-week is Mo-0, Su-6, unlike unix-time.

If you have enabled NTP you can just enter "NTP" and the ntp time is set to the thermostat.

With NTP enabled the thermostat clock is also automatically set by EMS-ESP if it differs from the ntp time.

Pay attention to whether or not you want to enable daylight-saving time. This should be consistent with the setting on your thermostat.


Last update: November 1, 2024
Back to top
\ No newline at end of file +

The thermostat needs a setting of day-of-week and daylight-saving. Bosch day-of-week is Mo-0, Su-6, unlike unix-time.

If you have enabled NTP you can just enter "NTP" and the ntp time is set to the thermostat.

With NTP enabled the thermostat clock is also automatically set by EMS-ESP if it differs from the ntp time.

Pay attention to whether or not you want to enable daylight-saving time. This should be consistent with the setting on your thermostat.


Last update: November 2, 2024
Back to top
\ No newline at end of file diff --git a/Version-Release-History/index.html b/Version-Release-History/index.html index 6f6d9b53..51eba0f6 100644 --- a/Version-Release-History/index.html +++ b/Version-Release-History/index.html @@ -1 +1 @@ - Version Release History - EMS-ESP
Skip to content

Version Release History

This lists the Change Log for only the rolled-up major versions since v3's primary release in March 2021. For a list of all releases and their fixes, changes and new features see the latest dev Change Log.

[3.7.0] - October 27 2024~

IMPORTANT! BREAKING CHANGES with 3.6.5

  • "ww" and "wwc" has been renamed to "dhw". It is nested JSON object in both the MQTT and API outputs. The old prefix has also been removed from MQTT topics (#1634). This will impact historical data in home automation systems like Home Assistant and IOBroker. To preserve the current value of dhw energy (was previously nrgww) refer to this issue #1938.
  • dhw entities from the MM100/SM100 have been moved under a new Device called 'water'.
  • The automatically generated temperature sensor ID has replaced dashes (-) with underscores (_) to be compatible with Home Assistant.
  • api/system/info has it's JSON key names changed to camelCase syntax.

For more details go to www.emsesp.org.

Added

  • some more entities for dhw with SM100 module
  • thermostat second dhw circuit #1634
  • remote thermostat emulation for RC100H, RC200 and FB10 #1287, #1602, #1551
  • heatpump dhw stop temperatures #1624
  • reset history #1695
  • heatpump entities fan and shutdown #1690
  • mqtt HA-mode 3 for v3.6 compatible HA entities, set on update v3.6->v3.7
  • HP input states #1723
  • holiday settings for rego 3000 #1735
  • Added scripts for OTA (scripts/upload.py and upload_cli.py) #1738
  • timeout for remote thermostat emulation #1680, #1774
  • CR120 thermostat as own model() #1779
  • modules - external linkable module library #1778
  • scheduler onChange and Conditions #1806
  • make remote control timeout editable #1774
  • added extra pump characteristics (mode and pressure for EMS+) by @SLTKA #1802
  • allow device name to be customized #1174
  • Modbus support by @mheyse #1744
  • System Message command #1854
  • scheduler can use web get/post for values and commands #1806
  • RT800 remote emulation #1867
  • RC310 cooling parameters #1857
  • command api/device/entities #1897
  • switchprogmode #1903
  • autodetect and download firmware upgrades via the WebUI
  • command 'show log' that lists out the current weblog buffer, showing last messages.
  • default web log buffer to 25 lines for ESP32s with no PSRAM
  • try and determine correct board profile if none is set during boot
  • auto Scroll in WebLog UI - reduced delay so incoming logs are faster
  • uploading custom support info, shown to Guest users in Help page #2054
  • feature: Dashboard showing all data (favorites, sensors, custom) #1958
  • entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 #2088
  • internal ESP32 temperature sensor on the S3 #2077
  • MQTT status topic (used in connect and last will) set to Retain #2086
  • Czech language 2096
  • Developer Mode and send EMS Read Commands from WebUI #2116
  • Scheduler functions #2115
  • Set device custom name from telegram 0x01 #2073

Fixed

  • remote thermostat emulation for RC200 on Rego2000/3000 thermostats #1691
  • log shows data for F7/F9 requests
  • Detection of LittleFS for factory setting wasn't working
  • Check for bad GPIOs with Ethernet before the ethernet is initialized
  • Show values with factor 50 on webUI #2064
  • Rendering of values between -1 and 0
  • Value for 32bit times not-set #2109

Changed

  • use flag for BC400 compatible thermostats, manage different mode settings
  • use factory partition for 16M flash
  • store digital out states to nvs
  • Refresh UI - moving settings to one location #1665
  • rename DeviceValueTypes, add UINT32 for custom entities
  • dynamic register dhw circuits for thermostat
  • removed OTA feature #1738
  • added shower min duration #1801
  • Include TXT file along with the generated CSV for Device Data export/download
  • thermostat/remotetemp as command #1835
  • temperaturesensor id notation with underscore #1794
  • Change key-names in JSON to be compliant and consistent #1860
  • Updates to webUI #1920
  • Correct firmware naming #1933 #1933
  • Don't start Serial console if not connected to a Serial port. Will initiate manually after a CTRL-C/CTRL-S
  • WebLog UI matches color schema of the terminal console correctly
  • Updated Web libraries, ArduinoJson
  • Help page doesn't show detailed tech info if the user is not 'admin' role #2054
  • removed system command allvalues and moved to an action called export
  • Show ems-esp internal devices in device list of system/info
  • Scheduler and mqtt run async on systems with psram
  • Show IPv6 address type (local/global/ula) in log

3.6.5 - March 23 2024~

Added

  • thermostat boost mode and boost time #1446
  • heatpump energy meters #1463
  • heatpump max power #1475
  • checkbox for MQTT-TLS enable #1474
  • added SK (Slovak) language. Thanks @misa1515
  • CPU info #1497
  • Show network hostname in Web UI under Network Status
  • Improved HA Discovery so each section (EMS device, Scheduler, Analog, Temperature, Custom, Shower) have their own section
  • boiler Bosch C1200W, id 12, #1536
  • mixer MM100 telegram 0x2CC #1554
  • boiler hpSetDiffPressure #1563
  • custom variables #1423
  • weather compensation #1642
  • env and partitions for DevKitC-1-N32R8 #1635
  • command restart partitionname and button long press to start with other partition #1657
  • command set service <mqtt|ota|ntp|ap> <enable|disable> #1663

Fixed

  • exhaust temperature for some boilers
  • add back boil2hyst #1477
  • subscribed MQTT topics not detecting changes by EMS-ESP #1494
  • changed HA name and grouping to be consistent #1528
  • MQTT autodiscovery in Domoticz not working #1360
  • dhw comfort for new ems+, #1495
  • added writeable icon to Web's Custom Entity page for each entity shown in the table
  • Wifi Tx Power not adjusted #1614
  • MQTT discovery of custom entity doesn't consider type of data #1587
  • WiFi TxPower wasn't correctly used. Added an 'Auto' setting, which is the default.
  • dns w/wo IPv6 #1644

Changed

  • HA don't set entity_category to Diagnostic/Configuration for EMS entities #1459
  • upgraded ArduinoJson to 7.0.0 #1538 and then 7.0.2
  • small changes to the API for analog and temperature sensors
  • Length of mqtt Broker address #1619
  • C++ optimizations - see https://github.com/emsesp/EMS-ESP32/pull/1615
  • Send MQTT heartbeat immediately after connection #1628
  • 16MB partitions with second nvs, larger FS, Coredump, optional factory partition
  • stop fetching empty telegrams after 5 min

3.6.4 - November 24 2023~

Added

  • humidity for ventilation devices
  • telegrams for RC100H, hc2, etc. (seen on discord, not tested)
  • names for BC400, GB192i.2, read temperatures for low loss header and heatblock #1317
  • option for forceheatingoff #1262
  • remote thermostat emulation RC100H for RC3xx #1278
  • shower_data MQTT payload contains the timestamp #1329
  • HA discovery for writeable text entities #1337
  • autodetect board_profile, store in nvs, add telnet command option, add E32V2
  • heat pump high res energy counters #1348, #1349. #1350
  • optional bssid in network settings
  • extension module EM100 #1315
  • digital_out with new options for polarity and startup state
  • added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities

Fixed

  • remove command remoteseltemp, thermostat accept it only from remote thermostat
  • shower_data MQTT payload contains the timestamp #1329
  • fixed helper text in Web Device Entity dialog box for numerical ranges
  • MQTT base with paths not working in HA #1393
  • set/read thermostat mode for RC100-RC300, #1440 #1442
  • some setting commands for ems-boiler have used wrong ems+ telegram in 3.6.3

Changed

  • update to platform 6.4.0, arduino 2.0.14 / idf 4.4.6
  • small changes for arduino 3.0.0 / idf 5.1 compatibility (not backward compatible to platform 6.3.2 and before)
  • AP start after 10 sec, stay until station/eth connected
  • tested wifi-all-channel-scan (3.6.3-dev4 a-e), removed again because of connect issues
  • mqtt disconnect stops queue

3.6.2 - October 1 2023~

Added

  • Power entities
  • Optional input of BSSID for AP connection
  • Return empty json if no entries in scheduler/custom/analogsensor/temperaturesensor

Fixed

  • Wifi full scan to get strongest AP. This prevents some freezes when EMS-ESP would jump to a weaker AP in a Mesh setup.
  • Add missing dhw tags
  • Sending a dash/- to the Reset command doesn't return an error #1308

Changed

  • MQTT queue max 300 messages, check heap and maxAlloc
  • API call commands are logged as WARN in the log
  • Reset Command renamed to 'reset' in lowercase in EN

3.6.1 - September 9 2023~

IMPORTANT! BREAKING CHANGES

  • shower_data MQTT topic shows duration is seconds (was previously a full english sentence)

Added

  • Show WiFi rssi in Network Status Page, show quality as color

Fixed

  • Issue in espMqttClient causing a memory leak when MQTT broker is disconnected due to network unavailability #1264
  • Using MQTT enum values correctly formatted in MQTT Discovery #1280

Changed

  • MQTT free mem check set to 60 kb
  • Small cosmetic changes to Searching in Customization web page
  • Updated to espressif32@6.4.0

3.6.0 - August 13 2023~

BREAKING CHANGE

  • The sensors have been renamed. dallassensor is now temperaturesensor in the MQTT topic and named ts in the Customizations file. Likewise analogs is now analogsensor in MQTT and called as in the Customizations file. If you have previous customizations you will need to manually update by downloading, changing the JSON file and uploading. It's also recommended cleaning up any old MQTT topics from your broker using an application like MQTTExplorer.

Added

  • Workaround for better Domoticz MQTT integration? #904
  • Show MAC address without connecting to network enhancement #933
  • Warn user in WebUI of unsaved changes #911
  • Detect old Tado thermostat, device-id 0x19, no entities
  • Some more HM200 entities #500
  • Added Scheduler #701
  • Added Custom Entities read/write from EMS bus
  • Build S3 binary with github actions
  • Greenstar HIU #1158
  • AM200 code 10 #1161
  • Ventilation device (Logavent HRV176) #1172
  • Turn ETH off on wifi connect #1167
  • Support for multiple EMS-ESPs with HA #1196
  • Italian translation #1199
  • Turkish language support #1076
  • Buderus GB182 - HC1 mode change not work bug #1193
  • Minimal flow temperature enhancement #1192
  • Roomtemperature Switching Difference enhancement #1191
  • Dew Point Temperature Difference enhancement #1190
  • Control of heating circuit mode enhancement #1187
  • Warn user in WebUI of unsaved changes enhancement #911
  • Create safebuild app to fit into factory partition to give ESP32 more flash memory enhancement #608
  • Support ESP32 S2, C3 mini and S3 #605
  • Support Buderus AM200 #1161
  • Custom telegram handler #1155
  • Added support for TLS in MQTT (ESP32-S3 only) #1178
  • Boardprofile BBQKees Gateway S3
  • Custom entity type RAW #1212
  • API command response #1212

Fixed

  • HA-discovery for analog sensor commands #1035
  • Enum order of RC3x nofrost mode
  • Heartbeat interval
  • Exhaust temperature always zero on GB125/MC110/RC310 bug #1147
  • thermostat modetype is not changing when mode changes (e.g. to night) bugSomething isn't working #1098
  • NTP: cant apply changed timezone #1182
  • Missing Status of VS1 for Buderus SM200 enhancement #1034
  • Allowed gpios for S3

Changed

  • Optional upgrade to platform-espressif32 6.3.0 (after 5.3.0) #862
  • Use byte 3 for detection RC30 active heatingcircuit #786
  • Write repeated selflowtemp if tx-queue is empty without verify #954
  • HA discovery recreate after disconnect by device #1067
  • File upload: check flash size (overflow) instead of filesize
  • Improved HA Discovery so previous configs no longer need to be removed when starting #1077 (thanks @pswid)
  • Enlarge UART-Stack to 2,5k
  • Retry timeout for Mqtt-QOS1/2 10seconds
  • Optimize WebUI rendering when using Dialog Boxes #1116
  • Optimize Web libraries to reduce bundle size (3.6.x) #1112
  • Use espMqttClient with integrated queue #1178
  • Move Sensors from Web dashboard to it's own tab enhancement #1170
  • Optimize WebUI dashboard data #1169
  • Replace React core library with Preact to save on memory footprint
  • Response to system/send raw reads gives combined data for telegrams with more parts

3.5.0 - February 6 2023~

BREAKING CHANGE

  • When upgrading to v3.5 for the first time from v3.4 on a BBQKees Gateway board you will need to use the EMS-EPS Flasher to correctly re-partition the flash. Make sure you backup the settings and customizations from the WebUI (System->Upload/Download) and restore after the upgrade.
  • Support for multiple EMS-ESPs [#759] has been added as an optional setting for MQTT. When enabled, which is now the default, all MQTT Discovery Entity IDs will include the MQTT base name and the shortname of the EMS-ESP device entity. For example what was previously sensor.boiler_actual_boiler_temperature will now become sensor.ems_esp_boiler_boiltemp. If you still want to use the old format and retain the history and script compatibility in Home Assistant then set this back to the old format.

Added

  • Translations in Web UI and all device entity names (DE, NL, SV, PL, NO, FR) #22
  • Add support for Lolin C3 mini #620
  • Add support for ESP32-S2 #667
  • Add devices: Greenstar 30Ri boiler, Junkers FW500 thermostat, Buderus BC30 controller
  • Add program memory info
  • Add mqtt queue and connection infos
  • Adapt min/max if ems-value is not in this range
  • Add heat pump settings for inputs and limits #600
  • Add hybrid heatpump #500
  • Add translated tags
  • Add min/max to customization table #686
  • Add MD5 check #637
  • Add more bus-ids #673
  • Use HA connectivity device class for Status, added boot time #751
  • Add commands for analog sensors outputs
  • Support for multiple EMS-ESPs with MQTT and HA [#759]
  • Settings for heatpump silent mode and additional heater [#802] [#803]
  • Zone module MZ100 #826
  • Default MQTT hostname is blank #829
  • wwCurFlow for ems+ devices #829
  • Add Rego 3000, TR120RF thermostats #917
  • Add config for ESP32-S3
  • Add heatpump silent mode and other entities #896
  • Allow reboot to other partition (factory or asymetric OTA)
  • Blacklist entities to remove from memory #891
  • Add boiler pump operating mode #944

Fixed

  • Factory Reset not working #628
  • Valid 4 byte values #820
  • Commands for multiple thermostats #826
  • API queries for multiple devices #865
  • Console crash when using call with command hcx only. #841
  • heatingPump2Mod was wrong, changed to absBurnPow [#908
  • Rounding of web input values
  • Analog sensor with single gpio number #915
  • HA dallas and analog configs: remove/rebuild on change #888
  • Modes and set seltemp for RC30 and RC20 #932

Changed

  • Discovery in HomeAssistant don't work with custom base topic. #596 Base topic containing / are changed to _
  • RF room temperature sensor are shown as thermostat
  • Render mqtt float json values with trailing zero
  • Removed flash strings, to increase available heap memory
  • Reload page after restart button is pressed
  • Analog/dallas values command as list like ems-devices
  • Analog/dallas HA-entities based on id
  • MQTT Base is a mandatory field. Removed MQTT topic length from settings
  • HA duration class for time entities [#822
  • AM200 alternative heatsource as class heatsource [#857

3.4.4 - Oct 29 2022~

Added

  • RC310 additions #520
    • damping
    • wwprio for RC310 heating circuits
    • switchonoptimization for RC310 heating circuits
    • enum_controlmode for RC310 (new enum list)
    • nofrostmode, reducemode, reducetemp & noreducetemp for RC310
    • emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310
    • HM200 hybrid module #500
    • AM200 alternative heatsource module #573
    • EM10 error module as gateway #575

Fixed

  • Fix for new installations with filesystem not initializing
  • fix Table resizing in WebUI #519
  • allow larger customization files #570
  • losing entitiy wwcomfort #581

Changed

  • Shorten "friendly names" in Home Assistant #555
  • platformio 2.3.0 (IDF 4, Arduino 2)
  • remove master-thermostat, support multiple thermostats
  • merge up- and download in webui #577

3.4.0 - May 23 2022~

BREAKING CHANGE

  • In Settings, the order of Boolean Format has changed in Application Settings - check your settings
  • Dallas Format setting removed. Now customize name of each Dallas sensor via the UI
  • Boiler wwheat renamed to ww3wayon #211
  • Boiler ww tag renamed to dhw. Any custom Home Assistant lovelace dashboards will need updating.
  • Renamed description of wwtapactivated to "turn on/off DHW". Otherwise would have looked like "boiler_dhw_turn_on_off_dhw" in HA.
  • /api/system/info endpoint has updated keys. Now lowercase, no underscores and not capitalized. Replace "handlers" with "handlers received", "handlers fetched" and "handlers pending".

Added

  • WebUI optimizations, updated look&feel and better performance #124
  • Auto refresh of WebUI after successful firmware upload #178
  • New Customization Service in WebUI. First feature is the ability to enable/disabled Enitites (device values) from EMS devices #206
  • Option to disable Telnet Console #209
  • Added Hide SSID, Max Clients and Preferred Channel to Access Point
  • Merged in MichaelDvP's changes like Fahrenheit conversion, publish single (for IOBroker) and a few other critical optimizations
  • Enabled bi-directional read/write with Home Assistant, so values can be changed automatically from the UI without scripting #265
  • Added GC7000F Boiler #270
  • Revised LED flash sequence on boot up to show system health (1 flash=no ems, 2 flashes=no wifi) #224
  • Analog Sensor support #271
  • Solar cylinder priority #247
  • Read only mode in Settings, where EMS Tx/Write commands are blocked #286
  • Added 8700i Boiler device
  • Added Cascade CM10 Controller device
  • Add Olimex ESP32-POE-ISO to board profiles plus settings to customize Ethernet modules #301
  • Help text for string commands in WebUI #320
  • Germany translations (at compile time)
  • num entities added to system/info endpoint #322
  • analog outputs digital/pwm/dac
  • remove MQTT retained configs if discovery is disabled
  • timeout 10 min for MQTT-QoS wait
  • Moduline 300 auto-temperatures T1-T4, RC300 romminfluencefactor
  • RC35 parameters #392, #398
  • sync time with thermostat #386, #408
  • set mode has immediate effect #395
  • min/max in web value setting
  • Extend customization to select if an entity is to be shown in the WebUI or forced as read-only #317
  • Added Moduline 400 installation parameters PR #449 by @kwertie01
  • Read time from IVT-controller #439
  • Hybrid Heatpump product-id 168 #459, thermostat settings
  • Junkers ISM2 and IPM in warm water mode #437
  • Added Shower Alert trigger time and cold shot time #436
  • Improved Table layout in Web UI (searching, filtering, sorting, exporting to CSV)
  • API fetch individual attributes from an entity #462
  • Option to disable mDNS
  • Option for rendering booleans on dashboard #456
  • Upload customization settings from a file #256

Fixed

  • lastcode broke MQTT JSON structure #228
  • fixed issue with overlapping while reading sequence of EMS1.0 telegrams
  • fixed redundant telegram readings (because of offset overflow)
  • added missing RC30/Moduline 400 #243
  • Correct modes for RC25 #106
  • Clean up old HA config's in MQTT before publishing data. This will prevent HA giving the 'dict' warnings #229
  • RC25 temperature setting #272
  • Buderus RC25 - "hc1 mode type" incorrect value #273
  • Increased number of Mixers and Heating Circuits #294
  • Check receive status before removing a telegram fetch #268, #282
  • Fix uploading firmware on OSX #345
  • Non-nested MQTT would corrupt the json #354
  • Burner selected max power can have a value higher than 100% #314
  • some missing fahrenheit calculations
  • limited number of exclusions #339
  • MQTT sometimes would not reconnect after a WiFi outage

Changed

  • Use flash system to show system health (1 flash=no ems, 2 flashes=no wifi) #224
  • Renamed Dallas Sensor to Temperature Sensor in UI
  • Dallas Format removed. Use the name to give each sensor an alias
  • No longer MQTT subscribes to topic /thermostat_hc<n> as it supports a path similar to the API endpoint construct
  • Show Sensors quality in WebUI
  • Controller not shown in WebUI dashboard
  • renamed "Home Assistant Integration" to "MQTT Discovery" in MQTT Settings #290
  • Show ems tx reads and writes separately
  • Show ems device handlers separated for received, fetched and pending handlers.
  • Wired renamed to Ethernet
  • removed system/pin command, new commands in analogsensors
  • system/info device-info split to name/version/brand
  • exclude list uses short-names, possible flags for web/api/mqtt excludes, readonly and favorite (selection not yet implemented)
  • thermostat clock formate date-time: dd.mm.yyyy hh:mm
  • RC300 summermode as other thermostats winter/summer instead of off/on

3.3.1 - Jan 20 2022~

BREAKING CHANGE

  • API: "unit" renamed to "uom" in API call to recall a Device Value
  • HA: sensor.boiler_boiler_temperature renamed to sensor.actual_boiler_temperature
  • HA: binary_sensor.boiler_ww_disinfecting renamed to binary_sensor.boiler_ww_disinfection
  • HA: # removed from counts in MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes
  • txread renamed to txreads and txwrite renamed to txwrites in MQTT heartbeat payload
  • 'dallas sensors' in api/system/info moved to the "System" section. Renamed "uptime (seconds)" and "reset reason"
  • status in the MQTT heartbeat renamed to bus_status

Added

  • Add system commands for syslog level and watch #98
  • Added pool data to telegrams 0x494 & 0x495 #102
  • Add RC300 second summermode telegram #108
  • Add support for the RC25 thermostat #106
  • Add new command 'entities' for a device, e.g. http://ems-esp/api/boiler/entities to show the shortname, description and HA Entity name (if HA enabled) #116
  • Support for Junkers program and remote (fb10/fb110) temperature
  • Home Assistant state_class attribute for Wh, kWh, W and KW #129
  • Add current room influence for RC300 #136
  • Added Home Assistant device_class to sensor entities
  • Added another Buderus RC10 thermostat with Product ID 65 #160
  • Added support for mDNS #161
  • Added last system ESP32 reset code to log (and system info output)
  • Firmware Checker in WebUI #168
  • Added new MQTT setting for enabling 'response' topic
  • Support for non-standard Thermostats like Tado #174
  • Include MQTT connection status in 'api/system/info'
  • Include Network status in 'api/system/info' and also the MQTT topic info #202
  • Added Ethernet PHY module as an option in the Board Profile #210

Fixed

  • lastcode broke MQTT JSON structure #228
  • overlapping while reading sequence of EMS1.0 telegrams
  • redundant telegram readings (because of offset overflow)
  • added missing RC30/Moduline400 #243
  • check received status before toggling fetch on empty telegram [#268][#282]
  • MQTT reconnecting after WiFi reconnect #99
  • Manually Controlling Solar Circuit #107
  • Fix thermostat commands not defaulting to the master thermostat #110
  • Enlarge parse-buffer for long names like cylinderpumpmodulation
  • MQTT not subscribing to all device entities #166
  • Help fix issues with WebUI unable to fully load UI over Ethernet #177
  • Shower alert never reset after limit reached when enabled [(PR #185)]
  • Remove HA entity entries when a device value goes dormant #196
  • deciphering last error code dates on 0xC2 telegram #204

Changed

  • Syslog BOM only for utf-8 messages #91
  • Check for KM200 by device-id 0x48, remove tx-delay #90
  • rename fastheatupfactor to fastheatup and add percent #122
  • "unit" renamed to "uom" in API call to recall a Device Value
  • initial backend React changes to replace the class components (HOCs) with React Hooks
  • Use program-names instead of numbers
  • Boiler's maintenancemessage always published in MQTT (to prevent HA missing entity)
  • Unit of Measure 'times' added to MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes
  • Improved API. Restful HTTP API works in the same way as MQTT calls
  • Removed settings for MQTT subscribe format #173
  • Improve Nefit Moduline 200 functionality #183
  • status in the MQTT heartbeat renamed to bus_status
  • Layout changes in the WebUI, showing stripped table rows in Dashboard
  • Alternative font for log window #219

3.2.1 - Aug 8 2021~

Added

  • json body in API can now take device, name, cmd, hc and id
  • added example of how to use API directly to control values from Home Assistant
  • API calls are shown in debug log (For troubleshooting)
  • support for IPv6 (web/api/mqtt, not syslog yet) #83
  • System Log in Web UI will show current time if the NTP Service is enabled #82
  • Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode #83
  • optional low CPU clockrate (160 MHz) #83
  • select format for enumerated values in web
  • settings for water hysteresis on/off
  • dallas sensor name editable. sensorname console-command, replace sensorid with a unique name #84
  • 'restart' system command. Can be invoked via API with authentication. #87
  • add Download button in Web UI for log

Fixed

  • fixed issue with Home Assistant entity naming where boiler's ww was duplicated in entity name
  • fixed issue where wwSetTemp was written too instead of wwSelTemp
  • set mode allow numbers
  • Junkers thermostat shows mode as selected by set_mode
  • HA thermostat mode if bool-format: numbers is selected
  • Web UI System Log sometimes skipped a few log messages when watching real-time
  • fix wwactivated #89
  • don't show commands (like reset) as Device values in the Web or Console

Changed

  • fixed case on mqtt names, like 'wwtankmiddletemp'
  • renamed Product ID to 'EMS Product ID' in Home Assistant
  • removed brackets around tags, e.g. (hc1) selected room temperature" is now just "hc1 selected room temperature"
  • removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. #80
  • add upload_sec to api/system/info and removed # from some names to keep consistent with MQTT heartbeat
  • added debug target to PlatformIO build to help hunt down system crashes
  • enumerated values always start at zero
  • maintenance settings for time/date as extra setting
  • move api/mqtt formats to settings, add enum format
  • UI improvements for editing Dallas Sensor details
  • RESTful GET commands can also require authentication (via bearer access token) for better security
  • Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3
  • Download buttons for settings and info under the Help tab

3.1.1 - Jun 26 2021~

Added

  • new command called commands which lists all available commands. ems-esp/api/{device}/commands
  • More Home Assistant icons to match the UOMs
  • new API. Using secure access tokens and OpenAPI standard. See doc/EMS-ESP32 API.md and #50
  • show log messages in Web UI #71
  • Mock API to simulate an ESP, for testing web
  • Able to write values from the Web UI
  • check values with "cmd":<valuename> and data empty or ?
  • set hc for values and commands by id or prefix hc<x>+separator, separator can be any char

Fixed

  • HA thermostat mode was not in sync with actual mode #66
  • Don't publish rssi if Wifi is disabled and ethernet is being used
  • Booleans are shown as true/false in API GETs
  • Don't create Home Assistant MQTT discovery entries for device values that don't exists (#756 on EMS-ESP repo)
  • Update shower MQTT when a shower start is detected
  • S32 board profile

Changed

  • info command always shows full names in API. For short names query the device or name directly, e.g. http://ems-esp/api/boiler
  • free memory is shown in kilobytes
  • boiler's warm water entities have ww added to the Home Assistant entity name #67
  • improved layout and rendering of device values in the WebUI, also the edit value screen
  • Icon for Network
  • MQTT Formatting payload (nested vs single) is a pull-down option
  • moved mqtt-topics and texts to local_EN, all topics lower case
  • Re-enabled Shower Alert (still experimental)
  • lowercased Flow temp in commands
  • system console commands to main

3.0.1 - Mar 30 2021~

Added

  • Power settings, disabling BLE and turning off Wifi sleep
  • Rx and Tx counts to Heartbeat MQTT payload
  • Ethernet support
  • id to info command to show only a heatingcircuit
  • add sending devices that are not listed to 0x07
  • extra MQTT boolean option for "ON" and "OFF"
  • Support for chunked MQTT payloads to allow large data sets > 2kb
  • External Button support (#708) for resetting to factory defaults and other actions
  • new console set command in system, set ethernet <profile> for quickly enabling cabled ethernet connections without using the captive wifi portal
  • Added in MQTT nested mode, for thermostat and mixer, like we had back in v2
  • Cascade MC400 (product-id 210) (3.0.0b6)
  • values for wwMaxPower, wwFlowtempOffset
  • RC300 thermostat temp -1 to clear temporary setpoint in auto mode
  • Syslog port selectable (#744)
  • individual mqtt commands (#31)
  • board Profiles (#11)

Fixed

  • telegrams matched to masterthermostat 0x18
  • multiple roomcontrollers
  • readback after write with delay (give ems-devices time to set the value)
  • Thermostat ES72/RC20 device 66 to command-set RC20_2
  • MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369)
  • fix for HA topics with invalid command formats (#728)
  • wrong position of values #723, #732
  • OTA Upload via Web on OSX
  • Rx and Tx quality % would sometimes show > 100

Changed

  • changed how telegram parameters are rendered for mqtt, console and web (#632)
  • split show values in smaller packages (edited)
  • extended length of IP/hostname from 32 to 48 chars (#676)
  • check flowsensor for tap_water_active
  • mqtt prefixed with Base
  • count Dallas sensor fails
  • switch from SPIFFS to LITTLEFS
  • Added ID to MQTT payloads which is the Device's product ID and used in HA to identify a unique HA device
  • Increased MQTT buffer and reduced wait time between publishes
  • Updated to the latest ArduinoJson library
  • some names of mqtt-tags like in v2.2.1
  • new ESP32 partition side to allow for smoother OTA and fallback
  • Network Gateway IP is optional (#682)emsesp/EMS-ESP
  • moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32
  • invert LED changed to Hide LED. Default is off.
  • renamed Scan Network to Scan WiFi Network
  • added version to cmd=settings
  • Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects

Last update: October 27, 2024
Back to top
\ No newline at end of file + Version Release History - EMS-ESP
Skip to content

Version Release History

This lists the Change Log for only the rolled-up major versions since v3's primary release in March 2021. For a list of all releases and their fixes, changes and new features see the latest dev Change Log.

[3.7.0] - October 27 2024~

IMPORTANT! BREAKING CHANGES with 3.6.5

  • "ww" and "wwc" has been renamed to "dhw". It is nested JSON object in both the MQTT and API outputs. The old prefix has also been removed from MQTT topics (#1634). This will impact historical data in home automation systems like Home Assistant and IOBroker. To preserve the current value of dhw energy (was previously nrgww) refer to this issue #1938.
  • dhw entities from the MM100/SM100 have been moved under a new Device called 'water'.
  • The automatically generated temperature sensor ID has replaced dashes (-) with underscores (_) to be compatible with Home Assistant.
  • api/system/info has it's JSON key names changed to camelCase syntax.

For more details go to www.emsesp.org.

Added

  • some more entities for dhw with SM100 module
  • thermostat second dhw circuit #1634
  • remote thermostat emulation for RC100H, RC200 and FB10 #1287, #1602, #1551
  • heatpump dhw stop temperatures #1624
  • reset history #1695
  • heatpump entities fan and shutdown #1690
  • mqtt HA-mode 3 for v3.6 compatible HA entities, set on update v3.6->v3.7
  • HP input states #1723
  • holiday settings for rego 3000 #1735
  • Added scripts for OTA (scripts/upload.py and upload_cli.py) #1738
  • timeout for remote thermostat emulation #1680, #1774
  • CR120 thermostat as own model() #1779
  • modules - external linkable module library #1778
  • scheduler onChange and Conditions #1806
  • make remote control timeout editable #1774
  • added extra pump characteristics (mode and pressure for EMS+) by @SLTKA #1802
  • allow device name to be customized #1174
  • Modbus support by @mheyse #1744
  • System Message command #1854
  • scheduler can use web get/post for values and commands #1806
  • RT800 remote emulation #1867
  • RC310 cooling parameters #1857
  • command api/device/entities #1897
  • switchprogmode #1903
  • autodetect and download firmware upgrades via the WebUI
  • command 'show log' that lists out the current weblog buffer, showing last messages.
  • default web log buffer to 25 lines for ESP32s with no PSRAM
  • try and determine correct board profile if none is set during boot
  • auto Scroll in WebLog UI - reduced delay so incoming logs are faster
  • uploading custom support info, shown to Guest users in Help page #2054
  • feature: Dashboard showing all data (favorites, sensors, custom) #1958
  • entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 #2088
  • internal ESP32 temperature sensor on the S3 #2077
  • MQTT status topic (used in connect and last will) set to Retain #2086
  • Czech language 2096
  • Developer Mode and send EMS Read Commands from WebUI #2116
  • Scheduler functions #2115
  • Set device custom name from telegram 0x01 #2073

Fixed

  • remote thermostat emulation for RC200 on Rego2000/3000 thermostats #1691
  • log shows data for F7/F9 requests
  • Detection of LittleFS for factory setting wasn't working
  • Check for bad GPIOs with Ethernet before the ethernet is initialized
  • Show values with factor 50 on webUI #2064
  • Rendering of values between -1 and 0
  • Value for 32bit times not-set #2109

Changed

  • use flag for BC400 compatible thermostats, manage different mode settings
  • use factory partition for 16M flash
  • store digital out states to nvs
  • Refresh UI - moving settings to one location #1665
  • rename DeviceValueTypes, add UINT32 for custom entities
  • dynamic register dhw circuits for thermostat
  • removed OTA feature #1738
  • added shower min duration #1801
  • Include TXT file along with the generated CSV for Device Data export/download
  • thermostat/remotetemp as command #1835
  • temperaturesensor id notation with underscore #1794
  • Change key-names in JSON to be compliant and consistent #1860
  • Updates to webUI #1920
  • Correct firmware naming #1933 #1933
  • Don't start Serial console if not connected to a Serial port. Will initiate manually after a CTRL-C/CTRL-S
  • WebLog UI matches color schema of the terminal console correctly
  • Updated Web libraries, ArduinoJson
  • Help page doesn't show detailed tech info if the user is not 'admin' role #2054
  • removed system command allvalues and moved to an action called export
  • Show ems-esp internal devices in device list of system/info
  • Scheduler and mqtt run async on systems with psram
  • Show IPv6 address type (local/global/ula) in log

3.6.5 - March 23 2024~

Added

  • thermostat boost mode and boost time #1446
  • heatpump energy meters #1463
  • heatpump max power #1475
  • checkbox for MQTT-TLS enable #1474
  • added SK (Slovak) language. Thanks @misa1515
  • CPU info #1497
  • Show network hostname in Web UI under Network Status
  • Improved HA Discovery so each section (EMS device, Scheduler, Analog, Temperature, Custom, Shower) have their own section
  • boiler Bosch C1200W, id 12, #1536
  • mixer MM100 telegram 0x2CC #1554
  • boiler hpSetDiffPressure #1563
  • custom variables #1423
  • weather compensation #1642
  • env and partitions for DevKitC-1-N32R8 #1635
  • command restart partitionname and button long press to start with other partition #1657
  • command set service <mqtt|ota|ntp|ap> <enable|disable> #1663

Fixed

  • exhaust temperature for some boilers
  • add back boil2hyst #1477
  • subscribed MQTT topics not detecting changes by EMS-ESP #1494
  • changed HA name and grouping to be consistent #1528
  • MQTT autodiscovery in Domoticz not working #1360
  • dhw comfort for new ems+, #1495
  • added writeable icon to Web's Custom Entity page for each entity shown in the table
  • Wifi Tx Power not adjusted #1614
  • MQTT discovery of custom entity doesn't consider type of data #1587
  • WiFi TxPower wasn't correctly used. Added an 'Auto' setting, which is the default.
  • dns w/wo IPv6 #1644

Changed

  • HA don't set entity_category to Diagnostic/Configuration for EMS entities #1459
  • upgraded ArduinoJson to 7.0.0 #1538 and then 7.0.2
  • small changes to the API for analog and temperature sensors
  • Length of mqtt Broker address #1619
  • C++ optimizations - see https://github.com/emsesp/EMS-ESP32/pull/1615
  • Send MQTT heartbeat immediately after connection #1628
  • 16MB partitions with second nvs, larger FS, Coredump, optional factory partition
  • stop fetching empty telegrams after 5 min

3.6.4 - November 24 2023~

Added

  • humidity for ventilation devices
  • telegrams for RC100H, hc2, etc. (seen on discord, not tested)
  • names for BC400, GB192i.2, read temperatures for low loss header and heatblock #1317
  • option for forceheatingoff #1262
  • remote thermostat emulation RC100H for RC3xx #1278
  • shower_data MQTT payload contains the timestamp #1329
  • HA discovery for writeable text entities #1337
  • autodetect board_profile, store in nvs, add telnet command option, add E32V2
  • heat pump high res energy counters #1348, #1349. #1350
  • optional bssid in network settings
  • extension module EM100 #1315
  • digital_out with new options for polarity and startup state
  • added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities

Fixed

  • remove command remoteseltemp, thermostat accept it only from remote thermostat
  • shower_data MQTT payload contains the timestamp #1329
  • fixed helper text in Web Device Entity dialog box for numerical ranges
  • MQTT base with paths not working in HA #1393
  • set/read thermostat mode for RC100-RC300, #1440 #1442
  • some setting commands for ems-boiler have used wrong ems+ telegram in 3.6.3

Changed

  • update to platform 6.4.0, arduino 2.0.14 / idf 4.4.6
  • small changes for arduino 3.0.0 / idf 5.1 compatibility (not backward compatible to platform 6.3.2 and before)
  • AP start after 10 sec, stay until station/eth connected
  • tested wifi-all-channel-scan (3.6.3-dev4 a-e), removed again because of connect issues
  • mqtt disconnect stops queue

3.6.2 - October 1 2023~

Added

  • Power entities
  • Optional input of BSSID for AP connection
  • Return empty json if no entries in scheduler/custom/analogsensor/temperaturesensor

Fixed

  • Wifi full scan to get strongest AP. This prevents some freezes when EMS-ESP would jump to a weaker AP in a Mesh setup.
  • Add missing dhw tags
  • Sending a dash/- to the Reset command doesn't return an error #1308

Changed

  • MQTT queue max 300 messages, check heap and maxAlloc
  • API call commands are logged as WARN in the log
  • Reset Command renamed to 'reset' in lowercase in EN

3.6.1 - September 9 2023~

IMPORTANT! BREAKING CHANGES

  • shower_data MQTT topic shows duration is seconds (was previously a full english sentence)

Added

  • Show WiFi rssi in Network Status Page, show quality as color

Fixed

  • Issue in espMqttClient causing a memory leak when MQTT broker is disconnected due to network unavailability #1264
  • Using MQTT enum values correctly formatted in MQTT Discovery #1280

Changed

  • MQTT free mem check set to 60 kb
  • Small cosmetic changes to Searching in Customization web page
  • Updated to espressif32@6.4.0

3.6.0 - August 13 2023~

BREAKING CHANGE

  • The sensors have been renamed. dallassensor is now temperaturesensor in the MQTT topic and named ts in the Customizations file. Likewise analogs is now analogsensor in MQTT and called as in the Customizations file. If you have previous customizations you will need to manually update by downloading, changing the JSON file and uploading. It's also recommended cleaning up any old MQTT topics from your broker using an application like MQTTExplorer.

Added

  • Workaround for better Domoticz MQTT integration? #904
  • Show MAC address without connecting to network enhancement #933
  • Warn user in WebUI of unsaved changes #911
  • Detect old Tado thermostat, device-id 0x19, no entities
  • Some more HM200 entities #500
  • Added Scheduler #701
  • Added Custom Entities read/write from EMS bus
  • Build S3 binary with github actions
  • Greenstar HIU #1158
  • AM200 code 10 #1161
  • Ventilation device (Logavent HRV176) #1172
  • Turn ETH off on wifi connect #1167
  • Support for multiple EMS-ESPs with HA #1196
  • Italian translation #1199
  • Turkish language support #1076
  • Buderus GB182 - HC1 mode change not work bug #1193
  • Minimal flow temperature enhancement #1192
  • Roomtemperature Switching Difference enhancement #1191
  • Dew Point Temperature Difference enhancement #1190
  • Control of heating circuit mode enhancement #1187
  • Warn user in WebUI of unsaved changes enhancement #911
  • Create safebuild app to fit into factory partition to give ESP32 more flash memory enhancement #608
  • Support ESP32 S2, C3 mini and S3 #605
  • Support Buderus AM200 #1161
  • Custom telegram handler #1155
  • Added support for TLS in MQTT (ESP32-S3 only) #1178
  • Boardprofile BBQKees Gateway S3
  • Custom entity type RAW #1212
  • API command response #1212

Fixed

  • HA-discovery for analog sensor commands #1035
  • Enum order of RC3x nofrost mode
  • Heartbeat interval
  • Exhaust temperature always zero on GB125/MC110/RC310 bug #1147
  • thermostat modetype is not changing when mode changes (e.g. to night) bugSomething isn't working #1098
  • NTP: cant apply changed timezone #1182
  • Missing Status of VS1 for Buderus SM200 enhancement #1034
  • Allowed gpios for S3

Changed

  • Optional upgrade to platform-espressif32 6.3.0 (after 5.3.0) #862
  • Use byte 3 for detection RC30 active heatingcircuit #786
  • Write repeated selflowtemp if tx-queue is empty without verify #954
  • HA discovery recreate after disconnect by device #1067
  • File upload: check flash size (overflow) instead of filesize
  • Improved HA Discovery so previous configs no longer need to be removed when starting #1077 (thanks @pswid)
  • Enlarge UART-Stack to 2,5k
  • Retry timeout for Mqtt-QOS1/2 10seconds
  • Optimize WebUI rendering when using Dialog Boxes #1116
  • Optimize Web libraries to reduce bundle size (3.6.x) #1112
  • Use espMqttClient with integrated queue #1178
  • Move Sensors from Web dashboard to it's own tab enhancement #1170
  • Optimize WebUI dashboard data #1169
  • Replace React core library with Preact to save on memory footprint
  • Response to system/send raw reads gives combined data for telegrams with more parts

3.5.0 - February 6 2023~

BREAKING CHANGE

  • When upgrading to v3.5 for the first time from v3.4 on a BBQKees Gateway board you will need to use the EMS-EPS Flasher to correctly re-partition the flash. Make sure you backup the settings and customizations from the WebUI (Settings->Download/Upload) and restore after the upgrade.
  • Support for multiple EMS-ESPs [#759] has been added as an optional setting for MQTT. When enabled, which is now the default, all MQTT Discovery Entity IDs will include the MQTT base name and the shortname of the EMS-ESP device entity. For example what was previously sensor.boiler_actual_boiler_temperature will now become sensor.ems_esp_boiler_boiltemp. If you still want to use the old format and retain the history and script compatibility in Home Assistant then set this back to the old format.

Added

  • Translations in Web UI and all device entity names (DE, NL, SV, PL, NO, FR) #22
  • Add support for Lolin C3 mini #620
  • Add support for ESP32-S2 #667
  • Add devices: Greenstar 30Ri boiler, Junkers FW500 thermostat, Buderus BC30 controller
  • Add program memory info
  • Add mqtt queue and connection infos
  • Adapt min/max if ems-value is not in this range
  • Add heat pump settings for inputs and limits #600
  • Add hybrid heatpump #500
  • Add translated tags
  • Add min/max to customization table #686
  • Add MD5 check #637
  • Add more bus-ids #673
  • Use HA connectivity device class for Status, added boot time #751
  • Add commands for analog sensors outputs
  • Support for multiple EMS-ESPs with MQTT and HA [#759]
  • Settings for heatpump silent mode and additional heater [#802] [#803]
  • Zone module MZ100 #826
  • Default MQTT hostname is blank #829
  • wwCurFlow for ems+ devices #829
  • Add Rego 3000, TR120RF thermostats #917
  • Add config for ESP32-S3
  • Add heatpump silent mode and other entities #896
  • Allow reboot to other partition (factory or asymetric OTA)
  • Blacklist entities to remove from memory #891
  • Add boiler pump operating mode #944

Fixed

  • Factory Reset not working #628
  • Valid 4 byte values #820
  • Commands for multiple thermostats #826
  • API queries for multiple devices #865
  • Console crash when using call with command hcx only. #841
  • heatingPump2Mod was wrong, changed to absBurnPow [#908
  • Rounding of web input values
  • Analog sensor with single gpio number #915
  • HA dallas and analog configs: remove/rebuild on change #888
  • Modes and set seltemp for RC30 and RC20 #932

Changed

  • Discovery in HomeAssistant don't work with custom base topic. #596 Base topic containing / are changed to _
  • RF room temperature sensor are shown as thermostat
  • Render mqtt float json values with trailing zero
  • Removed flash strings, to increase available heap memory
  • Reload page after restart button is pressed
  • Analog/dallas values command as list like ems-devices
  • Analog/dallas HA-entities based on id
  • MQTT Base is a mandatory field. Removed MQTT topic length from settings
  • HA duration class for time entities [#822
  • AM200 alternative heatsource as class heatsource [#857

3.4.4 - Oct 29 2022~

Added

  • RC310 additions #520
    • damping
    • wwprio for RC310 heating circuits
    • switchonoptimization for RC310 heating circuits
    • enum_controlmode for RC310 (new enum list)
    • nofrostmode, reducemode, reducetemp & noreducetemp for RC310
    • emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310
    • HM200 hybrid module #500
    • AM200 alternative heatsource module #573
    • EM10 error module as gateway #575

Fixed

  • Fix for new installations with filesystem not initializing
  • fix Table resizing in WebUI #519
  • allow larger customization files #570
  • losing entitiy wwcomfort #581

Changed

  • Shorten "friendly names" in Home Assistant #555
  • platformio 2.3.0 (IDF 4, Arduino 2)
  • remove master-thermostat, support multiple thermostats
  • merge up- and download in webui #577

3.4.0 - May 23 2022~

BREAKING CHANGE

  • In Settings, the order of Boolean Format has changed in Application Settings - check your settings
  • Dallas Format setting removed. Now customize name of each Dallas sensor via the UI
  • Boiler wwheat renamed to ww3wayon #211
  • Boiler ww tag renamed to dhw. Any custom Home Assistant lovelace dashboards will need updating.
  • Renamed description of wwtapactivated to "turn on/off DHW". Otherwise would have looked like "boiler_dhw_turn_on_off_dhw" in HA.
  • /api/system/info endpoint has updated keys. Now lowercase, no underscores and not capitalized. Replace "handlers" with "handlers received", "handlers fetched" and "handlers pending".

Added

  • WebUI optimizations, updated look&feel and better performance #124
  • Auto refresh of WebUI after successful firmware upload #178
  • New Customization Service in WebUI. First feature is the ability to enable/disabled Enitites (device values) from EMS devices #206
  • Option to disable Telnet Console #209
  • Added Hide SSID, Max Clients and Preferred Channel to Access Point
  • Merged in MichaelDvP's changes like Fahrenheit conversion, publish single (for IOBroker) and a few other critical optimizations
  • Enabled bi-directional read/write with Home Assistant, so values can be changed automatically from the UI without scripting #265
  • Added GC7000F Boiler #270
  • Revised LED flash sequence on boot up to show system health (1 flash=no ems, 2 flashes=no wifi) #224
  • Analog Sensor support #271
  • Solar cylinder priority #247
  • Read only mode in Settings, where EMS Tx/Write commands are blocked #286
  • Added 8700i Boiler device
  • Added Cascade CM10 Controller device
  • Add Olimex ESP32-POE-ISO to board profiles plus settings to customize Ethernet modules #301
  • Help text for string commands in WebUI #320
  • Germany translations (at compile time)
  • num entities added to system/info endpoint #322
  • analog outputs digital/pwm/dac
  • remove MQTT retained configs if discovery is disabled
  • timeout 10 min for MQTT-QoS wait
  • Moduline 300 auto-temperatures T1-T4, RC300 romminfluencefactor
  • RC35 parameters #392, #398
  • sync time with thermostat #386, #408
  • set mode has immediate effect #395
  • min/max in web value setting
  • Extend customization to select if an entity is to be shown in the WebUI or forced as read-only #317
  • Added Moduline 400 installation parameters PR #449 by @kwertie01
  • Read time from IVT-controller #439
  • Hybrid Heatpump product-id 168 #459, thermostat settings
  • Junkers ISM2 and IPM in warm water mode #437
  • Added Shower Alert trigger time and cold shot time #436
  • Improved Table layout in Web UI (searching, filtering, sorting, exporting to CSV)
  • API fetch individual attributes from an entity #462
  • Option to disable mDNS
  • Option for rendering booleans on dashboard #456
  • Upload customization settings from a file #256

Fixed

  • lastcode broke MQTT JSON structure #228
  • fixed issue with overlapping while reading sequence of EMS1.0 telegrams
  • fixed redundant telegram readings (because of offset overflow)
  • added missing RC30/Moduline 400 #243
  • Correct modes for RC25 #106
  • Clean up old HA config's in MQTT before publishing data. This will prevent HA giving the 'dict' warnings #229
  • RC25 temperature setting #272
  • Buderus RC25 - "hc1 mode type" incorrect value #273
  • Increased number of Mixers and Heating Circuits #294
  • Check receive status before removing a telegram fetch #268, #282
  • Fix uploading firmware on OSX #345
  • Non-nested MQTT would corrupt the json #354
  • Burner selected max power can have a value higher than 100% #314
  • some missing fahrenheit calculations
  • limited number of exclusions #339
  • MQTT sometimes would not reconnect after a WiFi outage

Changed

  • Use flash system to show system health (1 flash=no ems, 2 flashes=no wifi) #224
  • Renamed Dallas Sensor to Temperature Sensor in UI
  • Dallas Format removed. Use the name to give each sensor an alias
  • No longer MQTT subscribes to topic /thermostat_hc<n> as it supports a path similar to the API endpoint construct
  • Show Sensors quality in WebUI
  • Controller not shown in WebUI dashboard
  • renamed "Home Assistant Integration" to "MQTT Discovery" in MQTT Settings #290
  • Show ems tx reads and writes separately
  • Show ems device handlers separated for received, fetched and pending handlers.
  • Wired renamed to Ethernet
  • removed system/pin command, new commands in analogsensors
  • system/info device-info split to name/version/brand
  • exclude list uses short-names, possible flags for web/api/mqtt excludes, readonly and favorite (selection not yet implemented)
  • thermostat clock formate date-time: dd.mm.yyyy hh:mm
  • RC300 summermode as other thermostats winter/summer instead of off/on

3.3.1 - Jan 20 2022~

BREAKING CHANGE

  • API: "unit" renamed to "uom" in API call to recall a Device Value
  • HA: sensor.boiler_boiler_temperature renamed to sensor.actual_boiler_temperature
  • HA: binary_sensor.boiler_ww_disinfecting renamed to binary_sensor.boiler_ww_disinfection
  • HA: # removed from counts in MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes
  • txread renamed to txreads and txwrite renamed to txwrites in MQTT heartbeat payload
  • 'dallas sensors' in api/system/info moved to the "System" section. Renamed "uptime (seconds)" and "reset reason"
  • status in the MQTT heartbeat renamed to bus_status

Added

  • Add system commands for syslog level and watch #98
  • Added pool data to telegrams 0x494 & 0x495 #102
  • Add RC300 second summermode telegram #108
  • Add support for the RC25 thermostat #106
  • Add new command 'entities' for a device, e.g. http://ems-esp/api/boiler/entities to show the shortname, description and HA Entity name (if HA enabled) #116
  • Support for Junkers program and remote (fb10/fb110) temperature
  • Home Assistant state_class attribute for Wh, kWh, W and KW #129
  • Add current room influence for RC300 #136
  • Added Home Assistant device_class to sensor entities
  • Added another Buderus RC10 thermostat with Product ID 65 #160
  • Added support for mDNS #161
  • Added last system ESP32 reset code to log (and system info output)
  • Firmware Checker in WebUI #168
  • Added new MQTT setting for enabling 'response' topic
  • Support for non-standard Thermostats like Tado #174
  • Include MQTT connection status in 'api/system/info'
  • Include Network status in 'api/system/info' and also the MQTT topic info #202
  • Added Ethernet PHY module as an option in the Board Profile #210

Fixed

  • lastcode broke MQTT JSON structure #228
  • overlapping while reading sequence of EMS1.0 telegrams
  • redundant telegram readings (because of offset overflow)
  • added missing RC30/Moduline400 #243
  • check received status before toggling fetch on empty telegram [#268][#282]
  • MQTT reconnecting after WiFi reconnect #99
  • Manually Controlling Solar Circuit #107
  • Fix thermostat commands not defaulting to the master thermostat #110
  • Enlarge parse-buffer for long names like cylinderpumpmodulation
  • MQTT not subscribing to all device entities #166
  • Help fix issues with WebUI unable to fully load UI over Ethernet #177
  • Shower alert never reset after limit reached when enabled [(PR #185)]
  • Remove HA entity entries when a device value goes dormant #196
  • deciphering last error code dates on 0xC2 telegram #204

Changed

  • Syslog BOM only for utf-8 messages #91
  • Check for KM200 by device-id 0x48, remove tx-delay #90
  • rename fastheatupfactor to fastheatup and add percent #122
  • "unit" renamed to "uom" in API call to recall a Device Value
  • initial backend React changes to replace the class components (HOCs) with React Hooks
  • Use program-names instead of numbers
  • Boiler's maintenancemessage always published in MQTT (to prevent HA missing entity)
  • Unit of Measure 'times' added to MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes
  • Improved API. Restful HTTP API works in the same way as MQTT calls
  • Removed settings for MQTT subscribe format #173
  • Improve Nefit Moduline 200 functionality #183
  • status in the MQTT heartbeat renamed to bus_status
  • Layout changes in the WebUI, showing stripped table rows in Dashboard
  • Alternative font for log window #219

3.2.1 - Aug 8 2021~

Added

  • json body in API can now take device, name, cmd, hc and id
  • added example of how to use API directly to control values from Home Assistant
  • API calls are shown in debug log (For troubleshooting)
  • support for IPv6 (web/api/mqtt, not syslog yet) #83
  • System Log in Web UI will show current time if the NTP Service is enabled #82
  • Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode #83
  • optional low CPU clockrate (160 MHz) #83
  • select format for enumerated values in web
  • settings for water hysteresis on/off
  • dallas sensor name editable. sensorname console-command, replace sensorid with a unique name #84
  • 'restart' system command. Can be invoked via API with authentication. #87
  • add Download button in Web UI for log

Fixed

  • fixed issue with Home Assistant entity naming where boiler's ww was duplicated in entity name
  • fixed issue where wwSetTemp was written too instead of wwSelTemp
  • set mode allow numbers
  • Junkers thermostat shows mode as selected by set_mode
  • HA thermostat mode if bool-format: numbers is selected
  • Web UI System Log sometimes skipped a few log messages when watching real-time
  • fix wwactivated #89
  • don't show commands (like reset) as Device values in the Web or Console

Changed

  • fixed case on mqtt names, like 'wwtankmiddletemp'
  • renamed Product ID to 'EMS Product ID' in Home Assistant
  • removed brackets around tags, e.g. (hc1) selected room temperature" is now just "hc1 selected room temperature"
  • removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. #80
  • add upload_sec to api/system/info and removed # from some names to keep consistent with MQTT heartbeat
  • added debug target to PlatformIO build to help hunt down system crashes
  • enumerated values always start at zero
  • maintenance settings for time/date as extra setting
  • move api/mqtt formats to settings, add enum format
  • UI improvements for editing Dallas Sensor details
  • RESTful GET commands can also require authentication (via bearer access token) for better security
  • Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3
  • Download buttons for settings and info under the Help tab

3.1.1 - Jun 26 2021~

Added

  • new command called commands which lists all available commands. ems-esp/api/{device}/commands
  • More Home Assistant icons to match the UOMs
  • new API. Using secure access tokens and OpenAPI standard. See doc/EMS-ESP32 API.md and #50
  • show log messages in Web UI #71
  • Mock API to simulate an ESP, for testing web
  • Able to write values from the Web UI
  • check values with "cmd":<valuename> and data empty or ?
  • set hc for values and commands by id or prefix hc<x>+separator, separator can be any char

Fixed

  • HA thermostat mode was not in sync with actual mode #66
  • Don't publish rssi if Wifi is disabled and ethernet is being used
  • Booleans are shown as true/false in API GETs
  • Don't create Home Assistant MQTT discovery entries for device values that don't exists (#756 on EMS-ESP repo)
  • Update shower MQTT when a shower start is detected
  • S32 board profile

Changed

  • info command always shows full names in API. For short names query the device or name directly, e.g. http://ems-esp/api/boiler
  • free memory is shown in kilobytes
  • boiler's warm water entities have ww added to the Home Assistant entity name #67
  • improved layout and rendering of device values in the WebUI, also the edit value screen
  • Icon for Network
  • MQTT Formatting payload (nested vs single) is a pull-down option
  • moved mqtt-topics and texts to local_EN, all topics lower case
  • Re-enabled Shower Alert (still experimental)
  • lowercased Flow temp in commands
  • system console commands to main

3.0.1 - Mar 30 2021~

Added

  • Power settings, disabling BLE and turning off Wifi sleep
  • Rx and Tx counts to Heartbeat MQTT payload
  • Ethernet support
  • id to info command to show only a heatingcircuit
  • add sending devices that are not listed to 0x07
  • extra MQTT boolean option for "ON" and "OFF"
  • Support for chunked MQTT payloads to allow large data sets > 2kb
  • External Button support (#708) for resetting to factory defaults and other actions
  • new console set command in system, set ethernet <profile> for quickly enabling cabled ethernet connections without using the captive wifi portal
  • Added in MQTT nested mode, for thermostat and mixer, like we had back in v2
  • Cascade MC400 (product-id 210) (3.0.0b6)
  • values for wwMaxPower, wwFlowtempOffset
  • RC300 thermostat temp -1 to clear temporary setpoint in auto mode
  • Syslog port selectable (#744)
  • individual mqtt commands (#31)
  • board Profiles (#11)

Fixed

  • telegrams matched to masterthermostat 0x18
  • multiple roomcontrollers
  • readback after write with delay (give ems-devices time to set the value)
  • Thermostat ES72/RC20 device 66 to command-set RC20_2
  • MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369)
  • fix for HA topics with invalid command formats (#728)
  • wrong position of values #723, #732
  • OTA Upload via Web on OSX
  • Rx and Tx quality % would sometimes show > 100

Changed

  • changed how telegram parameters are rendered for mqtt, console and web (#632)
  • split show values in smaller packages (edited)
  • extended length of IP/hostname from 32 to 48 chars (#676)
  • check flowsensor for tap_water_active
  • mqtt prefixed with Base
  • count Dallas sensor fails
  • switch from SPIFFS to LITTLEFS
  • Added ID to MQTT payloads which is the Device's product ID and used in HA to identify a unique HA device
  • Increased MQTT buffer and reduced wait time between publishes
  • Updated to the latest ArduinoJson library
  • some names of mqtt-tags like in v2.2.1
  • new ESP32 partition side to allow for smoother OTA and fallback
  • Network Gateway IP is optional (#682)emsesp/EMS-ESP
  • moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32
  • invert LED changed to Hide LED. Default is off.
  • renamed Scan Network to Scan WiFi Network
  • added version to cmd=settings
  • Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects

Last update: November 2, 2024
Back to top
\ No newline at end of file diff --git a/search/search_index.json b/search/search_index.json index 8594d4e4..5f638cae 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Open-source firmware to communicate with EMS heating appliances ~ EMS-ESP is an open-source firmware for the Espressif ESP32 microcontroller to communicate with EMS (Energy Management System) compatible equipment from manufacturers such as Bosch, Buderus, Nefit, Junkers, Worcester, Sieger, elm.leblanc and iVT. Latest Releases Stable - version 3.7.0 Development - version 3.7.1 Key Features ~ Compatible with EMS, EMS+, EMS2, EMS Plus, Logamatic EMS, Junkers 2-wire, Heatronic 3 and 4 Supporting over 120 different EMS compatible devices such as thermostats, boilers, heat pumps, mixing units, solar modules, connect modules, ventilation units, switches and more Easy to add external Temperature and Analog sensors that are attached to GPIO pins on the ESP32 board A multi-user, multi-language web interface to change settings and monitor incoming data A simple to use console, accessible via Serial/USB or Telnet for advanced operations and detailed monitoring Native integration with Home Assistant, Domoticz, openHAB and Modbus Easy setup and install with automatic updates Simulation of remote thermostats Localized in 11 languages, and customizable to rename any device or sensor Extendable by adding own custom EMS entities Expandable via adding user-built external modules A powerful Scheduler to automate tasks and trigger events based data changes A Notification service to alert you of important events For a full list of features read the change log . See a live demo at https://demo.emsesp.org . Select your language on the sign-on page and log in with any username and password. Installing ~ Head over to the Getting Started section to see what hardware you need and how to install the firmware software. Support ~ See the support page for reporting issues and requesting new features. Join Our Community ~ For feedback, questions, live troubleshooting or just general chat hop on to our Discord channel: Contact us ~ For general questions about this project please use the contact form .","title":"News"},{"location":"#open-source-firmware-to-communicate-with-ems-heating-appliances","text":"EMS-ESP is an open-source firmware for the Espressif ESP32 microcontroller to communicate with EMS (Energy Management System) compatible equipment from manufacturers such as Bosch, Buderus, Nefit, Junkers, Worcester, Sieger, elm.leblanc and iVT. Latest Releases Stable - version 3.7.0 Development - version 3.7.1","title":"Open-source firmware to communicate with EMS heating appliances"},{"location":"#key-features","text":"Compatible with EMS, EMS+, EMS2, EMS Plus, Logamatic EMS, Junkers 2-wire, Heatronic 3 and 4 Supporting over 120 different EMS compatible devices such as thermostats, boilers, heat pumps, mixing units, solar modules, connect modules, ventilation units, switches and more Easy to add external Temperature and Analog sensors that are attached to GPIO pins on the ESP32 board A multi-user, multi-language web interface to change settings and monitor incoming data A simple to use console, accessible via Serial/USB or Telnet for advanced operations and detailed monitoring Native integration with Home Assistant, Domoticz, openHAB and Modbus Easy setup and install with automatic updates Simulation of remote thermostats Localized in 11 languages, and customizable to rename any device or sensor Extendable by adding own custom EMS entities Expandable via adding user-built external modules A powerful Scheduler to automate tasks and trigger events based data changes A Notification service to alert you of important events For a full list of features read the change log . See a live demo at https://demo.emsesp.org . Select your language on the sign-on page and log in with any username and password.","title":"Key Features"},{"location":"#installing","text":"Head over to the Getting Started section to see what hardware you need and how to install the firmware software.","title":"Installing"},{"location":"#support","text":"See the support page for reporting issues and requesting new features.","title":"Support"},{"location":"#join-our-community","text":"For feedback, questions, live troubleshooting or just general chat hop on to our Discord channel:","title":"Join Our Community"},{"location":"#contact-us","text":"For general questions about this project please use the contact form .","title":"Contact us"},{"location":"About/","text":"EMS-ESP is an open source firmware for Espressif ESP32 based chipsets based devices originally developed by @Proddy back in 2018 and now owned and maintained exclusively by both Proddy and @MichaelDvP . Disclaimer This code was developed based off information gathered on the internet and many hours of reverse engineering the communications between the EMS bus and real live devices. It is not based on any official documentation or supported libraries from Bosch/Buderus/Junkers/Nefit (and associated companies) and therefore there are no guarantees whatsoever regarding the safety of your devices and/or their settings, or the accuracy of the information provided. License ~ This program is licensed under GPL-3.0. A Brief history ~ How it all started. August 2017 - my first prototype, read only and based on an ESP8266. Because the Serial UART was used I couldn't display the values to the screen so had to write a Telnet service which consumed about 75% of the tine. The GitHub repo had 4 .cpp files and was called Boiler. May 2018 - Version 0.1.0 - The first public prototype. Built only for the ESP8266. This version only had a very simple telnet interface and MQTT. September 2018 - Version 1.0.0 - First official stable release on GitHub December 2018 - Version 1.1.0 - Added the RC30 and RC35 thermostats January 2019 - Version 1.3.0 - Added more boilers and thermostats, and EMS+ support February 2019 - Version 1.4.0 - Added dallas sensors. Renamed project from EMS-ESP-Boiler to just EMS-ESP March 2019 - Version 1.5.0 - Added support for the ESP32. Only way to change settings was via Telnet. March 2019 - Version 1.6.0 - Added Solar module support May 2019 - Version 1.7.0 - Added HT3 support and to handle multiple thermostats June 2019 - Version 1.8.0 - Added Mixer module, Heat pumps and improved UART logic September 2019 - Version 1.9.0 - Major release with a new WebUI based on javascript April 2020 - Version 1.9.5 - Big update with more solar, mixer support and writing to HT3 August 2020 - Version 2.0.0 - Complete re-write of the Telnet Console and WebUI. Added HA support plus an additional 50 new EMS devices November 2020 - Version 2.1.0 - More console commands and Web additions December 2020 - Version 2.2.0 - added RESTful API, SysLog March 2021 - Version 2.2.1 - the last version 2 for the ESP8266 March 2021 - Version 3.0.0 - exclusive to the ESP32. Ethernet support, improved MQTT May 2021 - Version 3.1.0 - write to device from WebUI August 2021 - Version 3.2.0 - IPv6 support, System Log in WebUI, more features November 2021 - Version 3.3.0 - More devices, pool data, mDNS January 2022 - Version 3.4.0 - New UI and more features February 2023 - Version 3.5.0 - Multi-Language, Heat pumps, Customizations, MQTT Discovery improvements. August 2023 - Version 3.6.0 - Sensors in it's own tab and able to browse all entities from the list. Added Scheduler and Custom Entity editor, plus Italian and Turkish. March 2024 - Version 3.6.5 - More supported devices, custom entities and variables, added Slovak language October 2024 - Version 3.7.0 - More of everything. Web UI refreshed with a Dashboard. Added Modbus support. Added Scheduler conditions and functions.","title":"About EMS-ESP"},{"location":"About/#license","text":"This program is licensed under GPL-3.0.","title":"License"},{"location":"About/#a-brief-history","text":"How it all started. August 2017 - my first prototype, read only and based on an ESP8266. Because the Serial UART was used I couldn't display the values to the screen so had to write a Telnet service which consumed about 75% of the tine. The GitHub repo had 4 .cpp files and was called Boiler. May 2018 - Version 0.1.0 - The first public prototype. Built only for the ESP8266. This version only had a very simple telnet interface and MQTT. September 2018 - Version 1.0.0 - First official stable release on GitHub December 2018 - Version 1.1.0 - Added the RC30 and RC35 thermostats January 2019 - Version 1.3.0 - Added more boilers and thermostats, and EMS+ support February 2019 - Version 1.4.0 - Added dallas sensors. Renamed project from EMS-ESP-Boiler to just EMS-ESP March 2019 - Version 1.5.0 - Added support for the ESP32. Only way to change settings was via Telnet. March 2019 - Version 1.6.0 - Added Solar module support May 2019 - Version 1.7.0 - Added HT3 support and to handle multiple thermostats June 2019 - Version 1.8.0 - Added Mixer module, Heat pumps and improved UART logic September 2019 - Version 1.9.0 - Major release with a new WebUI based on javascript April 2020 - Version 1.9.5 - Big update with more solar, mixer support and writing to HT3 August 2020 - Version 2.0.0 - Complete re-write of the Telnet Console and WebUI. Added HA support plus an additional 50 new EMS devices November 2020 - Version 2.1.0 - More console commands and Web additions December 2020 - Version 2.2.0 - added RESTful API, SysLog March 2021 - Version 2.2.1 - the last version 2 for the ESP8266 March 2021 - Version 3.0.0 - exclusive to the ESP32. Ethernet support, improved MQTT May 2021 - Version 3.1.0 - write to device from WebUI August 2021 - Version 3.2.0 - IPv6 support, System Log in WebUI, more features November 2021 - Version 3.3.0 - More devices, pool data, mDNS January 2022 - Version 3.4.0 - New UI and more features February 2023 - Version 3.5.0 - Multi-Language, Heat pumps, Customizations, MQTT Discovery improvements. August 2023 - Version 3.6.0 - Sensors in it's own tab and able to browse all entities from the list. Added Scheduler and Custom Entity editor, plus Italian and Turkish. March 2024 - Version 3.6.5 - More supported devices, custom entities and variables, added Slovak language October 2024 - Version 3.7.0 - More of everything. Web UI refreshed with a Dashboard. Added Modbus support. Added Scheduler conditions and functions.","title":"A Brief history"},{"location":"Adding-Languages/","text":"How to add language XY to the WebUI ~ Download the SVG flag from here and place in interface/src/i18n Create the folder XY in interface/src/i18n Copy interface/src/i18n/en/index.ts to interface/src/i18n/XY/index.ts Change in the first and last line en to your language and in the first lines BaseTranslation to Translation Edit interface/src/i18n/XY/index.ts and replace the English texts by your language Edit interface/src/components/layout/LanguageSelector.tsx and add the following: 1 2 3 4 5 6 import { ReactComponent as XYflag } from 'i18n/XY.svg'; ...  XY Navigate to the interface folder and type yarn standalone and test the WebUI How to add language XY to device entities ~ Edit interface/src/project/SettingsApplication.tsx and insert in selection box (~ line 345): 1 < MenuItem value = \"xy\" > NewLanguage ( XY ) < /MenuItem> Edit src/system.cpp line 45 and append EMSESP_LOCALE_XY to the languages[] array Edit src/local_translations.h and append the defines by adding #define EMSESP_LOCALE_XY \"xy\" add your translation as , \"your text\" at the end of each MAKE_PSTR_LIST() inside the bracket it should look something like this: MAKE_PSTR_LIST(tag, \"en\", \"de\", \"nl\", \"se\", \"pl\", \"xy\") Compile, flash, test","title":"Adding Languages"},{"location":"Adding-Languages/#how-to-add-language-xy-to-the-webui","text":"Download the SVG flag from here and place in interface/src/i18n Create the folder XY in interface/src/i18n Copy interface/src/i18n/en/index.ts to interface/src/i18n/XY/index.ts Change in the first and last line en to your language and in the first lines BaseTranslation to Translation Edit interface/src/i18n/XY/index.ts and replace the English texts by your language Edit interface/src/components/layout/LanguageSelector.tsx and add the following: 1 2 3 4 5 6 import { ReactComponent as XYflag } from 'i18n/XY.svg'; ...  XY Navigate to the interface folder and type yarn standalone and test the WebUI","title":"How to add language XY to the WebUI"},{"location":"Adding-Languages/#how-to-add-language-xy-to-device-entities","text":"Edit interface/src/project/SettingsApplication.tsx and insert in selection box (~ line 345): 1 < MenuItem value = \"xy\" > NewLanguage ( XY ) < /MenuItem> Edit src/system.cpp line 45 and append EMSESP_LOCALE_XY to the languages[] array Edit src/local_translations.h and append the defines by adding #define EMSESP_LOCALE_XY \"xy\" add your translation as , \"your text\" at the end of each MAKE_PSTR_LIST() inside the bracket it should look something like this: MAKE_PSTR_LIST(tag, \"en\", \"de\", \"nl\", \"se\", \"pl\", \"xy\") Compile, flash, test","title":"How to add language XY to device entities"},{"location":"All-Devices/","text":"please read Make sure you have read and understood the Disclaimer before sending ambiguous messages to your EMS bus as you could cause serious damage to your equipment. Most Bosch branded boilers that support the Logamatic EMS bus protocols work with this design. This includes Nefit, Buderus, Worcester, Junkers and Sieger (all copyrighted). EMS devices are being constantly added to the database on each new release. The following device types are supported: boiler thermostat heatpump heatsource solar connect mixer controller switch gateway alert pump All EMS Telegrams ~ Download the full CSV file telegram_type_id name is_fetched 0x04 UBAFactory fetched 0x06 RCTime 0x0A EasyMonitor fetched 0x10 UBAErrorMessage1 0x11 UBAErrorMessage2 0x12 RCErrorMessage 0x13 RCErrorMessage2 0x14 UBATotalUptime fetched 0x15 UBAMaintenanceData 0x16 UBAParameters fetched 0x18 UBAMonitorFast 0x19 UBAMonitorSlow 0x1A UBASetPoints 0x1C UBAMaintenanceStatus 0x1E WM10TempMessage 0x23 JunkersSetMixer fetched 0x26 UBASettingsWW fetched 0x28 WeatherComp fetched 0x2A MC110Status 0x2E Meters 0x33 UBAParameterWW fetched 0x34 UBAMonitorWW 0x35 UBAFlags 0x37 WWSettings fetched 0x38 WWTimer fetched 0x39 WWCircTimer fetched 0x3A RC30WWSettings fetched 0x3B Energy 0x3D RC35Set 0x3E RC35Monitor 0x3F RC35Timer 0x40 RC30Temp 0x41 RC30Monitor 0x42 RC35Timer2 0x47 RC35Set 0x48 RC35Monitor 0x49 RC35Timer 0x4C RC35Timer2 0x51 RC35Set 0x52 RC35Monitor 0x53 RC35Timer 0x56 RC35Timer2 0x5B RC35Set 0x5C RC35Monitor 0x5D RC35Timer 0x60 RC35Timer2 0x96 SM10Config fetched 0x97 SM10Monitor 0x9C WM10MonitorMessage 0x9D WM10SetMessage 0xA2 RCError 0xA3 RCOutdoorTemp 0xA5 IBASettings fetched 0xA7 RC30Set 0xA9 RC30Vacation fetched 0xAA MMConfigMessage fetched 0xAB MMStatusMessage 0xAC MMSetMessage 0xAF RC20Remote 0xB0 RC10Set 0xB1 RC10Monitor 0xBB HybridSettings fetched 0xBF ErrorMessage 0xC2 UBAErrorMessage3 0xD1 UBAOutdoorTemp 0xE3 UBAMonitorSlowPlus2 0xE4 UBAMonitorFastPlus 0xE5 UBAMonitorSlowPlus 0xE6 UBAParametersPlus fetched 0xE9 UBAMonitorWWPlus 0xEA UBAParameterWWPlus fetched 0x0101 ISM1Set fetched 0x0103 ISM1StatusMessage fetched 0x0104 ISM2StatusMessage 0x010C IPMStatusMessage 0x011E IPMTempMessage 0x0165 JunkersSet 0x0166 JunkersSet 0x0167 JunkersSet 0x0168 JunkersSet 0x016F JunkersMonitor 0x0170 JunkersMonitor 0x0171 JunkersMonitor 0x0172 JunkersMonitor 0x0179 JunkersSet 0x017A JunkersSet 0x017B JunkersSet 0x017C JunkersSet 0x01D3 JunkersDhw fetched 0x023A RC300OutdoorTemp fetched 0x023E PVSettings fetched 0x0240 RC300Settings fetched 0x0267 RC300Floordry 0x0269 RC300Holiday1 fetched 0x0291 HPMode fetched 0x0292 HPMode fetched 0x0293 HPMode fetched 0x0294 HPMode fetched 0x029B RC300Curves 0x029C RC300Curves 0x029D RC300Curves 0x029E RC300Curves 0x029F RC300Curves 0x02A0 RC300Curves 0x02A1 RC300Curves 0x02A2 RC300Curves 0x02A5 RC300Monitor 0x02A6 RC300Monitor 0x02A7 RC300Monitor 0x02A8 RC300Monitor 0x02A9 RC300Monitor 0x02AA RC300Monitor 0x02AB RC300Monitor 0x02AC RC300Monitor 0x02AF RC300Summer 0x02B0 RC300Summer 0x02B1 RC300Summer 0x02B2 RC300Summer 0x02B3 RC300Summer 0x02B4 RC300Summer 0x02B5 RC300Summer 0x02B6 RC300Summer 0x02B9 RC300Set 0x02BA RC300Set 0x02BB RC300Set 0x02BC RC300Set 0x02BD RC300Set 0x02BE RC300Set 0x02BF RC300Set 0x02C0 RC300Set 0x02CC RC300Set2 0x02CD MMPLUSConfigMessage fetched 0x02CE RC300Set2 0x02D0 RC300Set2 0x02D2 RC300Set2 0x02D5 MMPLUSConfigMessage fetched 0x02D6 HPPump2 fetched 0x02D7 MMPLUSStatusMessage 0x02DF MMPLUSStatusMessage 0x02F5 RC300WWmode fetched 0x02F6 RC300WW2mode fetched 0x031B RC300WWtemp fetched 0x031D RC300WWmode2 0x031E RC300WWmode2 0x0358 SM100SystemConfig fetched 0x035A SM100CircuitConfig fetched 0x035C SM100HeatAssist fetched 0x035D SM100Circuit2Config fetched 0x035F SM100Config1 fetched 0x0361 SM100Differential fetched 0x0362 SM100Monitor 0x0363 SM100Monitor2 0x0364 SM100Status 0x0366 SM100Config 0x036A SM100Status2 0x0380 SM100CollectorConfig fetched 0x038E SM100Energy fetched 0x0391 SM100Time fetched 0x0467 HPSet 0x0468 HPSet 0x0469 HPSet 0x046A HPSet 0x0471 RC300Summer2 0x0472 RC300Summer2 0x0473 RC300Summer2 0x0474 RC300Summer2 0x0475 RC300Summer2 0x0476 RC300Summer2 0x0477 RC300Summer2 0x0478 RC300Summer2 0x047B HP2 0x0484 HPSilentMode fetched 0x0485 HpCooling fetched 0x0486 HpInConfig fetched 0x0488 HPValve fetched 0x048A HpPool fetched 0x048B HPPumps fetched 0x048D HpPower fetched 0x048F HpTemperatures 0x0491 HPAdditionalHeater fetched 0x0492 HpHeaterConfig fetched 0x0494 UBAEnergySupplied 0x0495 UBAInformation 0x0499 HPDhwSettings fetched 0x049C HPSettings2 fetched 0x049D HPSettings3 fetched 0x04A2 HpInput fetched 0x04A5 HPFan fetched 0x04A7 HPPowerLimit fetched 0x04AA HPPower2 fetched 0x04AE HPEnergy fetched 0x04AF HPMeters fetched 0x056B VentilationMode fetched 0x0583 VentilationMonitor 0x0585 Blowerspeed 0x0587 Bypass 0x05BA HpPoolStatus fetched 0x05D9 Airquality 0x0772 HIUSettings 0x0779 HIUMonitor 0x0935 EM100SetMessage fetched 0x0936 EM100OutMessage 0x0937 EM100TempMessage 0x0938 EM100InputMessage 0x0939 EM100MonitorMessage 0x093A EM100ConfigMessage 0x0998 HPSettings fetched 0x0999 HPFunctionTest fetched 0x099B HPFlowTemp 0x099C HPComp 0x09A0 HPTemperature All devices and entities ~ Download the full CSV file device name device type product id shortname fullname type [options...] | (min/max) uom writeable discovery entityid v3.4 discovery entityid modbus unit identifier modbus block modbus scale factor modbus offset modbus count CS 800i, Logatherm WLW boiler 8 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 CS 800i, Logatherm WLW boiler 8 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 CS 800i, Logatherm WLW boiler 8 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 CS 800i, Logatherm WLW boiler 8 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 CS 800i, Logatherm WLW boiler 8 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 CS 800i, Logatherm WLW boiler 8 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 CS 800i, Logatherm WLW boiler 8 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 CS 800i, Logatherm WLW boiler 8 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 CS 800i, Logatherm WLW boiler 8 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 CS 800i, Logatherm WLW boiler 8 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 CS 800i, Logatherm WLW boiler 8 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 CS 800i, Logatherm WLW boiler 8 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 CS 800i, Logatherm WLW boiler 8 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 CS 800i, Logatherm WLW boiler 8 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 CS 800i, Logatherm WLW boiler 8 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 CS 800i, Logatherm WLW boiler 8 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 CS 800i, Logatherm WLW boiler 8 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 CS 800i, Logatherm WLW boiler 8 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 CS 800i, Logatherm WLW boiler 8 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 CS 800i, Logatherm WLW boiler 8 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 CS 800i, Logatherm WLW boiler 8 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 CS 800i, Logatherm WLW boiler 8 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 CS 800i, Logatherm WLW boiler 8 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 CS 800i, Logatherm WLW boiler 8 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 CS 800i, Logatherm WLW boiler 8 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 CS 800i, Logatherm WLW boiler 8 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 CS 800i, Logatherm WLW boiler 8 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 CS 800i, Logatherm WLW boiler 8 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 CS 800i, Logatherm WLW boiler 8 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 CS 800i, Logatherm WLW boiler 8 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 CS 800i, Logatherm WLW boiler 8 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 CS 800i, Logatherm WLW boiler 8 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 CS 800i, Logatherm WLW boiler 8 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 CS 800i, Logatherm WLW boiler 8 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 CS 800i, Logatherm WLW boiler 8 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 CS 800i, Logatherm WLW boiler 8 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 CS 800i, Logatherm WLW boiler 8 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 CS 800i, Logatherm WLW boiler 8 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 CS 800i, Logatherm WLW boiler 8 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 CS 800i, Logatherm WLW boiler 8 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 CS 800i, Logatherm WLW boiler 8 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 CS 800i, Logatherm WLW boiler 8 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 CS 800i, Logatherm WLW boiler 8 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 CS 800i, Logatherm WLW boiler 8 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 CS 800i, Logatherm WLW boiler 8 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 CS 800i, Logatherm WLW boiler 8 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 CS 800i, Logatherm WLW boiler 8 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 CS 800i, Logatherm WLW boiler 8 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 CS 800i, Logatherm WLW boiler 8 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 CS 800i, Logatherm WLW boiler 8 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 CS 800i, Logatherm WLW boiler 8 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 CS 800i, Logatherm WLW boiler 8 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 CS 800i, Logatherm WLW boiler 8 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 CS 800i, Logatherm WLW boiler 8 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 CS 800i, Logatherm WLW boiler 8 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 CS 800i, Logatherm WLW boiler 8 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 CS 800i, Logatherm WLW boiler 8 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 CS 800i, Logatherm WLW boiler 8 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 CS 800i, Logatherm WLW boiler 8 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 CS 800i, Logatherm WLW boiler 8 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 CS 800i, Logatherm WLW boiler 8 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 CS 800i, Logatherm WLW boiler 8 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 CS 800i, Logatherm WLW boiler 8 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 CS 800i, Logatherm WLW boiler 8 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 CS 800i, Logatherm WLW boiler 8 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 CS 800i, Logatherm WLW boiler 8 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 CS 800i, Logatherm WLW boiler 8 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 CS 800i, Logatherm WLW boiler 8 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 CS 800i, Logatherm WLW boiler 8 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 CS 800i, Logatherm WLW boiler 8 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 CS 800i, Logatherm WLW boiler 8 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 CS 800i, Logatherm WLW boiler 8 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 CS 800i, Logatherm WLW boiler 8 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 CS 800i, Logatherm WLW boiler 8 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 CS 800i, Logatherm WLW boiler 8 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 CS 800i, Logatherm WLW boiler 8 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 CS 800i, Logatherm WLW boiler 8 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 CS 800i, Logatherm WLW boiler 8 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 CS 800i, Logatherm WLW boiler 8 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 CS 800i, Logatherm WLW boiler 8 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 CS 800i, Logatherm WLW boiler 8 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 CS 800i, Logatherm WLW boiler 8 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 CS 800i, Logatherm WLW boiler 8 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 CS 800i, Logatherm WLW boiler 8 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 CS 800i, Logatherm WLW boiler 8 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 CS 800i, Logatherm WLW boiler 8 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 CS 800i, Logatherm WLW boiler 8 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 CS 800i, Logatherm WLW boiler 8 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 CS 800i, Logatherm WLW boiler 8 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 CS 800i, Logatherm WLW boiler 8 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 CS 800i, Logatherm WLW boiler 8 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 CS 800i, Logatherm WLW boiler 8 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 CS 800i, Logatherm WLW boiler 8 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 CS 800i, Logatherm WLW boiler 8 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 CS 800i, Logatherm WLW boiler 8 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 CS 800i, Logatherm WLW boiler 8 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 CS 800i, Logatherm WLW boiler 8 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 CS 800i, Logatherm WLW boiler 8 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 CS 800i, Logatherm WLW boiler 8 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 CS 800i, Logatherm WLW boiler 8 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 CS 800i, Logatherm WLW boiler 8 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 CS 800i, Logatherm WLW boiler 8 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 CS 800i, Logatherm WLW boiler 8 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 CS 800i, Logatherm WLW boiler 8 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 CS 800i, Logatherm WLW boiler 8 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 CS 800i, Logatherm WLW boiler 8 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 CS 800i, Logatherm WLW boiler 8 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 CS 800i, Logatherm WLW boiler 8 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 CS 800i, Logatherm WLW boiler 8 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 CS 800i, Logatherm WLW boiler 8 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 CS 800i, Logatherm WLW boiler 8 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 CS 800i, Logatherm WLW boiler 8 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 CS 800i, Logatherm WLW boiler 8 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 CS 800i, Logatherm WLW boiler 8 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 CS 800i, Logatherm WLW boiler 8 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 CS 800i, Logatherm WLW boiler 8 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 CS 800i, Logatherm WLW boiler 8 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 CS 800i, Logatherm WLW boiler 8 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 CS 800i, Logatherm WLW boiler 8 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 CS 800i, Logatherm WLW boiler 8 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 CS 800i, Logatherm WLW boiler 8 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 CS 800i, Logatherm WLW boiler 8 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 CS 800i, Logatherm WLW boiler 8 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 CS 800i, Logatherm WLW boiler 8 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 CS 800i, Logatherm WLW boiler 8 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 CS 800i, Logatherm WLW boiler 8 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 CS 800i, Logatherm WLW boiler 8 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 CS 800i, Logatherm WLW boiler 8 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 CS 800i, Logatherm WLW boiler 8 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 CS 800i, Logatherm WLW boiler 8 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 CS 800i, Logatherm WLW boiler 8 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 CS 800i, Logatherm WLW boiler 8 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 CS 800i, Logatherm WLW boiler 8 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 CS 800i, Logatherm WLW boiler 8 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 CS 800i, Logatherm WLW boiler 8 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 CS 800i, Logatherm WLW boiler 8 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 CS 800i, Logatherm WLW boiler 8 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 CS 800i, Logatherm WLW boiler 8 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 CS 800i, Logatherm WLW boiler 8 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 CS 800i, Logatherm WLW boiler 8 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 CS 800i, Logatherm WLW boiler 8 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 CS 800i, Logatherm WLW boiler 8 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 CS 800i, Logatherm WLW boiler 8 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 CS 800i, Logatherm WLW boiler 8 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 CS 800i, Logatherm WLW boiler 8 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 CS 800i, Logatherm WLW boiler 8 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 CS 800i, Logatherm WLW boiler 8 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 CS 800i, Logatherm WLW boiler 8 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 CS 800i, Logatherm WLW boiler 8 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 CS 800i, Logatherm WLW boiler 8 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 CS 800i, Logatherm WLW boiler 8 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 CS 800i, Logatherm WLW boiler 8 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 CS 800i, Logatherm WLW boiler 8 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 CS 800i, Logatherm WLW boiler 8 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 CS 800i, Logatherm WLW boiler 8 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 CS 800i, Logatherm WLW boiler 8 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 CS 800i, Logatherm WLW boiler 8 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 CS 800i, Logatherm WLW boiler 8 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 CS 800i, Logatherm WLW boiler 8 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 CS 800i, Logatherm WLW boiler 8 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 CS 800i, Logatherm WLW boiler 8 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 CS 800i, Logatherm WLW boiler 8 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 CS 800i, Logatherm WLW boiler 8 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 CS 800i, Logatherm WLW boiler 8 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 CS 800i, Logatherm WLW boiler 8 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 CS 800i, Logatherm WLW boiler 8 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 CS 800i, Logatherm WLW boiler 8 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 CS 800i, Logatherm WLW boiler 8 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 CS 800i, Logatherm WLW boiler 8 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 CS 800i, Logatherm WLW boiler 8 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 CS 800i, Logatherm WLW boiler 8 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 CS 800i, Logatherm WLW boiler 8 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 CS 800i, Logatherm WLW boiler 8 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 CS 800i, Logatherm WLW boiler 8 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 CS 800i, Logatherm WLW boiler 8 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 CS 800i, Logatherm WLW boiler 8 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 CS 800i, Logatherm WLW boiler 8 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 CS 800i, Logatherm WLW boiler 8 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 CS 800i, Logatherm WLW boiler 8 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 CS 800i, Logatherm WLW boiler 8 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 CS 800i, Logatherm WLW boiler 8 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 CS 800i, Logatherm WLW boiler 8 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 CS 800i, Logatherm WLW boiler 8 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 CS 800i, Logatherm WLW boiler 8 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 CS 800i, Logatherm WLW boiler 8 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 CS 800i, Logatherm WLW boiler 8 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 CS 800i, Logatherm WLW boiler 8 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 CS 800i, Logatherm WLW boiler 8 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 CS 800i, Logatherm WLW boiler 8 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 CS 800i, Logatherm WLW boiler 8 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 CS 800i, Logatherm WLW boiler 8 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 CS 800i, Logatherm WLW boiler 8 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 CS 800i, Logatherm WLW boiler 8 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 CS 800i, Logatherm WLW boiler 8 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 CS 800i, Logatherm WLW boiler 8 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 CS 800i, Logatherm WLW boiler 8 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 CS 800i, Logatherm WLW boiler 8 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 CS 800i, Logatherm WLW boiler 8 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 CS 800i, Logatherm WLW boiler 8 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 CS 800i, Logatherm WLW boiler 8 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 CS 800i, Logatherm WLW boiler 8 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 C1200W boiler 12 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 C1200W boiler 12 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 C1200W boiler 12 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 C1200W boiler 12 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 C1200W boiler 12 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 C1200W boiler 12 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 C1200W boiler 12 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 C1200W boiler 12 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 C1200W boiler 12 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 C1200W boiler 12 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 C1200W boiler 12 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 C1200W boiler 12 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 C1200W boiler 12 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 C1200W boiler 12 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 C1200W boiler 12 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 C1200W boiler 12 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 C1200W boiler 12 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 C1200W boiler 12 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 C1200W boiler 12 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 C1200W boiler 12 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 C1200W boiler 12 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 C1200W boiler 12 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 C1200W boiler 12 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 C1200W boiler 12 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 C1200W boiler 12 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 C1200W boiler 12 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 C1200W boiler 12 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 C1200W boiler 12 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 C1200W boiler 12 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 C1200W boiler 12 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 C1200W boiler 12 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 C1200W boiler 12 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 C1200W boiler 12 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 C1200W boiler 12 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 C1200W boiler 12 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 C1200W boiler 12 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 C1200W boiler 12 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 C1200W boiler 12 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 C1200W boiler 12 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 C1200W boiler 12 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 C1200W boiler 12 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 C1200W boiler 12 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 C1200W boiler 12 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 C1200W boiler 12 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 C1200W boiler 12 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 C1200W boiler 12 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 C1200W boiler 12 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 C1200W boiler 12 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 C1200W boiler 12 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 C1200W boiler 12 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 C1200W boiler 12 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 C1200W boiler 12 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 C1200W boiler 12 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 C1200W boiler 12 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 C1200W boiler 12 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 C1200W boiler 12 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 C1200W boiler 12 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 C1200W boiler 12 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 C1200W boiler 12 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 C1200W boiler 12 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 C1200W boiler 12 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 C1200W boiler 12 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 C1200W boiler 12 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 C1200W boiler 12 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 C1200W boiler 12 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 C1200W boiler 12 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 C1200W boiler 12 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 C1200W boiler 12 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 C1200W boiler 12 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 C1200W boiler 12 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 C1200W boiler 12 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 C1200W boiler 12 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 C1200W boiler 12 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 C1200W boiler 12 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 C1200W boiler 12 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 C1200W boiler 12 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 C1200W boiler 12 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 C1200W boiler 12 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 C1200W boiler 12 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 C1200W boiler 12 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 C1200W boiler 12 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 C1200W boiler 12 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 C1200W boiler 12 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 C1200W boiler 12 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 C1200W boiler 12 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 C1200W boiler 12 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 C1200W boiler 12 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 C1200W boiler 12 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 C1200W boiler 12 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 C1200W boiler 12 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 C1200W boiler 12 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 C1200W boiler 12 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 C1200W boiler 12 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 C1200W boiler 12 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 C1200W boiler 12 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 C1200W boiler 12 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 C1200W boiler 12 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 C1200W boiler 12 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 C1200W boiler 12 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 C1200W boiler 12 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 C1200W boiler 12 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 C1200W boiler 12 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 C1200W boiler 12 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 C1200W boiler 12 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 C1200W boiler 12 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 C1200W boiler 12 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 C1200W boiler 12 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 C1200W boiler 12 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 BK13/BK15, Smartline, GB1*2 boiler 64 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 BK13/BK15, Smartline, GB1*2 boiler 64 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 BK13/BK15, Smartline, GB1*2 boiler 64 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 BK13/BK15, Smartline, GB1*2 boiler 64 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 BK13/BK15, Smartline, GB1*2 boiler 64 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 BK13/BK15, Smartline, GB1*2 boiler 64 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 BK13/BK15, Smartline, GB1*2 boiler 64 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 BK13/BK15, Smartline, GB1*2 boiler 64 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 BK13/BK15, Smartline, GB1*2 boiler 64 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 BK13/BK15, Smartline, GB1*2 boiler 64 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 BK13/BK15, Smartline, GB1*2 boiler 64 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 BK13/BK15, Smartline, GB1*2 boiler 64 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 BK13/BK15, Smartline, GB1*2 boiler 64 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 BK13/BK15, Smartline, GB1*2 boiler 64 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 BK13/BK15, Smartline, GB1*2 boiler 64 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 BK13/BK15, Smartline, GB1*2 boiler 64 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 BK13/BK15, Smartline, GB1*2 boiler 64 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 BK13/BK15, Smartline, GB1*2 boiler 64 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 BK13/BK15, Smartline, GB1*2 boiler 64 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 BK13/BK15, Smartline, GB1*2 boiler 64 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 BK13/BK15, Smartline, GB1*2 boiler 64 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 BK13/BK15, Smartline, GB1*2 boiler 64 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 BK13/BK15, Smartline, GB1*2 boiler 64 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 BK13/BK15, Smartline, GB1*2 boiler 64 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 BK13/BK15, Smartline, GB1*2 boiler 64 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 BK13/BK15, Smartline, GB1*2 boiler 64 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 BK13/BK15, Smartline, GB1*2 boiler 64 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 BK13/BK15, Smartline, GB1*2 boiler 64 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 BK13/BK15, Smartline, GB1*2 boiler 64 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 BK13/BK15, Smartline, GB1*2 boiler 64 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 BK13/BK15, Smartline, GB1*2 boiler 64 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 BK13/BK15, Smartline, GB1*2 boiler 64 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 BK13/BK15, Smartline, GB1*2 boiler 64 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 BK13/BK15, Smartline, GB1*2 boiler 64 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 BK13/BK15, Smartline, GB1*2 boiler 64 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 BK13/BK15, Smartline, GB1*2 boiler 64 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 BK13/BK15, Smartline, GB1*2 boiler 64 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 BK13/BK15, Smartline, GB1*2 boiler 64 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 BK13/BK15, Smartline, GB1*2 boiler 64 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 BK13/BK15, Smartline, GB1*2 boiler 64 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 BK13/BK15, Smartline, GB1*2 boiler 64 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 BK13/BK15, Smartline, GB1*2 boiler 64 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 BK13/BK15, Smartline, GB1*2 boiler 64 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 BK13/BK15, Smartline, GB1*2 boiler 64 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 BK13/BK15, Smartline, GB1*2 boiler 64 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 BK13/BK15, Smartline, GB1*2 boiler 64 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 BK13/BK15, Smartline, GB1*2 boiler 64 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 BK13/BK15, Smartline, GB1*2 boiler 64 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 BK13/BK15, Smartline, GB1*2 boiler 64 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 BK13/BK15, Smartline, GB1*2 boiler 64 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB1*5, Logamatic MC10 boiler 72 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB1*5, Logamatic MC10 boiler 72 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB1*5, Logamatic MC10 boiler 72 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB1*5, Logamatic MC10 boiler 72 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB1*5, Logamatic MC10 boiler 72 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB1*5, Logamatic MC10 boiler 72 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB1*5, Logamatic MC10 boiler 72 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB1*5, Logamatic MC10 boiler 72 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB1*5, Logamatic MC10 boiler 72 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB1*5, Logamatic MC10 boiler 72 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB1*5, Logamatic MC10 boiler 72 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB1*5, Logamatic MC10 boiler 72 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB1*5, Logamatic MC10 boiler 72 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB1*5, Logamatic MC10 boiler 72 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB1*5, Logamatic MC10 boiler 72 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB1*5, Logamatic MC10 boiler 72 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB1*5, Logamatic MC10 boiler 72 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB1*5, Logamatic MC10 boiler 72 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB1*5, Logamatic MC10 boiler 72 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB1*5, Logamatic MC10 boiler 72 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB1*5, Logamatic MC10 boiler 72 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB1*5, Logamatic MC10 boiler 72 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB1*5, Logamatic MC10 boiler 72 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB1*5, Logamatic MC10 boiler 72 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB1*5, Logamatic MC10 boiler 72 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB1*5, Logamatic MC10 boiler 72 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB1*5, Logamatic MC10 boiler 72 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB1*5, Logamatic MC10 boiler 72 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB1*5, Logamatic MC10 boiler 72 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB1*5, Logamatic MC10 boiler 72 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB1*5, Logamatic MC10 boiler 72 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB1*5, Logamatic MC10 boiler 72 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB1*5, Logamatic MC10 boiler 72 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB1*5, Logamatic MC10 boiler 72 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB1*5, Logamatic MC10 boiler 72 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB1*5, Logamatic MC10 boiler 72 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB1*5, Logamatic MC10 boiler 72 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB1*5, Logamatic MC10 boiler 72 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB1*5, Logamatic MC10 boiler 72 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB1*5, Logamatic MC10 boiler 72 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB1*5, Logamatic MC10 boiler 72 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB1*5, Logamatic MC10 boiler 72 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB1*5, Logamatic MC10 boiler 72 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB1*5, Logamatic MC10 boiler 72 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB1*5, Logamatic MC10 boiler 72 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB1*5, Logamatic MC10 boiler 72 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB1*5, Logamatic MC10 boiler 72 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB1*5, Logamatic MC10 boiler 72 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB1*5, Logamatic MC10 boiler 72 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB1*5, Logamatic MC10 boiler 72 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB1*5, Logamatic MC10 boiler 72 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB1*5, Logamatic MC10 boiler 72 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB1*5, Logamatic MC10 boiler 72 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB1*5, Logamatic MC10 boiler 72 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB1*5, Logamatic MC10 boiler 72 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB1*5, Logamatic MC10 boiler 72 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB1*5, Logamatic MC10 boiler 72 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB1*5, Logamatic MC10 boiler 72 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB1*5, Logamatic MC10 boiler 72 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB1*5, Logamatic MC10 boiler 72 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB1*5, Logamatic MC10 boiler 72 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB1*5, Logamatic MC10 boiler 72 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB1*5, Logamatic MC10 boiler 72 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB1*5, Logamatic MC10 boiler 72 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB1*5, Logamatic MC10 boiler 72 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade CM10 boiler 81 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade CM10 boiler 81 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade CM10 boiler 81 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade CM10 boiler 81 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade CM10 boiler 81 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade CM10 boiler 81 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade CM10 boiler 81 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade CM10 boiler 81 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade CM10 boiler 81 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade CM10 boiler 81 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade CM10 boiler 81 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade CM10 boiler 81 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade CM10 boiler 81 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade CM10 boiler 81 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade CM10 boiler 81 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade CM10 boiler 81 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade CM10 boiler 81 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade CM10 boiler 81 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade CM10 boiler 81 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade CM10 boiler 81 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade CM10 boiler 81 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade CM10 boiler 81 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade CM10 boiler 81 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade CM10 boiler 81 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade CM10 boiler 81 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade CM10 boiler 81 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade CM10 boiler 81 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade CM10 boiler 81 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade CM10 boiler 81 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade CM10 boiler 81 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade CM10 boiler 81 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade CM10 boiler 81 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade CM10 boiler 81 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade CM10 boiler 81 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade CM10 boiler 81 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade CM10 boiler 81 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade CM10 boiler 81 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade CM10 boiler 81 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade CM10 boiler 81 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade CM10 boiler 81 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade CM10 boiler 81 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade CM10 boiler 81 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade CM10 boiler 81 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade CM10 boiler 81 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade CM10 boiler 81 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade CM10 boiler 81 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade CM10 boiler 81 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade CM10 boiler 81 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade CM10 boiler 81 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade CM10 boiler 81 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade CM10 boiler 81 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade CM10 boiler 81 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade CM10 boiler 81 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade CM10 boiler 81 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade CM10 boiler 81 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade CM10 boiler 81 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade CM10 boiler 81 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade CM10 boiler 81 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade CM10 boiler 81 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade CM10 boiler 81 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade CM10 boiler 81 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade CM10 boiler 81 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade CM10 boiler 81 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade CM10 boiler 81 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade CM10 boiler 81 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade CM10 boiler 81 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade CM10 boiler 81 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade CM10 boiler 81 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade CM10 boiler 81 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade CM10 boiler 81 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade CM10 boiler 81 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade CM10 boiler 81 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade CM10 boiler 81 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade CM10 boiler 81 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade CM10 boiler 81 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade CM10 boiler 81 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade CM10 boiler 81 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade CM10 boiler 81 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade CM10 boiler 81 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade CM10 boiler 81 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade CM10 boiler 81 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade CM10 boiler 81 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade CM10 boiler 81 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade CM10 boiler 81 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade CM10 boiler 81 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade CM10 boiler 81 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade CM10 boiler 81 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade CM10 boiler 81 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade CM10 boiler 81 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade CM10 boiler 81 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade CM10 boiler 81 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade CM10 boiler 81 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade CM10 boiler 81 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade CM10 boiler 81 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade CM10 boiler 81 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade CM10 boiler 81 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade CM10 boiler 81 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade CM10 boiler 81 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade CM10 boiler 81 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade CM10 boiler 81 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade CM10 boiler 81 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade CM10 boiler 81 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade CM10 boiler 81 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade CM10 boiler 81 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade CM10 boiler 81 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade CM10 boiler 81 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade CM10 boiler 81 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade CM10 boiler 81 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade CM10 boiler 81 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade CM10 boiler 81 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus GB022 boiler 84 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB022 boiler 84 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB022 boiler 84 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB022 boiler 84 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB022 boiler 84 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB022 boiler 84 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB022 boiler 84 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB022 boiler 84 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB022 boiler 84 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB022 boiler 84 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB022 boiler 84 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB022 boiler 84 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB022 boiler 84 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB022 boiler 84 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB022 boiler 84 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB022 boiler 84 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB022 boiler 84 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB022 boiler 84 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB022 boiler 84 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB022 boiler 84 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB022 boiler 84 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB022 boiler 84 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB022 boiler 84 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB022 boiler 84 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB022 boiler 84 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB022 boiler 84 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB022 boiler 84 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB022 boiler 84 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB022 boiler 84 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB022 boiler 84 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB022 boiler 84 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB022 boiler 84 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB022 boiler 84 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB022 boiler 84 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB022 boiler 84 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB022 boiler 84 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB022 boiler 84 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB022 boiler 84 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB022 boiler 84 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB022 boiler 84 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB022 boiler 84 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB022 boiler 84 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB022 boiler 84 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB022 boiler 84 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB022 boiler 84 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB022 boiler 84 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB022 boiler 84 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB022 boiler 84 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB022 boiler 84 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB022 boiler 84 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB022 boiler 84 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB022 boiler 84 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB022 boiler 84 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB022 boiler 84 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB022 boiler 84 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB022 boiler 84 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB022 boiler 84 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB022 boiler 84 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB022 boiler 84 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB022 boiler 84 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB022 boiler 84 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB022 boiler 84 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB022 boiler 84 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB022 boiler 84 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB022 boiler 84 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB022 boiler 84 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB022 boiler 84 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB022 boiler 84 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB022 boiler 84 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB022 boiler 84 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB022 boiler 84 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB022 boiler 84 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB022 boiler 84 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB022 boiler 84 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB022 boiler 84 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB022 boiler 84 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB022 boiler 84 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB022 boiler 84 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB022 boiler 84 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB022 boiler 84 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB022 boiler 84 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB022 boiler 84 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB022 boiler 84 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB022 boiler 84 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB022 boiler 84 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB022 boiler 84 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB022 boiler 84 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB022 boiler 84 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB022 boiler 84 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB022 boiler 84 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB022 boiler 84 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB022 boiler 84 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB022 boiler 84 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB022 boiler 84 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB022 boiler 84 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB022 boiler 84 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB022 boiler 84 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB022 boiler 84 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB022 boiler 84 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB022 boiler 84 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB022 boiler 84 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB022 boiler 84 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB022 boiler 84 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB022 boiler 84 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB022 boiler 84 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB022 boiler 84 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB022 boiler 84 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB022 boiler 84 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB022 boiler 84 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB022 boiler 84 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Topline, GB162 boiler 115 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Topline, GB162 boiler 115 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Topline, GB162 boiler 115 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Topline, GB162 boiler 115 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Topline, GB162 boiler 115 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Topline, GB162 boiler 115 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Topline, GB162 boiler 115 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Topline, GB162 boiler 115 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Topline, GB162 boiler 115 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Topline, GB162 boiler 115 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Topline, GB162 boiler 115 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Topline, GB162 boiler 115 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Topline, GB162 boiler 115 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Topline, GB162 boiler 115 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Topline, GB162 boiler 115 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Topline, GB162 boiler 115 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Topline, GB162 boiler 115 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Topline, GB162 boiler 115 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Topline, GB162 boiler 115 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Topline, GB162 boiler 115 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Topline, GB162 boiler 115 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Topline, GB162 boiler 115 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Topline, GB162 boiler 115 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Topline, GB162 boiler 115 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Topline, GB162 boiler 115 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Topline, GB162 boiler 115 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Topline, GB162 boiler 115 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Topline, GB162 boiler 115 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Topline, GB162 boiler 115 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Topline, GB162 boiler 115 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Topline, GB162 boiler 115 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Topline, GB162 boiler 115 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Topline, GB162 boiler 115 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Topline, GB162 boiler 115 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Topline, GB162 boiler 115 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Topline, GB162 boiler 115 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Topline, GB162 boiler 115 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Topline, GB162 boiler 115 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Topline, GB162 boiler 115 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Topline, GB162 boiler 115 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Topline, GB162 boiler 115 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Topline, GB162 boiler 115 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Topline, GB162 boiler 115 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Topline, GB162 boiler 115 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Topline, GB162 boiler 115 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Topline, GB162 boiler 115 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Topline, GB162 boiler 115 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Topline, GB162 boiler 115 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Topline, GB162 boiler 115 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Topline, GB162 boiler 115 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Topline, GB162 boiler 115 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Topline, GB162 boiler 115 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Topline, GB162 boiler 115 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Topline, GB162 boiler 115 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Topline, GB162 boiler 115 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Topline, GB162 boiler 115 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Topline, GB162 boiler 115 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Topline, GB162 boiler 115 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Topline, GB162 boiler 115 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Topline, GB162 boiler 115 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Topline, GB162 boiler 115 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Topline, GB162 boiler 115 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Topline, GB162 boiler 115 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Topline, GB162 boiler 115 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Topline, GB162 boiler 115 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Topline, GB162 boiler 115 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Topline, GB162 boiler 115 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Topline, GB162 boiler 115 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Topline, GB162 boiler 115 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Topline, GB162 boiler 115 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Topline, GB162 boiler 115 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Topline, GB162 boiler 115 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Topline, GB162 boiler 115 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Topline, GB162 boiler 115 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Topline, GB162 boiler 115 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Topline, GB162 boiler 115 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Topline, GB162 boiler 115 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Topline, GB162 boiler 115 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Topline, GB162 boiler 115 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Topline, GB162 boiler 115 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Topline, GB162 boiler 115 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Topline, GB162 boiler 115 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Topline, GB162 boiler 115 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Topline, GB162 boiler 115 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Topline, GB162 boiler 115 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Topline, GB162 boiler 115 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Topline, GB162 boiler 115 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Topline, GB162 boiler 115 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Topline, GB162 boiler 115 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Topline, GB162 boiler 115 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Topline, GB162 boiler 115 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Topline, GB162 boiler 115 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Topline, GB162 boiler 115 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Topline, GB162 boiler 115 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Topline, GB162 boiler 115 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Topline, GB162 boiler 115 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Topline, GB162 boiler 115 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Topline, GB162 boiler 115 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Topline, GB162 boiler 115 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Topline, GB162 boiler 115 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Topline, GB162 boiler 115 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Topline, GB162 boiler 115 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Topline, GB162 boiler 115 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Topline, GB162 boiler 115 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Topline, GB162 boiler 115 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Topline, GB162 boiler 115 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Topline, GB162 boiler 115 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Topline, GB162 boiler 115 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Topline, GB162 boiler 115 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Topline, GB162 boiler 115 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MCM10 boiler 121 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MCM10 boiler 121 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MCM10 boiler 121 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MCM10 boiler 121 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MCM10 boiler 121 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MCM10 boiler 121 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MCM10 boiler 121 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MCM10 boiler 121 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MCM10 boiler 121 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MCM10 boiler 121 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MCM10 boiler 121 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MCM10 boiler 121 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MCM10 boiler 121 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MCM10 boiler 121 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MCM10 boiler 121 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MCM10 boiler 121 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MCM10 boiler 121 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MCM10 boiler 121 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MCM10 boiler 121 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MCM10 boiler 121 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MCM10 boiler 121 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MCM10 boiler 121 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MCM10 boiler 121 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MCM10 boiler 121 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MCM10 boiler 121 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MCM10 boiler 121 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MCM10 boiler 121 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MCM10 boiler 121 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MCM10 boiler 121 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MCM10 boiler 121 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MCM10 boiler 121 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MCM10 boiler 121 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MCM10 boiler 121 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MCM10 boiler 121 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MCM10 boiler 121 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MCM10 boiler 121 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MCM10 boiler 121 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MCM10 boiler 121 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MCM10 boiler 121 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MCM10 boiler 121 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MCM10 boiler 121 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MCM10 boiler 121 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MCM10 boiler 121 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MCM10 boiler 121 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MCM10 boiler 121 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MCM10 boiler 121 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MCM10 boiler 121 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MCM10 boiler 121 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MCM10 boiler 121 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MCM10 boiler 121 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MCM10 boiler 121 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MCM10 boiler 121 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MCM10 boiler 121 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MCM10 boiler 121 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MCM10 boiler 121 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MCM10 boiler 121 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MCM10 boiler 121 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MCM10 boiler 121 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MCM10 boiler 121 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MCM10 boiler 121 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MCM10 boiler 121 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MCM10 boiler 121 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MCM10 boiler 121 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MCM10 boiler 121 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MCM10 boiler 121 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MCM10 boiler 121 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MCM10 boiler 121 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MCM10 boiler 121 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MCM10 boiler 121 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MCM10 boiler 121 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MCM10 boiler 121 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MCM10 boiler 121 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MCM10 boiler 121 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MCM10 boiler 121 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MCM10 boiler 121 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MCM10 boiler 121 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MCM10 boiler 121 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MCM10 boiler 121 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MCM10 boiler 121 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MCM10 boiler 121 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MCM10 boiler 121 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MCM10 boiler 121 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MCM10 boiler 121 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MCM10 boiler 121 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MCM10 boiler 121 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MCM10 boiler 121 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MCM10 boiler 121 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MCM10 boiler 121 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MCM10 boiler 121 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MCM10 boiler 121 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MCM10 boiler 121 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MCM10 boiler 121 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MCM10 boiler 121 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MCM10 boiler 121 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MCM10 boiler 121 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MCM10 boiler 121 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MCM10 boiler 121 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MCM10 boiler 121 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MCM10 boiler 121 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MCM10 boiler 121 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MCM10 boiler 121 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MCM10 boiler 121 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MCM10 boiler 121 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MCM10 boiler 121 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MCM10 boiler 121 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MCM10 boiler 121 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MCM10 boiler 121 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MCM10 boiler 121 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MCM10 boiler 121 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MCM10 boiler 121 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Proline boiler 122 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Proline boiler 122 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Proline boiler 122 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Proline boiler 122 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Proline boiler 122 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Proline boiler 122 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Proline boiler 122 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Proline boiler 122 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Proline boiler 122 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Proline boiler 122 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Proline boiler 122 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Proline boiler 122 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Proline boiler 122 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Proline boiler 122 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Proline boiler 122 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Proline boiler 122 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Proline boiler 122 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Proline boiler 122 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Proline boiler 122 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Proline boiler 122 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Proline boiler 122 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Proline boiler 122 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Proline boiler 122 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Proline boiler 122 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Proline boiler 122 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Proline boiler 122 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Proline boiler 122 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Proline boiler 122 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Proline boiler 122 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Proline boiler 122 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Proline boiler 122 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Proline boiler 122 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Proline boiler 122 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Proline boiler 122 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Proline boiler 122 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Proline boiler 122 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Proline boiler 122 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Proline boiler 122 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Proline boiler 122 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Proline boiler 122 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Proline boiler 122 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Proline boiler 122 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Proline boiler 122 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Proline boiler 122 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Proline boiler 122 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Proline boiler 122 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Proline boiler 122 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Proline boiler 122 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Proline boiler 122 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Proline boiler 122 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Proline boiler 122 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Proline boiler 122 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Proline boiler 122 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Proline boiler 122 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Proline boiler 122 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Proline boiler 122 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Proline boiler 122 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Proline boiler 122 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Proline boiler 122 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Proline boiler 122 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Proline boiler 122 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Proline boiler 122 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Proline boiler 122 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Proline boiler 122 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Proline boiler 122 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Proline boiler 122 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Proline boiler 122 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Proline boiler 122 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Proline boiler 122 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Proline boiler 122 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Proline boiler 122 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Proline boiler 122 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Proline boiler 122 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Proline boiler 122 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Proline boiler 122 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Proline boiler 122 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Proline boiler 122 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Proline boiler 122 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Proline boiler 122 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Proline boiler 122 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Proline boiler 122 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Proline boiler 122 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Proline boiler 122 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Proline boiler 122 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Proline boiler 122 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Proline boiler 122 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Proline boiler 122 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Proline boiler 122 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Proline boiler 122 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Proline boiler 122 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Proline boiler 122 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Proline boiler 122 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Proline boiler 122 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Proline boiler 122 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Proline boiler 122 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Proline boiler 122 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Proline boiler 122 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Proline boiler 122 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Proline boiler 122 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Proline boiler 122 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Proline boiler 122 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Proline boiler 122 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Proline boiler 122 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Proline boiler 122 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Proline boiler 122 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Proline boiler 122 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Proline boiler 122 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Proline boiler 122 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Proline boiler 122 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Proline boiler 122 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB212 boiler 131 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB212 boiler 131 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB212 boiler 131 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB212 boiler 131 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB212 boiler 131 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB212 boiler 131 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB212 boiler 131 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB212 boiler 131 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB212 boiler 131 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB212 boiler 131 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB212 boiler 131 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB212 boiler 131 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB212 boiler 131 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB212 boiler 131 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB212 boiler 131 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB212 boiler 131 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB212 boiler 131 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB212 boiler 131 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB212 boiler 131 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB212 boiler 131 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB212 boiler 131 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB212 boiler 131 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB212 boiler 131 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB212 boiler 131 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB212 boiler 131 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB212 boiler 131 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB212 boiler 131 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB212 boiler 131 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB212 boiler 131 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB212 boiler 131 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB212 boiler 131 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB212 boiler 131 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB212 boiler 131 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB212 boiler 131 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB212 boiler 131 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB212 boiler 131 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB212 boiler 131 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB212 boiler 131 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB212 boiler 131 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB212 boiler 131 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB212 boiler 131 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB212 boiler 131 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB212 boiler 131 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB212 boiler 131 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB212 boiler 131 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB212 boiler 131 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB212 boiler 131 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB212 boiler 131 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB212 boiler 131 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB212 boiler 131 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB212 boiler 131 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB212 boiler 131 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB212 boiler 131 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB212 boiler 131 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB212 boiler 131 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB212 boiler 131 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB212 boiler 131 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB212 boiler 131 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB212 boiler 131 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB212 boiler 131 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB212 boiler 131 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB212 boiler 131 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB212 boiler 131 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB212 boiler 131 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB212 boiler 131 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB212 boiler 131 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB212 boiler 131 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB212 boiler 131 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB212 boiler 131 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB212 boiler 131 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB212 boiler 131 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB212 boiler 131 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB212 boiler 131 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB212 boiler 131 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB212 boiler 131 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB212 boiler 131 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB212 boiler 131 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB212 boiler 131 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB212 boiler 131 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB212 boiler 131 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB212 boiler 131 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB212 boiler 131 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB212 boiler 131 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB212 boiler 131 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB212 boiler 131 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB212 boiler 131 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB212 boiler 131 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB212 boiler 131 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB212 boiler 131 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB212 boiler 131 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB212 boiler 131 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB212 boiler 131 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB212 boiler 131 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB212 boiler 131 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB212 boiler 131 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB212 boiler 131 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB212 boiler 131 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB212 boiler 131 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB212 boiler 131 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB212 boiler 131 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB212 boiler 131 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB212 boiler 131 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB212 boiler 131 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB212 boiler 131 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB212 boiler 131 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB212 boiler 131 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB212 boiler 131 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB212 boiler 131 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB212 boiler 131 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB212 boiler 131 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GC7000F boiler 132 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GC7000F boiler 132 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GC7000F boiler 132 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GC7000F boiler 132 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GC7000F boiler 132 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GC7000F boiler 132 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GC7000F boiler 132 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GC7000F boiler 132 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GC7000F boiler 132 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GC7000F boiler 132 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GC7000F boiler 132 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GC7000F boiler 132 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GC7000F boiler 132 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GC7000F boiler 132 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GC7000F boiler 132 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GC7000F boiler 132 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GC7000F boiler 132 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GC7000F boiler 132 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GC7000F boiler 132 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GC7000F boiler 132 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GC7000F boiler 132 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GC7000F boiler 132 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GC7000F boiler 132 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GC7000F boiler 132 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GC7000F boiler 132 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GC7000F boiler 132 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GC7000F boiler 132 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GC7000F boiler 132 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GC7000F boiler 132 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GC7000F boiler 132 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GC7000F boiler 132 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GC7000F boiler 132 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GC7000F boiler 132 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GC7000F boiler 132 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GC7000F boiler 132 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GC7000F boiler 132 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GC7000F boiler 132 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GC7000F boiler 132 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GC7000F boiler 132 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GC7000F boiler 132 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GC7000F boiler 132 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GC7000F boiler 132 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GC7000F boiler 132 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GC7000F boiler 132 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GC7000F boiler 132 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GC7000F boiler 132 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GC7000F boiler 132 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GC7000F boiler 132 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GC7000F boiler 132 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GC7000F boiler 132 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GC7000F boiler 132 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GC7000F boiler 132 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GC7000F boiler 132 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GC7000F boiler 132 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GC7000F boiler 132 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GC7000F boiler 132 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GC7000F boiler 132 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GC7000F boiler 132 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GC7000F boiler 132 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GC7000F boiler 132 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GC7000F boiler 132 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GC7000F boiler 132 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GC7000F boiler 132 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GC7000F boiler 132 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GC7000F boiler 132 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GC7000F boiler 132 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GC7000F boiler 132 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GC7000F boiler 132 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GC7000F boiler 132 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GC7000F boiler 132 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GC7000F boiler 132 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GC7000F boiler 132 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GC7000F boiler 132 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GC7000F boiler 132 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GC7000F boiler 132 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GC7000F boiler 132 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GC7000F boiler 132 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GC7000F boiler 132 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GC7000F boiler 132 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GC7000F boiler 132 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GC7000F boiler 132 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GC7000F boiler 132 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GC7000F boiler 132 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GC7000F boiler 132 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GC7000F boiler 132 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GC7000F boiler 132 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GC7000F boiler 132 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GC7000F boiler 132 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GC7000F boiler 132 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GC7000F boiler 132 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GC7000F boiler 132 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GC7000F boiler 132 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GC7000F boiler 132 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GC7000F boiler 132 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GC7000F boiler 132 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GC7000F boiler 132 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GC7000F boiler 132 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GC7000F boiler 132 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GC7000F boiler 132 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GC7000F boiler 132 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GC7000F boiler 132 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GC7000F boiler 132 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GC7000F boiler 132 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GC7000F boiler 132 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GC7000F boiler 132 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GC7000F boiler 132 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GC7000F boiler 132 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GC7000F boiler 132 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GC7000F boiler 132 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GC7000F boiler 132 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar 30Ri Compact boiler 154 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar 30Ri Compact boiler 154 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar 30Ri Compact boiler 154 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar 30Ri Compact boiler 154 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar 30Ri Compact boiler 154 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar 30Ri Compact boiler 154 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar 30Ri Compact boiler 154 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar 30Ri Compact boiler 154 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar 30Ri Compact boiler 154 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar 30Ri Compact boiler 154 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar 30Ri Compact boiler 154 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar 30Ri Compact boiler 154 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar 30Ri Compact boiler 154 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar 30Ri Compact boiler 154 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Greenstar 30Ri Compact boiler 154 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Greenstar 30Ri Compact boiler 154 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Greenstar 30Ri Compact boiler 154 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Greenstar 30Ri Compact boiler 154 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Greenstar 30Ri Compact boiler 154 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Greenstar 30Ri Compact boiler 154 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Greenstar 30Ri Compact boiler 154 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Greenstar 30Ri Compact boiler 154 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Greenstar 30Ri Compact boiler 154 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Greenstar 30Ri Compact boiler 154 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Greenstar 30Ri Compact boiler 154 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Greenstar 30Ri Compact boiler 154 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Greenstar 30Ri Compact boiler 154 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Greenstar 30Ri Compact boiler 154 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Greenstar 30Ri Compact boiler 154 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Greenstar 30Ri Compact boiler 154 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Greenstar 30Ri Compact boiler 154 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Greenstar 30Ri Compact boiler 154 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Greenstar 30Ri Compact boiler 154 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Greenstar 30Ri Compact boiler 154 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Greenstar 30Ri Compact boiler 154 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Greenstar 30Ri Compact boiler 154 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar 30Ri Compact boiler 154 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar 30Ri Compact boiler 154 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar 30Ri Compact boiler 154 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar 30Ri Compact boiler 154 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar 30Ri Compact boiler 154 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar 30Ri Compact boiler 154 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar 30Ri Compact boiler 154 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar 30Ri Compact boiler 154 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar 30Ri Compact boiler 154 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar 30Ri Compact boiler 154 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar 30Ri Compact boiler 154 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar 30Ri Compact boiler 154 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar 30Ri Compact boiler 154 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar 30Ri Compact boiler 154 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar 30Ri Compact boiler 154 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar 30Ri Compact boiler 154 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar 30Ri Compact boiler 154 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar 30Ri Compact boiler 154 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar 30Ri Compact boiler 154 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar 30Ri Compact boiler 154 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar 30Ri Compact boiler 154 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar 30Ri Compact boiler 154 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar 30Ri Compact boiler 154 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar 30Ri Compact boiler 154 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar 30Ri Compact boiler 154 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar 30Ri Compact boiler 154 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar 30Ri Compact boiler 154 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar 30Ri Compact boiler 154 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar 30Ri Compact boiler 154 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar 30Ri Compact boiler 154 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar 30Ri Compact boiler 154 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar 30Ri Compact boiler 154 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar 30Ri Compact boiler 154 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar 30Ri Compact boiler 154 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar 30Ri Compact boiler 154 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar 30Ri Compact boiler 154 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar 30Ri Compact boiler 154 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar 30Ri Compact boiler 154 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar 30Ri Compact boiler 154 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar 30Ri Compact boiler 154 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar 30Ri Compact boiler 154 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar 30Ri Compact boiler 154 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar 30Ri Compact boiler 154 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar 30Ri Compact boiler 154 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar 30Ri Compact boiler 154 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar 30Ri Compact boiler 154 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar 30Ri Compact boiler 154 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar 30Ri Compact boiler 154 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar 30Ri Compact boiler 154 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar 30Ri Compact boiler 154 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar 30Ri Compact boiler 154 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar 30Ri Compact boiler 154 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar 30Ri Compact boiler 154 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar 30Ri Compact boiler 154 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar 30Ri Compact boiler 154 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar 30Ri Compact boiler 154 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar 30Ri Compact boiler 154 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar 30Ri Compact boiler 154 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar 30Ri Compact boiler 154 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar 30Ri Compact boiler 154 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar 30Ri Compact boiler 154 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar 30Ri Compact boiler 154 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar 30Ri Compact boiler 154 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar 30Ri Compact boiler 154 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar 30Ri Compact boiler 154 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar 30Ri Compact boiler 154 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar 30Ri Compact boiler 154 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar 30Ri Compact boiler 154 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar 30Ri Compact boiler 154 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar 30Ri Compact boiler 154 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Greenstar 30Ri Compact boiler 154 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Greenstar 30Ri Compact boiler 154 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Greenstar 30Ri Compact boiler 154 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Greenstar 30Ri Compact boiler 154 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cerapur Aero boiler 167 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cerapur Aero boiler 167 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cerapur Aero boiler 167 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cerapur Aero boiler 167 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cerapur Aero boiler 167 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cerapur Aero boiler 167 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cerapur Aero boiler 167 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cerapur Aero boiler 167 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cerapur Aero boiler 167 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cerapur Aero boiler 167 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cerapur Aero boiler 167 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cerapur Aero boiler 167 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cerapur Aero boiler 167 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cerapur Aero boiler 167 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cerapur Aero boiler 167 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cerapur Aero boiler 167 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cerapur Aero boiler 167 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cerapur Aero boiler 167 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cerapur Aero boiler 167 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cerapur Aero boiler 167 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cerapur Aero boiler 167 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cerapur Aero boiler 167 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cerapur Aero boiler 167 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cerapur Aero boiler 167 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cerapur Aero boiler 167 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cerapur Aero boiler 167 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cerapur Aero boiler 167 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cerapur Aero boiler 167 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cerapur Aero boiler 167 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cerapur Aero boiler 167 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cerapur Aero boiler 167 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cerapur Aero boiler 167 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cerapur Aero boiler 167 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cerapur Aero boiler 167 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cerapur Aero boiler 167 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cerapur Aero boiler 167 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cerapur Aero boiler 167 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cerapur Aero boiler 167 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cerapur Aero boiler 167 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cerapur Aero boiler 167 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cerapur Aero boiler 167 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cerapur Aero boiler 167 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cerapur Aero boiler 167 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cerapur Aero boiler 167 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cerapur Aero boiler 167 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cerapur Aero boiler 167 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cerapur Aero boiler 167 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cerapur Aero boiler 167 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cerapur Aero boiler 167 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cerapur Aero boiler 167 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cerapur Aero boiler 167 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cerapur Aero boiler 167 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cerapur Aero boiler 167 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cerapur Aero boiler 167 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cerapur Aero boiler 167 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cerapur Aero boiler 167 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cerapur Aero boiler 167 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cerapur Aero boiler 167 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cerapur Aero boiler 167 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cerapur Aero boiler 167 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cerapur Aero boiler 167 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cerapur Aero boiler 167 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cerapur Aero boiler 167 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cerapur Aero boiler 167 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cerapur Aero boiler 167 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cerapur Aero boiler 167 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cerapur Aero boiler 167 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cerapur Aero boiler 167 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cerapur Aero boiler 167 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cerapur Aero boiler 167 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cerapur Aero boiler 167 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cerapur Aero boiler 167 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cerapur Aero boiler 167 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cerapur Aero boiler 167 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cerapur Aero boiler 167 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cerapur Aero boiler 167 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cerapur Aero boiler 167 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cerapur Aero boiler 167 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cerapur Aero boiler 167 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cerapur Aero boiler 167 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cerapur Aero boiler 167 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cerapur Aero boiler 167 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cerapur Aero boiler 167 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cerapur Aero boiler 167 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cerapur Aero boiler 167 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cerapur Aero boiler 167 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cerapur Aero boiler 167 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cerapur Aero boiler 167 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cerapur Aero boiler 167 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cerapur Aero boiler 167 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cerapur Aero boiler 167 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cerapur Aero boiler 167 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cerapur Aero boiler 167 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cerapur Aero boiler 167 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cerapur Aero boiler 167 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cerapur Aero boiler 167 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cerapur Aero boiler 167 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cerapur Aero boiler 167 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cerapur Aero boiler 167 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cerapur Aero boiler 167 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cerapur Aero boiler 167 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cerapur Aero boiler 167 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cerapur Aero boiler 167 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cerapur Aero boiler 167 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cerapur Aero boiler 167 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cerapur Aero boiler 167 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cerapur Aero boiler 167 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cerapur Aero boiler 167 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cerapur Aero boiler 167 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cerapur Aero boiler 167 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Hybrid Heatpump boiler 168 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Hybrid Heatpump boiler 168 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Hybrid Heatpump boiler 168 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Hybrid Heatpump boiler 168 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Hybrid Heatpump boiler 168 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Hybrid Heatpump boiler 168 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Hybrid Heatpump boiler 168 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Hybrid Heatpump boiler 168 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Hybrid Heatpump boiler 168 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Hybrid Heatpump boiler 168 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Hybrid Heatpump boiler 168 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Hybrid Heatpump boiler 168 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Hybrid Heatpump boiler 168 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Hybrid Heatpump boiler 168 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Hybrid Heatpump boiler 168 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Hybrid Heatpump boiler 168 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Hybrid Heatpump boiler 168 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Hybrid Heatpump boiler 168 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Hybrid Heatpump boiler 168 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Hybrid Heatpump boiler 168 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Hybrid Heatpump boiler 168 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Hybrid Heatpump boiler 168 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Hybrid Heatpump boiler 168 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Hybrid Heatpump boiler 168 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Hybrid Heatpump boiler 168 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Hybrid Heatpump boiler 168 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Hybrid Heatpump boiler 168 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Hybrid Heatpump boiler 168 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Hybrid Heatpump boiler 168 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Hybrid Heatpump boiler 168 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Hybrid Heatpump boiler 168 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Hybrid Heatpump boiler 168 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Hybrid Heatpump boiler 168 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Hybrid Heatpump boiler 168 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Hybrid Heatpump boiler 168 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Hybrid Heatpump boiler 168 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Hybrid Heatpump boiler 168 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Hybrid Heatpump boiler 168 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Hybrid Heatpump boiler 168 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Hybrid Heatpump boiler 168 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Hybrid Heatpump boiler 168 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Hybrid Heatpump boiler 168 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Hybrid Heatpump boiler 168 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Hybrid Heatpump boiler 168 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Hybrid Heatpump boiler 168 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Hybrid Heatpump boiler 168 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Hybrid Heatpump boiler 168 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Hybrid Heatpump boiler 168 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Hybrid Heatpump boiler 168 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Hybrid Heatpump boiler 168 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Hybrid Heatpump boiler 168 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Hybrid Heatpump boiler 168 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Hybrid Heatpump boiler 168 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Hybrid Heatpump boiler 168 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Hybrid Heatpump boiler 168 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Hybrid Heatpump boiler 168 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Hybrid Heatpump boiler 168 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Hybrid Heatpump boiler 168 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Hybrid Heatpump boiler 168 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Hybrid Heatpump boiler 168 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Hybrid Heatpump boiler 168 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Hybrid Heatpump boiler 168 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Hybrid Heatpump boiler 168 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Hybrid Heatpump boiler 168 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Hybrid Heatpump boiler 168 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Hybrid Heatpump boiler 168 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Hybrid Heatpump boiler 168 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Hybrid Heatpump boiler 168 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Hybrid Heatpump boiler 168 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Hybrid Heatpump boiler 168 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Hybrid Heatpump boiler 168 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Hybrid Heatpump boiler 168 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Hybrid Heatpump boiler 168 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Hybrid Heatpump boiler 168 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Hybrid Heatpump boiler 168 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Hybrid Heatpump boiler 168 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Hybrid Heatpump boiler 168 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Hybrid Heatpump boiler 168 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Hybrid Heatpump boiler 168 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Hybrid Heatpump boiler 168 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Hybrid Heatpump boiler 168 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Hybrid Heatpump boiler 168 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Hybrid Heatpump boiler 168 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Hybrid Heatpump boiler 168 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Hybrid Heatpump boiler 168 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Hybrid Heatpump boiler 168 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Hybrid Heatpump boiler 168 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Hybrid Heatpump boiler 168 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Hybrid Heatpump boiler 168 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Hybrid Heatpump boiler 168 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Hybrid Heatpump boiler 168 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Hybrid Heatpump boiler 168 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Hybrid Heatpump boiler 168 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Hybrid Heatpump boiler 168 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Hybrid Heatpump boiler 168 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Hybrid Heatpump boiler 168 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Hybrid Heatpump boiler 168 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Hybrid Heatpump boiler 168 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Hybrid Heatpump boiler 168 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Hybrid Heatpump boiler 168 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Hybrid Heatpump boiler 168 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Hybrid Heatpump boiler 168 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Hybrid Heatpump boiler 168 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Hybrid Heatpump boiler 168 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Hybrid Heatpump boiler 168 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Hybrid Heatpump boiler 168 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Hybrid Heatpump boiler 168 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Hybrid Heatpump boiler 168 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Hybrid Heatpump boiler 168 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Hybrid Heatpump boiler 168 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB212 boiler 170 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB212 boiler 170 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB212 boiler 170 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB212 boiler 170 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB212 boiler 170 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB212 boiler 170 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB212 boiler 170 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB212 boiler 170 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB212 boiler 170 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB212 boiler 170 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB212 boiler 170 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB212 boiler 170 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB212 boiler 170 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB212 boiler 170 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB212 boiler 170 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB212 boiler 170 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB212 boiler 170 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB212 boiler 170 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB212 boiler 170 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB212 boiler 170 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB212 boiler 170 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB212 boiler 170 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB212 boiler 170 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB212 boiler 170 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB212 boiler 170 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB212 boiler 170 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB212 boiler 170 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB212 boiler 170 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB212 boiler 170 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB212 boiler 170 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB212 boiler 170 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB212 boiler 170 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB212 boiler 170 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB212 boiler 170 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB212 boiler 170 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB212 boiler 170 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB212 boiler 170 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB212 boiler 170 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB212 boiler 170 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB212 boiler 170 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB212 boiler 170 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB212 boiler 170 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB212 boiler 170 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB212 boiler 170 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB212 boiler 170 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB212 boiler 170 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB212 boiler 170 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB212 boiler 170 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB212 boiler 170 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB212 boiler 170 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB212 boiler 170 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB212 boiler 170 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB212 boiler 170 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB212 boiler 170 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB212 boiler 170 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB212 boiler 170 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB212 boiler 170 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB212 boiler 170 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB212 boiler 170 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB212 boiler 170 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB212 boiler 170 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB212 boiler 170 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB212 boiler 170 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB212 boiler 170 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB212 boiler 170 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB212 boiler 170 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB212 boiler 170 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB212 boiler 170 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB212 boiler 170 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB212 boiler 170 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB212 boiler 170 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB212 boiler 170 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB212 boiler 170 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB212 boiler 170 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB212 boiler 170 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB212 boiler 170 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB212 boiler 170 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB212 boiler 170 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB212 boiler 170 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB212 boiler 170 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB212 boiler 170 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB212 boiler 170 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB212 boiler 170 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB212 boiler 170 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB212 boiler 170 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB212 boiler 170 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB212 boiler 170 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB212 boiler 170 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB212 boiler 170 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB212 boiler 170 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB212 boiler 170 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB212 boiler 170 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB212 boiler 170 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB212 boiler 170 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB212 boiler 170 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB212 boiler 170 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB212 boiler 170 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB212 boiler 170 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB212 boiler 170 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB212 boiler 170 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB212 boiler 170 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB212 boiler 170 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB212 boiler 170 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB212 boiler 170 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB212 boiler 170 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB212 boiler 170 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB212 boiler 170 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB212 boiler 170 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB212 boiler 170 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB212 boiler 170 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Geo 5xx boiler 173 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Geo 5xx boiler 173 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Geo 5xx boiler 173 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Geo 5xx boiler 173 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Geo 5xx boiler 173 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Geo 5xx boiler 173 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Geo 5xx boiler 173 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Geo 5xx boiler 173 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Geo 5xx boiler 173 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Geo 5xx boiler 173 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Geo 5xx boiler 173 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Geo 5xx boiler 173 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Geo 5xx boiler 173 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Geo 5xx boiler 173 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Geo 5xx boiler 173 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Geo 5xx boiler 173 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Geo 5xx boiler 173 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Geo 5xx boiler 173 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Geo 5xx boiler 173 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Geo 5xx boiler 173 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Geo 5xx boiler 173 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Geo 5xx boiler 173 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Geo 5xx boiler 173 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Geo 5xx boiler 173 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Geo 5xx boiler 173 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Geo 5xx boiler 173 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Geo 5xx boiler 173 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Geo 5xx boiler 173 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Geo 5xx boiler 173 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Geo 5xx boiler 173 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Geo 5xx boiler 173 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Geo 5xx boiler 173 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Geo 5xx boiler 173 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Geo 5xx boiler 173 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Geo 5xx boiler 173 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Geo 5xx boiler 173 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Geo 5xx boiler 173 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Geo 5xx boiler 173 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Geo 5xx boiler 173 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Geo 5xx boiler 173 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Geo 5xx boiler 173 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Geo 5xx boiler 173 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Geo 5xx boiler 173 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Geo 5xx boiler 173 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Geo 5xx boiler 173 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Geo 5xx boiler 173 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Geo 5xx boiler 173 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Geo 5xx boiler 173 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Geo 5xx boiler 173 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Geo 5xx boiler 173 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Geo 5xx boiler 173 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Geo 5xx boiler 173 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Geo 5xx boiler 173 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Geo 5xx boiler 173 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Geo 5xx boiler 173 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Geo 5xx boiler 173 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Geo 5xx boiler 173 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Geo 5xx boiler 173 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Geo 5xx boiler 173 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Geo 5xx boiler 173 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Geo 5xx boiler 173 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Geo 5xx boiler 173 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Geo 5xx boiler 173 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Geo 5xx boiler 173 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Geo 5xx boiler 173 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Geo 5xx boiler 173 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Geo 5xx boiler 173 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Geo 5xx boiler 173 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Geo 5xx boiler 173 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Geo 5xx boiler 173 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Geo 5xx boiler 173 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Geo 5xx boiler 173 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Geo 5xx boiler 173 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Geo 5xx boiler 173 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Geo 5xx boiler 173 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Geo 5xx boiler 173 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Geo 5xx boiler 173 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Geo 5xx boiler 173 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Geo 5xx boiler 173 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Geo 5xx boiler 173 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Geo 5xx boiler 173 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Geo 5xx boiler 173 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Geo 5xx boiler 173 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Geo 5xx boiler 173 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Geo 5xx boiler 173 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Geo 5xx boiler 173 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Geo 5xx boiler 173 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Geo 5xx boiler 173 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Geo 5xx boiler 173 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Geo 5xx boiler 173 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Geo 5xx boiler 173 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Geo 5xx boiler 173 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Geo 5xx boiler 173 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Geo 5xx boiler 173 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Geo 5xx boiler 173 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Geo 5xx boiler 173 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Geo 5xx boiler 173 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Geo 5xx boiler 173 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Geo 5xx boiler 173 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Geo 5xx boiler 173 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Geo 5xx boiler 173 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Geo 5xx boiler 173 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Geo 5xx boiler 173 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Geo 5xx boiler 173 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Geo 5xx boiler 173 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Geo 5xx boiler 173 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Geo 5xx boiler 173 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Geo 5xx boiler 173 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Geo 5xx boiler 173 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Geo 5xx boiler 173 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Geo 5xx boiler 173 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Geo 5xx boiler 173 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Geo 5xx boiler 173 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Geo 5xx boiler 173 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Geo 5xx boiler 173 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Geo 5xx boiler 173 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Geo 5xx boiler 173 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Geo 5xx boiler 173 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Geo 5xx boiler 173 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Geo 5xx boiler 173 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Geo 5xx boiler 173 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Geo 5xx boiler 173 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Geo 5xx boiler 173 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Geo 5xx boiler 173 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Geo 5xx boiler 173 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Geo 5xx boiler 173 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Geo 5xx boiler 173 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Geo 5xx boiler 173 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Geo 5xx boiler 173 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Geo 5xx boiler 173 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Geo 5xx boiler 173 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Geo 5xx boiler 173 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Geo 5xx boiler 173 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Geo 5xx boiler 173 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Geo 5xx boiler 173 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Geo 5xx boiler 173 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Geo 5xx boiler 173 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Geo 5xx boiler 173 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Geo 5xx boiler 173 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Geo 5xx boiler 173 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Geo 5xx boiler 173 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Geo 5xx boiler 173 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Geo 5xx boiler 173 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Geo 5xx boiler 173 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Geo 5xx boiler 173 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Geo 5xx boiler 173 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Geo 5xx boiler 173 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Geo 5xx boiler 173 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Geo 5xx boiler 173 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Geo 5xx boiler 173 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Geo 5xx boiler 173 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Geo 5xx boiler 173 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Geo 5xx boiler 173 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Geo 5xx boiler 173 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Geo 5xx boiler 173 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Geo 5xx boiler 173 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Geo 5xx boiler 173 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Geo 5xx boiler 173 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Geo 5xx boiler 173 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Geo 5xx boiler 173 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Geo 5xx boiler 173 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Geo 5xx boiler 173 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Geo 5xx boiler 173 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Geo 5xx boiler 173 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Geo 5xx boiler 173 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Geo 5xx boiler 173 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Geo 5xx boiler 173 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Geo 5xx boiler 173 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Geo 5xx boiler 173 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Geo 5xx boiler 173 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Geo 5xx boiler 173 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Geo 5xx boiler 173 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Geo 5xx boiler 173 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Geo 5xx boiler 173 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Geo 5xx boiler 173 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Geo 5xx boiler 173 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Geo 5xx boiler 173 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Geo 5xx boiler 173 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Geo 5xx boiler 173 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Geo 5xx boiler 173 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Geo 5xx boiler 173 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Geo 5xx boiler 173 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Geo 5xx boiler 173 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Geo 5xx boiler 173 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Geo 5xx boiler 173 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Geo 5xx boiler 173 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Geo 5xx boiler 173 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Geo 5xx boiler 173 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Geo 5xx boiler 173 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Geo 5xx boiler 173 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Geo 5xx boiler 173 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Geo 5xx boiler 173 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Geo 5xx boiler 173 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Geo 5xx boiler 173 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Geo 5xx boiler 173 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Geo 5xx boiler 173 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Geo 5xx boiler 173 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Geo 5xx boiler 173 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Geo 5xx boiler 173 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Geo 5xx boiler 173 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Geo 5xx boiler 173 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Geo 5xx boiler 173 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Geo 5xx boiler 173 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Geo 5xx boiler 173 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Geo 5xx boiler 173 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax U122, Cerapur boiler 203 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax U122, Cerapur boiler 203 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax U122, Cerapur boiler 203 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax U122, Cerapur boiler 203 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax U122, Cerapur boiler 203 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax U122, Cerapur boiler 203 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax U122, Cerapur boiler 203 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax U122, Cerapur boiler 203 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax U122, Cerapur boiler 203 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax U122, Cerapur boiler 203 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax U122, Cerapur boiler 203 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax U122, Cerapur boiler 203 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax U122, Cerapur boiler 203 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax U122, Cerapur boiler 203 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax U122, Cerapur boiler 203 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax U122, Cerapur boiler 203 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax U122, Cerapur boiler 203 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax U122, Cerapur boiler 203 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax U122, Cerapur boiler 203 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax U122, Cerapur boiler 203 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax U122, Cerapur boiler 203 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax U122, Cerapur boiler 203 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax U122, Cerapur boiler 203 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax U122, Cerapur boiler 203 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax U122, Cerapur boiler 203 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax U122, Cerapur boiler 203 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax U122, Cerapur boiler 203 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax U122, Cerapur boiler 203 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax U122, Cerapur boiler 203 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax U122, Cerapur boiler 203 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax U122, Cerapur boiler 203 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax U122, Cerapur boiler 203 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax U122, Cerapur boiler 203 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax U122, Cerapur boiler 203 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax U122, Cerapur boiler 203 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax U122, Cerapur boiler 203 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax U122, Cerapur boiler 203 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax U122, Cerapur boiler 203 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax U122, Cerapur boiler 203 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax U122, Cerapur boiler 203 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax U122, Cerapur boiler 203 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax U122, Cerapur boiler 203 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax U122, Cerapur boiler 203 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax U122, Cerapur boiler 203 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax U122, Cerapur boiler 203 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax U122, Cerapur boiler 203 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax U122, Cerapur boiler 203 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax U122, Cerapur boiler 203 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax U122, Cerapur boiler 203 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax U122, Cerapur boiler 203 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax U122, Cerapur boiler 203 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax U122, Cerapur boiler 203 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax U122, Cerapur boiler 203 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax U122, Cerapur boiler 203 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax U122, Cerapur boiler 203 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax U122, Cerapur boiler 203 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax U122, Cerapur boiler 203 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax U122, Cerapur boiler 203 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax U122, Cerapur boiler 203 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax U122, Cerapur boiler 203 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax U122, Cerapur boiler 203 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax U122, Cerapur boiler 203 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax U122, Cerapur boiler 203 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax U122, Cerapur boiler 203 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax U122, Cerapur boiler 203 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax U122, Cerapur boiler 203 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax U122, Cerapur boiler 203 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax U122, Cerapur boiler 203 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax U122, Cerapur boiler 203 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax U122, Cerapur boiler 203 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax U122, Cerapur boiler 203 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax U122, Cerapur boiler 203 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax U122, Cerapur boiler 203 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax U122, Cerapur boiler 203 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax U122, Cerapur boiler 203 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax U122, Cerapur boiler 203 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax U122, Cerapur boiler 203 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax U122, Cerapur boiler 203 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax U122, Cerapur boiler 203 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax U122, Cerapur boiler 203 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax U122, Cerapur boiler 203 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax U122, Cerapur boiler 203 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax U122, Cerapur boiler 203 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax U122, Cerapur boiler 203 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax U122, Cerapur boiler 203 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax U122, Cerapur boiler 203 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax U122, Cerapur boiler 203 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax U122, Cerapur boiler 203 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax U122, Cerapur boiler 203 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax U122, Cerapur boiler 203 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax U122, Cerapur boiler 203 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax U122, Cerapur boiler 203 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax U122, Cerapur boiler 203 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax U122, Cerapur boiler 203 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax U122, Cerapur boiler 203 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax U122, Cerapur boiler 203 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax U122, Cerapur boiler 203 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax U122, Cerapur boiler 203 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax U122, Cerapur boiler 203 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax U122, Cerapur boiler 203 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax U122, Cerapur boiler 203 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax U122, Cerapur boiler 203 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax U122, Cerapur boiler 203 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax U122, Cerapur boiler 203 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax U122, Cerapur boiler 203 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax U122, Cerapur boiler 203 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax U122, Cerapur boiler 203 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax U122, Cerapur boiler 203 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax U122, Cerapur boiler 203 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax U122, Cerapur boiler 203 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Ecomline Excellent boiler 206 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Ecomline Excellent boiler 206 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Ecomline Excellent boiler 206 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Ecomline Excellent boiler 206 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Ecomline Excellent boiler 206 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Ecomline Excellent boiler 206 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Ecomline Excellent boiler 206 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Ecomline Excellent boiler 206 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Ecomline Excellent boiler 206 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Ecomline Excellent boiler 206 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Ecomline Excellent boiler 206 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Ecomline Excellent boiler 206 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Ecomline Excellent boiler 206 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Ecomline Excellent boiler 206 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Ecomline Excellent boiler 206 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Ecomline Excellent boiler 206 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Ecomline Excellent boiler 206 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Ecomline Excellent boiler 206 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Ecomline Excellent boiler 206 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Ecomline Excellent boiler 206 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Ecomline Excellent boiler 206 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Ecomline Excellent boiler 206 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Ecomline Excellent boiler 206 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Ecomline Excellent boiler 206 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Ecomline Excellent boiler 206 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Ecomline Excellent boiler 206 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Ecomline Excellent boiler 206 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Ecomline Excellent boiler 206 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Ecomline Excellent boiler 206 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Ecomline Excellent boiler 206 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Ecomline Excellent boiler 206 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Ecomline Excellent boiler 206 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Ecomline Excellent boiler 206 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Ecomline Excellent boiler 206 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Ecomline Excellent boiler 206 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Ecomline Excellent boiler 206 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Ecomline Excellent boiler 206 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Ecomline Excellent boiler 206 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Ecomline Excellent boiler 206 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Ecomline Excellent boiler 206 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Ecomline Excellent boiler 206 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Ecomline Excellent boiler 206 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Ecomline Excellent boiler 206 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Ecomline Excellent boiler 206 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Ecomline Excellent boiler 206 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Ecomline Excellent boiler 206 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Ecomline Excellent boiler 206 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Ecomline Excellent boiler 206 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Ecomline Excellent boiler 206 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Ecomline Excellent boiler 206 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Ecomline Excellent boiler 206 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Ecomline Excellent boiler 206 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Ecomline Excellent boiler 206 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Ecomline Excellent boiler 206 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Ecomline Excellent boiler 206 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Ecomline Excellent boiler 206 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Ecomline Excellent boiler 206 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Ecomline Excellent boiler 206 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Ecomline Excellent boiler 206 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Ecomline Excellent boiler 206 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Ecomline Excellent boiler 206 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Ecomline Excellent boiler 206 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Ecomline Excellent boiler 206 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Ecomline Excellent boiler 206 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Ecomline Excellent boiler 206 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Ecomline Excellent boiler 206 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Ecomline Excellent boiler 206 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Ecomline Excellent boiler 206 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Ecomline Excellent boiler 206 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Ecomline Excellent boiler 206 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Ecomline Excellent boiler 206 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Ecomline Excellent boiler 206 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Ecomline Excellent boiler 206 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Ecomline Excellent boiler 206 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Ecomline Excellent boiler 206 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Ecomline Excellent boiler 206 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Ecomline Excellent boiler 206 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Ecomline Excellent boiler 206 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Ecomline Excellent boiler 206 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Ecomline Excellent boiler 206 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Ecomline Excellent boiler 206 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Ecomline Excellent boiler 206 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Ecomline Excellent boiler 206 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Ecomline Excellent boiler 206 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Ecomline Excellent boiler 206 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Ecomline Excellent boiler 206 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Ecomline Excellent boiler 206 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Ecomline Excellent boiler 206 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Ecomline Excellent boiler 206 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Ecomline Excellent boiler 206 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Ecomline Excellent boiler 206 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Ecomline Excellent boiler 206 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Ecomline Excellent boiler 206 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Ecomline Excellent boiler 206 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Ecomline Excellent boiler 206 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Ecomline Excellent boiler 206 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Ecomline Excellent boiler 206 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Ecomline Excellent boiler 206 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Ecomline Excellent boiler 206 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Ecomline Excellent boiler 206 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Ecomline Excellent boiler 206 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Ecomline Excellent boiler 206 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Ecomline Excellent boiler 206 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Ecomline Excellent boiler 206 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Ecomline Excellent boiler 206 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Ecomline Excellent boiler 206 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Ecomline Excellent boiler 206 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Ecomline Excellent boiler 206 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Ecomline Excellent boiler 206 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Ecomline Excellent boiler 206 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MC400 boiler 210 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MC400 boiler 210 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MC400 boiler 210 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MC400 boiler 210 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MC400 boiler 210 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MC400 boiler 210 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MC400 boiler 210 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MC400 boiler 210 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MC400 boiler 210 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MC400 boiler 210 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MC400 boiler 210 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MC400 boiler 210 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MC400 boiler 210 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MC400 boiler 210 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MC400 boiler 210 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MC400 boiler 210 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MC400 boiler 210 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MC400 boiler 210 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MC400 boiler 210 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MC400 boiler 210 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MC400 boiler 210 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MC400 boiler 210 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MC400 boiler 210 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MC400 boiler 210 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MC400 boiler 210 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MC400 boiler 210 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MC400 boiler 210 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MC400 boiler 210 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MC400 boiler 210 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MC400 boiler 210 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MC400 boiler 210 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MC400 boiler 210 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MC400 boiler 210 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MC400 boiler 210 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MC400 boiler 210 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MC400 boiler 210 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MC400 boiler 210 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MC400 boiler 210 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MC400 boiler 210 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MC400 boiler 210 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MC400 boiler 210 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MC400 boiler 210 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MC400 boiler 210 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MC400 boiler 210 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MC400 boiler 210 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MC400 boiler 210 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MC400 boiler 210 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MC400 boiler 210 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MC400 boiler 210 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MC400 boiler 210 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MC400 boiler 210 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MC400 boiler 210 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MC400 boiler 210 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MC400 boiler 210 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MC400 boiler 210 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MC400 boiler 210 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MC400 boiler 210 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MC400 boiler 210 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MC400 boiler 210 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MC400 boiler 210 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MC400 boiler 210 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MC400 boiler 210 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MC400 boiler 210 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MC400 boiler 210 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MC400 boiler 210 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MC400 boiler 210 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MC400 boiler 210 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MC400 boiler 210 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MC400 boiler 210 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MC400 boiler 210 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MC400 boiler 210 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MC400 boiler 210 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MC400 boiler 210 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MC400 boiler 210 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MC400 boiler 210 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MC400 boiler 210 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MC400 boiler 210 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MC400 boiler 210 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MC400 boiler 210 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MC400 boiler 210 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MC400 boiler 210 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MC400 boiler 210 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MC400 boiler 210 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MC400 boiler 210 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MC400 boiler 210 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MC400 boiler 210 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MC400 boiler 210 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MC400 boiler 210 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MC400 boiler 210 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MC400 boiler 210 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MC400 boiler 210 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MC400 boiler 210 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MC400 boiler 210 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MC400 boiler 210 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MC400 boiler 210 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MC400 boiler 210 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MC400 boiler 210 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MC400 boiler 210 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MC400 boiler 210 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MC400 boiler 210 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MC400 boiler 210 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MC400 boiler 210 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MC400 boiler 210 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MC400 boiler 210 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MC400 boiler 210 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MC400 boiler 210 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MC400 boiler 210 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MC400 boiler 210 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MC400 boiler 210 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MC400 boiler 210 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 EasyControl Adapter boiler 211 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 EasyControl Adapter boiler 211 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 EasyControl Adapter boiler 211 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 EasyControl Adapter boiler 211 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 EasyControl Adapter boiler 211 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 EasyControl Adapter boiler 211 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 EasyControl Adapter boiler 211 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 EasyControl Adapter boiler 211 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 EasyControl Adapter boiler 211 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 EasyControl Adapter boiler 211 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 EasyControl Adapter boiler 211 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 EasyControl Adapter boiler 211 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 EasyControl Adapter boiler 211 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 EasyControl Adapter boiler 211 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 EasyControl Adapter boiler 211 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 EasyControl Adapter boiler 211 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 EasyControl Adapter boiler 211 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 EasyControl Adapter boiler 211 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 EasyControl Adapter boiler 211 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 EasyControl Adapter boiler 211 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 EasyControl Adapter boiler 211 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 EasyControl Adapter boiler 211 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 EasyControl Adapter boiler 211 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 EasyControl Adapter boiler 211 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 EasyControl Adapter boiler 211 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 EasyControl Adapter boiler 211 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 EasyControl Adapter boiler 211 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 EasyControl Adapter boiler 211 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 EasyControl Adapter boiler 211 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 EasyControl Adapter boiler 211 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 EasyControl Adapter boiler 211 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 EasyControl Adapter boiler 211 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 EasyControl Adapter boiler 211 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 EasyControl Adapter boiler 211 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 EasyControl Adapter boiler 211 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 EasyControl Adapter boiler 211 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 EasyControl Adapter boiler 211 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 EasyControl Adapter boiler 211 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 EasyControl Adapter boiler 211 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 EasyControl Adapter boiler 211 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 EasyControl Adapter boiler 211 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 EasyControl Adapter boiler 211 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 EasyControl Adapter boiler 211 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 EasyControl Adapter boiler 211 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 EasyControl Adapter boiler 211 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 EasyControl Adapter boiler 211 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 EasyControl Adapter boiler 211 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 EasyControl Adapter boiler 211 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 EasyControl Adapter boiler 211 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 EasyControl Adapter boiler 211 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 EasyControl Adapter boiler 211 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 EasyControl Adapter boiler 211 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 EasyControl Adapter boiler 211 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 EasyControl Adapter boiler 211 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 EasyControl Adapter boiler 211 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 EasyControl Adapter boiler 211 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 EasyControl Adapter boiler 211 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 EasyControl Adapter boiler 211 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 EasyControl Adapter boiler 211 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 EasyControl Adapter boiler 211 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 EasyControl Adapter boiler 211 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 EasyControl Adapter boiler 211 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 EasyControl Adapter boiler 211 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 EasyControl Adapter boiler 211 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 EasyControl Adapter boiler 211 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 EasyControl Adapter boiler 211 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 EasyControl Adapter boiler 211 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 EasyControl Adapter boiler 211 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 EasyControl Adapter boiler 211 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 EasyControl Adapter boiler 211 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 EasyControl Adapter boiler 211 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 EasyControl Adapter boiler 211 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 EasyControl Adapter boiler 211 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 EasyControl Adapter boiler 211 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 EasyControl Adapter boiler 211 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 EasyControl Adapter boiler 211 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 EasyControl Adapter boiler 211 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 EasyControl Adapter boiler 211 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 EasyControl Adapter boiler 211 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 EasyControl Adapter boiler 211 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 EasyControl Adapter boiler 211 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 EasyControl Adapter boiler 211 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 EasyControl Adapter boiler 211 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 EasyControl Adapter boiler 211 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 EasyControl Adapter boiler 211 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 EasyControl Adapter boiler 211 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 EasyControl Adapter boiler 211 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 EasyControl Adapter boiler 211 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 EasyControl Adapter boiler 211 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 EasyControl Adapter boiler 211 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 EasyControl Adapter boiler 211 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 EasyControl Adapter boiler 211 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 EasyControl Adapter boiler 211 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 EasyControl Adapter boiler 211 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 EasyControl Adapter boiler 211 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 EasyControl Adapter boiler 211 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 EasyControl Adapter boiler 211 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 EasyControl Adapter boiler 211 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 EasyControl Adapter boiler 211 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 EasyControl Adapter boiler 211 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 EasyControl Adapter boiler 211 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 EasyControl Adapter boiler 211 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 EasyControl Adapter boiler 211 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 EasyControl Adapter boiler 211 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 EasyControl Adapter boiler 211 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 EasyControl Adapter boiler 211 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 EasyControl Adapter boiler 211 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 EasyControl Adapter boiler 211 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 EasyControl Adapter boiler 211 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 EasyControl Adapter boiler 211 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 netflowtemp heat network flow temp uint16 (>=0<=3199) C False sensor.boiler_heat_network_flow_temp sensor.boiler_netflowtemp 5 0 1/10 269 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatvalve heating valve uint8 (>=0<=100) % False sensor.boiler_heating_valve sensor.boiler_heatvalve 5 0 1 270 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 dhwvalve valve uint8 (>=0<=100) % False sensor.boiler_dhw_valve sensor.boiler_dhw_dhwvalve 5 9 1 73 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 keepwarmtemp keep warm temperature uint8 (>=0<=254) C True number.boiler_keep_warm_temperature number.boiler_keepwarmtemp 5 0 1 271 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 setreturntemp set temp return uint8 (>=0<=254) C True number.boiler_set_temp_return number.boiler_setreturntemp 5 0 1 272 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heating heating boolean False binary_sensor.boiler_heating binary_sensor.boiler_heating 5 0 1 273 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamatic TC100, Moduline Easy thermostat 202 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Logamatic TC100, Moduline Easy thermostat 202 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Logamatic TC100, Moduline Easy thermostat 202 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Logamatic TC100, Moduline Easy thermostat 202 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 Logamatic TC100, Moduline Easy thermostat 202 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 Logamatic TC100, Moduline Easy thermostat 202 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 EasyControl, CT200 thermostat 203 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 EasyControl, CT200 thermostat 203 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 EasyControl, CT200 thermostat 203 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 EasyControl, CT200 thermostat 203 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 EasyControl, CT200 thermostat 203 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 EasyControl, CT200 thermostat 203 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 UI800, BC400 thermostat 4 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 UI800, BC400 thermostat 4 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 UI800, BC400 thermostat 4 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 UI800, BC400 thermostat 4 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 UI800, BC400 thermostat 4 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 UI800, BC400 thermostat 4 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 UI800, BC400 thermostat 4 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 UI800, BC400 thermostat 4 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 UI800, BC400 thermostat 4 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 UI800, BC400 thermostat 4 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 UI800, BC400 thermostat 4 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 UI800, BC400 thermostat 4 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 UI800, BC400 thermostat 4 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 UI800, BC400 thermostat 4 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 UI800, BC400 thermostat 4 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 UI800, BC400 thermostat 4 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 UI800, BC400 thermostat 4 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 UI800, BC400 thermostat 4 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 UI800, BC400 thermostat 4 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 UI800, BC400 thermostat 4 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 UI800, BC400 thermostat 4 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 UI800, BC400 thermostat 4 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 UI800, BC400 thermostat 4 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 UI800, BC400 thermostat 4 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 UI800, BC400 thermostat 4 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 UI800, BC400 thermostat 4 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 UI800, BC400 thermostat 4 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 UI800, BC400 thermostat 4 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 UI800, BC400 thermostat 4 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 UI800, BC400 thermostat 4 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 UI800, BC400 thermostat 4 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 UI800, BC400 thermostat 4 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 UI800, BC400 thermostat 4 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 UI800, BC400 thermostat 4 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 UI800, BC400 thermostat 4 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 UI800, BC400 thermostat 4 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 UI800, BC400 thermostat 4 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 UI800, BC400 thermostat 4 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 UI800, BC400 thermostat 4 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 UI800, BC400 thermostat 4 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 UI800, BC400 thermostat 4 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 UI800, BC400 thermostat 4 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 UI800, BC400 thermostat 4 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 UI800, BC400 thermostat 4 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 UI800, BC400 thermostat 4 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 UI800, BC400 thermostat 4 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 UI800, BC400 thermostat 4 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 UI800, BC400 thermostat 4 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 UI800, BC400 thermostat 4 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 UI800, BC400 thermostat 4 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 UI800, BC400 thermostat 4 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 UI800, BC400 thermostat 4 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 UI800, BC400 thermostat 4 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 UI800, BC400 thermostat 4 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 UI800, BC400 thermostat 4 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 UI800, BC400 thermostat 4 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 UI800, BC400 thermostat 4 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 UI800, BC400 thermostat 4 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 UI800, BC400 thermostat 4 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 UI800, BC400 thermostat 4 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 UI800, BC400 thermostat 4 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 UI800, BC400 thermostat 4 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 UI800, BC400 thermostat 4 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 UI800, BC400 thermostat 4 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 UI800, BC400 thermostat 4 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 UI800, BC400 thermostat 4 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 UI800, BC400 thermostat 4 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 UI800, BC400 thermostat 4 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 UI800, BC400 thermostat 4 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 UI800, BC400 thermostat 4 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 UI800, BC400 thermostat 4 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 UI800, BC400 thermostat 4 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 UI800, BC400 thermostat 4 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 UI800, BC400 thermostat 4 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 UI800, BC400 thermostat 4 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 UI800, BC400 thermostat 4 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 UI800, BC400 thermostat 4 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 UI800, BC400 thermostat 4 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 UI800, BC400 thermostat 4 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 UI800, BC400 thermostat 4 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 UI800, BC400 thermostat 4 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 UI800, BC400 thermostat 4 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC10 thermostat 65 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10 thermostat 65 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10 thermostat 65 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10 thermostat 65 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10 thermostat 65 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10 thermostat 65 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10 thermostat 65 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10 thermostat 65 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10 thermostat 65 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10 thermostat 65 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10 thermostat 65 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10 thermostat 65 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10 thermostat 65 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10 thermostat 65 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10 thermostat 65 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10 thermostat 65 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10 thermostat 65 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10 thermostat 65 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC30 thermostat 67 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC30 thermostat 67 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC30 thermostat 67 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 RC30 thermostat 67 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 RC30 thermostat 67 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 RC30 thermostat 67 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC30 thermostat 67 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC30 thermostat 67 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC30 thermostat 67 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC30 thermostat 67 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC30 thermostat 67 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC30 thermostat 67 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC30 thermostat 67 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC30 thermostat 67 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC30 thermostat 67 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC30 thermostat 67 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC30 thermostat 67 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC30 thermostat 67 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC30 thermostat 67 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC30 thermostat 67 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC30 thermostat 67 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC30 thermostat 67 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC30 thermostat 67 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC30 thermostat 67 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC30 thermostat 67 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC30 thermostat 67 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC30 thermostat 67 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC30 thermostat 67 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC30 thermostat 67 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC30 thermostat 67 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC30 thermostat 67 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC30 thermostat 67 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC30 thermostat 67 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC30 thermostat 67 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC30 thermostat 67 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC30 thermostat 67 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC30 thermostat 67 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC30 thermostat 67 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC30 thermostat 67 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC30 thermostat 67 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC30 thermostat 67 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC30 thermostat 67 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC30 thermostat 67 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC30 thermostat 67 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC30 thermostat 67 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC30 thermostat 67 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC30 thermostat 67 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC30 thermostat 67 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC30 thermostat 67 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC30 thermostat 67 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC30 thermostat 67 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC30 thermostat 67 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC30 thermostat 67 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC30 thermostat 67 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC30 thermostat 67 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC30 thermostat 67 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC30 thermostat 67 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC30 thermostat 67 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC30 thermostat 67 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC20, Moduline 300 thermostat 77 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20, Moduline 300 thermostat 77 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20, Moduline 300 thermostat 77 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20, Moduline 300 thermostat 77 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20, Moduline 300 thermostat 77 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20, Moduline 300 thermostat 77 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20, Moduline 300 thermostat 77 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20, Moduline 300 thermostat 77 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20, Moduline 300 thermostat 77 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20, Moduline 300 thermostat 77 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20, Moduline 300 thermostat 77 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20, Moduline 300 thermostat 77 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20, Moduline 300 thermostat 77 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20, Moduline 300 thermostat 77 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 Moduline 400 thermostat 78 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 400 thermostat 78 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 400 thermostat 78 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Moduline 400 thermostat 78 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 Moduline 400 thermostat 78 autodst automatic change daylight saving time boolean True switch.thermostat_automatic_change_daylight_saving_time switch.thermostat_autodst 6 0 1 68 1 Moduline 400 thermostat 78 language language enum [german|dutch] True select.thermostat_language select.thermostat_language 6 0 1 64 1 Moduline 400 thermostat 78 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 400 thermostat 78 brightness screen brightness int8 (>=-15<=15) True number.thermostat_screen_brightness number.thermostat_brightness 6 0 1 70 1 Moduline 400 thermostat 78 mixingvalves mixing valves uint8 (>=0<=2) True number.thermostat_mixing_valves number.thermostat_mixingvalves 6 0 1 71 1 Moduline 400 thermostat 78 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Moduline 400 thermostat 78 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 400 thermostat 78 preheating preheating in the clock program boolean True switch.thermostat_preheating_in_the_clock_program switch.thermostat_preheating 6 0 1 73 1 Moduline 400 thermostat 78 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 400 thermostat 78 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 400 thermostat 78 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 400 thermostat 78 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 400 thermostat 78 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 400 thermostat 78 pause pause time uint8 (>=0<=254) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 Moduline 400 thermostat 78 party party time uint8 (>=0<=254) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 Moduline 400 thermostat 78 vacations1 vacation dates 1 string True sensor.thermostat_hc1_vacation_dates_1 sensor.thermostat_hc1_vacations1 6 1 1 115 11 Moduline 400 thermostat 78 vacations2 vacation dates 2 string True sensor.thermostat_hc1_vacation_dates_2 sensor.thermostat_hc1_vacations2 6 1 1 126 11 Moduline 400 thermostat 78 vacations3 vacation dates 3 string True sensor.thermostat_hc1_vacation_dates_3 sensor.thermostat_hc1_vacations3 6 1 1 137 11 Moduline 400 thermostat 78 vacations4 vacation dates 4 string True sensor.thermostat_hc1_vacation_dates_4 sensor.thermostat_hc1_vacations4 6 1 1 148 11 Moduline 400 thermostat 78 vacations5 vacation dates 5 string True sensor.thermostat_hc1_vacation_dates_5 sensor.thermostat_hc1_vacations5 6 1 1 159 11 Moduline 400 thermostat 78 vacations6 vacation dates 6 string True sensor.thermostat_hc1_vacation_dates_6 sensor.thermostat_hc1_vacations6 6 1 1 170 11 Moduline 400 thermostat 78 vacations7 vacation dates 7 string True sensor.thermostat_hc1_vacation_dates_7 sensor.thermostat_hc1_vacations7 6 1 1 181 11 Moduline 400 thermostat 78 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Moduline 400 thermostat 78 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 Moduline 400 thermostat 78 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Moduline 400 thermostat 78 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Moduline 400 thermostat 78 holidaytemp holiday temperature uint8 (>=0<=127) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 Moduline 400 thermostat 78 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 400 thermostat 78 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 Moduline 400 thermostat 78 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 Moduline 400 thermostat 78 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 Moduline 400 thermostat 78 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Moduline 400 thermostat 78 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 Moduline 400 thermostat 78 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 400 thermostat 78 whenmodeoff when thermostat mode off boolean True switch.thermostat_dhw_when_thermostat_mode_off switch.thermostat_dhw_whenmodeoff 6 9 1 62 1 Moduline 400 thermostat 78 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Moduline 400 thermostat 78 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Moduline 400 thermostat 78 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC10, Moduline 100 thermostat 79 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 79 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 79 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC10, Moduline 100 thermostat 79 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 RC10, Moduline 100 thermostat 79 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 RC10, Moduline 100 thermostat 79 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 79 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 79 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 79 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 79 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 79 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 RC10, Moduline 100 thermostat 79 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 200 thermostat 80 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 200 thermostat 80 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 200 thermostat 80 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 200 thermostat 80 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 200 thermostat 80 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 200 thermostat 80 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 200 thermostat 80 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 200 thermostat 80 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 200 thermostat 80 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 200 thermostat 80 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 Moduline 200 thermostat 80 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 200 thermostat 80 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 Moduline 200 thermostat 80 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 Moduline 200 thermostat 80 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC35 thermostat 86 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC35 thermostat 86 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC35 thermostat 86 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC35 thermostat 86 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC35 thermostat 86 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC35 thermostat 86 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC35 thermostat 86 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC35 thermostat 86 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC35 thermostat 86 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC35 thermostat 86 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC35 thermostat 86 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC35 thermostat 86 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC35 thermostat 86 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC35 thermostat 86 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC35 thermostat 86 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC35 thermostat 86 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC35 thermostat 86 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC35 thermostat 86 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC35 thermostat 86 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC35 thermostat 86 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC35 thermostat 86 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC35 thermostat 86 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC35 thermostat 86 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC35 thermostat 86 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC35 thermostat 86 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC35 thermostat 86 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC35 thermostat 86 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC35 thermostat 86 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC35 thermostat 86 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC35 thermostat 86 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC35 thermostat 86 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC35 thermostat 86 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC35 thermostat 86 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC35 thermostat 86 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC35 thermostat 86 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC35 thermostat 86 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC35 thermostat 86 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC35 thermostat 86 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC35 thermostat 86 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC35 thermostat 86 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC35 thermostat 86 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC35 thermostat 86 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC35 thermostat 86 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC35 thermostat 86 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC35 thermostat 86 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC35 thermostat 86 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC35 thermostat 86 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC35 thermostat 86 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC35 thermostat 86 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC35 thermostat 86 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC35 thermostat 86 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC35 thermostat 86 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC35 thermostat 86 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC35 thermostat 86 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC35 thermostat 86 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC35 thermostat 86 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC10, Moduline 100 thermostat 90 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 90 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 90 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10, Moduline 100 thermostat 90 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10, Moduline 100 thermostat 90 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 90 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 90 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 90 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 90 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10, Moduline 100 thermostat 90 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 90 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 90 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10, Moduline 100 thermostat 90 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10, Moduline 100 thermostat 90 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10, Moduline 100 thermostat 90 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10, Moduline 100 thermostat 90 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10, Moduline 100 thermostat 90 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10, Moduline 100 thermostat 90 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC20RF thermostat 93 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20RF thermostat 93 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20RF thermostat 93 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20RF thermostat 93 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20RF thermostat 93 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20RF thermostat 93 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20RF thermostat 93 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20RF thermostat 93 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20RF thermostat 93 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20RF thermostat 93 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20RF thermostat 93 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20RF thermostat 93 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20RF thermostat 93 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20RF thermostat 93 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 RFM20 Remote thermostat 94 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RFM20 Remote thermostat 94 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RFM20 Remote thermostat 94 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RFM20 Remote thermostat 94 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RFM20 Remote thermostat 94 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RFM20 Remote thermostat 94 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC25 thermostat 151 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC25 thermostat 151 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC25 thermostat 151 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC25 thermostat 151 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC25 thermostat 151 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC25 thermostat 151 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC25 thermostat 151 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC25 thermostat 151 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC25 thermostat 151 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC25 thermostat 151 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC25 thermostat 151 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC25 thermostat 151 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC25 thermostat 151 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC25 thermostat 151 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC25 thermostat 151 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC25 thermostat 151 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC200, CW100, CR120, CR50 thermostat 157 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC200, CW100, CR120, CR50 thermostat 157 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC200, CW100, CR120, CR50 thermostat 157 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC200, CW100, CR120, CR50 thermostat 157 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC200, CW100, CR120, CR50 thermostat 157 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC200, CW100, CR120, CR50 thermostat 157 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC200, CW100, CR120, CR50 thermostat 157 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC200, CW100, CR120, CR50 thermostat 157 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC200, CW100, CR120, CR50 thermostat 157 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC200, CW100, CR120, CR50 thermostat 157 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC200, CW100, CR120, CR50 thermostat 157 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC200, CW100, CR120, CR50 thermostat 157 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC200, CW100, CR120, CR50 thermostat 157 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC200, CW100, CR120, CR50 thermostat 157 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC200, CW100, CR120, CR50 thermostat 157 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC200, CW100, CR120, CR50 thermostat 157 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC200, CW100, CR120, CR50 thermostat 157 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC200, CW100, CR120, CR50 thermostat 157 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC200, CW100, CR120, CR50 thermostat 157 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC200, CW100, CR120, CR50 thermostat 157 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC200, CW100, CR120, CR50 thermostat 157 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC200, CW100, CR120, CR50 thermostat 157 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC200, CW100, CR120, CR50 thermostat 157 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC200, CW100, CR120, CR50 thermostat 157 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC200, CW100, CR120, CR50 thermostat 157 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC200, CW100, CR120, CR50 thermostat 157 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC200, CW100, CR120, CR50 thermostat 157 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC200, CW100, CR120, CR50 thermostat 157 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC200, CW100, CR120, CR50 thermostat 157 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC200, CW100, CR120, CR50 thermostat 157 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC200, CW100, CR120, CR50 thermostat 157 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC200, CW100, CR120, CR50 thermostat 157 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC200, CW100, CR120, CR50 thermostat 157 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC200, CW100, CR120, CR50 thermostat 157 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC200, CW100, CR120, CR50 thermostat 157 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC200, CW100, CR120, CR50 thermostat 157 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC200, CW100, CR120, CR50 thermostat 157 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC200, CW100, CR120, CR50 thermostat 157 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC200, CW100, CR120, CR50 thermostat 157 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC200, CW100, CR120, CR50 thermostat 157 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC200, CW100, CR120, CR50 thermostat 157 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC200, CW100, CR120, CR50 thermostat 157 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC200, CW100, CR120, CR50 thermostat 157 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC200, CW100, CR120, CR50 thermostat 157 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC200, CW100, CR120, CR50 thermostat 157 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC200, CW100, CR120, CR50 thermostat 157 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC200, CW100, CR120, CR50 thermostat 157 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC200, CW100, CR120, CR50 thermostat 157 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC200, CW100, CR120, CR50 thermostat 157 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC200, CW100, CR120, CR50 thermostat 157 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC200, CW100, CR120, CR50 thermostat 157 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC200, CW100, CR120, CR50 thermostat 157 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC200, CW100, CR120, CR50 thermostat 157 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC200, CW100, CR120, CR50 thermostat 157 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC200, CW100, CR120, CR50 thermostat 157 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC200, CW100, CR120, CR50 thermostat 157 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC200, CW100, CR120, CR50 thermostat 157 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC200, CW100, CR120, CR50 thermostat 157 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC200, CW100, CR120, CR50 thermostat 157 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC200, CW100, CR120, CR50 thermostat 157 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC200, CW100, CR120, CR50 thermostat 157 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC200, CW100, CR120, CR50 thermostat 157 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC200, CW100, CR120, CR50 thermostat 157 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100, CR10, Moduline 1000/1010 thermostat 165 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100, CR10, Moduline 1000/1010 thermostat 165 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100, CR10, Moduline 1000/1010 thermostat 165 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC100, CR10, Moduline 1000/1010 thermostat 165 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC100, CR10, Moduline 1000/1010 thermostat 165 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC100, CR10, Moduline 1000/1010 thermostat 165 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC100, CR10, Moduline 1000/1010 thermostat 165 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC100, CR10, Moduline 1000/1010 thermostat 165 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC100, CR10, Moduline 1000/1010 thermostat 165 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC100, CR10, Moduline 1000/1010 thermostat 165 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC100, CR10, Moduline 1000/1010 thermostat 165 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC100, CR10, Moduline 1000/1010 thermostat 165 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC100, CR10, Moduline 1000/1010 thermostat 165 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC100, CR10, Moduline 1000/1010 thermostat 165 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Rego 2000/3000 thermostat 172 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 2000/3000 thermostat 172 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 2000/3000 thermostat 172 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 2000/3000 thermostat 172 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 2000/3000 thermostat 172 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 2000/3000 thermostat 172 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 2000/3000 thermostat 172 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 2000/3000 thermostat 172 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 2000/3000 thermostat 172 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 2000/3000 thermostat 172 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 2000/3000 thermostat 172 vacations vacation dates string True sensor.thermostat_vacation_dates sensor.thermostat_vacations 6 0 1 74 13 Rego 2000/3000 thermostat 172 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 2000/3000 thermostat 172 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 2000/3000 thermostat 172 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 2000/3000 thermostat 172 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 2000/3000 thermostat 172 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 2000/3000 thermostat 172 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 2000/3000 thermostat 172 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 2000/3000 thermostat 172 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 2000/3000 thermostat 172 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 2000/3000 thermostat 172 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 2000/3000 thermostat 172 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 2000/3000 thermostat 172 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 2000/3000 thermostat 172 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 2000/3000 thermostat 172 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 2000/3000 thermostat 172 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 2000/3000 thermostat 172 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 2000/3000 thermostat 172 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 2000/3000 thermostat 172 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 2000/3000 thermostat 172 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 2000/3000 thermostat 172 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 2000/3000 thermostat 172 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 2000/3000 thermostat 172 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 2000/3000 thermostat 172 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 2000/3000 thermostat 172 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 2000/3000 thermostat 172 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 2000/3000 thermostat 172 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 2000/3000 thermostat 172 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 2000/3000 thermostat 172 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 2000/3000 thermostat 172 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 2000/3000 thermostat 172 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 2000/3000 thermostat 172 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 2000/3000 thermostat 172 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 2000/3000 thermostat 172 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 2000/3000 thermostat 172 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 2000/3000 thermostat 172 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 2000/3000 thermostat 172 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 2000/3000 thermostat 172 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 2000/3000 thermostat 172 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 2000/3000 thermostat 172 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 2000/3000 thermostat 172 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 2000/3000 thermostat 172 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 2000/3000 thermostat 172 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 2000/3000 thermostat 172 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 2000/3000 thermostat 172 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 2000/3000 thermostat 172 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 2000/3000 thermostat 172 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 2000/3000 thermostat 172 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 2000/3000 thermostat 172 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 2000/3000 thermostat 172 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 2000/3000 thermostat 172 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 2000/3000 thermostat 172 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 2000/3000 thermostat 172 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 2000/3000 thermostat 172 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 2000/3000 thermostat 172 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 2000/3000 thermostat 172 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 2000/3000 thermostat 172 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 2000/3000 thermostat 172 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 2000/3000 thermostat 172 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 2000/3000 thermostat 172 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 2000/3000 thermostat 172 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 2000/3000 thermostat 172 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 2000/3000 thermostat 172 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 2000/3000 thermostat 172 mode operating mode enum [normal|comfort|eco+] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 2000/3000 thermostat 172 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 2000/3000 thermostat 172 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 2000/3000 thermostat 172 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 2000/3000 thermostat 172 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 2000/3000 thermostat 172 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 2000/3000 thermostat 172 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 2000/3000 thermostat 172 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 2000/3000 thermostat 172 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 2000/3000 thermostat 172 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 2000/3000 thermostat 172 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 2000/3000 thermostat 172 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Comfort RF thermostat 215 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort RF thermostat 215 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort RF thermostat 215 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort RF thermostat 215 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort RF thermostat 215 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort RF thermostat 215 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort RF thermostat 215 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort RF thermostat 215 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort RF thermostat 215 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 CRF200S thermostat 216 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 CRF200S thermostat 216 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 CRF200S thermostat 216 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 CRF200S thermostat 216 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 CRF200S thermostat 216 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 CRF200S thermostat 216 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 CRF200S thermostat 216 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 CRF200S thermostat 216 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 CRF200S thermostat 216 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Comfort+2RF thermostat 246 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort+2RF thermostat 246 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort+2RF thermostat 246 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort+2RF thermostat 246 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort+2RF thermostat 246 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort+2RF thermostat 246 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort+2RF thermostat 246 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort+2RF thermostat 246 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort+2RF thermostat 246 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 3000, UI800, Logamatic BC400 thermostat 253 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 3000, UI800, Logamatic BC400 thermostat 253 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 3000, UI800, Logamatic BC400 thermostat 253 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 ES72, RC20 thermostat 66 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 66 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 66 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 66 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 66 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 66 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 66 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 66 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 66 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 66 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 66 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 66 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 66 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 66 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 66 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 66 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 66 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 66 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES73 thermostat 76 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES73 thermostat 76 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES73 thermostat 76 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 ES73 thermostat 76 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 ES73 thermostat 76 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 ES73 thermostat 76 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES73 thermostat 76 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES73 thermostat 76 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES73 thermostat 76 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES73 thermostat 76 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES73 thermostat 76 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES73 thermostat 76 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES73 thermostat 76 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES73 thermostat 76 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES73 thermostat 76 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES73 thermostat 76 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES73 thermostat 76 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES73 thermostat 76 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES73 thermostat 76 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES73 thermostat 76 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES73 thermostat 76 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES73 thermostat 76 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES73 thermostat 76 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES73 thermostat 76 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES73 thermostat 76 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES73 thermostat 76 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES73 thermostat 76 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES73 thermostat 76 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES73 thermostat 76 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES73 thermostat 76 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES73 thermostat 76 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES73 thermostat 76 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES73 thermostat 76 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES73 thermostat 76 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES73 thermostat 76 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES73 thermostat 76 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES73 thermostat 76 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES73 thermostat 76 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES73 thermostat 76 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES73 thermostat 76 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES73 thermostat 76 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES73 thermostat 76 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES73 thermostat 76 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES73 thermostat 76 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES73 thermostat 76 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES73 thermostat 76 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES73 thermostat 76 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES73 thermostat 76 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES73 thermostat 76 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES73 thermostat 76 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES73 thermostat 76 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES73 thermostat 76 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES73 thermostat 76 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES73 thermostat 76 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES73 thermostat 76 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES73 thermostat 76 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES73 thermostat 76 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES73 thermostat 76 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES73 thermostat 76 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 ES72, RC20 thermostat 113 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 113 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 113 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 113 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 113 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 113 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 113 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 113 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 113 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 113 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 113 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 113 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 113 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 113 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 113 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 113 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 113 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 113 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES79 thermostat 156 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES79 thermostat 156 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES79 thermostat 156 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES79 thermostat 156 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES79 thermostat 156 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES79 thermostat 156 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES79 thermostat 156 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES79 thermostat 156 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES79 thermostat 156 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES79 thermostat 156 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES79 thermostat 156 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES79 thermostat 156 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES79 thermostat 156 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES79 thermostat 156 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES79 thermostat 156 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES79 thermostat 156 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES79 thermostat 156 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES79 thermostat 156 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES79 thermostat 156 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES79 thermostat 156 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES79 thermostat 156 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES79 thermostat 156 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES79 thermostat 156 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES79 thermostat 156 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES79 thermostat 156 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES79 thermostat 156 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES79 thermostat 156 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES79 thermostat 156 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES79 thermostat 156 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES79 thermostat 156 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES79 thermostat 156 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES79 thermostat 156 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES79 thermostat 156 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES79 thermostat 156 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES79 thermostat 156 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES79 thermostat 156 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES79 thermostat 156 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES79 thermostat 156 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES79 thermostat 156 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES79 thermostat 156 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES79 thermostat 156 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES79 thermostat 156 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES79 thermostat 156 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES79 thermostat 156 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES79 thermostat 156 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES79 thermostat 156 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES79 thermostat 156 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES79 thermostat 156 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES79 thermostat 156 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES79 thermostat 156 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES79 thermostat 156 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES79 thermostat 156 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES79 thermostat 156 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES79 thermostat 156 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES79 thermostat 156 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES79 thermostat 156 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 FW100 thermostat 105 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW100 thermostat 105 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW100 thermostat 105 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW100 thermostat 105 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW100 thermostat 105 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW100 thermostat 105 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW100 thermostat 105 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW100 thermostat 105 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW100 thermostat 105 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW100 thermostat 105 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW100 thermostat 105 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW100 thermostat 105 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW100 thermostat 105 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW100 thermostat 105 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW100 thermostat 105 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW100 thermostat 105 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW100 thermostat 105 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW100 thermostat 105 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW100 thermostat 105 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW100 thermostat 105 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW100 thermostat 105 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW100 thermostat 105 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW100 thermostat 105 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW100 thermostat 105 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW100 thermostat 105 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW100 thermostat 105 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW100 thermostat 105 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW100 thermostat 105 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW100 thermostat 105 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW100 thermostat 105 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW100 thermostat 105 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW100 thermostat 105 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW100 thermostat 105 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW100 thermostat 105 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW100 thermostat 105 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW200 thermostat 106 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW200 thermostat 106 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW200 thermostat 106 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW200 thermostat 106 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW200 thermostat 106 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW200 thermostat 106 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW200 thermostat 106 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW200 thermostat 106 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW200 thermostat 106 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW200 thermostat 106 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW200 thermostat 106 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW200 thermostat 106 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW200 thermostat 106 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW200 thermostat 106 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW200 thermostat 106 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW200 thermostat 106 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW200 thermostat 106 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW200 thermostat 106 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW200 thermostat 106 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW200 thermostat 106 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW200 thermostat 106 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW200 thermostat 106 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW200 thermostat 106 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW200 thermostat 106 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW200 thermostat 106 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW200 thermostat 106 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW200 thermostat 106 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW200 thermostat 106 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW200 thermostat 106 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW200 thermostat 106 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW200 thermostat 106 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW200 thermostat 106 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW200 thermostat 106 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW200 thermostat 106 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW200 thermostat 106 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR100 thermostat 107 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR100 thermostat 107 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR100 thermostat 107 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR100 thermostat 107 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR100 thermostat 107 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR100 thermostat 107 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR100 thermostat 107 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR100 thermostat 107 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR100 thermostat 107 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR100 thermostat 107 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR100 thermostat 107 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR100 thermostat 107 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR100 thermostat 107 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR100 thermostat 107 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR100 thermostat 107 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR100 thermostat 107 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR100 thermostat 107 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR100 thermostat 107 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR100 thermostat 107 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR100 thermostat 107 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR100 thermostat 107 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR100 thermostat 107 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR100 thermostat 107 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR100 thermostat 107 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR100 thermostat 107 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR100 thermostat 107 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR100 thermostat 107 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR100 thermostat 107 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR100 thermostat 107 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR100 thermostat 107 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR100 thermostat 107 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR100 thermostat 107 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR100 thermostat 107 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR100 thermostat 107 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR100 thermostat 107 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR110 thermostat 108 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR110 thermostat 108 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR110 thermostat 108 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR110 thermostat 108 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR110 thermostat 108 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR110 thermostat 108 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR110 thermostat 108 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR110 thermostat 108 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR110 thermostat 108 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR110 thermostat 108 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR110 thermostat 108 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR110 thermostat 108 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR110 thermostat 108 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR110 thermostat 108 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR110 thermostat 108 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR110 thermostat 108 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR110 thermostat 108 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR110 thermostat 108 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR110 thermostat 108 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR110 thermostat 108 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR110 thermostat 108 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR110 thermostat 108 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR110 thermostat 108 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR110 thermostat 108 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR110 thermostat 108 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR110 thermostat 108 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR110 thermostat 108 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR110 thermostat 108 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR110 thermostat 108 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR110 thermostat 108 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR110 thermostat 108 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR110 thermostat 108 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR110 thermostat 108 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR110 thermostat 108 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR110 thermostat 108 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB10 thermostat 109 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB10 thermostat 109 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB10 thermostat 109 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB10 thermostat 109 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB10 thermostat 109 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB10 thermostat 109 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB10 thermostat 109 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB10 thermostat 109 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB10 thermostat 109 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB10 thermostat 109 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB10 thermostat 109 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB10 thermostat 109 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB10 thermostat 109 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB10 thermostat 109 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB10 thermostat 109 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB10 thermostat 109 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB10 thermostat 109 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB10 thermostat 109 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB10 thermostat 109 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB10 thermostat 109 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB10 thermostat 109 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB10 thermostat 109 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB10 thermostat 109 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB10 thermostat 109 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB10 thermostat 109 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB10 thermostat 109 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB10 thermostat 109 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB10 thermostat 109 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB10 thermostat 109 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB10 thermostat 109 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB10 thermostat 109 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB10 thermostat 109 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB10 thermostat 109 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB10 thermostat 109 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB10 thermostat 109 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB100 thermostat 110 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB100 thermostat 110 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB100 thermostat 110 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB100 thermostat 110 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB100 thermostat 110 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB100 thermostat 110 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB100 thermostat 110 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB100 thermostat 110 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB100 thermostat 110 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB100 thermostat 110 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB100 thermostat 110 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB100 thermostat 110 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB100 thermostat 110 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB100 thermostat 110 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB100 thermostat 110 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB100 thermostat 110 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB100 thermostat 110 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB100 thermostat 110 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB100 thermostat 110 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB100 thermostat 110 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB100 thermostat 110 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB100 thermostat 110 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB100 thermostat 110 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB100 thermostat 110 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB100 thermostat 110 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB100 thermostat 110 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB100 thermostat 110 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB100 thermostat 110 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB100 thermostat 110 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB100 thermostat 110 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB100 thermostat 110 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB100 thermostat 110 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB100 thermostat 110 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB100 thermostat 110 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB100 thermostat 110 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR10 thermostat 111 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR10 thermostat 111 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR10 thermostat 111 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR10 thermostat 111 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR10 thermostat 111 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR10 thermostat 111 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR10 thermostat 111 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR10 thermostat 111 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR10 thermostat 111 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR10 thermostat 111 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR10 thermostat 111 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR10 thermostat 111 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR10 thermostat 111 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR10 thermostat 111 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR10 thermostat 111 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR10 thermostat 111 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR10 thermostat 111 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR10 thermostat 111 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR10 thermostat 111 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR10 thermostat 111 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR10 thermostat 111 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR10 thermostat 111 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR10 thermostat 111 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR10 thermostat 111 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR10 thermostat 111 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR10 thermostat 111 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR10 thermostat 111 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR10 thermostat 111 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR10 thermostat 111 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR10 thermostat 111 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR10 thermostat 111 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR10 thermostat 111 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR10 thermostat 111 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR10 thermostat 111 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR10 thermostat 111 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW500 thermostat 116 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW500 thermostat 116 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW500 thermostat 116 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW500 thermostat 116 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW500 thermostat 116 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW500 thermostat 116 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW500 thermostat 116 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW500 thermostat 116 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW500 thermostat 116 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW500 thermostat 116 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW500 thermostat 116 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW500 thermostat 116 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW500 thermostat 116 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW500 thermostat 116 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW500 thermostat 116 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW500 thermostat 116 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW500 thermostat 116 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW500 thermostat 116 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW500 thermostat 116 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW500 thermostat 116 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW500 thermostat 116 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW500 thermostat 116 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW500 thermostat 116 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW500 thermostat 116 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW500 thermostat 116 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW500 thermostat 116 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW500 thermostat 116 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW500 thermostat 116 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW500 thermostat 116 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW500 thermostat 116 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW500 thermostat 116 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW500 thermostat 116 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW500 thermostat 116 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW500 thermostat 116 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW500 thermostat 116 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR50 thermostat 147 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR50 thermostat 147 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR50 thermostat 147 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR50 thermostat 147 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR50 thermostat 147 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR50 thermostat 147 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR50 thermostat 147 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR50 thermostat 147 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR50 thermostat 147 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR50 thermostat 147 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR50 thermostat 147 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR50 thermostat 147 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR50 thermostat 147 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR50 thermostat 147 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR50 thermostat 147 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR50 thermostat 147 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR50 thermostat 147 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR50 thermostat 147 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR50 thermostat 147 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR50 thermostat 147 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR50 thermostat 147 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR50 thermostat 147 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR50 thermostat 147 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR50 thermostat 147 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR50 thermostat 147 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR50 thermostat 147 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR50 thermostat 147 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR50 thermostat 147 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR50 thermostat 147 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR50 thermostat 147 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR50 thermostat 147 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR50 thermostat 147 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR50 thermostat 147 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR50 thermostat 147 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR50 thermostat 147 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR120 thermostat 191 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR120 thermostat 191 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR120 thermostat 191 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR120 thermostat 191 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR120 thermostat 191 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR120 thermostat 191 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR120 thermostat 191 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR120 thermostat 191 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR120 thermostat 191 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR120 thermostat 191 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR120 thermostat 191 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR120 thermostat 191 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR120 thermostat 191 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR120 thermostat 191 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR120 thermostat 191 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR120 thermostat 191 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR120 thermostat 191 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR120 thermostat 191 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR120 thermostat 191 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR120 thermostat 191 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR120 thermostat 191 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR120 thermostat 191 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR120 thermostat 191 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR120 thermostat 191 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR120 thermostat 191 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR120 thermostat 191 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR120 thermostat 191 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR120 thermostat 191 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR120 thermostat 191 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR120 thermostat 191 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR120 thermostat 191 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR120 thermostat 191 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR120 thermostat 191 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR120 thermostat 191 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR120 thermostat 191 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW120 thermostat 192 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW120 thermostat 192 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW120 thermostat 192 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW120 thermostat 192 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW120 thermostat 192 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW120 thermostat 192 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW120 thermostat 192 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW120 thermostat 192 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW120 thermostat 192 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW120 thermostat 192 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW120 thermostat 192 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW120 thermostat 192 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW120 thermostat 192 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW120 thermostat 192 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW120 thermostat 192 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW120 thermostat 192 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW120 thermostat 192 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW120 thermostat 192 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW120 thermostat 192 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW120 thermostat 192 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW120 thermostat 192 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW120 thermostat 192 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW120 thermostat 192 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW120 thermostat 192 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW120 thermostat 192 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW120 thermostat 192 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW120 thermostat 192 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW120 thermostat 192 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW120 thermostat 192 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW120 thermostat 192 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW120 thermostat 192 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW120 thermostat 192 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW120 thermostat 192 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW120 thermostat 192 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW120 thermostat 192 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RT800, RC220 thermostat 3 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RT800, RC220 thermostat 3 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RT800, RC220 thermostat 3 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RT800, RC220 thermostat 3 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RT800, RC220 thermostat 3 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RT800, RC220 thermostat 3 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100H, CR10H thermostat 200 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100H, CR10H thermostat 200 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100H, CR10H thermostat 200 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100H, CR10H thermostat 200 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100H, CR10H thermostat 200 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100H, CR10H thermostat 200 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 TR120RF, CR20RF thermostat 249 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 TR120RF, CR20RF thermostat 249 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 TR120RF, CR20RF thermostat 249 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 TR120RF, CR20RF thermostat 249 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 TR120RF, CR20RF thermostat 249 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 TR120RF, CR20RF thermostat 249 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 MM10 mixer 69 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM10 mixer 69 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM10 mixer 69 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM10 mixer 69 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM10 mixer 69 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM10 mixer 69 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 IPM mixer 100 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 100 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 100 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 100 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 100 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 IPM mixer 102 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 102 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 102 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 102 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 102 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 MM50 mixer 159 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM50 mixer 159 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM50 mixer 159 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM50 mixer 159 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM50 mixer 159 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM50 mixer 159 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM50 mixer 159 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MM100 mixer 160 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_dhw_flow_temperature_(TC1) sensor.mixer_dhw_flowtemphc 7 9 1/10 0 1 MM100 mixer 160 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_dhw_mixing_valve_actuator_(VC1) sensor.mixer_dhw_valvestatus 7 9 1 1 1 MM100 mixer 160 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_dhw_setpoint_flow_temperature number.mixer_dhw_flowsettemp 7 9 1 2 1 MM100 mixer 160 pumpstatus pump status (PC1) boolean True switch.mixer_dhw_pump_status_(PC1) switch.mixer_dhw_pumpstatus 7 9 1 3 1 MM100 mixer 160 activated activated boolean True switch.mixer_dhw_activated switch.mixer_dhw_activated 7 9 1 4 1 MM100 mixer 160 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_dhw_time_to_set_valve number.mixer_dhw_valvesettime 7 9 10 5 1 MM100 mixer 160 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_dhw_flow_temperature_offset_for_mixer number.mixer_dhw_flowtempoffset 7 9 1 6 1 MM200 mixer 161 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM200 mixer 161 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM200 mixer 161 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM200 mixer 161 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM200 mixer 161 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM200 mixer 161 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM200 mixer 161 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MZ100 mixer 193 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MZ100 mixer 193 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MZ100 mixer 193 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MZ100 mixer 193 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MZ100 mixer 193 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MZ100 mixer 193 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MZ100 mixer 193 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 SM10 solar 73 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM10 solar 73 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM10 solar 73 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM10 solar 73 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM10 solar 73 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM10 solar 73 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM10 solar 73 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM10 solar 73 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM10 solar 73 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 1 9 1 SM10 solar 73 turnondiff pump turn on difference uint8 (>=0<=254) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1 10 1 SM10 solar 73 turnoffdiff pump turn off difference uint8 (>=0<=254) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1 11 1 SM10 solar 73 solarpower actual solar power int16 (>=-31999<=31999) W False sensor.solar_actual_solar_power sensor.solar_solarpower 8 0 1 12 1 SM10 solar 73 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM10 solar 73 maxflow maximum solar flow uint8 (>=0<=25) l/min True number.solar_maximum_solar_flow number.solar_maxflow 8 0 1/10 15 1 SM10 solar 73 mintemp minimum temperature uint8 (>=0<=254) C True number.solar_dhw_minimum_temperature number.solar_dhw_mintemp 8 9 1 0 1 SM10 solar 73 solarenabled solarmodule enabled boolean True switch.solar_solarmodule_enabled switch.solar_solarenabled 8 0 1 16 1 ISM1 solar 101 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM1 solar 101 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM1 solar 101 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM1 solar 101 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM1 solar 101 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM1 solar 101 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM1 solar 101 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM1 solar 101 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM1 solar 101 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM1 solar 101 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM1 solar 101 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 ISM2 solar 103 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM2 solar 103 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM2 solar 103 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM2 solar 103 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM2 solar 103 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM2 solar 103 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM2 solar 103 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM2 solar 103 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM2 solar 103 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM2 solar 103 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM2 solar 103 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM50 solar 162 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM50 solar 162 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM50 solar 162 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM50 solar 162 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM50 solar 162 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM50 solar 162 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM50 solar 162 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM50 solar 162 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM50 solar 162 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM50 solar 162 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM50 solar 162 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM50 solar 162 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM50 solar 162 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM50 solar 162 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM50 solar 162 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM50 solar 162 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM50 solar 162 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM50 solar 162 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM50 solar 162 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM50 solar 162 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM50 solar 162 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM50 solar 162 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM50 solar 162 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM50 solar 162 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM50 solar 162 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM50 solar 162 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM50 solar 162 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM50 solar 162 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM50 solar 162 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM50 solar 162 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM50 solar 162 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM50 solar 162 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM50 solar 162 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM50 solar 162 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM50 solar 162 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM50 solar 162 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM50 solar 162 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM50 solar 162 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM50 solar 162 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM50 solar 162 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM50 solar 162 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM50 solar 162 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM50 solar 162 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM50 solar 162 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM50 solar 162 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM50 solar 162 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM50 solar 162 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM50 solar 162 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM50 solar 162 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM50 solar 162 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM50 solar 162 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM50 solar 162 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM100, MS100 solar 163 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM100, MS100 solar 163 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM100, MS100 solar 163 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM100, MS100 solar 163 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM100, MS100 solar 163 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM100, MS100 solar 163 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM100, MS100 solar 163 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM100, MS100 solar 163 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM100, MS100 solar 163 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM100, MS100 solar 163 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM100, MS100 solar 163 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM100, MS100 solar 163 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM100, MS100 solar 163 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM100, MS100 solar 163 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM100, MS100 solar 163 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM100, MS100 solar 163 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM100, MS100 solar 163 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM100, MS100 solar 163 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM100, MS100 solar 163 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM100, MS100 solar 163 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM100, MS100 solar 163 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM100, MS100 solar 163 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM100, MS100 solar 163 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM100, MS100 solar 163 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM100, MS100 solar 163 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM100, MS100 solar 163 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM100, MS100 solar 163 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM100, MS100 solar 163 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM100, MS100 solar 163 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM100, MS100 solar 163 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM100, MS100 solar 163 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM100, MS100 solar 163 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM100, MS100 solar 163 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM100, MS100 solar 163 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM100, MS100 solar 163 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM100, MS100 solar 163 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM100, MS100 solar 163 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM100, MS100 solar 163 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM100, MS100 solar 163 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM100, MS100 solar 163 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM100, MS100 solar 163 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM100, MS100 solar 163 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM100, MS100 solar 163 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM100, MS100 solar 163 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM100, MS100 solar 163 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM100, MS100 solar 163 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM100, MS100 solar 163 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM100, MS100 solar 163 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM100, MS100 solar 163 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM100, MS100 solar 163 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM100, MS100 solar 163 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM100, MS100 solar 163 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM100, MS100 solar 163 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM100, MS100 solar 163 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM200, MS200 solar 164 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM200, MS200 solar 164 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM200, MS200 solar 164 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM200, MS200 solar 164 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM200, MS200 solar 164 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM200, MS200 solar 164 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM200, MS200 solar 164 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM200, MS200 solar 164 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM200, MS200 solar 164 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM200, MS200 solar 164 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM200, MS200 solar 164 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM200, MS200 solar 164 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM200, MS200 solar 164 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM200, MS200 solar 164 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM200, MS200 solar 164 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM200, MS200 solar 164 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM200, MS200 solar 164 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM200, MS200 solar 164 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM200, MS200 solar 164 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM200, MS200 solar 164 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM200, MS200 solar 164 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM200, MS200 solar 164 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM200, MS200 solar 164 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM200, MS200 solar 164 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM200, MS200 solar 164 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM200, MS200 solar 164 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM200, MS200 solar 164 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM200, MS200 solar 164 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM200, MS200 solar 164 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM200, MS200 solar 164 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM200, MS200 solar 164 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM200, MS200 solar 164 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM200, MS200 solar 164 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM200, MS200 solar 164 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM200, MS200 solar 164 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM200, MS200 solar 164 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM200, MS200 solar 164 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM200, MS200 solar 164 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM200, MS200 solar 164 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM200, MS200 solar 164 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM200, MS200 solar 164 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM200, MS200 solar 164 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM200, MS200 solar 164 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM200, MS200 solar 164 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM200, MS200 solar 164 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM200, MS200 solar 164 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM200, MS200 solar 164 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM200, MS200 solar 164 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM200, MS200 solar 164 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM200, MS200 solar 164 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM200, MS200 solar 164 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM200, MS200 solar 164 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM200, MS200 solar 164 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM200, MS200 solar 164 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 HP Module heatpump 252 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 HP Module heatpump 252 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 HP Module heatpump 252 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 HP Module heatpump 252 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 HP Module heatpump 252 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 HP Module heatpump 252 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 HP Module heatpump 252 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 HP Module heatpump 252 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 HP Module heatpump 252 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 HP Module heatpump 252 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 HP Module heatpump 252 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 HP Module heatpump 252 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 HP Module heatpump 252 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 HP Module heatpump 252 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 HP Module heatpump 252 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 HP Module heatpump 252 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 HP Module heatpump 252 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 HP Module heatpump 252 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 HP Module heatpump 252 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 HP Module heatpump 252 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 HP Module heatpump 252 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 HP Module heatpump 252 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 HP Module heatpump 252 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 HP Module heatpump 252 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 HP Module heatpump 252 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 HP Module heatpump 252 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 HP Module heatpump 252 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 HP Module heatpump 252 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 HP Module heatpump 252 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 HP Module heatpump 252 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 HP Module heatpump 252 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 HP Module heatpump 252 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 HP Module heatpump 252 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 HP Module heatpump 252 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 HP Module heatpump 252 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 HP Module heatpump 252 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 HP Module heatpump 252 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 HP Module heatpump 252 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 HP Module heatpump 252 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 Hybrid Manager HM200 heatpump 248 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 Hybrid Manager HM200 heatpump 248 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 Hybrid Manager HM200 heatpump 248 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 Hybrid Manager HM200 heatpump 248 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 Hybrid Manager HM200 heatpump 248 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 Hybrid Manager HM200 heatpump 248 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 Hybrid Manager HM200 heatpump 248 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 Hybrid Manager HM200 heatpump 248 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 Hybrid Manager HM200 heatpump 248 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 Hybrid Manager HM200 heatpump 248 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 Hybrid Manager HM200 heatpump 248 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 Hybrid Manager HM200 heatpump 248 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 Hybrid Manager HM200 heatpump 248 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 Hybrid Manager HM200 heatpump 248 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 Hybrid Manager HM200 heatpump 248 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 Hybrid Manager HM200 heatpump 248 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 Hybrid Manager HM200 heatpump 248 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 Hybrid Manager HM200 heatpump 248 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 Hybrid Manager HM200 heatpump 248 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 Hybrid Manager HM200 heatpump 248 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 Hybrid Manager HM200 heatpump 248 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 Hybrid Manager HM200 heatpump 248 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 Hybrid Manager HM200 heatpump 248 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 Hybrid Manager HM200 heatpump 248 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 Hybrid Manager HM200 heatpump 248 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 Hybrid Manager HM200 heatpump 248 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 Hybrid Manager HM200 heatpump 248 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 Hybrid Manager HM200 heatpump 248 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 Hybrid Manager HM200 heatpump 248 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 Hybrid Manager HM200 heatpump 248 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 Hybrid Manager HM200 heatpump 248 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 Hybrid Manager HM200 heatpump 248 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 Hybrid Manager HM200 heatpump 248 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 Hybrid Manager HM200 heatpump 248 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 Hybrid Manager HM200 heatpump 248 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 Hybrid Manager HM200 heatpump 248 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 Hybrid Manager HM200 heatpump 248 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 Hybrid Manager HM200 heatpump 248 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 Hybrid Manager HM200 heatpump 248 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 WM10 switch 71 activated activated boolean False binary_sensor.switch_activated binary_sensor.switch_activated 11 0 1 0 1 WM10 switch 71 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.switch_flow_temperature_(TC1) sensor.switch_flowtemphc 11 0 1/10 1 1 WM10 switch 71 status status int8 (>=-126<=126) False sensor.switch_status sensor.switch_status 11 0 1 2 1 Rego 3000 controller 240 datetime date/time string False sensor.controller_date/time sensor.controller_datetime 12 0 1 0 13 EM10 alert 74 setflowtemp set flow temperature uint8 (>=0<=254) C False sensor.alert_set_flow_temperature sensor.alert_setflowtemp 14 0 1 0 1 EM10 alert 74 setburnpow burner set power uint8 (>=0<=100) % False sensor.alert_burner_set_power sensor.alert_setburnpow 14 0 1 1 1 EM10, EM100 extension 243 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 EM10, EM100 extension 243 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 EM10, EM100 extension 243 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 EM10, EM100 extension 243 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 EM10, EM100 extension 243 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 EM10, EM100 extension 243 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 EM10, EM100 extension 243 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 EM10, EM100 extension 243 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 EM10, EM100 extension 243 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 EM10, EM100 extension 243 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 T1RF extension 220 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 T1RF extension 220 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 T1RF extension 220 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 T1RF extension 220 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 T1RF extension 220 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 T1RF extension 220 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 T1RF extension 220 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 T1RF extension 220 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 T1RF extension 220 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 T1RF extension 220 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 Logavent HRV176 ventilation 231 outfresh outdoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_fresh_air sensor.ventilation_outfresh 18 0 1/10 0 1 Logavent HRV176 ventilation 231 infresh indoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_fresh_air sensor.ventilation_infresh 18 0 1/10 1 1 Logavent HRV176 ventilation 231 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_exhaust_air sensor.ventilation_outexhaust 18 0 1/10 2 1 Logavent HRV176 ventilation 231 inexhaust indoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_exhaust_air sensor.ventilation_inexhaust 18 0 1/10 3 1 Logavent HRV176 ventilation 231 ventinspeed in blower speed uint8 (>=0<=100) % False sensor.ventilation_in_blower_speed sensor.ventilation_ventinspeed 18 0 1 4 1 Logavent HRV176 ventilation 231 ventoutspeed out blower speed uint8 (>=0<=100) % False sensor.ventilation_out_blower_speed sensor.ventilation_ventoutspeed 18 0 1 5 1 Logavent HRV176 ventilation 231 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] True select.ventilation_ventilation_mode select.ventilation_ventmode 18 0 1 6 1 Logavent HRV176 ventilation 231 airquality air quality (voc) uint16 (>=0<=31999) False sensor.ventilation_air_quality_(voc) sensor.ventilation_airquality 18 0 1 7 1 Logavent HRV176 ventilation 231 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.ventilation_relative_air_humidity sensor.ventilation_airhumidity 18 0 1 8 1 MP100 pool 204 pooltemp pool temperature int16 (>=-3199<=3199) C False sensor.pool_pool_temperature sensor.pool_pooltemp 20 0 1/10 -1 1 MP100 pool 204 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] False sensor.pool_pool_shunt_status_opening/closing sensor.pool_poolshuntstatus 20 0 1 -1 1 MP100 pool 204 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % False sensor.pool_pool_shunt_open/close_(0% =_pool / 100% =_heat) sensor.pool_poolshunt 20 0 1 -1 1","title":"All EMS Devices and their Entities"},{"location":"All-Devices/#all-ems-telegrams","text":"Download the full CSV file telegram_type_id name is_fetched 0x04 UBAFactory fetched 0x06 RCTime 0x0A EasyMonitor fetched 0x10 UBAErrorMessage1 0x11 UBAErrorMessage2 0x12 RCErrorMessage 0x13 RCErrorMessage2 0x14 UBATotalUptime fetched 0x15 UBAMaintenanceData 0x16 UBAParameters fetched 0x18 UBAMonitorFast 0x19 UBAMonitorSlow 0x1A UBASetPoints 0x1C UBAMaintenanceStatus 0x1E WM10TempMessage 0x23 JunkersSetMixer fetched 0x26 UBASettingsWW fetched 0x28 WeatherComp fetched 0x2A MC110Status 0x2E Meters 0x33 UBAParameterWW fetched 0x34 UBAMonitorWW 0x35 UBAFlags 0x37 WWSettings fetched 0x38 WWTimer fetched 0x39 WWCircTimer fetched 0x3A RC30WWSettings fetched 0x3B Energy 0x3D RC35Set 0x3E RC35Monitor 0x3F RC35Timer 0x40 RC30Temp 0x41 RC30Monitor 0x42 RC35Timer2 0x47 RC35Set 0x48 RC35Monitor 0x49 RC35Timer 0x4C RC35Timer2 0x51 RC35Set 0x52 RC35Monitor 0x53 RC35Timer 0x56 RC35Timer2 0x5B RC35Set 0x5C RC35Monitor 0x5D RC35Timer 0x60 RC35Timer2 0x96 SM10Config fetched 0x97 SM10Monitor 0x9C WM10MonitorMessage 0x9D WM10SetMessage 0xA2 RCError 0xA3 RCOutdoorTemp 0xA5 IBASettings fetched 0xA7 RC30Set 0xA9 RC30Vacation fetched 0xAA MMConfigMessage fetched 0xAB MMStatusMessage 0xAC MMSetMessage 0xAF RC20Remote 0xB0 RC10Set 0xB1 RC10Monitor 0xBB HybridSettings fetched 0xBF ErrorMessage 0xC2 UBAErrorMessage3 0xD1 UBAOutdoorTemp 0xE3 UBAMonitorSlowPlus2 0xE4 UBAMonitorFastPlus 0xE5 UBAMonitorSlowPlus 0xE6 UBAParametersPlus fetched 0xE9 UBAMonitorWWPlus 0xEA UBAParameterWWPlus fetched 0x0101 ISM1Set fetched 0x0103 ISM1StatusMessage fetched 0x0104 ISM2StatusMessage 0x010C IPMStatusMessage 0x011E IPMTempMessage 0x0165 JunkersSet 0x0166 JunkersSet 0x0167 JunkersSet 0x0168 JunkersSet 0x016F JunkersMonitor 0x0170 JunkersMonitor 0x0171 JunkersMonitor 0x0172 JunkersMonitor 0x0179 JunkersSet 0x017A JunkersSet 0x017B JunkersSet 0x017C JunkersSet 0x01D3 JunkersDhw fetched 0x023A RC300OutdoorTemp fetched 0x023E PVSettings fetched 0x0240 RC300Settings fetched 0x0267 RC300Floordry 0x0269 RC300Holiday1 fetched 0x0291 HPMode fetched 0x0292 HPMode fetched 0x0293 HPMode fetched 0x0294 HPMode fetched 0x029B RC300Curves 0x029C RC300Curves 0x029D RC300Curves 0x029E RC300Curves 0x029F RC300Curves 0x02A0 RC300Curves 0x02A1 RC300Curves 0x02A2 RC300Curves 0x02A5 RC300Monitor 0x02A6 RC300Monitor 0x02A7 RC300Monitor 0x02A8 RC300Monitor 0x02A9 RC300Monitor 0x02AA RC300Monitor 0x02AB RC300Monitor 0x02AC RC300Monitor 0x02AF RC300Summer 0x02B0 RC300Summer 0x02B1 RC300Summer 0x02B2 RC300Summer 0x02B3 RC300Summer 0x02B4 RC300Summer 0x02B5 RC300Summer 0x02B6 RC300Summer 0x02B9 RC300Set 0x02BA RC300Set 0x02BB RC300Set 0x02BC RC300Set 0x02BD RC300Set 0x02BE RC300Set 0x02BF RC300Set 0x02C0 RC300Set 0x02CC RC300Set2 0x02CD MMPLUSConfigMessage fetched 0x02CE RC300Set2 0x02D0 RC300Set2 0x02D2 RC300Set2 0x02D5 MMPLUSConfigMessage fetched 0x02D6 HPPump2 fetched 0x02D7 MMPLUSStatusMessage 0x02DF MMPLUSStatusMessage 0x02F5 RC300WWmode fetched 0x02F6 RC300WW2mode fetched 0x031B RC300WWtemp fetched 0x031D RC300WWmode2 0x031E RC300WWmode2 0x0358 SM100SystemConfig fetched 0x035A SM100CircuitConfig fetched 0x035C SM100HeatAssist fetched 0x035D SM100Circuit2Config fetched 0x035F SM100Config1 fetched 0x0361 SM100Differential fetched 0x0362 SM100Monitor 0x0363 SM100Monitor2 0x0364 SM100Status 0x0366 SM100Config 0x036A SM100Status2 0x0380 SM100CollectorConfig fetched 0x038E SM100Energy fetched 0x0391 SM100Time fetched 0x0467 HPSet 0x0468 HPSet 0x0469 HPSet 0x046A HPSet 0x0471 RC300Summer2 0x0472 RC300Summer2 0x0473 RC300Summer2 0x0474 RC300Summer2 0x0475 RC300Summer2 0x0476 RC300Summer2 0x0477 RC300Summer2 0x0478 RC300Summer2 0x047B HP2 0x0484 HPSilentMode fetched 0x0485 HpCooling fetched 0x0486 HpInConfig fetched 0x0488 HPValve fetched 0x048A HpPool fetched 0x048B HPPumps fetched 0x048D HpPower fetched 0x048F HpTemperatures 0x0491 HPAdditionalHeater fetched 0x0492 HpHeaterConfig fetched 0x0494 UBAEnergySupplied 0x0495 UBAInformation 0x0499 HPDhwSettings fetched 0x049C HPSettings2 fetched 0x049D HPSettings3 fetched 0x04A2 HpInput fetched 0x04A5 HPFan fetched 0x04A7 HPPowerLimit fetched 0x04AA HPPower2 fetched 0x04AE HPEnergy fetched 0x04AF HPMeters fetched 0x056B VentilationMode fetched 0x0583 VentilationMonitor 0x0585 Blowerspeed 0x0587 Bypass 0x05BA HpPoolStatus fetched 0x05D9 Airquality 0x0772 HIUSettings 0x0779 HIUMonitor 0x0935 EM100SetMessage fetched 0x0936 EM100OutMessage 0x0937 EM100TempMessage 0x0938 EM100InputMessage 0x0939 EM100MonitorMessage 0x093A EM100ConfigMessage 0x0998 HPSettings fetched 0x0999 HPFunctionTest fetched 0x099B HPFlowTemp 0x099C HPComp 0x09A0 HPTemperature","title":"All EMS Telegrams"},{"location":"All-Devices/#all-devices-and-entities","text":"Download the full CSV file device name device type product id shortname fullname type [options...] | (min/max) uom writeable discovery entityid v3.4 discovery entityid modbus unit identifier modbus block modbus scale factor modbus offset modbus count CS 800i, Logatherm WLW boiler 8 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 CS 800i, Logatherm WLW boiler 8 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 CS 800i, Logatherm WLW boiler 8 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 CS 800i, Logatherm WLW boiler 8 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 CS 800i, Logatherm WLW boiler 8 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 CS 800i, Logatherm WLW boiler 8 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 CS 800i, Logatherm WLW boiler 8 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 CS 800i, Logatherm WLW boiler 8 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 CS 800i, Logatherm WLW boiler 8 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 CS 800i, Logatherm WLW boiler 8 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 CS 800i, Logatherm WLW boiler 8 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 CS 800i, Logatherm WLW boiler 8 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 CS 800i, Logatherm WLW boiler 8 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 CS 800i, Logatherm WLW boiler 8 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 CS 800i, Logatherm WLW boiler 8 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 CS 800i, Logatherm WLW boiler 8 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 CS 800i, Logatherm WLW boiler 8 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 CS 800i, Logatherm WLW boiler 8 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 CS 800i, Logatherm WLW boiler 8 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 CS 800i, Logatherm WLW boiler 8 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 CS 800i, Logatherm WLW boiler 8 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 CS 800i, Logatherm WLW boiler 8 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 CS 800i, Logatherm WLW boiler 8 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 CS 800i, Logatherm WLW boiler 8 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 CS 800i, Logatherm WLW boiler 8 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 CS 800i, Logatherm WLW boiler 8 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 CS 800i, Logatherm WLW boiler 8 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 CS 800i, Logatherm WLW boiler 8 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 CS 800i, Logatherm WLW boiler 8 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 CS 800i, Logatherm WLW boiler 8 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 CS 800i, Logatherm WLW boiler 8 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 CS 800i, Logatherm WLW boiler 8 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 CS 800i, Logatherm WLW boiler 8 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 CS 800i, Logatherm WLW boiler 8 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 CS 800i, Logatherm WLW boiler 8 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 CS 800i, Logatherm WLW boiler 8 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 CS 800i, Logatherm WLW boiler 8 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 CS 800i, Logatherm WLW boiler 8 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 CS 800i, Logatherm WLW boiler 8 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 CS 800i, Logatherm WLW boiler 8 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 CS 800i, Logatherm WLW boiler 8 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 CS 800i, Logatherm WLW boiler 8 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 CS 800i, Logatherm WLW boiler 8 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 CS 800i, Logatherm WLW boiler 8 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 CS 800i, Logatherm WLW boiler 8 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 CS 800i, Logatherm WLW boiler 8 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 CS 800i, Logatherm WLW boiler 8 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 CS 800i, Logatherm WLW boiler 8 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 CS 800i, Logatherm WLW boiler 8 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 CS 800i, Logatherm WLW boiler 8 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 CS 800i, Logatherm WLW boiler 8 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 CS 800i, Logatherm WLW boiler 8 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 CS 800i, Logatherm WLW boiler 8 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 CS 800i, Logatherm WLW boiler 8 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 CS 800i, Logatherm WLW boiler 8 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 CS 800i, Logatherm WLW boiler 8 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 CS 800i, Logatherm WLW boiler 8 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 CS 800i, Logatherm WLW boiler 8 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 CS 800i, Logatherm WLW boiler 8 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 CS 800i, Logatherm WLW boiler 8 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 CS 800i, Logatherm WLW boiler 8 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 CS 800i, Logatherm WLW boiler 8 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 CS 800i, Logatherm WLW boiler 8 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 CS 800i, Logatherm WLW boiler 8 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 CS 800i, Logatherm WLW boiler 8 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 CS 800i, Logatherm WLW boiler 8 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 CS 800i, Logatherm WLW boiler 8 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 CS 800i, Logatherm WLW boiler 8 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 CS 800i, Logatherm WLW boiler 8 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 CS 800i, Logatherm WLW boiler 8 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 CS 800i, Logatherm WLW boiler 8 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 CS 800i, Logatherm WLW boiler 8 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 CS 800i, Logatherm WLW boiler 8 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 CS 800i, Logatherm WLW boiler 8 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 CS 800i, Logatherm WLW boiler 8 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 CS 800i, Logatherm WLW boiler 8 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 CS 800i, Logatherm WLW boiler 8 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 CS 800i, Logatherm WLW boiler 8 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 CS 800i, Logatherm WLW boiler 8 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 CS 800i, Logatherm WLW boiler 8 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 CS 800i, Logatherm WLW boiler 8 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 CS 800i, Logatherm WLW boiler 8 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 CS 800i, Logatherm WLW boiler 8 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 CS 800i, Logatherm WLW boiler 8 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 CS 800i, Logatherm WLW boiler 8 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 CS 800i, Logatherm WLW boiler 8 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 CS 800i, Logatherm WLW boiler 8 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 CS 800i, Logatherm WLW boiler 8 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 CS 800i, Logatherm WLW boiler 8 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 CS 800i, Logatherm WLW boiler 8 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 CS 800i, Logatherm WLW boiler 8 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 CS 800i, Logatherm WLW boiler 8 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 CS 800i, Logatherm WLW boiler 8 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 CS 800i, Logatherm WLW boiler 8 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 CS 800i, Logatherm WLW boiler 8 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 CS 800i, Logatherm WLW boiler 8 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 CS 800i, Logatherm WLW boiler 8 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 CS 800i, Logatherm WLW boiler 8 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 CS 800i, Logatherm WLW boiler 8 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 CS 800i, Logatherm WLW boiler 8 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 CS 800i, Logatherm WLW boiler 8 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 CS 800i, Logatherm WLW boiler 8 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 CS 800i, Logatherm WLW boiler 8 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 CS 800i, Logatherm WLW boiler 8 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 CS 800i, Logatherm WLW boiler 8 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 CS 800i, Logatherm WLW boiler 8 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 CS 800i, Logatherm WLW boiler 8 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 CS 800i, Logatherm WLW boiler 8 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 CS 800i, Logatherm WLW boiler 8 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 CS 800i, Logatherm WLW boiler 8 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 CS 800i, Logatherm WLW boiler 8 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 CS 800i, Logatherm WLW boiler 8 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 CS 800i, Logatherm WLW boiler 8 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 CS 800i, Logatherm WLW boiler 8 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 CS 800i, Logatherm WLW boiler 8 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 CS 800i, Logatherm WLW boiler 8 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 CS 800i, Logatherm WLW boiler 8 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 CS 800i, Logatherm WLW boiler 8 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 CS 800i, Logatherm WLW boiler 8 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 CS 800i, Logatherm WLW boiler 8 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 CS 800i, Logatherm WLW boiler 8 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 CS 800i, Logatherm WLW boiler 8 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 CS 800i, Logatherm WLW boiler 8 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 CS 800i, Logatherm WLW boiler 8 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 CS 800i, Logatherm WLW boiler 8 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 CS 800i, Logatherm WLW boiler 8 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 CS 800i, Logatherm WLW boiler 8 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 CS 800i, Logatherm WLW boiler 8 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 CS 800i, Logatherm WLW boiler 8 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 CS 800i, Logatherm WLW boiler 8 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 CS 800i, Logatherm WLW boiler 8 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 CS 800i, Logatherm WLW boiler 8 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 CS 800i, Logatherm WLW boiler 8 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 CS 800i, Logatherm WLW boiler 8 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 CS 800i, Logatherm WLW boiler 8 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 CS 800i, Logatherm WLW boiler 8 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 CS 800i, Logatherm WLW boiler 8 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 CS 800i, Logatherm WLW boiler 8 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 CS 800i, Logatherm WLW boiler 8 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 CS 800i, Logatherm WLW boiler 8 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 CS 800i, Logatherm WLW boiler 8 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 CS 800i, Logatherm WLW boiler 8 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 CS 800i, Logatherm WLW boiler 8 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 CS 800i, Logatherm WLW boiler 8 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 CS 800i, Logatherm WLW boiler 8 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 CS 800i, Logatherm WLW boiler 8 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 CS 800i, Logatherm WLW boiler 8 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 CS 800i, Logatherm WLW boiler 8 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 CS 800i, Logatherm WLW boiler 8 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 CS 800i, Logatherm WLW boiler 8 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 CS 800i, Logatherm WLW boiler 8 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 CS 800i, Logatherm WLW boiler 8 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 CS 800i, Logatherm WLW boiler 8 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 CS 800i, Logatherm WLW boiler 8 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 CS 800i, Logatherm WLW boiler 8 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 CS 800i, Logatherm WLW boiler 8 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 CS 800i, Logatherm WLW boiler 8 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 CS 800i, Logatherm WLW boiler 8 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 CS 800i, Logatherm WLW boiler 8 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 CS 800i, Logatherm WLW boiler 8 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 CS 800i, Logatherm WLW boiler 8 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 CS 800i, Logatherm WLW boiler 8 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 CS 800i, Logatherm WLW boiler 8 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 CS 800i, Logatherm WLW boiler 8 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 CS 800i, Logatherm WLW boiler 8 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 CS 800i, Logatherm WLW boiler 8 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 CS 800i, Logatherm WLW boiler 8 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 CS 800i, Logatherm WLW boiler 8 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 CS 800i, Logatherm WLW boiler 8 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 CS 800i, Logatherm WLW boiler 8 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 CS 800i, Logatherm WLW boiler 8 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 CS 800i, Logatherm WLW boiler 8 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 CS 800i, Logatherm WLW boiler 8 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 CS 800i, Logatherm WLW boiler 8 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 CS 800i, Logatherm WLW boiler 8 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 CS 800i, Logatherm WLW boiler 8 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 CS 800i, Logatherm WLW boiler 8 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 CS 800i, Logatherm WLW boiler 8 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 CS 800i, Logatherm WLW boiler 8 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 CS 800i, Logatherm WLW boiler 8 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 CS 800i, Logatherm WLW boiler 8 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 CS 800i, Logatherm WLW boiler 8 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 CS 800i, Logatherm WLW boiler 8 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 CS 800i, Logatherm WLW boiler 8 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 CS 800i, Logatherm WLW boiler 8 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 CS 800i, Logatherm WLW boiler 8 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 CS 800i, Logatherm WLW boiler 8 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 CS 800i, Logatherm WLW boiler 8 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 CS 800i, Logatherm WLW boiler 8 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 CS 800i, Logatherm WLW boiler 8 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 CS 800i, Logatherm WLW boiler 8 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 CS 800i, Logatherm WLW boiler 8 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 CS 800i, Logatherm WLW boiler 8 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 CS 800i, Logatherm WLW boiler 8 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 CS 800i, Logatherm WLW boiler 8 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 CS 800i, Logatherm WLW boiler 8 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 CS 800i, Logatherm WLW boiler 8 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 CS 800i, Logatherm WLW boiler 8 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 CS 800i, Logatherm WLW boiler 8 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 CS 800i, Logatherm WLW boiler 8 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 CS 800i, Logatherm WLW boiler 8 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 C1200W boiler 12 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 C1200W boiler 12 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 C1200W boiler 12 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 C1200W boiler 12 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 C1200W boiler 12 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 C1200W boiler 12 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 C1200W boiler 12 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 C1200W boiler 12 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 C1200W boiler 12 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 C1200W boiler 12 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 C1200W boiler 12 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 C1200W boiler 12 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 C1200W boiler 12 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 C1200W boiler 12 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 C1200W boiler 12 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 C1200W boiler 12 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 C1200W boiler 12 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 C1200W boiler 12 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 C1200W boiler 12 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 C1200W boiler 12 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 C1200W boiler 12 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 C1200W boiler 12 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 C1200W boiler 12 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 C1200W boiler 12 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 C1200W boiler 12 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 C1200W boiler 12 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 C1200W boiler 12 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 C1200W boiler 12 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 C1200W boiler 12 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 C1200W boiler 12 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 C1200W boiler 12 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 C1200W boiler 12 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 C1200W boiler 12 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 C1200W boiler 12 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 C1200W boiler 12 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 C1200W boiler 12 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 C1200W boiler 12 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 C1200W boiler 12 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 C1200W boiler 12 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 C1200W boiler 12 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 C1200W boiler 12 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 C1200W boiler 12 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 C1200W boiler 12 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 C1200W boiler 12 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 C1200W boiler 12 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 C1200W boiler 12 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 C1200W boiler 12 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 C1200W boiler 12 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 C1200W boiler 12 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 C1200W boiler 12 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 C1200W boiler 12 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 C1200W boiler 12 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 C1200W boiler 12 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 C1200W boiler 12 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 C1200W boiler 12 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 C1200W boiler 12 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 C1200W boiler 12 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 C1200W boiler 12 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 C1200W boiler 12 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 C1200W boiler 12 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 C1200W boiler 12 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 C1200W boiler 12 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 C1200W boiler 12 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 C1200W boiler 12 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 C1200W boiler 12 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 C1200W boiler 12 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 C1200W boiler 12 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 C1200W boiler 12 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 C1200W boiler 12 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 C1200W boiler 12 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 C1200W boiler 12 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 C1200W boiler 12 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 C1200W boiler 12 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 C1200W boiler 12 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 C1200W boiler 12 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 C1200W boiler 12 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 C1200W boiler 12 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 C1200W boiler 12 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 C1200W boiler 12 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 C1200W boiler 12 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 C1200W boiler 12 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 C1200W boiler 12 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 C1200W boiler 12 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 C1200W boiler 12 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 C1200W boiler 12 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 C1200W boiler 12 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 C1200W boiler 12 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 C1200W boiler 12 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 C1200W boiler 12 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 C1200W boiler 12 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 C1200W boiler 12 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 C1200W boiler 12 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 C1200W boiler 12 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 C1200W boiler 12 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 C1200W boiler 12 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 C1200W boiler 12 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 C1200W boiler 12 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 C1200W boiler 12 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 C1200W boiler 12 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 C1200W boiler 12 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 C1200W boiler 12 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 C1200W boiler 12 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 C1200W boiler 12 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 C1200W boiler 12 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 C1200W boiler 12 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 C1200W boiler 12 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 C1200W boiler 12 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 C1200W boiler 12 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 BK13/BK15, Smartline, GB1*2 boiler 64 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 BK13/BK15, Smartline, GB1*2 boiler 64 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 BK13/BK15, Smartline, GB1*2 boiler 64 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 BK13/BK15, Smartline, GB1*2 boiler 64 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 BK13/BK15, Smartline, GB1*2 boiler 64 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 BK13/BK15, Smartline, GB1*2 boiler 64 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 BK13/BK15, Smartline, GB1*2 boiler 64 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 BK13/BK15, Smartline, GB1*2 boiler 64 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 BK13/BK15, Smartline, GB1*2 boiler 64 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 BK13/BK15, Smartline, GB1*2 boiler 64 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 BK13/BK15, Smartline, GB1*2 boiler 64 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 BK13/BK15, Smartline, GB1*2 boiler 64 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 BK13/BK15, Smartline, GB1*2 boiler 64 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 BK13/BK15, Smartline, GB1*2 boiler 64 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 BK13/BK15, Smartline, GB1*2 boiler 64 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 BK13/BK15, Smartline, GB1*2 boiler 64 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 BK13/BK15, Smartline, GB1*2 boiler 64 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 BK13/BK15, Smartline, GB1*2 boiler 64 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 BK13/BK15, Smartline, GB1*2 boiler 64 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 BK13/BK15, Smartline, GB1*2 boiler 64 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 BK13/BK15, Smartline, GB1*2 boiler 64 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 BK13/BK15, Smartline, GB1*2 boiler 64 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 BK13/BK15, Smartline, GB1*2 boiler 64 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 BK13/BK15, Smartline, GB1*2 boiler 64 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 BK13/BK15, Smartline, GB1*2 boiler 64 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 BK13/BK15, Smartline, GB1*2 boiler 64 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 BK13/BK15, Smartline, GB1*2 boiler 64 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 BK13/BK15, Smartline, GB1*2 boiler 64 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 BK13/BK15, Smartline, GB1*2 boiler 64 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 BK13/BK15, Smartline, GB1*2 boiler 64 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 BK13/BK15, Smartline, GB1*2 boiler 64 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 BK13/BK15, Smartline, GB1*2 boiler 64 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 BK13/BK15, Smartline, GB1*2 boiler 64 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 BK13/BK15, Smartline, GB1*2 boiler 64 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 BK13/BK15, Smartline, GB1*2 boiler 64 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 BK13/BK15, Smartline, GB1*2 boiler 64 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 BK13/BK15, Smartline, GB1*2 boiler 64 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 BK13/BK15, Smartline, GB1*2 boiler 64 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 BK13/BK15, Smartline, GB1*2 boiler 64 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 BK13/BK15, Smartline, GB1*2 boiler 64 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 BK13/BK15, Smartline, GB1*2 boiler 64 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 BK13/BK15, Smartline, GB1*2 boiler 64 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 BK13/BK15, Smartline, GB1*2 boiler 64 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 BK13/BK15, Smartline, GB1*2 boiler 64 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 BK13/BK15, Smartline, GB1*2 boiler 64 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 BK13/BK15, Smartline, GB1*2 boiler 64 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 BK13/BK15, Smartline, GB1*2 boiler 64 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 BK13/BK15, Smartline, GB1*2 boiler 64 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 BK13/BK15, Smartline, GB1*2 boiler 64 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 BK13/BK15, Smartline, GB1*2 boiler 64 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB1*5, Logamatic MC10 boiler 72 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB1*5, Logamatic MC10 boiler 72 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB1*5, Logamatic MC10 boiler 72 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB1*5, Logamatic MC10 boiler 72 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB1*5, Logamatic MC10 boiler 72 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB1*5, Logamatic MC10 boiler 72 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB1*5, Logamatic MC10 boiler 72 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB1*5, Logamatic MC10 boiler 72 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB1*5, Logamatic MC10 boiler 72 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB1*5, Logamatic MC10 boiler 72 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB1*5, Logamatic MC10 boiler 72 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB1*5, Logamatic MC10 boiler 72 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB1*5, Logamatic MC10 boiler 72 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB1*5, Logamatic MC10 boiler 72 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB1*5, Logamatic MC10 boiler 72 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB1*5, Logamatic MC10 boiler 72 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB1*5, Logamatic MC10 boiler 72 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB1*5, Logamatic MC10 boiler 72 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB1*5, Logamatic MC10 boiler 72 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB1*5, Logamatic MC10 boiler 72 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB1*5, Logamatic MC10 boiler 72 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB1*5, Logamatic MC10 boiler 72 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB1*5, Logamatic MC10 boiler 72 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB1*5, Logamatic MC10 boiler 72 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB1*5, Logamatic MC10 boiler 72 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB1*5, Logamatic MC10 boiler 72 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB1*5, Logamatic MC10 boiler 72 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB1*5, Logamatic MC10 boiler 72 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB1*5, Logamatic MC10 boiler 72 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB1*5, Logamatic MC10 boiler 72 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB1*5, Logamatic MC10 boiler 72 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB1*5, Logamatic MC10 boiler 72 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB1*5, Logamatic MC10 boiler 72 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB1*5, Logamatic MC10 boiler 72 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB1*5, Logamatic MC10 boiler 72 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB1*5, Logamatic MC10 boiler 72 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB1*5, Logamatic MC10 boiler 72 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB1*5, Logamatic MC10 boiler 72 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB1*5, Logamatic MC10 boiler 72 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB1*5, Logamatic MC10 boiler 72 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB1*5, Logamatic MC10 boiler 72 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB1*5, Logamatic MC10 boiler 72 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB1*5, Logamatic MC10 boiler 72 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB1*5, Logamatic MC10 boiler 72 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB1*5, Logamatic MC10 boiler 72 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB1*5, Logamatic MC10 boiler 72 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB1*5, Logamatic MC10 boiler 72 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB1*5, Logamatic MC10 boiler 72 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB1*5, Logamatic MC10 boiler 72 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB1*5, Logamatic MC10 boiler 72 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB1*5, Logamatic MC10 boiler 72 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB1*5, Logamatic MC10 boiler 72 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB1*5, Logamatic MC10 boiler 72 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB1*5, Logamatic MC10 boiler 72 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB1*5, Logamatic MC10 boiler 72 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB1*5, Logamatic MC10 boiler 72 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB1*5, Logamatic MC10 boiler 72 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB1*5, Logamatic MC10 boiler 72 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB1*5, Logamatic MC10 boiler 72 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB1*5, Logamatic MC10 boiler 72 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB1*5, Logamatic MC10 boiler 72 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB1*5, Logamatic MC10 boiler 72 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB1*5, Logamatic MC10 boiler 72 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB1*5, Logamatic MC10 boiler 72 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB1*5, Logamatic MC10 boiler 72 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade CM10 boiler 81 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade CM10 boiler 81 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade CM10 boiler 81 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade CM10 boiler 81 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade CM10 boiler 81 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade CM10 boiler 81 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade CM10 boiler 81 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade CM10 boiler 81 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade CM10 boiler 81 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade CM10 boiler 81 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade CM10 boiler 81 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade CM10 boiler 81 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade CM10 boiler 81 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade CM10 boiler 81 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade CM10 boiler 81 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade CM10 boiler 81 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade CM10 boiler 81 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade CM10 boiler 81 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade CM10 boiler 81 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade CM10 boiler 81 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade CM10 boiler 81 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade CM10 boiler 81 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade CM10 boiler 81 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade CM10 boiler 81 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade CM10 boiler 81 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade CM10 boiler 81 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade CM10 boiler 81 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade CM10 boiler 81 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade CM10 boiler 81 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade CM10 boiler 81 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade CM10 boiler 81 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade CM10 boiler 81 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade CM10 boiler 81 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade CM10 boiler 81 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade CM10 boiler 81 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade CM10 boiler 81 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade CM10 boiler 81 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade CM10 boiler 81 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade CM10 boiler 81 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade CM10 boiler 81 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade CM10 boiler 81 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade CM10 boiler 81 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade CM10 boiler 81 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade CM10 boiler 81 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade CM10 boiler 81 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade CM10 boiler 81 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade CM10 boiler 81 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade CM10 boiler 81 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade CM10 boiler 81 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade CM10 boiler 81 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade CM10 boiler 81 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade CM10 boiler 81 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade CM10 boiler 81 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade CM10 boiler 81 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade CM10 boiler 81 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade CM10 boiler 81 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade CM10 boiler 81 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade CM10 boiler 81 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade CM10 boiler 81 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade CM10 boiler 81 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade CM10 boiler 81 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade CM10 boiler 81 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade CM10 boiler 81 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade CM10 boiler 81 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade CM10 boiler 81 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade CM10 boiler 81 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade CM10 boiler 81 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade CM10 boiler 81 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade CM10 boiler 81 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade CM10 boiler 81 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade CM10 boiler 81 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade CM10 boiler 81 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade CM10 boiler 81 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade CM10 boiler 81 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade CM10 boiler 81 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade CM10 boiler 81 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade CM10 boiler 81 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade CM10 boiler 81 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade CM10 boiler 81 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade CM10 boiler 81 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade CM10 boiler 81 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade CM10 boiler 81 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade CM10 boiler 81 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade CM10 boiler 81 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade CM10 boiler 81 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade CM10 boiler 81 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade CM10 boiler 81 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade CM10 boiler 81 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade CM10 boiler 81 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade CM10 boiler 81 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade CM10 boiler 81 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade CM10 boiler 81 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade CM10 boiler 81 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade CM10 boiler 81 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade CM10 boiler 81 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade CM10 boiler 81 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade CM10 boiler 81 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade CM10 boiler 81 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade CM10 boiler 81 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade CM10 boiler 81 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade CM10 boiler 81 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade CM10 boiler 81 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade CM10 boiler 81 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade CM10 boiler 81 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade CM10 boiler 81 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade CM10 boiler 81 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade CM10 boiler 81 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade CM10 boiler 81 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade CM10 boiler 81 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade CM10 boiler 81 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus GB022 boiler 84 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB022 boiler 84 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB022 boiler 84 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB022 boiler 84 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB022 boiler 84 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB022 boiler 84 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB022 boiler 84 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB022 boiler 84 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB022 boiler 84 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB022 boiler 84 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB022 boiler 84 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB022 boiler 84 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB022 boiler 84 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB022 boiler 84 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB022 boiler 84 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB022 boiler 84 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB022 boiler 84 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB022 boiler 84 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB022 boiler 84 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB022 boiler 84 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB022 boiler 84 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB022 boiler 84 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB022 boiler 84 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB022 boiler 84 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB022 boiler 84 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB022 boiler 84 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB022 boiler 84 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB022 boiler 84 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB022 boiler 84 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB022 boiler 84 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB022 boiler 84 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB022 boiler 84 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB022 boiler 84 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB022 boiler 84 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB022 boiler 84 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB022 boiler 84 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB022 boiler 84 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB022 boiler 84 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB022 boiler 84 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB022 boiler 84 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB022 boiler 84 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB022 boiler 84 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB022 boiler 84 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB022 boiler 84 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB022 boiler 84 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB022 boiler 84 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB022 boiler 84 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB022 boiler 84 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB022 boiler 84 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB022 boiler 84 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB022 boiler 84 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB022 boiler 84 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB022 boiler 84 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB022 boiler 84 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB022 boiler 84 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB022 boiler 84 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB022 boiler 84 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB022 boiler 84 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB022 boiler 84 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB022 boiler 84 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB022 boiler 84 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB022 boiler 84 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB022 boiler 84 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB022 boiler 84 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB022 boiler 84 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB022 boiler 84 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB022 boiler 84 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB022 boiler 84 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB022 boiler 84 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB022 boiler 84 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB022 boiler 84 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB022 boiler 84 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB022 boiler 84 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB022 boiler 84 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB022 boiler 84 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB022 boiler 84 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB022 boiler 84 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB022 boiler 84 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB022 boiler 84 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB022 boiler 84 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB022 boiler 84 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB022 boiler 84 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB022 boiler 84 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB022 boiler 84 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB022 boiler 84 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB022 boiler 84 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB022 boiler 84 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB022 boiler 84 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB022 boiler 84 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB022 boiler 84 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB022 boiler 84 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB022 boiler 84 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB022 boiler 84 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB022 boiler 84 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB022 boiler 84 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB022 boiler 84 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB022 boiler 84 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB022 boiler 84 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB022 boiler 84 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB022 boiler 84 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB022 boiler 84 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB022 boiler 84 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB022 boiler 84 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB022 boiler 84 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB022 boiler 84 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB022 boiler 84 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB022 boiler 84 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB022 boiler 84 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB022 boiler 84 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB022 boiler 84 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Topline, GB162 boiler 115 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Topline, GB162 boiler 115 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Topline, GB162 boiler 115 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Topline, GB162 boiler 115 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Topline, GB162 boiler 115 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Topline, GB162 boiler 115 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Topline, GB162 boiler 115 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Topline, GB162 boiler 115 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Topline, GB162 boiler 115 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Topline, GB162 boiler 115 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Topline, GB162 boiler 115 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Topline, GB162 boiler 115 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Topline, GB162 boiler 115 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Topline, GB162 boiler 115 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Topline, GB162 boiler 115 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Topline, GB162 boiler 115 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Topline, GB162 boiler 115 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Topline, GB162 boiler 115 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Topline, GB162 boiler 115 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Topline, GB162 boiler 115 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Topline, GB162 boiler 115 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Topline, GB162 boiler 115 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Topline, GB162 boiler 115 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Topline, GB162 boiler 115 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Topline, GB162 boiler 115 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Topline, GB162 boiler 115 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Topline, GB162 boiler 115 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Topline, GB162 boiler 115 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Topline, GB162 boiler 115 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Topline, GB162 boiler 115 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Topline, GB162 boiler 115 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Topline, GB162 boiler 115 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Topline, GB162 boiler 115 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Topline, GB162 boiler 115 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Topline, GB162 boiler 115 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Topline, GB162 boiler 115 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Topline, GB162 boiler 115 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Topline, GB162 boiler 115 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Topline, GB162 boiler 115 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Topline, GB162 boiler 115 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Topline, GB162 boiler 115 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Topline, GB162 boiler 115 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Topline, GB162 boiler 115 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Topline, GB162 boiler 115 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Topline, GB162 boiler 115 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Topline, GB162 boiler 115 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Topline, GB162 boiler 115 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Topline, GB162 boiler 115 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Topline, GB162 boiler 115 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Topline, GB162 boiler 115 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Topline, GB162 boiler 115 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Topline, GB162 boiler 115 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Topline, GB162 boiler 115 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Topline, GB162 boiler 115 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Topline, GB162 boiler 115 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Topline, GB162 boiler 115 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Topline, GB162 boiler 115 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Topline, GB162 boiler 115 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Topline, GB162 boiler 115 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Topline, GB162 boiler 115 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Topline, GB162 boiler 115 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Topline, GB162 boiler 115 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Topline, GB162 boiler 115 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Topline, GB162 boiler 115 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Topline, GB162 boiler 115 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Topline, GB162 boiler 115 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Topline, GB162 boiler 115 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Topline, GB162 boiler 115 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Topline, GB162 boiler 115 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Topline, GB162 boiler 115 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Topline, GB162 boiler 115 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Topline, GB162 boiler 115 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Topline, GB162 boiler 115 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Topline, GB162 boiler 115 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Topline, GB162 boiler 115 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Topline, GB162 boiler 115 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Topline, GB162 boiler 115 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Topline, GB162 boiler 115 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Topline, GB162 boiler 115 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Topline, GB162 boiler 115 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Topline, GB162 boiler 115 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Topline, GB162 boiler 115 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Topline, GB162 boiler 115 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Topline, GB162 boiler 115 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Topline, GB162 boiler 115 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Topline, GB162 boiler 115 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Topline, GB162 boiler 115 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Topline, GB162 boiler 115 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Topline, GB162 boiler 115 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Topline, GB162 boiler 115 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Topline, GB162 boiler 115 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Topline, GB162 boiler 115 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Topline, GB162 boiler 115 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Topline, GB162 boiler 115 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Topline, GB162 boiler 115 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Topline, GB162 boiler 115 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Topline, GB162 boiler 115 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Topline, GB162 boiler 115 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Topline, GB162 boiler 115 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Topline, GB162 boiler 115 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Topline, GB162 boiler 115 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Topline, GB162 boiler 115 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Topline, GB162 boiler 115 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Topline, GB162 boiler 115 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Topline, GB162 boiler 115 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Topline, GB162 boiler 115 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Topline, GB162 boiler 115 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Topline, GB162 boiler 115 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Topline, GB162 boiler 115 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Topline, GB162 boiler 115 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MCM10 boiler 121 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MCM10 boiler 121 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MCM10 boiler 121 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MCM10 boiler 121 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MCM10 boiler 121 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MCM10 boiler 121 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MCM10 boiler 121 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MCM10 boiler 121 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MCM10 boiler 121 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MCM10 boiler 121 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MCM10 boiler 121 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MCM10 boiler 121 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MCM10 boiler 121 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MCM10 boiler 121 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MCM10 boiler 121 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MCM10 boiler 121 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MCM10 boiler 121 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MCM10 boiler 121 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MCM10 boiler 121 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MCM10 boiler 121 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MCM10 boiler 121 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MCM10 boiler 121 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MCM10 boiler 121 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MCM10 boiler 121 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MCM10 boiler 121 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MCM10 boiler 121 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MCM10 boiler 121 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MCM10 boiler 121 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MCM10 boiler 121 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MCM10 boiler 121 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MCM10 boiler 121 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MCM10 boiler 121 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MCM10 boiler 121 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MCM10 boiler 121 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MCM10 boiler 121 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MCM10 boiler 121 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MCM10 boiler 121 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MCM10 boiler 121 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MCM10 boiler 121 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MCM10 boiler 121 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MCM10 boiler 121 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MCM10 boiler 121 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MCM10 boiler 121 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MCM10 boiler 121 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MCM10 boiler 121 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MCM10 boiler 121 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MCM10 boiler 121 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MCM10 boiler 121 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MCM10 boiler 121 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MCM10 boiler 121 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MCM10 boiler 121 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MCM10 boiler 121 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MCM10 boiler 121 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MCM10 boiler 121 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MCM10 boiler 121 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MCM10 boiler 121 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MCM10 boiler 121 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MCM10 boiler 121 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MCM10 boiler 121 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MCM10 boiler 121 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MCM10 boiler 121 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MCM10 boiler 121 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MCM10 boiler 121 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MCM10 boiler 121 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MCM10 boiler 121 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MCM10 boiler 121 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MCM10 boiler 121 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MCM10 boiler 121 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MCM10 boiler 121 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MCM10 boiler 121 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MCM10 boiler 121 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MCM10 boiler 121 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MCM10 boiler 121 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MCM10 boiler 121 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MCM10 boiler 121 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MCM10 boiler 121 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MCM10 boiler 121 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MCM10 boiler 121 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MCM10 boiler 121 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MCM10 boiler 121 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MCM10 boiler 121 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MCM10 boiler 121 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MCM10 boiler 121 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MCM10 boiler 121 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MCM10 boiler 121 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MCM10 boiler 121 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MCM10 boiler 121 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MCM10 boiler 121 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MCM10 boiler 121 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MCM10 boiler 121 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MCM10 boiler 121 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MCM10 boiler 121 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MCM10 boiler 121 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MCM10 boiler 121 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MCM10 boiler 121 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MCM10 boiler 121 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MCM10 boiler 121 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MCM10 boiler 121 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MCM10 boiler 121 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MCM10 boiler 121 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MCM10 boiler 121 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MCM10 boiler 121 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MCM10 boiler 121 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MCM10 boiler 121 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MCM10 boiler 121 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MCM10 boiler 121 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MCM10 boiler 121 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MCM10 boiler 121 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MCM10 boiler 121 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MCM10 boiler 121 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Proline boiler 122 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Proline boiler 122 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Proline boiler 122 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Proline boiler 122 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Proline boiler 122 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Proline boiler 122 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Proline boiler 122 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Proline boiler 122 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Proline boiler 122 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Proline boiler 122 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Proline boiler 122 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Proline boiler 122 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Proline boiler 122 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Proline boiler 122 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Proline boiler 122 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Proline boiler 122 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Proline boiler 122 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Proline boiler 122 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Proline boiler 122 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Proline boiler 122 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Proline boiler 122 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Proline boiler 122 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Proline boiler 122 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Proline boiler 122 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Proline boiler 122 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Proline boiler 122 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Proline boiler 122 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Proline boiler 122 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Proline boiler 122 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Proline boiler 122 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Proline boiler 122 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Proline boiler 122 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Proline boiler 122 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Proline boiler 122 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Proline boiler 122 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Proline boiler 122 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Proline boiler 122 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Proline boiler 122 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Proline boiler 122 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Proline boiler 122 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Proline boiler 122 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Proline boiler 122 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Proline boiler 122 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Proline boiler 122 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Proline boiler 122 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Proline boiler 122 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Proline boiler 122 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Proline boiler 122 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Proline boiler 122 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Proline boiler 122 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Proline boiler 122 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Proline boiler 122 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Proline boiler 122 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Proline boiler 122 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Proline boiler 122 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Proline boiler 122 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Proline boiler 122 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Proline boiler 122 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Proline boiler 122 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Proline boiler 122 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Proline boiler 122 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Proline boiler 122 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Proline boiler 122 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Proline boiler 122 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Proline boiler 122 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Proline boiler 122 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Proline boiler 122 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Proline boiler 122 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Proline boiler 122 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Proline boiler 122 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Proline boiler 122 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Proline boiler 122 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Proline boiler 122 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Proline boiler 122 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Proline boiler 122 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Proline boiler 122 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Proline boiler 122 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Proline boiler 122 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Proline boiler 122 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Proline boiler 122 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Proline boiler 122 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Proline boiler 122 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Proline boiler 122 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Proline boiler 122 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Proline boiler 122 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Proline boiler 122 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Proline boiler 122 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Proline boiler 122 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Proline boiler 122 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Proline boiler 122 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Proline boiler 122 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Proline boiler 122 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Proline boiler 122 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Proline boiler 122 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Proline boiler 122 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Proline boiler 122 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Proline boiler 122 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Proline boiler 122 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Proline boiler 122 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Proline boiler 122 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Proline boiler 122 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Proline boiler 122 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Proline boiler 122 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Proline boiler 122 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Proline boiler 122 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Proline boiler 122 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Proline boiler 122 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Proline boiler 122 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Proline boiler 122 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Proline boiler 122 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB212 boiler 131 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB212 boiler 131 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB212 boiler 131 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB212 boiler 131 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB212 boiler 131 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB212 boiler 131 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB212 boiler 131 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB212 boiler 131 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB212 boiler 131 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB212 boiler 131 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB212 boiler 131 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB212 boiler 131 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB212 boiler 131 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB212 boiler 131 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB212 boiler 131 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB212 boiler 131 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB212 boiler 131 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB212 boiler 131 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB212 boiler 131 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB212 boiler 131 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB212 boiler 131 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB212 boiler 131 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB212 boiler 131 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB212 boiler 131 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB212 boiler 131 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB212 boiler 131 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB212 boiler 131 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB212 boiler 131 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB212 boiler 131 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB212 boiler 131 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB212 boiler 131 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB212 boiler 131 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB212 boiler 131 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB212 boiler 131 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB212 boiler 131 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB212 boiler 131 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB212 boiler 131 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB212 boiler 131 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB212 boiler 131 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB212 boiler 131 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB212 boiler 131 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB212 boiler 131 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB212 boiler 131 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB212 boiler 131 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB212 boiler 131 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB212 boiler 131 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB212 boiler 131 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB212 boiler 131 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB212 boiler 131 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB212 boiler 131 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB212 boiler 131 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB212 boiler 131 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB212 boiler 131 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB212 boiler 131 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB212 boiler 131 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB212 boiler 131 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB212 boiler 131 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB212 boiler 131 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB212 boiler 131 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB212 boiler 131 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB212 boiler 131 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB212 boiler 131 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB212 boiler 131 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB212 boiler 131 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB212 boiler 131 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB212 boiler 131 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB212 boiler 131 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB212 boiler 131 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB212 boiler 131 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB212 boiler 131 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB212 boiler 131 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB212 boiler 131 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB212 boiler 131 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB212 boiler 131 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB212 boiler 131 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB212 boiler 131 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB212 boiler 131 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB212 boiler 131 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB212 boiler 131 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB212 boiler 131 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB212 boiler 131 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB212 boiler 131 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB212 boiler 131 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB212 boiler 131 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB212 boiler 131 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB212 boiler 131 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB212 boiler 131 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB212 boiler 131 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB212 boiler 131 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB212 boiler 131 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB212 boiler 131 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB212 boiler 131 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB212 boiler 131 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB212 boiler 131 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB212 boiler 131 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB212 boiler 131 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB212 boiler 131 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB212 boiler 131 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB212 boiler 131 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB212 boiler 131 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB212 boiler 131 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB212 boiler 131 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB212 boiler 131 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB212 boiler 131 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB212 boiler 131 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB212 boiler 131 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB212 boiler 131 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB212 boiler 131 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB212 boiler 131 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB212 boiler 131 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GC7000F boiler 132 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GC7000F boiler 132 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GC7000F boiler 132 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GC7000F boiler 132 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GC7000F boiler 132 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GC7000F boiler 132 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GC7000F boiler 132 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GC7000F boiler 132 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GC7000F boiler 132 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GC7000F boiler 132 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GC7000F boiler 132 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GC7000F boiler 132 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GC7000F boiler 132 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GC7000F boiler 132 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GC7000F boiler 132 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GC7000F boiler 132 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GC7000F boiler 132 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GC7000F boiler 132 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GC7000F boiler 132 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GC7000F boiler 132 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GC7000F boiler 132 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GC7000F boiler 132 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GC7000F boiler 132 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GC7000F boiler 132 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GC7000F boiler 132 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GC7000F boiler 132 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GC7000F boiler 132 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GC7000F boiler 132 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GC7000F boiler 132 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GC7000F boiler 132 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GC7000F boiler 132 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GC7000F boiler 132 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GC7000F boiler 132 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GC7000F boiler 132 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GC7000F boiler 132 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GC7000F boiler 132 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GC7000F boiler 132 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GC7000F boiler 132 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GC7000F boiler 132 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GC7000F boiler 132 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GC7000F boiler 132 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GC7000F boiler 132 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GC7000F boiler 132 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GC7000F boiler 132 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GC7000F boiler 132 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GC7000F boiler 132 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GC7000F boiler 132 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GC7000F boiler 132 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GC7000F boiler 132 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GC7000F boiler 132 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GC7000F boiler 132 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GC7000F boiler 132 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GC7000F boiler 132 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GC7000F boiler 132 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GC7000F boiler 132 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GC7000F boiler 132 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GC7000F boiler 132 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GC7000F boiler 132 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GC7000F boiler 132 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GC7000F boiler 132 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GC7000F boiler 132 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GC7000F boiler 132 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GC7000F boiler 132 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GC7000F boiler 132 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GC7000F boiler 132 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GC7000F boiler 132 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GC7000F boiler 132 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GC7000F boiler 132 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GC7000F boiler 132 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GC7000F boiler 132 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GC7000F boiler 132 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GC7000F boiler 132 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GC7000F boiler 132 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GC7000F boiler 132 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GC7000F boiler 132 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GC7000F boiler 132 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GC7000F boiler 132 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GC7000F boiler 132 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GC7000F boiler 132 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GC7000F boiler 132 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GC7000F boiler 132 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GC7000F boiler 132 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GC7000F boiler 132 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GC7000F boiler 132 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GC7000F boiler 132 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GC7000F boiler 132 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GC7000F boiler 132 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GC7000F boiler 132 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GC7000F boiler 132 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GC7000F boiler 132 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GC7000F boiler 132 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GC7000F boiler 132 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GC7000F boiler 132 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GC7000F boiler 132 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GC7000F boiler 132 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GC7000F boiler 132 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GC7000F boiler 132 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GC7000F boiler 132 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GC7000F boiler 132 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GC7000F boiler 132 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GC7000F boiler 132 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GC7000F boiler 132 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GC7000F boiler 132 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GC7000F boiler 132 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GC7000F boiler 132 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GC7000F boiler 132 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GC7000F boiler 132 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GC7000F boiler 132 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GC7000F boiler 132 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GC7000F boiler 132 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar 30Ri Compact boiler 154 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar 30Ri Compact boiler 154 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar 30Ri Compact boiler 154 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar 30Ri Compact boiler 154 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar 30Ri Compact boiler 154 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar 30Ri Compact boiler 154 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar 30Ri Compact boiler 154 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar 30Ri Compact boiler 154 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar 30Ri Compact boiler 154 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar 30Ri Compact boiler 154 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar 30Ri Compact boiler 154 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar 30Ri Compact boiler 154 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar 30Ri Compact boiler 154 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar 30Ri Compact boiler 154 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Greenstar 30Ri Compact boiler 154 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Greenstar 30Ri Compact boiler 154 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Greenstar 30Ri Compact boiler 154 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Greenstar 30Ri Compact boiler 154 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Greenstar 30Ri Compact boiler 154 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Greenstar 30Ri Compact boiler 154 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Greenstar 30Ri Compact boiler 154 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Greenstar 30Ri Compact boiler 154 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Greenstar 30Ri Compact boiler 154 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Greenstar 30Ri Compact boiler 154 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Greenstar 30Ri Compact boiler 154 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Greenstar 30Ri Compact boiler 154 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Greenstar 30Ri Compact boiler 154 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Greenstar 30Ri Compact boiler 154 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Greenstar 30Ri Compact boiler 154 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Greenstar 30Ri Compact boiler 154 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Greenstar 30Ri Compact boiler 154 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Greenstar 30Ri Compact boiler 154 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Greenstar 30Ri Compact boiler 154 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Greenstar 30Ri Compact boiler 154 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Greenstar 30Ri Compact boiler 154 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Greenstar 30Ri Compact boiler 154 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar 30Ri Compact boiler 154 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar 30Ri Compact boiler 154 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar 30Ri Compact boiler 154 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar 30Ri Compact boiler 154 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar 30Ri Compact boiler 154 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar 30Ri Compact boiler 154 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar 30Ri Compact boiler 154 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar 30Ri Compact boiler 154 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar 30Ri Compact boiler 154 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar 30Ri Compact boiler 154 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar 30Ri Compact boiler 154 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar 30Ri Compact boiler 154 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar 30Ri Compact boiler 154 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar 30Ri Compact boiler 154 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar 30Ri Compact boiler 154 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar 30Ri Compact boiler 154 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar 30Ri Compact boiler 154 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar 30Ri Compact boiler 154 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar 30Ri Compact boiler 154 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar 30Ri Compact boiler 154 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar 30Ri Compact boiler 154 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar 30Ri Compact boiler 154 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar 30Ri Compact boiler 154 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar 30Ri Compact boiler 154 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar 30Ri Compact boiler 154 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar 30Ri Compact boiler 154 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar 30Ri Compact boiler 154 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar 30Ri Compact boiler 154 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar 30Ri Compact boiler 154 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar 30Ri Compact boiler 154 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar 30Ri Compact boiler 154 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar 30Ri Compact boiler 154 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar 30Ri Compact boiler 154 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar 30Ri Compact boiler 154 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar 30Ri Compact boiler 154 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar 30Ri Compact boiler 154 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar 30Ri Compact boiler 154 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar 30Ri Compact boiler 154 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar 30Ri Compact boiler 154 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar 30Ri Compact boiler 154 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar 30Ri Compact boiler 154 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar 30Ri Compact boiler 154 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar 30Ri Compact boiler 154 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar 30Ri Compact boiler 154 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar 30Ri Compact boiler 154 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar 30Ri Compact boiler 154 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar 30Ri Compact boiler 154 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar 30Ri Compact boiler 154 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar 30Ri Compact boiler 154 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar 30Ri Compact boiler 154 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar 30Ri Compact boiler 154 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar 30Ri Compact boiler 154 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar 30Ri Compact boiler 154 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar 30Ri Compact boiler 154 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar 30Ri Compact boiler 154 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar 30Ri Compact boiler 154 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar 30Ri Compact boiler 154 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar 30Ri Compact boiler 154 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar 30Ri Compact boiler 154 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar 30Ri Compact boiler 154 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar 30Ri Compact boiler 154 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar 30Ri Compact boiler 154 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar 30Ri Compact boiler 154 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar 30Ri Compact boiler 154 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar 30Ri Compact boiler 154 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar 30Ri Compact boiler 154 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar 30Ri Compact boiler 154 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar 30Ri Compact boiler 154 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar 30Ri Compact boiler 154 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar 30Ri Compact boiler 154 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Greenstar 30Ri Compact boiler 154 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Greenstar 30Ri Compact boiler 154 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Greenstar 30Ri Compact boiler 154 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Greenstar 30Ri Compact boiler 154 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cerapur Aero boiler 167 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cerapur Aero boiler 167 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cerapur Aero boiler 167 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cerapur Aero boiler 167 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cerapur Aero boiler 167 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cerapur Aero boiler 167 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cerapur Aero boiler 167 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cerapur Aero boiler 167 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cerapur Aero boiler 167 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cerapur Aero boiler 167 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cerapur Aero boiler 167 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cerapur Aero boiler 167 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cerapur Aero boiler 167 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cerapur Aero boiler 167 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cerapur Aero boiler 167 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cerapur Aero boiler 167 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cerapur Aero boiler 167 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cerapur Aero boiler 167 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cerapur Aero boiler 167 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cerapur Aero boiler 167 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cerapur Aero boiler 167 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cerapur Aero boiler 167 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cerapur Aero boiler 167 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cerapur Aero boiler 167 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cerapur Aero boiler 167 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cerapur Aero boiler 167 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cerapur Aero boiler 167 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cerapur Aero boiler 167 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cerapur Aero boiler 167 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cerapur Aero boiler 167 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cerapur Aero boiler 167 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cerapur Aero boiler 167 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cerapur Aero boiler 167 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cerapur Aero boiler 167 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cerapur Aero boiler 167 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cerapur Aero boiler 167 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cerapur Aero boiler 167 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cerapur Aero boiler 167 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cerapur Aero boiler 167 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cerapur Aero boiler 167 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cerapur Aero boiler 167 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cerapur Aero boiler 167 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cerapur Aero boiler 167 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cerapur Aero boiler 167 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cerapur Aero boiler 167 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cerapur Aero boiler 167 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cerapur Aero boiler 167 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cerapur Aero boiler 167 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cerapur Aero boiler 167 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cerapur Aero boiler 167 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cerapur Aero boiler 167 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cerapur Aero boiler 167 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cerapur Aero boiler 167 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cerapur Aero boiler 167 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cerapur Aero boiler 167 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cerapur Aero boiler 167 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cerapur Aero boiler 167 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cerapur Aero boiler 167 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cerapur Aero boiler 167 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cerapur Aero boiler 167 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cerapur Aero boiler 167 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cerapur Aero boiler 167 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cerapur Aero boiler 167 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cerapur Aero boiler 167 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cerapur Aero boiler 167 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cerapur Aero boiler 167 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cerapur Aero boiler 167 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cerapur Aero boiler 167 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cerapur Aero boiler 167 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cerapur Aero boiler 167 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cerapur Aero boiler 167 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cerapur Aero boiler 167 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cerapur Aero boiler 167 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cerapur Aero boiler 167 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cerapur Aero boiler 167 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cerapur Aero boiler 167 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cerapur Aero boiler 167 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cerapur Aero boiler 167 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cerapur Aero boiler 167 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cerapur Aero boiler 167 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cerapur Aero boiler 167 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cerapur Aero boiler 167 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cerapur Aero boiler 167 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cerapur Aero boiler 167 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cerapur Aero boiler 167 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cerapur Aero boiler 167 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cerapur Aero boiler 167 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cerapur Aero boiler 167 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cerapur Aero boiler 167 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cerapur Aero boiler 167 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cerapur Aero boiler 167 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cerapur Aero boiler 167 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cerapur Aero boiler 167 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cerapur Aero boiler 167 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cerapur Aero boiler 167 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cerapur Aero boiler 167 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cerapur Aero boiler 167 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cerapur Aero boiler 167 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cerapur Aero boiler 167 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cerapur Aero boiler 167 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cerapur Aero boiler 167 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cerapur Aero boiler 167 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cerapur Aero boiler 167 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cerapur Aero boiler 167 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cerapur Aero boiler 167 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cerapur Aero boiler 167 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cerapur Aero boiler 167 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cerapur Aero boiler 167 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cerapur Aero boiler 167 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cerapur Aero boiler 167 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Hybrid Heatpump boiler 168 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Hybrid Heatpump boiler 168 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Hybrid Heatpump boiler 168 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Hybrid Heatpump boiler 168 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Hybrid Heatpump boiler 168 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Hybrid Heatpump boiler 168 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Hybrid Heatpump boiler 168 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Hybrid Heatpump boiler 168 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Hybrid Heatpump boiler 168 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Hybrid Heatpump boiler 168 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Hybrid Heatpump boiler 168 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Hybrid Heatpump boiler 168 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Hybrid Heatpump boiler 168 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Hybrid Heatpump boiler 168 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Hybrid Heatpump boiler 168 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Hybrid Heatpump boiler 168 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Hybrid Heatpump boiler 168 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Hybrid Heatpump boiler 168 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Hybrid Heatpump boiler 168 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Hybrid Heatpump boiler 168 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Hybrid Heatpump boiler 168 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Hybrid Heatpump boiler 168 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Hybrid Heatpump boiler 168 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Hybrid Heatpump boiler 168 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Hybrid Heatpump boiler 168 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Hybrid Heatpump boiler 168 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Hybrid Heatpump boiler 168 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Hybrid Heatpump boiler 168 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Hybrid Heatpump boiler 168 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Hybrid Heatpump boiler 168 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Hybrid Heatpump boiler 168 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Hybrid Heatpump boiler 168 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Hybrid Heatpump boiler 168 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Hybrid Heatpump boiler 168 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Hybrid Heatpump boiler 168 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Hybrid Heatpump boiler 168 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Hybrid Heatpump boiler 168 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Hybrid Heatpump boiler 168 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Hybrid Heatpump boiler 168 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Hybrid Heatpump boiler 168 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Hybrid Heatpump boiler 168 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Hybrid Heatpump boiler 168 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Hybrid Heatpump boiler 168 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Hybrid Heatpump boiler 168 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Hybrid Heatpump boiler 168 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Hybrid Heatpump boiler 168 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Hybrid Heatpump boiler 168 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Hybrid Heatpump boiler 168 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Hybrid Heatpump boiler 168 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Hybrid Heatpump boiler 168 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Hybrid Heatpump boiler 168 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Hybrid Heatpump boiler 168 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Hybrid Heatpump boiler 168 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Hybrid Heatpump boiler 168 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Hybrid Heatpump boiler 168 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Hybrid Heatpump boiler 168 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Hybrid Heatpump boiler 168 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Hybrid Heatpump boiler 168 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Hybrid Heatpump boiler 168 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Hybrid Heatpump boiler 168 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Hybrid Heatpump boiler 168 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Hybrid Heatpump boiler 168 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Hybrid Heatpump boiler 168 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Hybrid Heatpump boiler 168 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Hybrid Heatpump boiler 168 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Hybrid Heatpump boiler 168 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Hybrid Heatpump boiler 168 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Hybrid Heatpump boiler 168 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Hybrid Heatpump boiler 168 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Hybrid Heatpump boiler 168 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Hybrid Heatpump boiler 168 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Hybrid Heatpump boiler 168 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Hybrid Heatpump boiler 168 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Hybrid Heatpump boiler 168 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Hybrid Heatpump boiler 168 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Hybrid Heatpump boiler 168 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Hybrid Heatpump boiler 168 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Hybrid Heatpump boiler 168 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Hybrid Heatpump boiler 168 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Hybrid Heatpump boiler 168 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Hybrid Heatpump boiler 168 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Hybrid Heatpump boiler 168 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Hybrid Heatpump boiler 168 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Hybrid Heatpump boiler 168 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Hybrid Heatpump boiler 168 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Hybrid Heatpump boiler 168 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Hybrid Heatpump boiler 168 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Hybrid Heatpump boiler 168 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Hybrid Heatpump boiler 168 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Hybrid Heatpump boiler 168 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Hybrid Heatpump boiler 168 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Hybrid Heatpump boiler 168 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Hybrid Heatpump boiler 168 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Hybrid Heatpump boiler 168 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Hybrid Heatpump boiler 168 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Hybrid Heatpump boiler 168 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Hybrid Heatpump boiler 168 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Hybrid Heatpump boiler 168 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Hybrid Heatpump boiler 168 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Hybrid Heatpump boiler 168 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Hybrid Heatpump boiler 168 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Hybrid Heatpump boiler 168 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Hybrid Heatpump boiler 168 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Hybrid Heatpump boiler 168 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Hybrid Heatpump boiler 168 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Hybrid Heatpump boiler 168 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Hybrid Heatpump boiler 168 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Hybrid Heatpump boiler 168 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Hybrid Heatpump boiler 168 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Hybrid Heatpump boiler 168 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB212 boiler 170 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB212 boiler 170 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB212 boiler 170 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB212 boiler 170 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB212 boiler 170 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB212 boiler 170 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB212 boiler 170 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB212 boiler 170 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB212 boiler 170 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB212 boiler 170 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB212 boiler 170 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB212 boiler 170 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB212 boiler 170 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB212 boiler 170 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB212 boiler 170 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB212 boiler 170 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB212 boiler 170 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB212 boiler 170 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB212 boiler 170 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB212 boiler 170 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB212 boiler 170 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB212 boiler 170 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB212 boiler 170 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB212 boiler 170 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB212 boiler 170 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB212 boiler 170 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB212 boiler 170 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB212 boiler 170 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB212 boiler 170 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB212 boiler 170 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB212 boiler 170 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB212 boiler 170 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB212 boiler 170 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB212 boiler 170 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB212 boiler 170 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB212 boiler 170 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB212 boiler 170 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB212 boiler 170 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB212 boiler 170 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB212 boiler 170 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB212 boiler 170 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB212 boiler 170 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB212 boiler 170 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB212 boiler 170 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB212 boiler 170 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB212 boiler 170 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB212 boiler 170 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB212 boiler 170 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB212 boiler 170 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB212 boiler 170 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB212 boiler 170 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB212 boiler 170 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB212 boiler 170 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB212 boiler 170 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB212 boiler 170 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB212 boiler 170 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB212 boiler 170 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB212 boiler 170 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB212 boiler 170 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB212 boiler 170 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB212 boiler 170 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB212 boiler 170 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB212 boiler 170 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB212 boiler 170 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB212 boiler 170 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB212 boiler 170 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB212 boiler 170 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB212 boiler 170 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB212 boiler 170 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB212 boiler 170 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB212 boiler 170 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB212 boiler 170 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB212 boiler 170 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB212 boiler 170 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB212 boiler 170 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB212 boiler 170 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB212 boiler 170 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB212 boiler 170 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB212 boiler 170 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB212 boiler 170 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB212 boiler 170 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB212 boiler 170 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB212 boiler 170 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB212 boiler 170 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB212 boiler 170 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB212 boiler 170 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB212 boiler 170 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB212 boiler 170 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB212 boiler 170 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB212 boiler 170 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB212 boiler 170 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB212 boiler 170 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB212 boiler 170 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB212 boiler 170 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB212 boiler 170 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB212 boiler 170 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB212 boiler 170 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB212 boiler 170 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB212 boiler 170 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB212 boiler 170 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB212 boiler 170 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB212 boiler 170 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB212 boiler 170 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB212 boiler 170 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB212 boiler 170 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB212 boiler 170 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB212 boiler 170 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB212 boiler 170 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB212 boiler 170 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB212 boiler 170 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Geo 5xx boiler 173 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Geo 5xx boiler 173 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Geo 5xx boiler 173 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Geo 5xx boiler 173 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Geo 5xx boiler 173 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Geo 5xx boiler 173 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Geo 5xx boiler 173 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Geo 5xx boiler 173 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Geo 5xx boiler 173 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Geo 5xx boiler 173 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Geo 5xx boiler 173 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Geo 5xx boiler 173 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Geo 5xx boiler 173 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Geo 5xx boiler 173 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Geo 5xx boiler 173 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Geo 5xx boiler 173 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Geo 5xx boiler 173 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Geo 5xx boiler 173 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Geo 5xx boiler 173 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Geo 5xx boiler 173 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Geo 5xx boiler 173 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Geo 5xx boiler 173 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Geo 5xx boiler 173 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Geo 5xx boiler 173 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Geo 5xx boiler 173 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Geo 5xx boiler 173 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Geo 5xx boiler 173 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Geo 5xx boiler 173 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Geo 5xx boiler 173 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Geo 5xx boiler 173 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Geo 5xx boiler 173 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Geo 5xx boiler 173 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Geo 5xx boiler 173 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Geo 5xx boiler 173 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Geo 5xx boiler 173 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Geo 5xx boiler 173 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Geo 5xx boiler 173 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Geo 5xx boiler 173 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Geo 5xx boiler 173 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Geo 5xx boiler 173 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Geo 5xx boiler 173 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Geo 5xx boiler 173 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Geo 5xx boiler 173 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Geo 5xx boiler 173 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Geo 5xx boiler 173 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Geo 5xx boiler 173 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Geo 5xx boiler 173 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Geo 5xx boiler 173 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Geo 5xx boiler 173 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Geo 5xx boiler 173 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Geo 5xx boiler 173 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Geo 5xx boiler 173 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Geo 5xx boiler 173 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Geo 5xx boiler 173 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Geo 5xx boiler 173 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Geo 5xx boiler 173 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Geo 5xx boiler 173 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Geo 5xx boiler 173 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Geo 5xx boiler 173 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Geo 5xx boiler 173 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Geo 5xx boiler 173 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Geo 5xx boiler 173 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Geo 5xx boiler 173 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Geo 5xx boiler 173 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Geo 5xx boiler 173 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Geo 5xx boiler 173 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Geo 5xx boiler 173 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Geo 5xx boiler 173 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Geo 5xx boiler 173 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Geo 5xx boiler 173 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Geo 5xx boiler 173 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Geo 5xx boiler 173 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Geo 5xx boiler 173 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Geo 5xx boiler 173 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Geo 5xx boiler 173 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Geo 5xx boiler 173 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Geo 5xx boiler 173 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Geo 5xx boiler 173 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Geo 5xx boiler 173 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Geo 5xx boiler 173 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Geo 5xx boiler 173 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Geo 5xx boiler 173 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Geo 5xx boiler 173 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Geo 5xx boiler 173 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Geo 5xx boiler 173 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Geo 5xx boiler 173 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Geo 5xx boiler 173 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Geo 5xx boiler 173 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Geo 5xx boiler 173 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Geo 5xx boiler 173 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Geo 5xx boiler 173 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Geo 5xx boiler 173 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Geo 5xx boiler 173 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Geo 5xx boiler 173 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Geo 5xx boiler 173 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Geo 5xx boiler 173 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Geo 5xx boiler 173 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Geo 5xx boiler 173 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Geo 5xx boiler 173 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Geo 5xx boiler 173 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Geo 5xx boiler 173 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Geo 5xx boiler 173 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Geo 5xx boiler 173 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Geo 5xx boiler 173 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Geo 5xx boiler 173 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Geo 5xx boiler 173 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Geo 5xx boiler 173 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Geo 5xx boiler 173 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Geo 5xx boiler 173 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Geo 5xx boiler 173 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Geo 5xx boiler 173 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Geo 5xx boiler 173 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Geo 5xx boiler 173 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Geo 5xx boiler 173 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Geo 5xx boiler 173 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Geo 5xx boiler 173 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Geo 5xx boiler 173 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Geo 5xx boiler 173 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Geo 5xx boiler 173 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Geo 5xx boiler 173 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Geo 5xx boiler 173 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Geo 5xx boiler 173 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Geo 5xx boiler 173 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Geo 5xx boiler 173 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Geo 5xx boiler 173 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Geo 5xx boiler 173 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Geo 5xx boiler 173 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Geo 5xx boiler 173 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Geo 5xx boiler 173 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Geo 5xx boiler 173 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Geo 5xx boiler 173 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Geo 5xx boiler 173 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Geo 5xx boiler 173 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Geo 5xx boiler 173 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Geo 5xx boiler 173 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Geo 5xx boiler 173 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Geo 5xx boiler 173 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Geo 5xx boiler 173 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Geo 5xx boiler 173 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Geo 5xx boiler 173 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Geo 5xx boiler 173 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Geo 5xx boiler 173 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Geo 5xx boiler 173 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Geo 5xx boiler 173 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Geo 5xx boiler 173 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Geo 5xx boiler 173 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Geo 5xx boiler 173 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Geo 5xx boiler 173 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Geo 5xx boiler 173 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Geo 5xx boiler 173 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Geo 5xx boiler 173 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Geo 5xx boiler 173 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Geo 5xx boiler 173 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Geo 5xx boiler 173 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Geo 5xx boiler 173 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Geo 5xx boiler 173 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Geo 5xx boiler 173 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Geo 5xx boiler 173 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Geo 5xx boiler 173 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Geo 5xx boiler 173 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Geo 5xx boiler 173 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Geo 5xx boiler 173 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Geo 5xx boiler 173 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Geo 5xx boiler 173 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Geo 5xx boiler 173 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Geo 5xx boiler 173 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Geo 5xx boiler 173 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Geo 5xx boiler 173 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Geo 5xx boiler 173 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Geo 5xx boiler 173 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Geo 5xx boiler 173 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Geo 5xx boiler 173 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Geo 5xx boiler 173 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Geo 5xx boiler 173 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Geo 5xx boiler 173 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Geo 5xx boiler 173 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Geo 5xx boiler 173 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Geo 5xx boiler 173 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Geo 5xx boiler 173 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Geo 5xx boiler 173 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Geo 5xx boiler 173 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Geo 5xx boiler 173 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Geo 5xx boiler 173 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Geo 5xx boiler 173 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Geo 5xx boiler 173 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Geo 5xx boiler 173 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Geo 5xx boiler 173 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Geo 5xx boiler 173 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Geo 5xx boiler 173 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Geo 5xx boiler 173 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Geo 5xx boiler 173 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Geo 5xx boiler 173 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Geo 5xx boiler 173 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Geo 5xx boiler 173 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Geo 5xx boiler 173 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Geo 5xx boiler 173 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Geo 5xx boiler 173 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Geo 5xx boiler 173 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Geo 5xx boiler 173 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Geo 5xx boiler 173 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Geo 5xx boiler 173 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Geo 5xx boiler 173 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Geo 5xx boiler 173 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Geo 5xx boiler 173 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Geo 5xx boiler 173 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax U122, Cerapur boiler 203 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax U122, Cerapur boiler 203 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax U122, Cerapur boiler 203 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax U122, Cerapur boiler 203 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax U122, Cerapur boiler 203 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax U122, Cerapur boiler 203 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax U122, Cerapur boiler 203 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax U122, Cerapur boiler 203 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax U122, Cerapur boiler 203 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax U122, Cerapur boiler 203 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax U122, Cerapur boiler 203 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax U122, Cerapur boiler 203 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax U122, Cerapur boiler 203 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax U122, Cerapur boiler 203 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax U122, Cerapur boiler 203 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax U122, Cerapur boiler 203 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax U122, Cerapur boiler 203 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax U122, Cerapur boiler 203 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax U122, Cerapur boiler 203 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax U122, Cerapur boiler 203 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax U122, Cerapur boiler 203 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax U122, Cerapur boiler 203 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax U122, Cerapur boiler 203 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax U122, Cerapur boiler 203 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax U122, Cerapur boiler 203 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax U122, Cerapur boiler 203 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax U122, Cerapur boiler 203 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax U122, Cerapur boiler 203 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax U122, Cerapur boiler 203 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax U122, Cerapur boiler 203 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax U122, Cerapur boiler 203 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax U122, Cerapur boiler 203 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax U122, Cerapur boiler 203 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax U122, Cerapur boiler 203 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax U122, Cerapur boiler 203 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax U122, Cerapur boiler 203 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax U122, Cerapur boiler 203 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax U122, Cerapur boiler 203 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax U122, Cerapur boiler 203 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax U122, Cerapur boiler 203 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax U122, Cerapur boiler 203 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax U122, Cerapur boiler 203 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax U122, Cerapur boiler 203 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax U122, Cerapur boiler 203 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax U122, Cerapur boiler 203 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax U122, Cerapur boiler 203 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax U122, Cerapur boiler 203 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax U122, Cerapur boiler 203 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax U122, Cerapur boiler 203 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax U122, Cerapur boiler 203 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax U122, Cerapur boiler 203 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax U122, Cerapur boiler 203 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax U122, Cerapur boiler 203 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax U122, Cerapur boiler 203 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax U122, Cerapur boiler 203 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax U122, Cerapur boiler 203 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax U122, Cerapur boiler 203 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax U122, Cerapur boiler 203 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax U122, Cerapur boiler 203 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax U122, Cerapur boiler 203 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax U122, Cerapur boiler 203 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax U122, Cerapur boiler 203 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax U122, Cerapur boiler 203 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax U122, Cerapur boiler 203 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax U122, Cerapur boiler 203 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax U122, Cerapur boiler 203 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax U122, Cerapur boiler 203 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax U122, Cerapur boiler 203 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax U122, Cerapur boiler 203 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax U122, Cerapur boiler 203 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax U122, Cerapur boiler 203 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax U122, Cerapur boiler 203 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax U122, Cerapur boiler 203 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax U122, Cerapur boiler 203 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax U122, Cerapur boiler 203 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax U122, Cerapur boiler 203 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax U122, Cerapur boiler 203 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax U122, Cerapur boiler 203 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax U122, Cerapur boiler 203 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax U122, Cerapur boiler 203 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax U122, Cerapur boiler 203 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax U122, Cerapur boiler 203 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax U122, Cerapur boiler 203 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax U122, Cerapur boiler 203 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax U122, Cerapur boiler 203 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax U122, Cerapur boiler 203 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax U122, Cerapur boiler 203 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax U122, Cerapur boiler 203 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax U122, Cerapur boiler 203 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax U122, Cerapur boiler 203 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax U122, Cerapur boiler 203 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax U122, Cerapur boiler 203 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax U122, Cerapur boiler 203 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax U122, Cerapur boiler 203 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax U122, Cerapur boiler 203 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax U122, Cerapur boiler 203 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax U122, Cerapur boiler 203 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax U122, Cerapur boiler 203 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax U122, Cerapur boiler 203 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax U122, Cerapur boiler 203 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax U122, Cerapur boiler 203 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax U122, Cerapur boiler 203 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax U122, Cerapur boiler 203 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax U122, Cerapur boiler 203 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax U122, Cerapur boiler 203 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax U122, Cerapur boiler 203 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax U122, Cerapur boiler 203 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax U122, Cerapur boiler 203 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax U122, Cerapur boiler 203 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax U122, Cerapur boiler 203 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Ecomline Excellent boiler 206 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Ecomline Excellent boiler 206 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Ecomline Excellent boiler 206 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Ecomline Excellent boiler 206 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Ecomline Excellent boiler 206 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Ecomline Excellent boiler 206 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Ecomline Excellent boiler 206 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Ecomline Excellent boiler 206 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Ecomline Excellent boiler 206 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Ecomline Excellent boiler 206 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Ecomline Excellent boiler 206 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Ecomline Excellent boiler 206 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Ecomline Excellent boiler 206 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Ecomline Excellent boiler 206 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Ecomline Excellent boiler 206 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Ecomline Excellent boiler 206 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Ecomline Excellent boiler 206 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Ecomline Excellent boiler 206 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Ecomline Excellent boiler 206 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Ecomline Excellent boiler 206 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Ecomline Excellent boiler 206 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Ecomline Excellent boiler 206 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Ecomline Excellent boiler 206 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Ecomline Excellent boiler 206 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Ecomline Excellent boiler 206 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Ecomline Excellent boiler 206 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Ecomline Excellent boiler 206 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Ecomline Excellent boiler 206 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Ecomline Excellent boiler 206 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Ecomline Excellent boiler 206 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Ecomline Excellent boiler 206 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Ecomline Excellent boiler 206 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Ecomline Excellent boiler 206 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Ecomline Excellent boiler 206 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Ecomline Excellent boiler 206 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Ecomline Excellent boiler 206 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Ecomline Excellent boiler 206 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Ecomline Excellent boiler 206 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Ecomline Excellent boiler 206 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Ecomline Excellent boiler 206 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Ecomline Excellent boiler 206 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Ecomline Excellent boiler 206 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Ecomline Excellent boiler 206 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Ecomline Excellent boiler 206 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Ecomline Excellent boiler 206 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Ecomline Excellent boiler 206 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Ecomline Excellent boiler 206 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Ecomline Excellent boiler 206 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Ecomline Excellent boiler 206 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Ecomline Excellent boiler 206 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Ecomline Excellent boiler 206 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Ecomline Excellent boiler 206 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Ecomline Excellent boiler 206 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Ecomline Excellent boiler 206 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Ecomline Excellent boiler 206 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Ecomline Excellent boiler 206 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Ecomline Excellent boiler 206 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Ecomline Excellent boiler 206 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Ecomline Excellent boiler 206 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Ecomline Excellent boiler 206 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Ecomline Excellent boiler 206 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Ecomline Excellent boiler 206 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Ecomline Excellent boiler 206 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Ecomline Excellent boiler 206 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Ecomline Excellent boiler 206 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Ecomline Excellent boiler 206 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Ecomline Excellent boiler 206 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Ecomline Excellent boiler 206 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Ecomline Excellent boiler 206 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Ecomline Excellent boiler 206 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Ecomline Excellent boiler 206 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Ecomline Excellent boiler 206 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Ecomline Excellent boiler 206 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Ecomline Excellent boiler 206 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Ecomline Excellent boiler 206 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Ecomline Excellent boiler 206 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Ecomline Excellent boiler 206 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Ecomline Excellent boiler 206 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Ecomline Excellent boiler 206 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Ecomline Excellent boiler 206 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Ecomline Excellent boiler 206 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Ecomline Excellent boiler 206 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Ecomline Excellent boiler 206 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Ecomline Excellent boiler 206 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Ecomline Excellent boiler 206 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Ecomline Excellent boiler 206 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Ecomline Excellent boiler 206 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Ecomline Excellent boiler 206 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Ecomline Excellent boiler 206 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Ecomline Excellent boiler 206 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Ecomline Excellent boiler 206 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Ecomline Excellent boiler 206 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Ecomline Excellent boiler 206 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Ecomline Excellent boiler 206 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Ecomline Excellent boiler 206 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Ecomline Excellent boiler 206 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Ecomline Excellent boiler 206 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Ecomline Excellent boiler 206 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Ecomline Excellent boiler 206 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Ecomline Excellent boiler 206 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Ecomline Excellent boiler 206 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Ecomline Excellent boiler 206 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Ecomline Excellent boiler 206 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Ecomline Excellent boiler 206 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Ecomline Excellent boiler 206 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Ecomline Excellent boiler 206 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Ecomline Excellent boiler 206 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Ecomline Excellent boiler 206 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Ecomline Excellent boiler 206 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Ecomline Excellent boiler 206 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MC400 boiler 210 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MC400 boiler 210 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MC400 boiler 210 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MC400 boiler 210 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MC400 boiler 210 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MC400 boiler 210 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MC400 boiler 210 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MC400 boiler 210 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MC400 boiler 210 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MC400 boiler 210 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MC400 boiler 210 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MC400 boiler 210 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MC400 boiler 210 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MC400 boiler 210 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MC400 boiler 210 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MC400 boiler 210 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MC400 boiler 210 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MC400 boiler 210 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MC400 boiler 210 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MC400 boiler 210 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MC400 boiler 210 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MC400 boiler 210 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MC400 boiler 210 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MC400 boiler 210 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MC400 boiler 210 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MC400 boiler 210 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MC400 boiler 210 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MC400 boiler 210 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MC400 boiler 210 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MC400 boiler 210 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MC400 boiler 210 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MC400 boiler 210 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MC400 boiler 210 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MC400 boiler 210 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MC400 boiler 210 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MC400 boiler 210 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MC400 boiler 210 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MC400 boiler 210 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MC400 boiler 210 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MC400 boiler 210 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MC400 boiler 210 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MC400 boiler 210 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MC400 boiler 210 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MC400 boiler 210 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MC400 boiler 210 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MC400 boiler 210 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MC400 boiler 210 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MC400 boiler 210 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MC400 boiler 210 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MC400 boiler 210 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MC400 boiler 210 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MC400 boiler 210 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MC400 boiler 210 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MC400 boiler 210 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MC400 boiler 210 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MC400 boiler 210 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MC400 boiler 210 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MC400 boiler 210 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MC400 boiler 210 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MC400 boiler 210 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MC400 boiler 210 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MC400 boiler 210 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MC400 boiler 210 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MC400 boiler 210 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MC400 boiler 210 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MC400 boiler 210 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MC400 boiler 210 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MC400 boiler 210 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MC400 boiler 210 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MC400 boiler 210 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MC400 boiler 210 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MC400 boiler 210 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MC400 boiler 210 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MC400 boiler 210 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MC400 boiler 210 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MC400 boiler 210 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MC400 boiler 210 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MC400 boiler 210 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MC400 boiler 210 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MC400 boiler 210 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MC400 boiler 210 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MC400 boiler 210 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MC400 boiler 210 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MC400 boiler 210 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MC400 boiler 210 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MC400 boiler 210 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MC400 boiler 210 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MC400 boiler 210 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MC400 boiler 210 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MC400 boiler 210 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MC400 boiler 210 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MC400 boiler 210 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MC400 boiler 210 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MC400 boiler 210 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MC400 boiler 210 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MC400 boiler 210 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MC400 boiler 210 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MC400 boiler 210 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MC400 boiler 210 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MC400 boiler 210 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MC400 boiler 210 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MC400 boiler 210 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MC400 boiler 210 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MC400 boiler 210 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MC400 boiler 210 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MC400 boiler 210 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MC400 boiler 210 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MC400 boiler 210 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MC400 boiler 210 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MC400 boiler 210 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 EasyControl Adapter boiler 211 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 EasyControl Adapter boiler 211 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 EasyControl Adapter boiler 211 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 EasyControl Adapter boiler 211 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 EasyControl Adapter boiler 211 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 EasyControl Adapter boiler 211 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 EasyControl Adapter boiler 211 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 EasyControl Adapter boiler 211 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 EasyControl Adapter boiler 211 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 EasyControl Adapter boiler 211 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 EasyControl Adapter boiler 211 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 EasyControl Adapter boiler 211 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 EasyControl Adapter boiler 211 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 EasyControl Adapter boiler 211 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 EasyControl Adapter boiler 211 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 EasyControl Adapter boiler 211 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 EasyControl Adapter boiler 211 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 EasyControl Adapter boiler 211 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 EasyControl Adapter boiler 211 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 EasyControl Adapter boiler 211 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 EasyControl Adapter boiler 211 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 EasyControl Adapter boiler 211 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 EasyControl Adapter boiler 211 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 EasyControl Adapter boiler 211 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 EasyControl Adapter boiler 211 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 EasyControl Adapter boiler 211 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 EasyControl Adapter boiler 211 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 EasyControl Adapter boiler 211 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 EasyControl Adapter boiler 211 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 EasyControl Adapter boiler 211 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 EasyControl Adapter boiler 211 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 EasyControl Adapter boiler 211 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 EasyControl Adapter boiler 211 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 EasyControl Adapter boiler 211 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 EasyControl Adapter boiler 211 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 EasyControl Adapter boiler 211 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 EasyControl Adapter boiler 211 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 EasyControl Adapter boiler 211 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 EasyControl Adapter boiler 211 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 EasyControl Adapter boiler 211 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 EasyControl Adapter boiler 211 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 EasyControl Adapter boiler 211 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 EasyControl Adapter boiler 211 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 EasyControl Adapter boiler 211 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 EasyControl Adapter boiler 211 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 EasyControl Adapter boiler 211 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 EasyControl Adapter boiler 211 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 EasyControl Adapter boiler 211 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 EasyControl Adapter boiler 211 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 EasyControl Adapter boiler 211 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 EasyControl Adapter boiler 211 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 EasyControl Adapter boiler 211 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 EasyControl Adapter boiler 211 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 EasyControl Adapter boiler 211 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 EasyControl Adapter boiler 211 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 EasyControl Adapter boiler 211 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 EasyControl Adapter boiler 211 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 EasyControl Adapter boiler 211 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 EasyControl Adapter boiler 211 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 EasyControl Adapter boiler 211 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 EasyControl Adapter boiler 211 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 EasyControl Adapter boiler 211 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 EasyControl Adapter boiler 211 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 EasyControl Adapter boiler 211 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 EasyControl Adapter boiler 211 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 EasyControl Adapter boiler 211 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 EasyControl Adapter boiler 211 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 EasyControl Adapter boiler 211 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 EasyControl Adapter boiler 211 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 EasyControl Adapter boiler 211 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 EasyControl Adapter boiler 211 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 EasyControl Adapter boiler 211 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 EasyControl Adapter boiler 211 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 EasyControl Adapter boiler 211 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 EasyControl Adapter boiler 211 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 EasyControl Adapter boiler 211 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 EasyControl Adapter boiler 211 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 EasyControl Adapter boiler 211 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 EasyControl Adapter boiler 211 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 EasyControl Adapter boiler 211 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 EasyControl Adapter boiler 211 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 EasyControl Adapter boiler 211 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 EasyControl Adapter boiler 211 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 EasyControl Adapter boiler 211 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 EasyControl Adapter boiler 211 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 EasyControl Adapter boiler 211 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 EasyControl Adapter boiler 211 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 EasyControl Adapter boiler 211 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 EasyControl Adapter boiler 211 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 EasyControl Adapter boiler 211 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 EasyControl Adapter boiler 211 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 EasyControl Adapter boiler 211 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 EasyControl Adapter boiler 211 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 EasyControl Adapter boiler 211 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 EasyControl Adapter boiler 211 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 EasyControl Adapter boiler 211 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 EasyControl Adapter boiler 211 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 EasyControl Adapter boiler 211 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 EasyControl Adapter boiler 211 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 EasyControl Adapter boiler 211 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 EasyControl Adapter boiler 211 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 EasyControl Adapter boiler 211 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 EasyControl Adapter boiler 211 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 EasyControl Adapter boiler 211 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 EasyControl Adapter boiler 211 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 EasyControl Adapter boiler 211 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 EasyControl Adapter boiler 211 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 EasyControl Adapter boiler 211 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 EasyControl Adapter boiler 211 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 EasyControl Adapter boiler 211 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 netflowtemp heat network flow temp uint16 (>=0<=3199) C False sensor.boiler_heat_network_flow_temp sensor.boiler_netflowtemp 5 0 1/10 269 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatvalve heating valve uint8 (>=0<=100) % False sensor.boiler_heating_valve sensor.boiler_heatvalve 5 0 1 270 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 dhwvalve valve uint8 (>=0<=100) % False sensor.boiler_dhw_valve sensor.boiler_dhw_dhwvalve 5 9 1 73 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 keepwarmtemp keep warm temperature uint8 (>=0<=254) C True number.boiler_keep_warm_temperature number.boiler_keepwarmtemp 5 0 1 271 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 setreturntemp set temp return uint8 (>=0<=254) C True number.boiler_set_temp_return number.boiler_setreturntemp 5 0 1 272 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heating heating boolean False binary_sensor.boiler_heating binary_sensor.boiler_heating 5 0 1 273 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamatic TC100, Moduline Easy thermostat 202 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Logamatic TC100, Moduline Easy thermostat 202 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Logamatic TC100, Moduline Easy thermostat 202 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Logamatic TC100, Moduline Easy thermostat 202 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 Logamatic TC100, Moduline Easy thermostat 202 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 Logamatic TC100, Moduline Easy thermostat 202 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 EasyControl, CT200 thermostat 203 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 EasyControl, CT200 thermostat 203 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 EasyControl, CT200 thermostat 203 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 EasyControl, CT200 thermostat 203 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 EasyControl, CT200 thermostat 203 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 EasyControl, CT200 thermostat 203 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 UI800, BC400 thermostat 4 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 UI800, BC400 thermostat 4 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 UI800, BC400 thermostat 4 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 UI800, BC400 thermostat 4 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 UI800, BC400 thermostat 4 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 UI800, BC400 thermostat 4 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 UI800, BC400 thermostat 4 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 UI800, BC400 thermostat 4 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 UI800, BC400 thermostat 4 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 UI800, BC400 thermostat 4 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 UI800, BC400 thermostat 4 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 UI800, BC400 thermostat 4 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 UI800, BC400 thermostat 4 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 UI800, BC400 thermostat 4 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 UI800, BC400 thermostat 4 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 UI800, BC400 thermostat 4 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 UI800, BC400 thermostat 4 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 UI800, BC400 thermostat 4 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 UI800, BC400 thermostat 4 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 UI800, BC400 thermostat 4 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 UI800, BC400 thermostat 4 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 UI800, BC400 thermostat 4 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 UI800, BC400 thermostat 4 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 UI800, BC400 thermostat 4 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 UI800, BC400 thermostat 4 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 UI800, BC400 thermostat 4 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 UI800, BC400 thermostat 4 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 UI800, BC400 thermostat 4 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 UI800, BC400 thermostat 4 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 UI800, BC400 thermostat 4 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 UI800, BC400 thermostat 4 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 UI800, BC400 thermostat 4 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 UI800, BC400 thermostat 4 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 UI800, BC400 thermostat 4 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 UI800, BC400 thermostat 4 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 UI800, BC400 thermostat 4 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 UI800, BC400 thermostat 4 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 UI800, BC400 thermostat 4 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 UI800, BC400 thermostat 4 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 UI800, BC400 thermostat 4 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 UI800, BC400 thermostat 4 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 UI800, BC400 thermostat 4 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 UI800, BC400 thermostat 4 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 UI800, BC400 thermostat 4 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 UI800, BC400 thermostat 4 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 UI800, BC400 thermostat 4 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 UI800, BC400 thermostat 4 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 UI800, BC400 thermostat 4 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 UI800, BC400 thermostat 4 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 UI800, BC400 thermostat 4 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 UI800, BC400 thermostat 4 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 UI800, BC400 thermostat 4 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 UI800, BC400 thermostat 4 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 UI800, BC400 thermostat 4 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 UI800, BC400 thermostat 4 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 UI800, BC400 thermostat 4 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 UI800, BC400 thermostat 4 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 UI800, BC400 thermostat 4 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 UI800, BC400 thermostat 4 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 UI800, BC400 thermostat 4 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 UI800, BC400 thermostat 4 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 UI800, BC400 thermostat 4 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 UI800, BC400 thermostat 4 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 UI800, BC400 thermostat 4 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 UI800, BC400 thermostat 4 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 UI800, BC400 thermostat 4 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 UI800, BC400 thermostat 4 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 UI800, BC400 thermostat 4 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 UI800, BC400 thermostat 4 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 UI800, BC400 thermostat 4 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 UI800, BC400 thermostat 4 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 UI800, BC400 thermostat 4 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 UI800, BC400 thermostat 4 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 UI800, BC400 thermostat 4 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 UI800, BC400 thermostat 4 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 UI800, BC400 thermostat 4 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 UI800, BC400 thermostat 4 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 UI800, BC400 thermostat 4 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 UI800, BC400 thermostat 4 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 UI800, BC400 thermostat 4 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 UI800, BC400 thermostat 4 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 UI800, BC400 thermostat 4 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC10 thermostat 65 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10 thermostat 65 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10 thermostat 65 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10 thermostat 65 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10 thermostat 65 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10 thermostat 65 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10 thermostat 65 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10 thermostat 65 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10 thermostat 65 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10 thermostat 65 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10 thermostat 65 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10 thermostat 65 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10 thermostat 65 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10 thermostat 65 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10 thermostat 65 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10 thermostat 65 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10 thermostat 65 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10 thermostat 65 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC30 thermostat 67 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC30 thermostat 67 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC30 thermostat 67 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 RC30 thermostat 67 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 RC30 thermostat 67 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 RC30 thermostat 67 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC30 thermostat 67 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC30 thermostat 67 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC30 thermostat 67 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC30 thermostat 67 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC30 thermostat 67 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC30 thermostat 67 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC30 thermostat 67 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC30 thermostat 67 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC30 thermostat 67 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC30 thermostat 67 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC30 thermostat 67 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC30 thermostat 67 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC30 thermostat 67 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC30 thermostat 67 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC30 thermostat 67 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC30 thermostat 67 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC30 thermostat 67 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC30 thermostat 67 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC30 thermostat 67 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC30 thermostat 67 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC30 thermostat 67 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC30 thermostat 67 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC30 thermostat 67 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC30 thermostat 67 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC30 thermostat 67 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC30 thermostat 67 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC30 thermostat 67 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC30 thermostat 67 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC30 thermostat 67 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC30 thermostat 67 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC30 thermostat 67 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC30 thermostat 67 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC30 thermostat 67 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC30 thermostat 67 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC30 thermostat 67 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC30 thermostat 67 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC30 thermostat 67 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC30 thermostat 67 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC30 thermostat 67 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC30 thermostat 67 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC30 thermostat 67 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC30 thermostat 67 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC30 thermostat 67 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC30 thermostat 67 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC30 thermostat 67 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC30 thermostat 67 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC30 thermostat 67 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC30 thermostat 67 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC30 thermostat 67 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC30 thermostat 67 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC30 thermostat 67 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC30 thermostat 67 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC30 thermostat 67 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC20, Moduline 300 thermostat 77 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20, Moduline 300 thermostat 77 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20, Moduline 300 thermostat 77 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20, Moduline 300 thermostat 77 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20, Moduline 300 thermostat 77 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20, Moduline 300 thermostat 77 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20, Moduline 300 thermostat 77 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20, Moduline 300 thermostat 77 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20, Moduline 300 thermostat 77 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20, Moduline 300 thermostat 77 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20, Moduline 300 thermostat 77 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20, Moduline 300 thermostat 77 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20, Moduline 300 thermostat 77 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20, Moduline 300 thermostat 77 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 Moduline 400 thermostat 78 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 400 thermostat 78 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 400 thermostat 78 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Moduline 400 thermostat 78 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 Moduline 400 thermostat 78 autodst automatic change daylight saving time boolean True switch.thermostat_automatic_change_daylight_saving_time switch.thermostat_autodst 6 0 1 68 1 Moduline 400 thermostat 78 language language enum [german|dutch] True select.thermostat_language select.thermostat_language 6 0 1 64 1 Moduline 400 thermostat 78 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 400 thermostat 78 brightness screen brightness int8 (>=-15<=15) True number.thermostat_screen_brightness number.thermostat_brightness 6 0 1 70 1 Moduline 400 thermostat 78 mixingvalves mixing valves uint8 (>=0<=2) True number.thermostat_mixing_valves number.thermostat_mixingvalves 6 0 1 71 1 Moduline 400 thermostat 78 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Moduline 400 thermostat 78 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 400 thermostat 78 preheating preheating in the clock program boolean True switch.thermostat_preheating_in_the_clock_program switch.thermostat_preheating 6 0 1 73 1 Moduline 400 thermostat 78 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 400 thermostat 78 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 400 thermostat 78 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 400 thermostat 78 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 400 thermostat 78 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 400 thermostat 78 pause pause time uint8 (>=0<=254) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 Moduline 400 thermostat 78 party party time uint8 (>=0<=254) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 Moduline 400 thermostat 78 vacations1 vacation dates 1 string True sensor.thermostat_hc1_vacation_dates_1 sensor.thermostat_hc1_vacations1 6 1 1 115 11 Moduline 400 thermostat 78 vacations2 vacation dates 2 string True sensor.thermostat_hc1_vacation_dates_2 sensor.thermostat_hc1_vacations2 6 1 1 126 11 Moduline 400 thermostat 78 vacations3 vacation dates 3 string True sensor.thermostat_hc1_vacation_dates_3 sensor.thermostat_hc1_vacations3 6 1 1 137 11 Moduline 400 thermostat 78 vacations4 vacation dates 4 string True sensor.thermostat_hc1_vacation_dates_4 sensor.thermostat_hc1_vacations4 6 1 1 148 11 Moduline 400 thermostat 78 vacations5 vacation dates 5 string True sensor.thermostat_hc1_vacation_dates_5 sensor.thermostat_hc1_vacations5 6 1 1 159 11 Moduline 400 thermostat 78 vacations6 vacation dates 6 string True sensor.thermostat_hc1_vacation_dates_6 sensor.thermostat_hc1_vacations6 6 1 1 170 11 Moduline 400 thermostat 78 vacations7 vacation dates 7 string True sensor.thermostat_hc1_vacation_dates_7 sensor.thermostat_hc1_vacations7 6 1 1 181 11 Moduline 400 thermostat 78 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Moduline 400 thermostat 78 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 Moduline 400 thermostat 78 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Moduline 400 thermostat 78 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Moduline 400 thermostat 78 holidaytemp holiday temperature uint8 (>=0<=127) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 Moduline 400 thermostat 78 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 400 thermostat 78 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 Moduline 400 thermostat 78 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 Moduline 400 thermostat 78 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 Moduline 400 thermostat 78 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Moduline 400 thermostat 78 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 Moduline 400 thermostat 78 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 400 thermostat 78 whenmodeoff when thermostat mode off boolean True switch.thermostat_dhw_when_thermostat_mode_off switch.thermostat_dhw_whenmodeoff 6 9 1 62 1 Moduline 400 thermostat 78 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Moduline 400 thermostat 78 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Moduline 400 thermostat 78 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC10, Moduline 100 thermostat 79 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 79 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 79 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC10, Moduline 100 thermostat 79 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 RC10, Moduline 100 thermostat 79 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 RC10, Moduline 100 thermostat 79 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 79 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 79 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 79 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 79 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 79 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 RC10, Moduline 100 thermostat 79 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 200 thermostat 80 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 200 thermostat 80 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 200 thermostat 80 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 200 thermostat 80 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 200 thermostat 80 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 200 thermostat 80 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 200 thermostat 80 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 200 thermostat 80 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 200 thermostat 80 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 200 thermostat 80 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 Moduline 200 thermostat 80 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 200 thermostat 80 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 Moduline 200 thermostat 80 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 Moduline 200 thermostat 80 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC35 thermostat 86 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC35 thermostat 86 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC35 thermostat 86 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC35 thermostat 86 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC35 thermostat 86 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC35 thermostat 86 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC35 thermostat 86 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC35 thermostat 86 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC35 thermostat 86 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC35 thermostat 86 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC35 thermostat 86 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC35 thermostat 86 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC35 thermostat 86 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC35 thermostat 86 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC35 thermostat 86 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC35 thermostat 86 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC35 thermostat 86 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC35 thermostat 86 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC35 thermostat 86 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC35 thermostat 86 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC35 thermostat 86 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC35 thermostat 86 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC35 thermostat 86 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC35 thermostat 86 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC35 thermostat 86 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC35 thermostat 86 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC35 thermostat 86 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC35 thermostat 86 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC35 thermostat 86 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC35 thermostat 86 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC35 thermostat 86 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC35 thermostat 86 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC35 thermostat 86 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC35 thermostat 86 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC35 thermostat 86 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC35 thermostat 86 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC35 thermostat 86 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC35 thermostat 86 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC35 thermostat 86 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC35 thermostat 86 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC35 thermostat 86 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC35 thermostat 86 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC35 thermostat 86 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC35 thermostat 86 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC35 thermostat 86 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC35 thermostat 86 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC35 thermostat 86 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC35 thermostat 86 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC35 thermostat 86 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC35 thermostat 86 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC35 thermostat 86 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC35 thermostat 86 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC35 thermostat 86 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC35 thermostat 86 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC35 thermostat 86 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC35 thermostat 86 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC10, Moduline 100 thermostat 90 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 90 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 90 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10, Moduline 100 thermostat 90 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10, Moduline 100 thermostat 90 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 90 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 90 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 90 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 90 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10, Moduline 100 thermostat 90 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 90 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 90 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10, Moduline 100 thermostat 90 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10, Moduline 100 thermostat 90 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10, Moduline 100 thermostat 90 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10, Moduline 100 thermostat 90 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10, Moduline 100 thermostat 90 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10, Moduline 100 thermostat 90 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC20RF thermostat 93 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20RF thermostat 93 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20RF thermostat 93 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20RF thermostat 93 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20RF thermostat 93 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20RF thermostat 93 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20RF thermostat 93 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20RF thermostat 93 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20RF thermostat 93 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20RF thermostat 93 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20RF thermostat 93 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20RF thermostat 93 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20RF thermostat 93 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20RF thermostat 93 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 RFM20 Remote thermostat 94 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RFM20 Remote thermostat 94 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RFM20 Remote thermostat 94 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RFM20 Remote thermostat 94 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RFM20 Remote thermostat 94 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RFM20 Remote thermostat 94 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC25 thermostat 151 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC25 thermostat 151 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC25 thermostat 151 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC25 thermostat 151 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC25 thermostat 151 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC25 thermostat 151 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC25 thermostat 151 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC25 thermostat 151 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC25 thermostat 151 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC25 thermostat 151 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC25 thermostat 151 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC25 thermostat 151 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC25 thermostat 151 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC25 thermostat 151 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC25 thermostat 151 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC25 thermostat 151 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC200, CW100, CR120, CR50 thermostat 157 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC200, CW100, CR120, CR50 thermostat 157 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC200, CW100, CR120, CR50 thermostat 157 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC200, CW100, CR120, CR50 thermostat 157 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC200, CW100, CR120, CR50 thermostat 157 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC200, CW100, CR120, CR50 thermostat 157 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC200, CW100, CR120, CR50 thermostat 157 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC200, CW100, CR120, CR50 thermostat 157 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC200, CW100, CR120, CR50 thermostat 157 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC200, CW100, CR120, CR50 thermostat 157 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC200, CW100, CR120, CR50 thermostat 157 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC200, CW100, CR120, CR50 thermostat 157 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC200, CW100, CR120, CR50 thermostat 157 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC200, CW100, CR120, CR50 thermostat 157 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC200, CW100, CR120, CR50 thermostat 157 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC200, CW100, CR120, CR50 thermostat 157 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC200, CW100, CR120, CR50 thermostat 157 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC200, CW100, CR120, CR50 thermostat 157 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC200, CW100, CR120, CR50 thermostat 157 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC200, CW100, CR120, CR50 thermostat 157 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC200, CW100, CR120, CR50 thermostat 157 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC200, CW100, CR120, CR50 thermostat 157 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC200, CW100, CR120, CR50 thermostat 157 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC200, CW100, CR120, CR50 thermostat 157 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC200, CW100, CR120, CR50 thermostat 157 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC200, CW100, CR120, CR50 thermostat 157 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC200, CW100, CR120, CR50 thermostat 157 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC200, CW100, CR120, CR50 thermostat 157 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC200, CW100, CR120, CR50 thermostat 157 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC200, CW100, CR120, CR50 thermostat 157 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC200, CW100, CR120, CR50 thermostat 157 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC200, CW100, CR120, CR50 thermostat 157 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC200, CW100, CR120, CR50 thermostat 157 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC200, CW100, CR120, CR50 thermostat 157 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC200, CW100, CR120, CR50 thermostat 157 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC200, CW100, CR120, CR50 thermostat 157 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC200, CW100, CR120, CR50 thermostat 157 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC200, CW100, CR120, CR50 thermostat 157 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC200, CW100, CR120, CR50 thermostat 157 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC200, CW100, CR120, CR50 thermostat 157 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC200, CW100, CR120, CR50 thermostat 157 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC200, CW100, CR120, CR50 thermostat 157 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC200, CW100, CR120, CR50 thermostat 157 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC200, CW100, CR120, CR50 thermostat 157 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC200, CW100, CR120, CR50 thermostat 157 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC200, CW100, CR120, CR50 thermostat 157 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC200, CW100, CR120, CR50 thermostat 157 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC200, CW100, CR120, CR50 thermostat 157 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC200, CW100, CR120, CR50 thermostat 157 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC200, CW100, CR120, CR50 thermostat 157 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC200, CW100, CR120, CR50 thermostat 157 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC200, CW100, CR120, CR50 thermostat 157 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC200, CW100, CR120, CR50 thermostat 157 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC200, CW100, CR120, CR50 thermostat 157 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC200, CW100, CR120, CR50 thermostat 157 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC200, CW100, CR120, CR50 thermostat 157 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC200, CW100, CR120, CR50 thermostat 157 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC200, CW100, CR120, CR50 thermostat 157 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC200, CW100, CR120, CR50 thermostat 157 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC200, CW100, CR120, CR50 thermostat 157 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC200, CW100, CR120, CR50 thermostat 157 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC200, CW100, CR120, CR50 thermostat 157 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC200, CW100, CR120, CR50 thermostat 157 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100, CR10, Moduline 1000/1010 thermostat 165 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100, CR10, Moduline 1000/1010 thermostat 165 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100, CR10, Moduline 1000/1010 thermostat 165 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC100, CR10, Moduline 1000/1010 thermostat 165 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC100, CR10, Moduline 1000/1010 thermostat 165 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC100, CR10, Moduline 1000/1010 thermostat 165 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC100, CR10, Moduline 1000/1010 thermostat 165 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC100, CR10, Moduline 1000/1010 thermostat 165 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC100, CR10, Moduline 1000/1010 thermostat 165 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC100, CR10, Moduline 1000/1010 thermostat 165 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC100, CR10, Moduline 1000/1010 thermostat 165 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC100, CR10, Moduline 1000/1010 thermostat 165 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC100, CR10, Moduline 1000/1010 thermostat 165 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC100, CR10, Moduline 1000/1010 thermostat 165 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Rego 2000/3000 thermostat 172 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 2000/3000 thermostat 172 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 2000/3000 thermostat 172 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 2000/3000 thermostat 172 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 2000/3000 thermostat 172 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 2000/3000 thermostat 172 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 2000/3000 thermostat 172 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 2000/3000 thermostat 172 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 2000/3000 thermostat 172 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 2000/3000 thermostat 172 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 2000/3000 thermostat 172 vacations vacation dates string True sensor.thermostat_vacation_dates sensor.thermostat_vacations 6 0 1 74 13 Rego 2000/3000 thermostat 172 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 2000/3000 thermostat 172 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 2000/3000 thermostat 172 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 2000/3000 thermostat 172 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 2000/3000 thermostat 172 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 2000/3000 thermostat 172 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 2000/3000 thermostat 172 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 2000/3000 thermostat 172 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 2000/3000 thermostat 172 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 2000/3000 thermostat 172 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 2000/3000 thermostat 172 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 2000/3000 thermostat 172 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 2000/3000 thermostat 172 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 2000/3000 thermostat 172 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 2000/3000 thermostat 172 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 2000/3000 thermostat 172 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 2000/3000 thermostat 172 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 2000/3000 thermostat 172 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 2000/3000 thermostat 172 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 2000/3000 thermostat 172 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 2000/3000 thermostat 172 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 2000/3000 thermostat 172 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 2000/3000 thermostat 172 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 2000/3000 thermostat 172 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 2000/3000 thermostat 172 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 2000/3000 thermostat 172 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 2000/3000 thermostat 172 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 2000/3000 thermostat 172 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 2000/3000 thermostat 172 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 2000/3000 thermostat 172 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 2000/3000 thermostat 172 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 2000/3000 thermostat 172 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 2000/3000 thermostat 172 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 2000/3000 thermostat 172 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 2000/3000 thermostat 172 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 2000/3000 thermostat 172 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 2000/3000 thermostat 172 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 2000/3000 thermostat 172 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 2000/3000 thermostat 172 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 2000/3000 thermostat 172 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 2000/3000 thermostat 172 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 2000/3000 thermostat 172 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 2000/3000 thermostat 172 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 2000/3000 thermostat 172 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 2000/3000 thermostat 172 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 2000/3000 thermostat 172 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 2000/3000 thermostat 172 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 2000/3000 thermostat 172 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 2000/3000 thermostat 172 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 2000/3000 thermostat 172 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 2000/3000 thermostat 172 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 2000/3000 thermostat 172 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 2000/3000 thermostat 172 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 2000/3000 thermostat 172 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 2000/3000 thermostat 172 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 2000/3000 thermostat 172 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 2000/3000 thermostat 172 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 2000/3000 thermostat 172 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 2000/3000 thermostat 172 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 2000/3000 thermostat 172 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 2000/3000 thermostat 172 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 2000/3000 thermostat 172 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 2000/3000 thermostat 172 mode operating mode enum [normal|comfort|eco+] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 2000/3000 thermostat 172 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 2000/3000 thermostat 172 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 2000/3000 thermostat 172 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 2000/3000 thermostat 172 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 2000/3000 thermostat 172 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 2000/3000 thermostat 172 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 2000/3000 thermostat 172 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 2000/3000 thermostat 172 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 2000/3000 thermostat 172 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 2000/3000 thermostat 172 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 2000/3000 thermostat 172 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Comfort RF thermostat 215 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort RF thermostat 215 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort RF thermostat 215 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort RF thermostat 215 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort RF thermostat 215 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort RF thermostat 215 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort RF thermostat 215 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort RF thermostat 215 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort RF thermostat 215 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 CRF200S thermostat 216 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 CRF200S thermostat 216 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 CRF200S thermostat 216 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 CRF200S thermostat 216 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 CRF200S thermostat 216 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 CRF200S thermostat 216 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 CRF200S thermostat 216 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 CRF200S thermostat 216 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 CRF200S thermostat 216 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Comfort+2RF thermostat 246 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort+2RF thermostat 246 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort+2RF thermostat 246 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort+2RF thermostat 246 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort+2RF thermostat 246 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort+2RF thermostat 246 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort+2RF thermostat 246 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort+2RF thermostat 246 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort+2RF thermostat 246 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 3000, UI800, Logamatic BC400 thermostat 253 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 3000, UI800, Logamatic BC400 thermostat 253 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 3000, UI800, Logamatic BC400 thermostat 253 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 ES72, RC20 thermostat 66 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 66 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 66 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 66 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 66 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 66 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 66 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 66 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 66 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 66 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 66 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 66 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 66 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 66 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 66 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 66 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 66 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 66 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES73 thermostat 76 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES73 thermostat 76 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES73 thermostat 76 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 ES73 thermostat 76 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 ES73 thermostat 76 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 ES73 thermostat 76 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES73 thermostat 76 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES73 thermostat 76 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES73 thermostat 76 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES73 thermostat 76 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES73 thermostat 76 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES73 thermostat 76 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES73 thermostat 76 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES73 thermostat 76 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES73 thermostat 76 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES73 thermostat 76 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES73 thermostat 76 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES73 thermostat 76 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES73 thermostat 76 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES73 thermostat 76 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES73 thermostat 76 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES73 thermostat 76 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES73 thermostat 76 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES73 thermostat 76 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES73 thermostat 76 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES73 thermostat 76 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES73 thermostat 76 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES73 thermostat 76 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES73 thermostat 76 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES73 thermostat 76 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES73 thermostat 76 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES73 thermostat 76 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES73 thermostat 76 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES73 thermostat 76 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES73 thermostat 76 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES73 thermostat 76 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES73 thermostat 76 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES73 thermostat 76 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES73 thermostat 76 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES73 thermostat 76 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES73 thermostat 76 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES73 thermostat 76 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES73 thermostat 76 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES73 thermostat 76 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES73 thermostat 76 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES73 thermostat 76 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES73 thermostat 76 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES73 thermostat 76 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES73 thermostat 76 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES73 thermostat 76 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES73 thermostat 76 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES73 thermostat 76 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES73 thermostat 76 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES73 thermostat 76 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES73 thermostat 76 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES73 thermostat 76 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES73 thermostat 76 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES73 thermostat 76 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES73 thermostat 76 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 ES72, RC20 thermostat 113 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 113 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 113 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 113 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 113 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 113 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 113 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 113 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 113 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 113 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 113 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 113 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 113 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 113 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 113 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 113 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 113 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 113 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES79 thermostat 156 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES79 thermostat 156 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES79 thermostat 156 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES79 thermostat 156 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES79 thermostat 156 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES79 thermostat 156 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES79 thermostat 156 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES79 thermostat 156 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES79 thermostat 156 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES79 thermostat 156 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES79 thermostat 156 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES79 thermostat 156 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES79 thermostat 156 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES79 thermostat 156 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES79 thermostat 156 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES79 thermostat 156 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES79 thermostat 156 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES79 thermostat 156 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES79 thermostat 156 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES79 thermostat 156 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES79 thermostat 156 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES79 thermostat 156 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES79 thermostat 156 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES79 thermostat 156 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES79 thermostat 156 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES79 thermostat 156 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES79 thermostat 156 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES79 thermostat 156 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES79 thermostat 156 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES79 thermostat 156 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES79 thermostat 156 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES79 thermostat 156 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES79 thermostat 156 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES79 thermostat 156 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES79 thermostat 156 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES79 thermostat 156 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES79 thermostat 156 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES79 thermostat 156 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES79 thermostat 156 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES79 thermostat 156 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES79 thermostat 156 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES79 thermostat 156 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES79 thermostat 156 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES79 thermostat 156 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES79 thermostat 156 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES79 thermostat 156 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES79 thermostat 156 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES79 thermostat 156 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES79 thermostat 156 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES79 thermostat 156 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES79 thermostat 156 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES79 thermostat 156 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES79 thermostat 156 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES79 thermostat 156 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES79 thermostat 156 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES79 thermostat 156 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 FW100 thermostat 105 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW100 thermostat 105 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW100 thermostat 105 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW100 thermostat 105 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW100 thermostat 105 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW100 thermostat 105 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW100 thermostat 105 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW100 thermostat 105 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW100 thermostat 105 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW100 thermostat 105 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW100 thermostat 105 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW100 thermostat 105 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW100 thermostat 105 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW100 thermostat 105 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW100 thermostat 105 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW100 thermostat 105 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW100 thermostat 105 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW100 thermostat 105 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW100 thermostat 105 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW100 thermostat 105 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW100 thermostat 105 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW100 thermostat 105 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW100 thermostat 105 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW100 thermostat 105 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW100 thermostat 105 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW100 thermostat 105 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW100 thermostat 105 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW100 thermostat 105 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW100 thermostat 105 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW100 thermostat 105 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW100 thermostat 105 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW100 thermostat 105 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW100 thermostat 105 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW100 thermostat 105 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW100 thermostat 105 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW200 thermostat 106 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW200 thermostat 106 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW200 thermostat 106 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW200 thermostat 106 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW200 thermostat 106 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW200 thermostat 106 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW200 thermostat 106 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW200 thermostat 106 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW200 thermostat 106 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW200 thermostat 106 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW200 thermostat 106 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW200 thermostat 106 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW200 thermostat 106 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW200 thermostat 106 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW200 thermostat 106 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW200 thermostat 106 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW200 thermostat 106 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW200 thermostat 106 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW200 thermostat 106 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW200 thermostat 106 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW200 thermostat 106 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW200 thermostat 106 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW200 thermostat 106 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW200 thermostat 106 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW200 thermostat 106 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW200 thermostat 106 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW200 thermostat 106 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW200 thermostat 106 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW200 thermostat 106 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW200 thermostat 106 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW200 thermostat 106 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW200 thermostat 106 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW200 thermostat 106 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW200 thermostat 106 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW200 thermostat 106 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR100 thermostat 107 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR100 thermostat 107 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR100 thermostat 107 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR100 thermostat 107 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR100 thermostat 107 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR100 thermostat 107 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR100 thermostat 107 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR100 thermostat 107 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR100 thermostat 107 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR100 thermostat 107 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR100 thermostat 107 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR100 thermostat 107 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR100 thermostat 107 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR100 thermostat 107 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR100 thermostat 107 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR100 thermostat 107 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR100 thermostat 107 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR100 thermostat 107 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR100 thermostat 107 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR100 thermostat 107 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR100 thermostat 107 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR100 thermostat 107 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR100 thermostat 107 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR100 thermostat 107 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR100 thermostat 107 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR100 thermostat 107 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR100 thermostat 107 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR100 thermostat 107 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR100 thermostat 107 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR100 thermostat 107 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR100 thermostat 107 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR100 thermostat 107 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR100 thermostat 107 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR100 thermostat 107 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR100 thermostat 107 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR110 thermostat 108 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR110 thermostat 108 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR110 thermostat 108 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR110 thermostat 108 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR110 thermostat 108 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR110 thermostat 108 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR110 thermostat 108 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR110 thermostat 108 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR110 thermostat 108 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR110 thermostat 108 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR110 thermostat 108 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR110 thermostat 108 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR110 thermostat 108 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR110 thermostat 108 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR110 thermostat 108 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR110 thermostat 108 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR110 thermostat 108 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR110 thermostat 108 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR110 thermostat 108 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR110 thermostat 108 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR110 thermostat 108 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR110 thermostat 108 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR110 thermostat 108 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR110 thermostat 108 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR110 thermostat 108 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR110 thermostat 108 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR110 thermostat 108 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR110 thermostat 108 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR110 thermostat 108 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR110 thermostat 108 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR110 thermostat 108 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR110 thermostat 108 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR110 thermostat 108 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR110 thermostat 108 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR110 thermostat 108 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB10 thermostat 109 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB10 thermostat 109 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB10 thermostat 109 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB10 thermostat 109 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB10 thermostat 109 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB10 thermostat 109 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB10 thermostat 109 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB10 thermostat 109 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB10 thermostat 109 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB10 thermostat 109 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB10 thermostat 109 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB10 thermostat 109 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB10 thermostat 109 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB10 thermostat 109 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB10 thermostat 109 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB10 thermostat 109 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB10 thermostat 109 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB10 thermostat 109 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB10 thermostat 109 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB10 thermostat 109 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB10 thermostat 109 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB10 thermostat 109 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB10 thermostat 109 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB10 thermostat 109 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB10 thermostat 109 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB10 thermostat 109 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB10 thermostat 109 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB10 thermostat 109 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB10 thermostat 109 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB10 thermostat 109 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB10 thermostat 109 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB10 thermostat 109 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB10 thermostat 109 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB10 thermostat 109 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB10 thermostat 109 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB100 thermostat 110 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB100 thermostat 110 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB100 thermostat 110 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB100 thermostat 110 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB100 thermostat 110 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB100 thermostat 110 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB100 thermostat 110 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB100 thermostat 110 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB100 thermostat 110 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB100 thermostat 110 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB100 thermostat 110 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB100 thermostat 110 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB100 thermostat 110 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB100 thermostat 110 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB100 thermostat 110 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB100 thermostat 110 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB100 thermostat 110 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB100 thermostat 110 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB100 thermostat 110 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB100 thermostat 110 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB100 thermostat 110 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB100 thermostat 110 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB100 thermostat 110 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB100 thermostat 110 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB100 thermostat 110 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB100 thermostat 110 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB100 thermostat 110 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB100 thermostat 110 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB100 thermostat 110 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB100 thermostat 110 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB100 thermostat 110 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB100 thermostat 110 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB100 thermostat 110 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB100 thermostat 110 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB100 thermostat 110 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR10 thermostat 111 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR10 thermostat 111 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR10 thermostat 111 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR10 thermostat 111 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR10 thermostat 111 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR10 thermostat 111 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR10 thermostat 111 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR10 thermostat 111 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR10 thermostat 111 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR10 thermostat 111 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR10 thermostat 111 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR10 thermostat 111 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR10 thermostat 111 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR10 thermostat 111 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR10 thermostat 111 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR10 thermostat 111 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR10 thermostat 111 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR10 thermostat 111 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR10 thermostat 111 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR10 thermostat 111 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR10 thermostat 111 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR10 thermostat 111 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR10 thermostat 111 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR10 thermostat 111 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR10 thermostat 111 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR10 thermostat 111 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR10 thermostat 111 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR10 thermostat 111 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR10 thermostat 111 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR10 thermostat 111 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR10 thermostat 111 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR10 thermostat 111 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR10 thermostat 111 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR10 thermostat 111 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR10 thermostat 111 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW500 thermostat 116 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW500 thermostat 116 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW500 thermostat 116 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW500 thermostat 116 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW500 thermostat 116 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW500 thermostat 116 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW500 thermostat 116 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW500 thermostat 116 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW500 thermostat 116 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW500 thermostat 116 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW500 thermostat 116 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW500 thermostat 116 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW500 thermostat 116 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW500 thermostat 116 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW500 thermostat 116 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW500 thermostat 116 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW500 thermostat 116 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW500 thermostat 116 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW500 thermostat 116 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW500 thermostat 116 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW500 thermostat 116 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW500 thermostat 116 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW500 thermostat 116 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW500 thermostat 116 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW500 thermostat 116 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW500 thermostat 116 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW500 thermostat 116 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW500 thermostat 116 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW500 thermostat 116 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW500 thermostat 116 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW500 thermostat 116 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW500 thermostat 116 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW500 thermostat 116 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW500 thermostat 116 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW500 thermostat 116 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR50 thermostat 147 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR50 thermostat 147 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR50 thermostat 147 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR50 thermostat 147 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR50 thermostat 147 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR50 thermostat 147 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR50 thermostat 147 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR50 thermostat 147 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR50 thermostat 147 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR50 thermostat 147 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR50 thermostat 147 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR50 thermostat 147 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR50 thermostat 147 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR50 thermostat 147 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR50 thermostat 147 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR50 thermostat 147 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR50 thermostat 147 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR50 thermostat 147 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR50 thermostat 147 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR50 thermostat 147 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR50 thermostat 147 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR50 thermostat 147 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR50 thermostat 147 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR50 thermostat 147 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR50 thermostat 147 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR50 thermostat 147 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR50 thermostat 147 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR50 thermostat 147 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR50 thermostat 147 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR50 thermostat 147 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR50 thermostat 147 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR50 thermostat 147 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR50 thermostat 147 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR50 thermostat 147 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR50 thermostat 147 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR120 thermostat 191 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR120 thermostat 191 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR120 thermostat 191 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR120 thermostat 191 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR120 thermostat 191 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR120 thermostat 191 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR120 thermostat 191 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR120 thermostat 191 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR120 thermostat 191 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR120 thermostat 191 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR120 thermostat 191 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR120 thermostat 191 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR120 thermostat 191 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR120 thermostat 191 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR120 thermostat 191 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR120 thermostat 191 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR120 thermostat 191 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR120 thermostat 191 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR120 thermostat 191 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR120 thermostat 191 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR120 thermostat 191 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR120 thermostat 191 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR120 thermostat 191 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR120 thermostat 191 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR120 thermostat 191 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR120 thermostat 191 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR120 thermostat 191 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR120 thermostat 191 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR120 thermostat 191 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR120 thermostat 191 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR120 thermostat 191 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR120 thermostat 191 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR120 thermostat 191 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR120 thermostat 191 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR120 thermostat 191 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW120 thermostat 192 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW120 thermostat 192 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW120 thermostat 192 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW120 thermostat 192 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW120 thermostat 192 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW120 thermostat 192 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW120 thermostat 192 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW120 thermostat 192 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW120 thermostat 192 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW120 thermostat 192 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW120 thermostat 192 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW120 thermostat 192 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW120 thermostat 192 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW120 thermostat 192 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW120 thermostat 192 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW120 thermostat 192 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW120 thermostat 192 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW120 thermostat 192 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW120 thermostat 192 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW120 thermostat 192 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW120 thermostat 192 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW120 thermostat 192 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW120 thermostat 192 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW120 thermostat 192 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW120 thermostat 192 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW120 thermostat 192 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW120 thermostat 192 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW120 thermostat 192 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW120 thermostat 192 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW120 thermostat 192 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW120 thermostat 192 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW120 thermostat 192 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW120 thermostat 192 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW120 thermostat 192 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW120 thermostat 192 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RT800, RC220 thermostat 3 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RT800, RC220 thermostat 3 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RT800, RC220 thermostat 3 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RT800, RC220 thermostat 3 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RT800, RC220 thermostat 3 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RT800, RC220 thermostat 3 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100H, CR10H thermostat 200 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100H, CR10H thermostat 200 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100H, CR10H thermostat 200 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100H, CR10H thermostat 200 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100H, CR10H thermostat 200 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100H, CR10H thermostat 200 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 TR120RF, CR20RF thermostat 249 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 TR120RF, CR20RF thermostat 249 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 TR120RF, CR20RF thermostat 249 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 TR120RF, CR20RF thermostat 249 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 TR120RF, CR20RF thermostat 249 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 TR120RF, CR20RF thermostat 249 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 MM10 mixer 69 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM10 mixer 69 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM10 mixer 69 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM10 mixer 69 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM10 mixer 69 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM10 mixer 69 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 IPM mixer 100 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 100 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 100 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 100 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 100 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 IPM mixer 102 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 102 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 102 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 102 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 102 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 MM50 mixer 159 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM50 mixer 159 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM50 mixer 159 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM50 mixer 159 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM50 mixer 159 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM50 mixer 159 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM50 mixer 159 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MM100 mixer 160 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_dhw_flow_temperature_(TC1) sensor.mixer_dhw_flowtemphc 7 9 1/10 0 1 MM100 mixer 160 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_dhw_mixing_valve_actuator_(VC1) sensor.mixer_dhw_valvestatus 7 9 1 1 1 MM100 mixer 160 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_dhw_setpoint_flow_temperature number.mixer_dhw_flowsettemp 7 9 1 2 1 MM100 mixer 160 pumpstatus pump status (PC1) boolean True switch.mixer_dhw_pump_status_(PC1) switch.mixer_dhw_pumpstatus 7 9 1 3 1 MM100 mixer 160 activated activated boolean True switch.mixer_dhw_activated switch.mixer_dhw_activated 7 9 1 4 1 MM100 mixer 160 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_dhw_time_to_set_valve number.mixer_dhw_valvesettime 7 9 10 5 1 MM100 mixer 160 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_dhw_flow_temperature_offset_for_mixer number.mixer_dhw_flowtempoffset 7 9 1 6 1 MM200 mixer 161 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM200 mixer 161 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM200 mixer 161 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM200 mixer 161 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM200 mixer 161 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM200 mixer 161 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM200 mixer 161 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MZ100 mixer 193 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MZ100 mixer 193 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MZ100 mixer 193 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MZ100 mixer 193 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MZ100 mixer 193 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MZ100 mixer 193 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MZ100 mixer 193 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 SM10 solar 73 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM10 solar 73 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM10 solar 73 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM10 solar 73 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM10 solar 73 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM10 solar 73 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM10 solar 73 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM10 solar 73 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM10 solar 73 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 1 9 1 SM10 solar 73 turnondiff pump turn on difference uint8 (>=0<=254) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1 10 1 SM10 solar 73 turnoffdiff pump turn off difference uint8 (>=0<=254) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1 11 1 SM10 solar 73 solarpower actual solar power int16 (>=-31999<=31999) W False sensor.solar_actual_solar_power sensor.solar_solarpower 8 0 1 12 1 SM10 solar 73 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM10 solar 73 maxflow maximum solar flow uint8 (>=0<=25) l/min True number.solar_maximum_solar_flow number.solar_maxflow 8 0 1/10 15 1 SM10 solar 73 mintemp minimum temperature uint8 (>=0<=254) C True number.solar_dhw_minimum_temperature number.solar_dhw_mintemp 8 9 1 0 1 SM10 solar 73 solarenabled solarmodule enabled boolean True switch.solar_solarmodule_enabled switch.solar_solarenabled 8 0 1 16 1 ISM1 solar 101 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM1 solar 101 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM1 solar 101 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM1 solar 101 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM1 solar 101 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM1 solar 101 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM1 solar 101 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM1 solar 101 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM1 solar 101 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM1 solar 101 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM1 solar 101 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 ISM2 solar 103 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM2 solar 103 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM2 solar 103 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM2 solar 103 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM2 solar 103 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM2 solar 103 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM2 solar 103 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM2 solar 103 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM2 solar 103 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM2 solar 103 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM2 solar 103 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM50 solar 162 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM50 solar 162 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM50 solar 162 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM50 solar 162 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM50 solar 162 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM50 solar 162 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM50 solar 162 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM50 solar 162 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM50 solar 162 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM50 solar 162 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM50 solar 162 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM50 solar 162 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM50 solar 162 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM50 solar 162 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM50 solar 162 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM50 solar 162 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM50 solar 162 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM50 solar 162 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM50 solar 162 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM50 solar 162 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM50 solar 162 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM50 solar 162 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM50 solar 162 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM50 solar 162 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM50 solar 162 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM50 solar 162 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM50 solar 162 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM50 solar 162 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM50 solar 162 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM50 solar 162 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM50 solar 162 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM50 solar 162 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM50 solar 162 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM50 solar 162 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM50 solar 162 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM50 solar 162 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM50 solar 162 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM50 solar 162 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM50 solar 162 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM50 solar 162 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM50 solar 162 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM50 solar 162 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM50 solar 162 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM50 solar 162 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM50 solar 162 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM50 solar 162 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM50 solar 162 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM50 solar 162 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM50 solar 162 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM50 solar 162 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM50 solar 162 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM50 solar 162 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM100, MS100 solar 163 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM100, MS100 solar 163 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM100, MS100 solar 163 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM100, MS100 solar 163 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM100, MS100 solar 163 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM100, MS100 solar 163 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM100, MS100 solar 163 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM100, MS100 solar 163 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM100, MS100 solar 163 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM100, MS100 solar 163 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM100, MS100 solar 163 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM100, MS100 solar 163 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM100, MS100 solar 163 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM100, MS100 solar 163 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM100, MS100 solar 163 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM100, MS100 solar 163 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM100, MS100 solar 163 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM100, MS100 solar 163 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM100, MS100 solar 163 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM100, MS100 solar 163 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM100, MS100 solar 163 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM100, MS100 solar 163 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM100, MS100 solar 163 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM100, MS100 solar 163 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM100, MS100 solar 163 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM100, MS100 solar 163 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM100, MS100 solar 163 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM100, MS100 solar 163 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM100, MS100 solar 163 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM100, MS100 solar 163 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM100, MS100 solar 163 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM100, MS100 solar 163 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM100, MS100 solar 163 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM100, MS100 solar 163 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM100, MS100 solar 163 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM100, MS100 solar 163 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM100, MS100 solar 163 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM100, MS100 solar 163 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM100, MS100 solar 163 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM100, MS100 solar 163 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM100, MS100 solar 163 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM100, MS100 solar 163 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM100, MS100 solar 163 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM100, MS100 solar 163 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM100, MS100 solar 163 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM100, MS100 solar 163 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM100, MS100 solar 163 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM100, MS100 solar 163 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM100, MS100 solar 163 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM100, MS100 solar 163 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM100, MS100 solar 163 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM100, MS100 solar 163 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM100, MS100 solar 163 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM100, MS100 solar 163 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM200, MS200 solar 164 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM200, MS200 solar 164 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM200, MS200 solar 164 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM200, MS200 solar 164 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM200, MS200 solar 164 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM200, MS200 solar 164 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM200, MS200 solar 164 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM200, MS200 solar 164 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM200, MS200 solar 164 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM200, MS200 solar 164 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM200, MS200 solar 164 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM200, MS200 solar 164 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM200, MS200 solar 164 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM200, MS200 solar 164 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM200, MS200 solar 164 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM200, MS200 solar 164 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM200, MS200 solar 164 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM200, MS200 solar 164 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM200, MS200 solar 164 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM200, MS200 solar 164 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM200, MS200 solar 164 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM200, MS200 solar 164 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM200, MS200 solar 164 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM200, MS200 solar 164 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM200, MS200 solar 164 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM200, MS200 solar 164 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM200, MS200 solar 164 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM200, MS200 solar 164 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM200, MS200 solar 164 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM200, MS200 solar 164 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM200, MS200 solar 164 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM200, MS200 solar 164 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM200, MS200 solar 164 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM200, MS200 solar 164 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM200, MS200 solar 164 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM200, MS200 solar 164 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM200, MS200 solar 164 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM200, MS200 solar 164 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM200, MS200 solar 164 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM200, MS200 solar 164 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM200, MS200 solar 164 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM200, MS200 solar 164 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM200, MS200 solar 164 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM200, MS200 solar 164 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM200, MS200 solar 164 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM200, MS200 solar 164 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM200, MS200 solar 164 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM200, MS200 solar 164 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM200, MS200 solar 164 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM200, MS200 solar 164 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM200, MS200 solar 164 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM200, MS200 solar 164 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM200, MS200 solar 164 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM200, MS200 solar 164 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 HP Module heatpump 252 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 HP Module heatpump 252 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 HP Module heatpump 252 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 HP Module heatpump 252 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 HP Module heatpump 252 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 HP Module heatpump 252 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 HP Module heatpump 252 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 HP Module heatpump 252 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 HP Module heatpump 252 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 HP Module heatpump 252 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 HP Module heatpump 252 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 HP Module heatpump 252 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 HP Module heatpump 252 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 HP Module heatpump 252 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 HP Module heatpump 252 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 HP Module heatpump 252 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 HP Module heatpump 252 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 HP Module heatpump 252 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 HP Module heatpump 252 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 HP Module heatpump 252 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 HP Module heatpump 252 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 HP Module heatpump 252 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 HP Module heatpump 252 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 HP Module heatpump 252 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 HP Module heatpump 252 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 HP Module heatpump 252 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 HP Module heatpump 252 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 HP Module heatpump 252 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 HP Module heatpump 252 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 HP Module heatpump 252 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 HP Module heatpump 252 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 HP Module heatpump 252 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 HP Module heatpump 252 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 HP Module heatpump 252 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 HP Module heatpump 252 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 HP Module heatpump 252 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 HP Module heatpump 252 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 HP Module heatpump 252 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 HP Module heatpump 252 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 Hybrid Manager HM200 heatpump 248 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 Hybrid Manager HM200 heatpump 248 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 Hybrid Manager HM200 heatpump 248 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 Hybrid Manager HM200 heatpump 248 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 Hybrid Manager HM200 heatpump 248 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 Hybrid Manager HM200 heatpump 248 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 Hybrid Manager HM200 heatpump 248 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 Hybrid Manager HM200 heatpump 248 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 Hybrid Manager HM200 heatpump 248 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 Hybrid Manager HM200 heatpump 248 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 Hybrid Manager HM200 heatpump 248 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 Hybrid Manager HM200 heatpump 248 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 Hybrid Manager HM200 heatpump 248 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 Hybrid Manager HM200 heatpump 248 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 Hybrid Manager HM200 heatpump 248 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 Hybrid Manager HM200 heatpump 248 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 Hybrid Manager HM200 heatpump 248 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 Hybrid Manager HM200 heatpump 248 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 Hybrid Manager HM200 heatpump 248 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 Hybrid Manager HM200 heatpump 248 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 Hybrid Manager HM200 heatpump 248 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 Hybrid Manager HM200 heatpump 248 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 Hybrid Manager HM200 heatpump 248 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 Hybrid Manager HM200 heatpump 248 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 Hybrid Manager HM200 heatpump 248 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 Hybrid Manager HM200 heatpump 248 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 Hybrid Manager HM200 heatpump 248 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 Hybrid Manager HM200 heatpump 248 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 Hybrid Manager HM200 heatpump 248 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 Hybrid Manager HM200 heatpump 248 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 Hybrid Manager HM200 heatpump 248 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 Hybrid Manager HM200 heatpump 248 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 Hybrid Manager HM200 heatpump 248 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 Hybrid Manager HM200 heatpump 248 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 Hybrid Manager HM200 heatpump 248 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 Hybrid Manager HM200 heatpump 248 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 Hybrid Manager HM200 heatpump 248 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 Hybrid Manager HM200 heatpump 248 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 Hybrid Manager HM200 heatpump 248 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 WM10 switch 71 activated activated boolean False binary_sensor.switch_activated binary_sensor.switch_activated 11 0 1 0 1 WM10 switch 71 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.switch_flow_temperature_(TC1) sensor.switch_flowtemphc 11 0 1/10 1 1 WM10 switch 71 status status int8 (>=-126<=126) False sensor.switch_status sensor.switch_status 11 0 1 2 1 Rego 3000 controller 240 datetime date/time string False sensor.controller_date/time sensor.controller_datetime 12 0 1 0 13 EM10 alert 74 setflowtemp set flow temperature uint8 (>=0<=254) C False sensor.alert_set_flow_temperature sensor.alert_setflowtemp 14 0 1 0 1 EM10 alert 74 setburnpow burner set power uint8 (>=0<=100) % False sensor.alert_burner_set_power sensor.alert_setburnpow 14 0 1 1 1 EM10, EM100 extension 243 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 EM10, EM100 extension 243 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 EM10, EM100 extension 243 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 EM10, EM100 extension 243 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 EM10, EM100 extension 243 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 EM10, EM100 extension 243 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 EM10, EM100 extension 243 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 EM10, EM100 extension 243 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 EM10, EM100 extension 243 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 EM10, EM100 extension 243 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 T1RF extension 220 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 T1RF extension 220 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 T1RF extension 220 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 T1RF extension 220 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 T1RF extension 220 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 T1RF extension 220 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 T1RF extension 220 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 T1RF extension 220 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 T1RF extension 220 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 T1RF extension 220 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 Logavent HRV176 ventilation 231 outfresh outdoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_fresh_air sensor.ventilation_outfresh 18 0 1/10 0 1 Logavent HRV176 ventilation 231 infresh indoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_fresh_air sensor.ventilation_infresh 18 0 1/10 1 1 Logavent HRV176 ventilation 231 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_exhaust_air sensor.ventilation_outexhaust 18 0 1/10 2 1 Logavent HRV176 ventilation 231 inexhaust indoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_exhaust_air sensor.ventilation_inexhaust 18 0 1/10 3 1 Logavent HRV176 ventilation 231 ventinspeed in blower speed uint8 (>=0<=100) % False sensor.ventilation_in_blower_speed sensor.ventilation_ventinspeed 18 0 1 4 1 Logavent HRV176 ventilation 231 ventoutspeed out blower speed uint8 (>=0<=100) % False sensor.ventilation_out_blower_speed sensor.ventilation_ventoutspeed 18 0 1 5 1 Logavent HRV176 ventilation 231 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] True select.ventilation_ventilation_mode select.ventilation_ventmode 18 0 1 6 1 Logavent HRV176 ventilation 231 airquality air quality (voc) uint16 (>=0<=31999) False sensor.ventilation_air_quality_(voc) sensor.ventilation_airquality 18 0 1 7 1 Logavent HRV176 ventilation 231 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.ventilation_relative_air_humidity sensor.ventilation_airhumidity 18 0 1 8 1 MP100 pool 204 pooltemp pool temperature int16 (>=-3199<=3199) C False sensor.pool_pool_temperature sensor.pool_pooltemp 20 0 1/10 -1 1 MP100 pool 204 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] False sensor.pool_pool_shunt_status_opening/closing sensor.pool_poolshuntstatus 20 0 1 -1 1 MP100 pool 204 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % False sensor.pool_pool_shunt_open/close_(0% =_pool / 100% =_heat) sensor.pool_poolshunt 20 0 1 -1 1","title":"All devices and entities"},{"location":"Boilers/","text":"List of Boilers ~ This is the current list of supported boilers from brands like Buderus, Nefit, Sieger, Junkers and Bosch: BK13, BK15 GB125, GB135, GB1x2i, GB162, GBx72, GB212, GB162, GB192, GB122, GB192i.2 MC10 Cascade CM10, MC400 Logano Logamax Plus GB022, U122 Logamatic MC10, MC110 Condens 2500, GC9000 Logomatic Cerapur Top, Aero Greenstar Si, 30Ri Compact, ErP, HIU, 8000 Nefit Topline, Trendline Cascade MCM10 Nefit Proline Nefit Smartline GC7000F, GC9800IW KB195i Hybrid Heatpump Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco WLW196i, WSW196i Condens 2300, 5000i Ecomline Excellent EasyControl Adapter Device Entities ~ Notice The boiler commands below will vary depending on boiler type/brand and system configuration Some commands will not work because they are overwritten by controller or thermostat. In this case there are thermostat commands for this setting. this list is not complete and subject to change between versions command data id comments comfort flowtemp Limited to heatingtemp, set by thermostat if present wwsettemp Only if thermostat does not manage it boilhyston Start burner below flowtemp (negative value), allowed range depends on boiler type boilhystoff Stop burner above flowtemp (positive value), allowed range depends on boiler type burnperiod burnminpower <%> Changeable only for modulated burners burnmaxpower <%> Changeable only for modulated burners pumpdelay wwactivated wwtapactivated Special function working in boiler test-mode wwonetime Overwritten by some thermostats, see thermostat commands wwcircpump wwcirc Overwritten by some thermostats, see thermostat commands wwcircmode (1=1x3min, .. 6=6x3min, 7=on) wwflowtempoffset Offset to boiler temperature while preparing warm water wwmaxpower <%> Maximum power for warm water heating heatingactivated Not changeable for some systems. i.g. Set by MC10 rotary control heatingtemp Upper limit for flowtemp, not changeable for some systems or overwritten (MC10) maintenance \\| \\| reset> set maintenance to date or time or reset message pumpmodmin <%> Changeable only for modulated pumps pumpmodmax <%> Changeable only for modulated pumps reset Use reset error only if there is an active error!","title":"Boilers"},{"location":"Boilers/#list-of-boilers","text":"This is the current list of supported boilers from brands like Buderus, Nefit, Sieger, Junkers and Bosch: BK13, BK15 GB125, GB135, GB1x2i, GB162, GBx72, GB212, GB162, GB192, GB122, GB192i.2 MC10 Cascade CM10, MC400 Logano Logamax Plus GB022, U122 Logamatic MC10, MC110 Condens 2500, GC9000 Logomatic Cerapur Top, Aero Greenstar Si, 30Ri Compact, ErP, HIU, 8000 Nefit Topline, Trendline Cascade MCM10 Nefit Proline Nefit Smartline GC7000F, GC9800IW KB195i Hybrid Heatpump Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco WLW196i, WSW196i Condens 2300, 5000i Ecomline Excellent EasyControl Adapter","title":"List of Boilers"},{"location":"Boilers/#device-entities","text":"Notice The boiler commands below will vary depending on boiler type/brand and system configuration Some commands will not work because they are overwritten by controller or thermostat. In this case there are thermostat commands for this setting. this list is not complete and subject to change between versions command data id comments comfort flowtemp Limited to heatingtemp, set by thermostat if present wwsettemp Only if thermostat does not manage it boilhyston Start burner below flowtemp (negative value), allowed range depends on boiler type boilhystoff Stop burner above flowtemp (positive value), allowed range depends on boiler type burnperiod burnminpower <%> Changeable only for modulated burners burnmaxpower <%> Changeable only for modulated burners pumpdelay wwactivated wwtapactivated Special function working in boiler test-mode wwonetime Overwritten by some thermostats, see thermostat commands wwcircpump wwcirc Overwritten by some thermostats, see thermostat commands wwcircmode (1=1x3min, .. 6=6x3min, 7=on) wwflowtempoffset Offset to boiler temperature while preparing warm water wwmaxpower <%> Maximum power for warm water heating heatingactivated Not changeable for some systems. i.g. Set by MC10 rotary control heatingtemp Upper limit for flowtemp, not changeable for some systems or overwritten (MC10) maintenance \\| \\| reset> set maintenance to date or time or reset message pumpmodmin <%> Changeable only for modulated pumps pumpmodmax <%> Changeable only for modulated pumps reset Use reset error only if there is an active error!","title":"Device Entities"},{"location":"Building/","text":"Prerequisites ~ You will need the following installed before you can get started: PlatformIO Node.js yarn Note: on Windows 10 you will need to enable UTF-8 from the Regional Settings, to compile the Slovakian translation. Note: on some Windows system you may also need to run corepack enable for yarn, as mention in the link above. It is assumed you are familiar with coding, git and using PlatformIO to build firmware binaries. The included platformio.ini file will build the firmware for an 4M ESP32 board as its default target, including the Web frontend. If you want to customize the build create a pio_local.ini file (there is an example file included). This is useful if you want to upload to a specific port or compile the code with DEBUG flags or change to a different ESP32 platform like an S3. We recommend using Visual Studio Code to build the firmware with the PlatformIO extension installed. Testing locally ~ WebUI ~ The WebUI can be developed and tested in real-time using mock dummy data. This is useful when making changes to the web content files or translation files. To install or update the packages do: 1 2 3 4 % cd interface % yarn % cd mock-api % yarn and then from the interface folder run: 1 % yarn standalone Make sure you have the latest version of node installed. You need at least 18.20 and can check with node -v . An easy way to switch between different node versions is to use nvm . This will open a browser window with URL localhost:3000 . The mock data used is all hardcoded in /mock-api/rest_server.js . Simulating offline, without an ESP32 microcontroller ~ You can also run EMS-ESP without an ESP32 (which we call 'standalone'). The platformIO environment has two native environments that will build emsesp executables to support this for all Linux, Windows and Max OSX. On Linux (including WSL in Windows), in VSCode start a \"PlatformIO Core CLI\" terminal and simply run: pio run -e native -t exec On Windows , because of the EMS-ESP console needs Winsock for the key input, the easiest way is to install Msys2 onto your windows machine, followed by installing the GNU g++ compiler straight after with run pacman -S mingw-w64-ucrt-x86_64-gcc . This is only needed once. From then on, you can run the pio command to build the Windows .exe executabled with pio run -e native and launch it in a Msys terminal, like: C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64 -c /.pio/build/native/program.exe Use the test command to run tests. test general is a generic test that will setup a standard boiler and thermostat with default entities. All the tests are hardcoded in the file test.cpp and can be easily adapted. There are also a set of Unit Tests which can be run from the pio environment with pio run -e native-test -t exec . This works natively on every platform and doesn't require any additional setup. Debugging ~ To debug from Visual Studio Code and step through the code, peek at variables, put in breakpoints etc. First build the executable using the make method above which will place the .o object files in a build folder, and then invoke the debugger (F5 on Windows). You can also create a VSC's task in launch.json file to automate this for you, like adding: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... { \"name\" : \"Debug ems-esp standalone\" , \"type\" : \"cppdbg\" , \"request\" : \"launch\" , \"program\" : \"${workspaceFolder}/emsesp\" , \"cwd\" : \"${workspaceFolder}\" , \"environment\" : [], \"miDebuggerPath\" : \"/usr/bin/gdb\" , \"MIMode\" : \"gdb\" , \"launchCompleteCommand\" : \"exec-run\" , ] } ... WSL (building a Linux environment on Windows) ~ I recently had to rebuild my Linux WSL on Windows from scratch to build EMS-ESP I thought I'd share the steps I took to get it working. Create a new WSL2 environment. Note a WSL2 instance can take up to 8GB RAM so first make sure your PC can handle it. wsl.exe -l -v to view any current installations. wsl.exe --list --online to view available installations. wsl.exe -d to start the distro. If in doubt use Ubuntu-24.04 as it is the latest LTS. lsb_release -a after it's installed to check the version. do-release-upgrade (optional) to upgrade to the latest version. I upgraded to 24.10. You may need to set \"Prompt=normal\" in the /etc/update-manager/release-upgrades file. wsl.exe --setdefault to make this installation the default one. You can use wsl.exe --terminate to remove any old ones. Go into the WSL instance ( wsl ) and setup the following: sudo apt install unzip make g++ python3-venv nodejs curl zsh sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\" (optional) to install zsh npm install -g npm-check-updates for the ncu command curl -fsSL https://bun.sh/install | bash for the mock-api yarn set version stable in both interface and mock-api folders to get the latest Yarn version. Also here, do a yarn config set --home enableTelemetry 0 to stop yarn spying on you. To usb USB install https://github.com/dorssel/usbipd-win/releases from an DOS Admin command window. In that window you can use usbipd list to find the COM port and then for example usbipd bind -b 1-6 and usbipd attach -w -b 1-6 to attach it to the WSL instance. This will give you a /dev/ttyUSB0 or /dev/ttyACM0 device. Run Visual Studio Code on your Windows environment and click \"Connect to WSL\" to connect to the WSL instance. You can then use the WSL terminal to build the firmware. You'll find building and compiling EMS-ESP will be 2-3 times faster than on Windows.","title":"Building & Testing the Firmware"},{"location":"Building/#prerequisites","text":"You will need the following installed before you can get started: PlatformIO Node.js yarn Note: on Windows 10 you will need to enable UTF-8 from the Regional Settings, to compile the Slovakian translation. Note: on some Windows system you may also need to run corepack enable for yarn, as mention in the link above. It is assumed you are familiar with coding, git and using PlatformIO to build firmware binaries. The included platformio.ini file will build the firmware for an 4M ESP32 board as its default target, including the Web frontend. If you want to customize the build create a pio_local.ini file (there is an example file included). This is useful if you want to upload to a specific port or compile the code with DEBUG flags or change to a different ESP32 platform like an S3. We recommend using Visual Studio Code to build the firmware with the PlatformIO extension installed.","title":"Prerequisites"},{"location":"Building/#testing-locally","text":"","title":"Testing locally"},{"location":"Building/#webui","text":"The WebUI can be developed and tested in real-time using mock dummy data. This is useful when making changes to the web content files or translation files. To install or update the packages do: 1 2 3 4 % cd interface % yarn % cd mock-api % yarn and then from the interface folder run: 1 % yarn standalone Make sure you have the latest version of node installed. You need at least 18.20 and can check with node -v . An easy way to switch between different node versions is to use nvm . This will open a browser window with URL localhost:3000 . The mock data used is all hardcoded in /mock-api/rest_server.js .","title":"WebUI"},{"location":"Building/#simulating-offline-without-an-esp32-microcontroller","text":"You can also run EMS-ESP without an ESP32 (which we call 'standalone'). The platformIO environment has two native environments that will build emsesp executables to support this for all Linux, Windows and Max OSX. On Linux (including WSL in Windows), in VSCode start a \"PlatformIO Core CLI\" terminal and simply run: pio run -e native -t exec On Windows , because of the EMS-ESP console needs Winsock for the key input, the easiest way is to install Msys2 onto your windows machine, followed by installing the GNU g++ compiler straight after with run pacman -S mingw-w64-ucrt-x86_64-gcc . This is only needed once. From then on, you can run the pio command to build the Windows .exe executabled with pio run -e native and launch it in a Msys terminal, like: C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64 -c /.pio/build/native/program.exe Use the test command to run tests. test general is a generic test that will setup a standard boiler and thermostat with default entities. All the tests are hardcoded in the file test.cpp and can be easily adapted. There are also a set of Unit Tests which can be run from the pio environment with pio run -e native-test -t exec . This works natively on every platform and doesn't require any additional setup.","title":"Simulating offline, without an ESP32 microcontroller"},{"location":"Building/#debugging","text":"To debug from Visual Studio Code and step through the code, peek at variables, put in breakpoints etc. First build the executable using the make method above which will place the .o object files in a build folder, and then invoke the debugger (F5 on Windows). You can also create a VSC's task in launch.json file to automate this for you, like adding: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... { \"name\" : \"Debug ems-esp standalone\" , \"type\" : \"cppdbg\" , \"request\" : \"launch\" , \"program\" : \"${workspaceFolder}/emsesp\" , \"cwd\" : \"${workspaceFolder}\" , \"environment\" : [], \"miDebuggerPath\" : \"/usr/bin/gdb\" , \"MIMode\" : \"gdb\" , \"launchCompleteCommand\" : \"exec-run\" , ] } ...","title":"Debugging"},{"location":"Building/#wsl-building-a-linux-environment-on-windows","text":"I recently had to rebuild my Linux WSL on Windows from scratch to build EMS-ESP I thought I'd share the steps I took to get it working. Create a new WSL2 environment. Note a WSL2 instance can take up to 8GB RAM so first make sure your PC can handle it. wsl.exe -l -v to view any current installations. wsl.exe --list --online to view available installations. wsl.exe -d to start the distro. If in doubt use Ubuntu-24.04 as it is the latest LTS. lsb_release -a after it's installed to check the version. do-release-upgrade (optional) to upgrade to the latest version. I upgraded to 24.10. You may need to set \"Prompt=normal\" in the /etc/update-manager/release-upgrades file. wsl.exe --setdefault to make this installation the default one. You can use wsl.exe --terminate to remove any old ones. Go into the WSL instance ( wsl ) and setup the following: sudo apt install unzip make g++ python3-venv nodejs curl zsh sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\" (optional) to install zsh npm install -g npm-check-updates for the ncu command curl -fsSL https://bun.sh/install | bash for the mock-api yarn set version stable in both interface and mock-api folders to get the latest Yarn version. Also here, do a yarn config set --home enableTelemetry 0 to stop yarn spying on you. To usb USB install https://github.com/dorssel/usbipd-win/releases from an DOS Admin command window. In that window you can use usbipd list to find the COM port and then for example usbipd bind -b 1-6 and usbipd attach -w -b 1-6 to attach it to the WSL instance. This will give you a /dev/ttyUSB0 or /dev/ttyACM0 device. Run Visual Studio Code on your Windows environment and click \"Connect to WSL\" to connect to the WSL instance. You can then use the WSL terminal to build the firmware. You'll find building and compiling EMS-ESP will be 2-3 times faster than on Windows.","title":"WSL (building a Linux environment on Windows)"},{"location":"Commands/","text":"EMS-ESP has a command API which can be used to read and write values to EMS device and call specific commands. There are 3 methods commands can be invoked: via the Console using Telnet or Serial via HTTP using RESTful API calls via MQTT via topics and their payloads Definitions ~ First some important definitions. Important is the short-name. It can be either 1. an EMS Device and supported devices include: boiler thermostat mixer heatpump solar gateway switch controller pump generic heatsource ventilation - the EMS-ESP system itself identified as system - the Dallas temperature sensors as temperaturesensor - any custom Analog sensors as analogsensor - any EMS telegram custom entities as custom is the name of either - a generic command, or - an EMS device entity also referred to as an . See the Supported Devices page for the complete list is an optional identifier and has different meanings depending on the context is used to represent the value to read or write. It can be either a single value as any type (integer, float, string or boolean) or a JSON object {} string containing multiple key/values pairs as: - \"cmd\" is the . The key \"cmd\" may also be substituted for \"entity\" . - \"value\" is the value and can be either a text string in quotes, an integer, float of boolean. \"data\" is an alias that can also be used instead for the key. - \"hc\" , \"wwc\" and \"id\" are all are used to represent a value or in the context of an EMS Device a heating or warm water circuit. Note: A boolean value can be represented in many forms: - as a True value, \"TRUE\", \"yes\", true, \"true\", \"on\", 1 - as a False value, \"FALSE\", \"no\", false, \"false\", \"off\", 0 Console ~ Commands can be executed using the call command You need to be admin to use the call command. First su and enter the password For a list of all available commands you can use show commands The syntax is call For more information on how to use the Telnet Console see the Console section. HTTP ~ Things to note: The REST API follows the OpenAPI Specification The URL path always starts with http:///api/ is either an IP address or the mDNS name, which default is ems-esp.local Some commands require can be dangerous and require security authentication, unless disabled via an EMS-ESP setting. The authentication is in the form of an Access Token which is generated from the WebUI's Security->Manage Users and then clicking on the key button for the admin user. The 152 character long string must be included in the HTTP header like \"Authorization: Bearer {ACCESS_TOKEN}\" . The tokens have no expiry date With HTTP PUSH/PUT/PATCH commands an HTTP body may be required. This can be in the form of either plain text or as a JSON object HTTPS with self-signed certificates are not yet supported Reading and Writing EMS Device information ~ The URL path is http:///api// endpoint HTTP method action authentication required? post body info GET outputs current EMS device information in verbose no values GET outputs current EMS device information in short format no (empty) GET same as values above no commands GET lists the available command entities to call no entities GET lists all enabled entities no {entity} GET outputs details of a specific entity, for reading no {entity}/{hc} GET same as the read command above but for a specific heating circuit no {entity} POST updates a entity value, for writing yes {entity}/{hc} POST same as the write command above but for a specific heating circuit yes Examples: URL post body action http://ems-esp.local/api/thermostat/temp 22 sets the selected room temperature of the master thermostat on heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"mode\", \"data\":\"auto\"} sets the thermostat mode to auto for heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"seltemp\", \"data\":23, \"hc\":3} sets the room temperature to 23 degrees for for heating circuit 3 http://ems-esp.local/api/thermostat/hc2 {\"cmd\":\"seltemp\", \"data\":20.5} sets the room temperature to 20.5 degrees for for heating circuit 2 Fetching custom entities (EMS telegrams) ~ The URL path is http:///api/custom/ endpoint HTTP method action authentication required? post body blank or info GET outputs all custom entities and their values no GET outputs all characteristics for a specific custom entity no Fetching Temperature Sensor information ~ The URL path is http:///api/temperaturesensor/ endpoint HTTP method action authentication required? post body blank GET outputs connected Dallas temperature sensor names and readings no info GET outputs all details on the connected Dallas temperature sensors no GET outputs all characteristics for a specific temperature sensors no Controlling the Analog Sensors ~ The URL path is http:///api/analogsensor/ endpoint HTTP method action authentication required? post body blank GET outputs analog sensors and their readings no info GET outputs all details on the connected analog sensors no GET outputs all characteristics for a specific analog sensors no commands GET lists the available system commands no setvalue POST set value/offset of counter or output pin, +/- sign corrects value yes {\"value\":, \"id\":} System Commands ~ The URL path is http:///api/system/ endpoint HTTP method action authentication required? post body info or blank GET outputs current system information no fetch GET forces at refresh of all device values no restart GET restarts EMS-ESP yes commands GET lists the available system commands no allvalues GET lists all connect devices and sensors and their entity values no send POST send telegram to the EMS bus yes \"XX XX...XX\" message POST send a message to the log and MQTT yes \"..\" publish POST MQTT publish all values, and optional HA-configuration or specific for a device no [ha] \\| [device] watch POST watch incoming telegrams no Examples ~ ...via the command line ~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # Most GETs do not need authentication % curl http://ems-esp.local/api/thermostat/seltemp # POSTs (with -d) need authentication tokens % curl http://ems-esp.local/api/thermostat/seltemp \\ -H 'Content-Type: application/json' \\ -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0' \\ -d '{ \"value\" : 22.5 }' # GET with authentication using query parameter with token % curl http://ems-esp.local/api/system/publish \\? access_token \\= \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0\" # GET to restart EMS-ESP curl http://ems-esp.local/api/system/restart -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0' ...using a Python script ~ 1 2 3 4 5 6 7 8 9 10 11 import requests import json url = \"http://ems-esp.local/api/thermostat/temp\" token = \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0\" body = json . dumps ({ \"value\" : 22.5 }) headers = { 'Content-Type' : 'application/json' , 'Authorization' : 'Bearer ' + token } response = requests . post ( url , headers = headers , data = body , verify = False ) print ( response . json ()) MQTT ~ MQTT uses the same format as the API. The topic matches the URL path except the is replaced with the MQTT Base name as defined in the Settings (default is ems-esp). The payload is the same as the as described above and used in the API. Examples: topic payload action ems-esp/system/send XX XX...XX send raw ems-command ems-esp/thermostat/seltemp fetches the seltemp entity values and publishes it in the topic ems-esp/response ems-esp/thermostat/seltemp 23 change the selected setpoint temperature to 23 degrees on the master thermostat on hc1 ems-esp/thermostat/mode auto sets the thermostat mode to auto for hc1 ems-esp/thermostat {\\\"cmd\\\":\\\"mode\\\",\\\"value\\\":\\\"heat\\\",\\\"id\\\":1} sets the thermostat mode to heat for hc1 Publishing Commands ~ EMS-ESP will MQTT 'subscribe' to specific topics depending on the EMS devices attached. For example boiler , thermostat etc. Commands can be sent to EMS-ESP via these MQTT topics using the payload format: 1 { \"cmd\" : \"\" , \"data\" : , \"id\" : < n > } where cmd is one of the commands listed in the Commands and must be enclosed in quotes as a String. The key entity may also be used instead of cmd . data (or value ) holds the value for the command, and can be either a String or numeric value. id is used as an generic indicator. hc , wwc , ahs and hs are other suppoerted aliases. For example with hc it is used to indicated a specific Heating Circuit. A numeric value or String can be both used. With Home Assistant, Thermostat commands can also be sent to control individual heating circuits via sending a mode string or temperature number to a topic thermostat_hc . Depending on mqtt-settings there are also direct subscriptions for each value like boiler/wwtemp , thermostat/hc1/daytemp , etc. Thermostats which supports only a single heating circuits will subscribe to /thermostat/daytemp . You can also use MQTT to send a specific read request and the telegram response will be returned in a topic called response . For example sending the payload {\"cmd\":\"send\", \"data\":\"0B 88 19 19 02\"} to ems-esp/system will result in a topic response being published with the data {\"src\":\"08\",\"dest\":\"0B\",\"type\":\"19\",\"offset\":\"19\",\"data\":\"7D 00\",\"value\":32000} .","title":"Commands"},{"location":"Commands/#definitions","text":"First some important definitions. Important is the short-name. It can be either 1. an EMS Device and supported devices include: boiler thermostat mixer heatpump solar gateway switch controller pump generic heatsource ventilation - the EMS-ESP system itself identified as system - the Dallas temperature sensors as temperaturesensor - any custom Analog sensors as analogsensor - any EMS telegram custom entities as custom is the name of either - a generic command, or - an EMS device entity also referred to as an . See the Supported Devices page for the complete list is an optional identifier and has different meanings depending on the context is used to represent the value to read or write. It can be either a single value as any type (integer, float, string or boolean) or a JSON object {} string containing multiple key/values pairs as: - \"cmd\" is the . The key \"cmd\" may also be substituted for \"entity\" . - \"value\" is the value and can be either a text string in quotes, an integer, float of boolean. \"data\" is an alias that can also be used instead for the key. - \"hc\" , \"wwc\" and \"id\" are all are used to represent a value or in the context of an EMS Device a heating or warm water circuit. Note: A boolean value can be represented in many forms: - as a True value, \"TRUE\", \"yes\", true, \"true\", \"on\", 1 - as a False value, \"FALSE\", \"no\", false, \"false\", \"off\", 0","title":"Definitions"},{"location":"Commands/#console","text":"Commands can be executed using the call command You need to be admin to use the call command. First su and enter the password For a list of all available commands you can use show commands The syntax is call For more information on how to use the Telnet Console see the Console section.","title":"Console"},{"location":"Commands/#http","text":"Things to note: The REST API follows the OpenAPI Specification The URL path always starts with http:///api/ is either an IP address or the mDNS name, which default is ems-esp.local Some commands require can be dangerous and require security authentication, unless disabled via an EMS-ESP setting. The authentication is in the form of an Access Token which is generated from the WebUI's Security->Manage Users and then clicking on the key button for the admin user. The 152 character long string must be included in the HTTP header like \"Authorization: Bearer {ACCESS_TOKEN}\" . The tokens have no expiry date With HTTP PUSH/PUT/PATCH commands an HTTP body may be required. This can be in the form of either plain text or as a JSON object HTTPS with self-signed certificates are not yet supported","title":"HTTP"},{"location":"Commands/#reading-and-writing-ems-device-information","text":"The URL path is http:///api// endpoint HTTP method action authentication required? post body info GET outputs current EMS device information in verbose no values GET outputs current EMS device information in short format no (empty) GET same as values above no commands GET lists the available command entities to call no entities GET lists all enabled entities no {entity} GET outputs details of a specific entity, for reading no {entity}/{hc} GET same as the read command above but for a specific heating circuit no {entity} POST updates a entity value, for writing yes {entity}/{hc} POST same as the write command above but for a specific heating circuit yes Examples: URL post body action http://ems-esp.local/api/thermostat/temp 22 sets the selected room temperature of the master thermostat on heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"mode\", \"data\":\"auto\"} sets the thermostat mode to auto for heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"seltemp\", \"data\":23, \"hc\":3} sets the room temperature to 23 degrees for for heating circuit 3 http://ems-esp.local/api/thermostat/hc2 {\"cmd\":\"seltemp\", \"data\":20.5} sets the room temperature to 20.5 degrees for for heating circuit 2","title":"Reading and Writing EMS Device information"},{"location":"Commands/#fetching-custom-entities-ems-telegrams","text":"The URL path is http:///api/custom/ endpoint HTTP method action authentication required? post body blank or info GET outputs all custom entities and their values no GET outputs all characteristics for a specific custom entity no","title":"Fetching custom entities (EMS telegrams)"},{"location":"Commands/#fetching-temperature-sensor-information","text":"The URL path is http:///api/temperaturesensor/ endpoint HTTP method action authentication required? post body blank GET outputs connected Dallas temperature sensor names and readings no info GET outputs all details on the connected Dallas temperature sensors no GET outputs all characteristics for a specific temperature sensors no","title":"Fetching Temperature Sensor information"},{"location":"Commands/#controlling-the-analog-sensors","text":"The URL path is http:///api/analogsensor/ endpoint HTTP method action authentication required? post body blank GET outputs analog sensors and their readings no info GET outputs all details on the connected analog sensors no GET outputs all characteristics for a specific analog sensors no commands GET lists the available system commands no setvalue POST set value/offset of counter or output pin, +/- sign corrects value yes {\"value\":, \"id\":}","title":"Controlling the Analog Sensors"},{"location":"Commands/#system-commands","text":"The URL path is http:///api/system/ endpoint HTTP method action authentication required? post body info or blank GET outputs current system information no fetch GET forces at refresh of all device values no restart GET restarts EMS-ESP yes commands GET lists the available system commands no allvalues GET lists all connect devices and sensors and their entity values no send POST send telegram to the EMS bus yes \"XX XX...XX\" message POST send a message to the log and MQTT yes \"..\" publish POST MQTT publish all values, and optional HA-configuration or specific for a device no [ha] \\| [device] watch POST watch incoming telegrams no ","title":"System Commands"},{"location":"Commands/#examples","text":"","title":"Examples"},{"location":"Commands/#mqtt","text":"MQTT uses the same format as the API. The topic matches the URL path except the is replaced with the MQTT Base name as defined in the Settings (default is ems-esp). The payload is the same as the as described above and used in the API. Examples: topic payload action ems-esp/system/send XX XX...XX send raw ems-command ems-esp/thermostat/seltemp fetches the seltemp entity values and publishes it in the topic ems-esp/response ems-esp/thermostat/seltemp 23 change the selected setpoint temperature to 23 degrees on the master thermostat on hc1 ems-esp/thermostat/mode auto sets the thermostat mode to auto for hc1 ems-esp/thermostat {\\\"cmd\\\":\\\"mode\\\",\\\"value\\\":\\\"heat\\\",\\\"id\\\":1} sets the thermostat mode to heat for hc1","title":"MQTT"},{"location":"Commands/#publishing-commands","text":"EMS-ESP will MQTT 'subscribe' to specific topics depending on the EMS devices attached. For example boiler , thermostat etc. Commands can be sent to EMS-ESP via these MQTT topics using the payload format: 1 { \"cmd\" : \"\" , \"data\" : , \"id\" : < n > } where cmd is one of the commands listed in the Commands and must be enclosed in quotes as a String. The key entity may also be used instead of cmd . data (or value ) holds the value for the command, and can be either a String or numeric value. id is used as an generic indicator. hc , wwc , ahs and hs are other suppoerted aliases. For example with hc it is used to indicated a specific Heating Circuit. A numeric value or String can be both used. With Home Assistant, Thermostat commands can also be sent to control individual heating circuits via sending a mode string or temperature number to a topic thermostat_hc . Depending on mqtt-settings there are also direct subscriptions for each value like boiler/wwtemp , thermostat/hc1/daytemp , etc. Thermostats which supports only a single heating circuits will subscribe to /thermostat/daytemp . You can also use MQTT to send a specific read request and the telegram response will be returned in a topic called response . For example sending the payload {\"cmd\":\"send\", \"data\":\"0B 88 19 19 02\"} to ems-esp/system will result in a topic response being published with the data {\"src\":\"08\",\"dest\":\"0B\",\"type\":\"19\",\"offset\":\"19\",\"data\":\"7D 00\",\"value\":32000} .","title":"Publishing Commands"},{"location":"Configuring/","text":"First time setup ~ The default 'factory' configuration will start an WiFi Access Point called ems-esp . Connect to this using the WPA password ems-esp-neo . When prompted with a login screen (captive portal) sign-in with the username admin and password admin . These can be modified later. If you have an Ethernet board then you can connect directly to it's IP address or via http://ems-esp or http://ems-esp.local . Now you're ready to further configure the settings. If not connected to your WiFi network, do this first from the Settings->Network page. You can also do this via the the Console when connected to a Serial/USB port and using the commands set wifi ssid and set wifi password . If you're seeing warnings that it failed to connect to the EMS bus, or there are Tx or Rx errors then follow the troubleshooting guide. If Rx incomplete telegrams are reported in the log, don't panic. Some telegrams can be missed and this is usually caused by noise interference on the line. This next section describes some of key settings that can be adjusted via the WebUI, found under the Settings section. Most are self-explanatory so only the important ones are described here. Application Settings ~ Services ~ Bypass Access Token authorization on API calls . For RESTful write commands via HTTP POST the access token is required. This is for security reasons to prevent anyone changing device settings. Setting this flag makes the API open. Not recommended! Enable Telnet Console . This is on by default and allows users to connect to the in-secure Telnet server on port 23. Enable Syslog : IP is the IP address of a syslog server for capturing remote logs. Leave blank is not using SysLog. Port if using an alternate port number. The default is 514. And it uses UDP (not TCP). Log Level sets the maximum log level for reported messages. The highest level is DEBUG which will send a lot of log data so use with caution. Mark Interval will send out a special mark message to the SysLog. This is useful for timing events. Sensors ~ Enable Analog Sensors . This enables any GPIO to collect signals, whether it's a digital I/O, a pulse counter or ADC measuring mv. Enable 1-Wire Parasite-Power . Select this option when using (Dallas) temperature sensors with parasitic power. Formatting Options ~ Language . This sets the language to be used for the EMS Device Entity names, as shown in the WebUI Devices Dashboard and also for MQTT Discovery. The default is English. When using Home Assistant, and switching the language you may need to remove the previous EMS-ESP MQTT entries (from HA's Settings->Devices & Services->MQTT) and restart EMS-ESP just to be sure. Boolean Format Dashboard . This is how boolean values are displayed in the WebUI and MQTT payloads. Boolean Format API/MQTT . This is how boolean values are written in the MQTT payloads and API JSON output. Enum Format API/MQTT . This is how list values are presented in the MQTT payloads and API JSON, either by it's value or the index position within the list. Not if using Home Assitant you will not see the values but integer numbers for some entities, e.g. instead of off, hot, cold it will display 0, 1, 2 . Convert temperature values to Fahrenheit . For our US friends. Log EMS telegrams in hexadecimal will write the telegrams in raw format as hexadecimal values everywhere. Hardware Settings ~ Board Profile . If you have your own ESP32 development board you can choose from a pre-configured board (which is already set on a BBQKees Gateway) or select Custom to view and change the hardware settings: Rx GPIO - Which GPIO pin the Rx is assigned to. By default this is GPIO 23 but it can be almost any free pin. Connect this GPIO pin to the RX port on the EMS interface board. Tx GPIO - Which GPIO pin the Tx is assigned to. By default this is GPIO 5 but it can be almost any free pin. Connect this GPIO pin to the TX port on the EMS interface board. Button GPIO . Set a pin with pull-up. The button is used for different functions, such as holding for 10 seconds to reset to factory settings. Temperature GPIO . This is the pin where any external temperature sensors are attached. The Dallas chips DS1822, DS18S20, DS18B20, DS1825 are supported including their parasite varieties and can also be daisy-chained onto a single line, up to 100 sensors. LED GPIO . This is the pin for the LED, defaulted to the onboard LED on the ESP dev board. Eth PHY Type for choosing the Ethernet chip used. On ESP32 development boards there are often also pins marked RX and TX. However, these are usually connected to the USB chip and cannot be used for the EMS interface circuit. EMS Tx Mode . Tx Mode is the mode in which EMS-ESP sends telegrams on the EMS bus. Choose the mode that works best for your system and watch for Tx errors in the Web Dashboard and show ems in the Console. Changing the value has immediate effect. EMS is the default for EMS1.0 systems but also compatible with most other bus protocols. EMS+ is designed to work better for EMS2.0/EMS+ systems. HT3 for Heatronics3 used primarily by Junkers. Hardware uses the internal ESP's hardware to send out the telegram. Telegrams are sent immediately. It is the fastest and most efficient method but works only on some systems. EMS Bus ID . The EMS-ESP can simulate multiple devices. Stick to the Service Key (0x0B) unless using more than one EMS gateways/interface board. Enable Read only mode . This disables any outgoing Tx write commands to the EMS bus, essentially putting EMS-ESP into listening mode. However Tx is needed to detect EMS devices (as it sends out a Version command). If you want to explicitly put EMS-ESP into a read-only/sniffer mode use set tx_mode 0 from the console. Hide LED . Turns off the LED when in normal operating mode. The LED is still shown when booting or when there are connection issues. Underclock CPU speed . Under-clocks the ESP to 160Mhz, saving on power, heat and prolonging the lifespan of the chip at the cost of performance and response time. A reboot of EMS-ESP is required. Special Functions ~ Developer Mode will enable advanced features in the WebUI, like the Read command from the System Log. Start boiler with forced heating off . TBD. Disabled remote on missing room termperature . TBD. Enable Shower Timer . Enable to time how long the hot water runs for and it will send out an MQTT message with the duration. The timer starts after a minimal of 2 minutes running time. Enable Shower Alert . This is somewhat experimental and may not work on all boilers. After 7 minutes (configurable) running the hot water it will send out a warning by sending cold water for 10 seconds (also configurable). The boiler goes into test mode to perform this operation so use with caution! Network Setup ~ The Network page allows you to connect EMS-ESP to your home network. You can choose between WiFi and Ethernet if the hardware board support this. Note WiFi must be 2.4GHz/WPA2. It will not connect to a 5GHz WifFi access point. CORS (Cross-Origin Resource Sharing) ~ CORS, when enabled adds new HTTP headers to each Web request to allow the Web API to make fetch and XMLHttpRequest requests across different domains. It disables the pre-flight check which follows the same-origin policy by default. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS for more details. There is also a \"CORS unblock\" browser addon that works the same way. Enable this function when running in VPNs or you have other servers (like Grafana) running on other domains that are making calls to EMS-ESP's API. MQTT Setup ~ Broker Address . Use the IP address, not a FQDN. Port . The default is 1883 and 8883 for SSL. Base . All topics are prefixed with the Base so this is important. Make sure this is unique when using more than one EMS-ESP with the same broker. Client ID . This is used internally to identify EMS-ESP with the broker and is optional. Note MQTT topics will be postfixed with the hostname (default ems-esp ) and not the client ID. Use when having multiple devices. Username and Password are optional. Set Clean Session . Creates a non-persistent session when enabled. Default and recommended setting is disabled to keep it disabled when using home automation systems. QoS . Quality of Service, 0, 1 or 2. 0 is the default and suitable for more scenarios. A value of 1 will give a guarantee that the message has been sent, but will create slightly more network traffic and overhead. Always set Retain Flag . Enable if you want to persist all the messages on the MQTT broker. Default is disabled. Formatting . The As individual topics option will send all data as separate topics, and Nested will group the data into one single JSON payload. The default is nested. Publish command output to a 'response' topic' . This takes the output from an API command and publishes the result in a topic called response . Publish single value topics on change . This option will immediately publish the topic and payload for each operation and only available when MQTT Discovery is disabled. Enable MQTT Discovery enables the integration using MQTT Discovery, fully supported with Home Assistant and partially with Domoticz. Discovery type . Choose between \"Home Assistant\" and two protocols for \"Domoticz\". Domoticz (latest) will use Numbers, Switches, Select and other modern types, while Domoticz will just use Sensors for everything and also remove any templating conditions. Entity ID format : There are 3 options. The first single instance, long names uses the older < v3.5 format. The default and recommended setting for all new installs is the 2nd option called Single instance, short name which uses the EMS-ESP device entity name, which is fixed and can be seen in the Settings->Customization page. The last option must be used when running more than one version of the EMS-ESP firmware as it makes each unique by prefixing all MQTT topics with the base name. Publish Intervals . This section is per device and sets how frequent an MQTT message is sent. When set to 0 EMS-ESP will send data automatically when there is a noticeable change, which could be within a few seconds. Managing Users ~ The Security page allows you to change the default password for the captive portal and Telnet CLI. It also allows you to enable HTTPS for the captive portal and MQTT broker. The Users page allows you to create additional users for the captive portal and Telnet CLI. The default user is admin with password admin . Each user has an unique Access Token (viewable by clicking on the key icon) which is used for RESTful write commands via HTTP POST. This is for security reasons to prevent anyone changing device settings. Adding Analog and Temperature Sensors ~ External sensors, like temperature and analog sensors can be attached to a range of GPIO pins on the ESP32 chip. If using a BBQKees Gateway board it already has an external plug for Dallas temperature sensors which will be visible in the WebUI without any additional configuration. To add analog sensors click on Add and choose between a normal Digital in/out, a Counter (counting on/off pulses), ADC for measuring voltages, Timer, Rate and PWM 0-2. Note, the counter value is persisted and and not reset on reboot. Warning Be careful when picking a GPIO so it doesn't clash with the other used GPIOs (you can select CUSTOM board profile to view your current configuration). EMS-ESP is connected to the low voltage bus of your heating and any over-voltage can damage the EMS-ESP board and possible your heating devices. Never power external equipment from the EMS-ESP board directly. ESP32 development boards vary in their available pin configuration. Typically you can't use 1, 6-11, 12, 14, 15, 20, 24, 28-31 and 40+. See these links here and here . The following GPIOs are recommended: digital output: 13, 19, 21, 22, 27, 33, 37, 38 digital input/counter/timer/rate: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 (note no pullup on 35 & 39) ADC input: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 DAC output: 25, 26 PWM output: 13, 19, 21, 22, 25, 26, 27, 33, 37, 38 Limits: ADC: 1.5V DAC 8bit PWM: `max frequency 5000Hz, resolution 13bits`` Counter/timer/rate trigger: high->low edge with 15 ms debounce. Only for low pulse rates. Controlling Relay's ~ A common use case is to control a relay to switch on/off a device. This can be done by adding a digital output sensor and then creating a command to control it. The command can be added to the dashboard and scheduled to turn on/off at specific times. Create an Analog Sensor with type 'Digital Out'. The professional way is to use a separate relay board with opto-isolation and a flyback diode. The relay board is then powered by a separate power supply and the relay is connected to the digital output of the EMS-ESP as described above. The relay board is then connected to the device you want to control. This way the device is completely isolated from the EMS-ESP and the relay board can handle the higher voltage and current. Customizing Entities ~ The Customization page shows all registered entities and allows to exclude commands and values from publishing via MQTT/API or remove them from WebUI pages. The Devices and Dashboard only show entities with value while the Customization module will show all of them. If an entity has no value then it is supported by EMS-ESP, but not by your boiler/thermostat/etc and will not be published or visible to any integrations like Home Assistant. Scheduling Actions ~ Use the scheduler to call commands at specific intervals. A few examples: set the hot water temperature to a higher value in the morning and evening do a periodic system restart each week (although you shouldn't need to!) using system/restart in the Command field send a message to the log and mqtt using the Command system/message use in combination with a custom 'ram' entity to fetch data via another API like {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} and using this as a condition in the scheduler send data to an external API, via a RESTful HTTP POST command, for example {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} use to call a Home Assistant script or service when a condition is triggered, e.g. { \"url\":\"http:///api/services/script/my_script\", \"header\":{\"authorization\":\"Bearer \", \"Content-Type\":\"application/json\"} } When creating a scheduler entry, the name is optional but it's useful to assign a name and then you can control it via a command (enable/disable) and see the status in the MQTT topic scheduler_data . The scheduler can also be used to periodically set values based on another entity value, or even a user-defined custom entity (variable). For example to set the flow temperature of the boiler every minute based on a user managed entity which is controlled externally (e.g. in Home Assistant) it would look like: Conditions ~ Introduced in version 3.7 , the Scheduler has been extended to support conditional statements and formulas that can be used in the Command and/or Value fields for Timer, On Change and Condition types. Conditions have a strict syntax (see below) and are evaluated every 10 seconds. The condition is only executed when the condition changes from false to true. This is powerful new feature and allows, for example, to set a schedule based on a condition or set a value based on a condition. Pay attention to the following rules: a condition has to be a logic value 0 or 1 , the condition is true only for 1 , an arithmetic result 1 is also interpreted as true schedule command executed for 3 > 2, 3 - 2 schedule command not executed for 3 < 2 , 3 + 2 spaces are not needed, but makes the formula more readable EMS-ESP values are accessed / or //value . The may contain additional prefixes like . The user's Boolean Format ( 0/1 , off/on , OFF/ON , or false/true ) and Enum Format (value/index) Settings are used when evaluating bool and enums. Check the right value before setting a schedule by querying the API directly. For example go to http://ems-esp.local/api/thermostat to see if building is \"medium\", then create the rule with thermostat/building == medium . strings containing special characters have to be quoted. e.g. boiler/pumpmode == \"delta-P2\" , to avoid a calculation error on delta minus P2. all strings are converted to lowercase commands followed by a divider ( / ) have to be set in parenthesis e.g. (boiler/seltemp)/2 condition command is only executed on a change of the condition from false to true . If the condition stays true, the command is not repeated a command Value can also be a formula allowed operations: arithmetic: + - * / % functions: round abs int exp log sqrt pow logic: == != <= >= < > && || prefix: ! (not) and - (negation) conditional operations: ? : only surrounding a formula, not within a formula. Examples: (allowed) ? 5 + : 5 + (not allowed) 5 + ( ? : ) and cascaded conditions ? ? : : ? : An On Change trigger is a list of entities following the format / . Note, a of \"system\" is not supported. e.g. boiler/outdoortemp custom/setpoint . As entities never change at the same time using logical operations here like && aren't useful. Web Commands ~ Sending or getting data via web request can be used in a json command: GET a value from webserver: {\"url\":\"http://server.tld/path/file\"} GET a json value from webserver and select the key: {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} set a value with POST: Command: {\"url\":\"http://server.tld/path/file\", \"header\":{\"content-type\":\"text/plain\", \"token\":\"mytoken\"} Value: the post message, if it is a json the content-type header is set in header, no need to set it. Examples: getting power state of a tasmota plug example: {\"url\":\"http://192.168.0.100/cm?cmnd=power\", \"key\":\"power\"} == off is identical to {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} setting a tasmoto plug: {\"url\":\"http://192.168.0.100/cm?cmnd=power%20on\"} Notification ~ With web commands a service like pushover can be used to send a push-message on events. To send different message create a custom entity in RAM named message , or what ever you like. Create a schedule On Change triggering the change of this message and sending the pushover message. Now you can create other schedules with the command custom/message and use individual text as data. Adding Custom Entities ~ Custom Entities is an advanced and powerful way to extend EMS-ESP by adding your own EMS entities that extracts data from a specific EMS telegram. This is useful when EMS-ESP doesn't yet support a specific entity, or when you want to extract data from a telegram that is not yet supported. Another common use case is for debugging or watching specific behavior when changing parameters on an EMS device. For example, a modern Heat Pump may have new features that are not included in EMS-ESP. Here you would use the watch command to view the incoming EMS traffic in combination with manual adjusting specific parameters and when you have located the specific telegram and the offset, create a Custom Entity to fine-tune the type and verify the the value. Then request it to be included in the next EMS-ESP release update.","title":"Configuring EMS-ESP"},{"location":"Configuring/#first-time-setup","text":"The default 'factory' configuration will start an WiFi Access Point called ems-esp . Connect to this using the WPA password ems-esp-neo . When prompted with a login screen (captive portal) sign-in with the username admin and password admin . These can be modified later. If you have an Ethernet board then you can connect directly to it's IP address or via http://ems-esp or http://ems-esp.local . Now you're ready to further configure the settings. If not connected to your WiFi network, do this first from the Settings->Network page. You can also do this via the the Console when connected to a Serial/USB port and using the commands set wifi ssid and set wifi password . If you're seeing warnings that it failed to connect to the EMS bus, or there are Tx or Rx errors then follow the troubleshooting guide. If Rx incomplete telegrams are reported in the log, don't panic. Some telegrams can be missed and this is usually caused by noise interference on the line. This next section describes some of key settings that can be adjusted via the WebUI, found under the Settings section. Most are self-explanatory so only the important ones are described here.","title":"First time setup"},{"location":"Configuring/#application-settings","text":"","title":"Application Settings"},{"location":"Configuring/#services","text":"Bypass Access Token authorization on API calls . For RESTful write commands via HTTP POST the access token is required. This is for security reasons to prevent anyone changing device settings. Setting this flag makes the API open. Not recommended! Enable Telnet Console . This is on by default and allows users to connect to the in-secure Telnet server on port 23. Enable Syslog : IP is the IP address of a syslog server for capturing remote logs. Leave blank is not using SysLog. Port if using an alternate port number. The default is 514. And it uses UDP (not TCP). Log Level sets the maximum log level for reported messages. The highest level is DEBUG which will send a lot of log data so use with caution. Mark Interval will send out a special mark message to the SysLog. This is useful for timing events.","title":"Services"},{"location":"Configuring/#sensors","text":"Enable Analog Sensors . This enables any GPIO to collect signals, whether it's a digital I/O, a pulse counter or ADC measuring mv. Enable 1-Wire Parasite-Power . Select this option when using (Dallas) temperature sensors with parasitic power.","title":"Sensors"},{"location":"Configuring/#formatting-options","text":"Language . This sets the language to be used for the EMS Device Entity names, as shown in the WebUI Devices Dashboard and also for MQTT Discovery. The default is English. When using Home Assistant, and switching the language you may need to remove the previous EMS-ESP MQTT entries (from HA's Settings->Devices & Services->MQTT) and restart EMS-ESP just to be sure. Boolean Format Dashboard . This is how boolean values are displayed in the WebUI and MQTT payloads. Boolean Format API/MQTT . This is how boolean values are written in the MQTT payloads and API JSON output. Enum Format API/MQTT . This is how list values are presented in the MQTT payloads and API JSON, either by it's value or the index position within the list. Not if using Home Assitant you will not see the values but integer numbers for some entities, e.g. instead of off, hot, cold it will display 0, 1, 2 . Convert temperature values to Fahrenheit . For our US friends. Log EMS telegrams in hexadecimal will write the telegrams in raw format as hexadecimal values everywhere.","title":"Formatting Options"},{"location":"Configuring/#hardware-settings","text":"Board Profile . If you have your own ESP32 development board you can choose from a pre-configured board (which is already set on a BBQKees Gateway) or select Custom to view and change the hardware settings: Rx GPIO - Which GPIO pin the Rx is assigned to. By default this is GPIO 23 but it can be almost any free pin. Connect this GPIO pin to the RX port on the EMS interface board. Tx GPIO - Which GPIO pin the Tx is assigned to. By default this is GPIO 5 but it can be almost any free pin. Connect this GPIO pin to the TX port on the EMS interface board. Button GPIO . Set a pin with pull-up. The button is used for different functions, such as holding for 10 seconds to reset to factory settings. Temperature GPIO . This is the pin where any external temperature sensors are attached. The Dallas chips DS1822, DS18S20, DS18B20, DS1825 are supported including their parasite varieties and can also be daisy-chained onto a single line, up to 100 sensors. LED GPIO . This is the pin for the LED, defaulted to the onboard LED on the ESP dev board. Eth PHY Type for choosing the Ethernet chip used. On ESP32 development boards there are often also pins marked RX and TX. However, these are usually connected to the USB chip and cannot be used for the EMS interface circuit. EMS Tx Mode . Tx Mode is the mode in which EMS-ESP sends telegrams on the EMS bus. Choose the mode that works best for your system and watch for Tx errors in the Web Dashboard and show ems in the Console. Changing the value has immediate effect. EMS is the default for EMS1.0 systems but also compatible with most other bus protocols. EMS+ is designed to work better for EMS2.0/EMS+ systems. HT3 for Heatronics3 used primarily by Junkers. Hardware uses the internal ESP's hardware to send out the telegram. Telegrams are sent immediately. It is the fastest and most efficient method but works only on some systems. EMS Bus ID . The EMS-ESP can simulate multiple devices. Stick to the Service Key (0x0B) unless using more than one EMS gateways/interface board. Enable Read only mode . This disables any outgoing Tx write commands to the EMS bus, essentially putting EMS-ESP into listening mode. However Tx is needed to detect EMS devices (as it sends out a Version command). If you want to explicitly put EMS-ESP into a read-only/sniffer mode use set tx_mode 0 from the console. Hide LED . Turns off the LED when in normal operating mode. The LED is still shown when booting or when there are connection issues. Underclock CPU speed . Under-clocks the ESP to 160Mhz, saving on power, heat and prolonging the lifespan of the chip at the cost of performance and response time. A reboot of EMS-ESP is required.","title":"Hardware Settings"},{"location":"Configuring/#special-functions","text":"Developer Mode will enable advanced features in the WebUI, like the Read command from the System Log. Start boiler with forced heating off . TBD. Disabled remote on missing room termperature . TBD. Enable Shower Timer . Enable to time how long the hot water runs for and it will send out an MQTT message with the duration. The timer starts after a minimal of 2 minutes running time. Enable Shower Alert . This is somewhat experimental and may not work on all boilers. After 7 minutes (configurable) running the hot water it will send out a warning by sending cold water for 10 seconds (also configurable). The boiler goes into test mode to perform this operation so use with caution!","title":"Special Functions"},{"location":"Configuring/#network-setup","text":"The Network page allows you to connect EMS-ESP to your home network. You can choose between WiFi and Ethernet if the hardware board support this. Note WiFi must be 2.4GHz/WPA2. It will not connect to a 5GHz WifFi access point.","title":"Network Setup"},{"location":"Configuring/#cors-cross-origin-resource-sharing","text":"CORS, when enabled adds new HTTP headers to each Web request to allow the Web API to make fetch and XMLHttpRequest requests across different domains. It disables the pre-flight check which follows the same-origin policy by default. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS for more details. There is also a \"CORS unblock\" browser addon that works the same way. Enable this function when running in VPNs or you have other servers (like Grafana) running on other domains that are making calls to EMS-ESP's API.","title":"CORS (Cross-Origin Resource Sharing)"},{"location":"Configuring/#mqtt-setup","text":"Broker Address . Use the IP address, not a FQDN. Port . The default is 1883 and 8883 for SSL. Base . All topics are prefixed with the Base so this is important. Make sure this is unique when using more than one EMS-ESP with the same broker. Client ID . This is used internally to identify EMS-ESP with the broker and is optional. Note MQTT topics will be postfixed with the hostname (default ems-esp ) and not the client ID. Use when having multiple devices. Username and Password are optional. Set Clean Session . Creates a non-persistent session when enabled. Default and recommended setting is disabled to keep it disabled when using home automation systems. QoS . Quality of Service, 0, 1 or 2. 0 is the default and suitable for more scenarios. A value of 1 will give a guarantee that the message has been sent, but will create slightly more network traffic and overhead. Always set Retain Flag . Enable if you want to persist all the messages on the MQTT broker. Default is disabled. Formatting . The As individual topics option will send all data as separate topics, and Nested will group the data into one single JSON payload. The default is nested. Publish command output to a 'response' topic' . This takes the output from an API command and publishes the result in a topic called response . Publish single value topics on change . This option will immediately publish the topic and payload for each operation and only available when MQTT Discovery is disabled. Enable MQTT Discovery enables the integration using MQTT Discovery, fully supported with Home Assistant and partially with Domoticz. Discovery type . Choose between \"Home Assistant\" and two protocols for \"Domoticz\". Domoticz (latest) will use Numbers, Switches, Select and other modern types, while Domoticz will just use Sensors for everything and also remove any templating conditions. Entity ID format : There are 3 options. The first single instance, long names uses the older < v3.5 format. The default and recommended setting for all new installs is the 2nd option called Single instance, short name which uses the EMS-ESP device entity name, which is fixed and can be seen in the Settings->Customization page. The last option must be used when running more than one version of the EMS-ESP firmware as it makes each unique by prefixing all MQTT topics with the base name. Publish Intervals . This section is per device and sets how frequent an MQTT message is sent. When set to 0 EMS-ESP will send data automatically when there is a noticeable change, which could be within a few seconds.","title":"MQTT Setup"},{"location":"Configuring/#managing-users","text":"The Security page allows you to change the default password for the captive portal and Telnet CLI. It also allows you to enable HTTPS for the captive portal and MQTT broker. The Users page allows you to create additional users for the captive portal and Telnet CLI. The default user is admin with password admin . Each user has an unique Access Token (viewable by clicking on the key icon) which is used for RESTful write commands via HTTP POST. This is for security reasons to prevent anyone changing device settings.","title":"Managing Users"},{"location":"Configuring/#adding-analog-and-temperature-sensors","text":"External sensors, like temperature and analog sensors can be attached to a range of GPIO pins on the ESP32 chip. If using a BBQKees Gateway board it already has an external plug for Dallas temperature sensors which will be visible in the WebUI without any additional configuration. To add analog sensors click on Add and choose between a normal Digital in/out, a Counter (counting on/off pulses), ADC for measuring voltages, Timer, Rate and PWM 0-2. Note, the counter value is persisted and and not reset on reboot. Warning Be careful when picking a GPIO so it doesn't clash with the other used GPIOs (you can select CUSTOM board profile to view your current configuration). EMS-ESP is connected to the low voltage bus of your heating and any over-voltage can damage the EMS-ESP board and possible your heating devices. Never power external equipment from the EMS-ESP board directly. ESP32 development boards vary in their available pin configuration. Typically you can't use 1, 6-11, 12, 14, 15, 20, 24, 28-31 and 40+. See these links here and here . The following GPIOs are recommended: digital output: 13, 19, 21, 22, 27, 33, 37, 38 digital input/counter/timer/rate: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 (note no pullup on 35 & 39) ADC input: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 DAC output: 25, 26 PWM output: 13, 19, 21, 22, 25, 26, 27, 33, 37, 38 Limits: ADC: 1.5V DAC 8bit PWM: `max frequency 5000Hz, resolution 13bits`` Counter/timer/rate trigger: high->low edge with 15 ms debounce. Only for low pulse rates.","title":"Adding Analog and Temperature Sensors"},{"location":"Configuring/#controlling-relays","text":"A common use case is to control a relay to switch on/off a device. This can be done by adding a digital output sensor and then creating a command to control it. The command can be added to the dashboard and scheduled to turn on/off at specific times. Create an Analog Sensor with type 'Digital Out'. The professional way is to use a separate relay board with opto-isolation and a flyback diode. The relay board is then powered by a separate power supply and the relay is connected to the digital output of the EMS-ESP as described above. The relay board is then connected to the device you want to control. This way the device is completely isolated from the EMS-ESP and the relay board can handle the higher voltage and current.","title":"Controlling Relay's"},{"location":"Configuring/#customizing-entities","text":"The Customization page shows all registered entities and allows to exclude commands and values from publishing via MQTT/API or remove them from WebUI pages. The Devices and Dashboard only show entities with value while the Customization module will show all of them. If an entity has no value then it is supported by EMS-ESP, but not by your boiler/thermostat/etc and will not be published or visible to any integrations like Home Assistant.","title":"Customizing Entities"},{"location":"Configuring/#scheduling-actions","text":"Use the scheduler to call commands at specific intervals. A few examples: set the hot water temperature to a higher value in the morning and evening do a periodic system restart each week (although you shouldn't need to!) using system/restart in the Command field send a message to the log and mqtt using the Command system/message use in combination with a custom 'ram' entity to fetch data via another API like {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} and using this as a condition in the scheduler send data to an external API, via a RESTful HTTP POST command, for example {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} use to call a Home Assistant script or service when a condition is triggered, e.g. { \"url\":\"http:///api/services/script/my_script\", \"header\":{\"authorization\":\"Bearer \", \"Content-Type\":\"application/json\"} } When creating a scheduler entry, the name is optional but it's useful to assign a name and then you can control it via a command (enable/disable) and see the status in the MQTT topic scheduler_data . The scheduler can also be used to periodically set values based on another entity value, or even a user-defined custom entity (variable). For example to set the flow temperature of the boiler every minute based on a user managed entity which is controlled externally (e.g. in Home Assistant) it would look like:","title":"Scheduling Actions"},{"location":"Configuring/#conditions","text":"Introduced in version 3.7 , the Scheduler has been extended to support conditional statements and formulas that can be used in the Command and/or Value fields for Timer, On Change and Condition types. Conditions have a strict syntax (see below) and are evaluated every 10 seconds. The condition is only executed when the condition changes from false to true. This is powerful new feature and allows, for example, to set a schedule based on a condition or set a value based on a condition. Pay attention to the following rules: a condition has to be a logic value 0 or 1 , the condition is true only for 1 , an arithmetic result 1 is also interpreted as true schedule command executed for 3 > 2, 3 - 2 schedule command not executed for 3 < 2 , 3 + 2 spaces are not needed, but makes the formula more readable EMS-ESP values are accessed / or //value . The may contain additional prefixes like . The user's Boolean Format ( 0/1 , off/on , OFF/ON , or false/true ) and Enum Format (value/index) Settings are used when evaluating bool and enums. Check the right value before setting a schedule by querying the API directly. For example go to http://ems-esp.local/api/thermostat to see if building is \"medium\", then create the rule with thermostat/building == medium . strings containing special characters have to be quoted. e.g. boiler/pumpmode == \"delta-P2\" , to avoid a calculation error on delta minus P2. all strings are converted to lowercase commands followed by a divider ( / ) have to be set in parenthesis e.g. (boiler/seltemp)/2 condition command is only executed on a change of the condition from false to true . If the condition stays true, the command is not repeated a command Value can also be a formula allowed operations: arithmetic: + - * / % functions: round abs int exp log sqrt pow logic: == != <= >= < > && || prefix: ! (not) and - (negation) conditional operations: ? : only surrounding a formula, not within a formula. Examples: (allowed) ? 5 + : 5 + (not allowed) 5 + ( ? : ) and cascaded conditions ? ? : : ? : An On Change trigger is a list of entities following the format / . Note, a of \"system\" is not supported. e.g. boiler/outdoortemp custom/setpoint . As entities never change at the same time using logical operations here like && aren't useful.","title":"Conditions"},{"location":"Configuring/#web-commands","text":"Sending or getting data via web request can be used in a json command: GET a value from webserver: {\"url\":\"http://server.tld/path/file\"} GET a json value from webserver and select the key: {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} set a value with POST: Command: {\"url\":\"http://server.tld/path/file\", \"header\":{\"content-type\":\"text/plain\", \"token\":\"mytoken\"} Value: the post message, if it is a json the content-type header is set in header, no need to set it. Examples: getting power state of a tasmota plug example: {\"url\":\"http://192.168.0.100/cm?cmnd=power\", \"key\":\"power\"} == off is identical to {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} setting a tasmoto plug: {\"url\":\"http://192.168.0.100/cm?cmnd=power%20on\"}","title":"Web Commands"},{"location":"Configuring/#notification","text":"With web commands a service like pushover can be used to send a push-message on events. To send different message create a custom entity in RAM named message , or what ever you like. Create a schedule On Change triggering the change of this message and sending the pushover message. Now you can create other schedules with the command custom/message and use individual text as data.","title":"Notification"},{"location":"Configuring/#adding-custom-entities","text":"Custom Entities is an advanced and powerful way to extend EMS-ESP by adding your own EMS entities that extracts data from a specific EMS telegram. This is useful when EMS-ESP doesn't yet support a specific entity, or when you want to extract data from a telegram that is not yet supported. Another common use case is for debugging or watching specific behavior when changing parameters on an EMS device. For example, a modern Heat Pump may have new features that are not included in EMS-ESP. Here you would use the watch command to view the incoming EMS traffic in combination with manual adjusting specific parameters and when you have located the specific telegram and the offset, create a Custom Entity to fine-tune the type and verify the the value. Then request it to be included in the next EMS-ESP release update.","title":"Adding Custom Entities"},{"location":"Console/","text":"EMS-ESP has a telnet server that enables clients to connect using a telnet client such as PuTTY or natively via the OS like this example with Windows . The port is 23. You can also access the console via a USB Serial port, using baud 115200. You will need to press CTRL-D to open the Serial console. The console will give you more insight into the EMS bus traffic, MQTT queues and the full device information its capturing. It behaves similar to a Unix/Linux shell. Some of the most common commands are: help or F1 lists the commands and keywords. This works in each context. exit will exit the console or exit the current context. CTRL-D does the same. CTRL-U for Undo or clearing the line. for auto-complete system to enter the system menu. Use exit or CTRL-D to return. su will switch to the \"super user\" or admin mode. The default password is ems-esp-neo and can be changed with passwd from the system menu or via the Web interface (called secret password). When in su mode the command prompt switches from $ to # . Some settings can be changed in the console. The set command will list them. show or F2 shows the data specific to the which context you're in. From the root it will show you all the EMS device information and any external Dallas temperature sensors. show commands or call will list all the commands which can called with the call command. See Commands . log sets the logging level. log off disables logging. Use log debug for debugging commands and actions, log all includes the telegrams like watch on . This will be reset next time the console is opened. watch will output the incoming Rx telegrams directly to the console. You can also put on a watch on a specific EMS device ID or telegram ID or unknown (new) telegrams. Also choose to output as verbose text as raw data bytes. Console Commands ~ Typing help will list the available commands. Some admin commands are only active after first a su command is entered. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 exit help log [level] show [system | users | devices | log | ems | values | mqtt | commands su passwd restart [partitionname] wifi reconnect set wifi password set hostname set wifi ssid set board_profile set bus_id set tx_mode set service scan [deep] read [offset] [length] watch [off | on | raw | unknown] [ID] call [device] [cmd] [data] [id|hc] Examples ~ Calling a command to change values ~ Note you have su first to get access to all the call commands. Showing device values ~ Monitoring the EMS traffic ~ Using the watch command you can monitor the incoming EMS telegrams. Syntax is watch on where ID is either a Telegram ID and also a Device ID. Note the CRC byte is excluded from the data package. If you want to see only telegrams that are not registered yet, use watch unknown If you want to see the raw bytes including CRC as transmitted on the EMS line use watch raw .","title":"Console"},{"location":"Console/#console-commands","text":"Typing help will list the available commands. Some admin commands are only active after first a su command is entered. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 exit help log [level] show [system | users | devices | log | ems | values | mqtt | commands su passwd restart [partitionname] wifi reconnect set wifi password set hostname set wifi ssid set board_profile set bus_id set tx_mode set service scan [deep] read [offset] [length] watch [off | on | raw | unknown] [ID] call [device] [cmd] [data] [id|hc]","title":"Console Commands"},{"location":"Console/#examples","text":"","title":"Examples"},{"location":"Console/#calling-a-command-to-change-values","text":"Note you have su first to get access to all the call commands.","title":"Calling a command to change values"},{"location":"Console/#showing-device-values","text":"","title":"Showing device values"},{"location":"Console/#monitoring-the-ems-traffic","text":"Using the watch command you can monitor the incoming EMS telegrams. Syntax is watch on where ID is either a Telegram ID and also a Device ID. Note the CRC byte is excluded from the data package. If you want to see only telegrams that are not registered yet, use watch unknown If you want to see the raw bytes including CRC as transmitted on the EMS line use watch raw .","title":"Monitoring the EMS traffic"},{"location":"Contact/","text":"Contact Us ~ Name Email Subject Message Send","title":"Contact"},{"location":"Contact/#contact-us","text":"Name Email Subject Message Send","title":"Contact Us"},{"location":"Contributing/","text":"Any contribution helps make EMS-ESP better . This project needs help with: guides for integrating into home automation systems testing with various types of EMS devices (boilers, thermostats, solar, heap pumps etc) to build up our supported database Expand the documentation with more details, fixing spelling mistakes and other inaccuracies you may find. If you spot an error in an article use the Improve this article link at the top of the page to correct it. Note you will need a GitHub account. Make the change, click on \"Propose file change\" and \"Create pull request\". The full Contributing guidelines can found in CONTRIBUTING.md as part of the GitHub source code repository. Basic design principles ~ The core services like telnet, logging and shell are based off the libraries from @nomis. This general design pattens focuses on making everything as asynchronous as possible so that no one operation should starve another operation of it's time to execute ( https://isocpp.org/wiki/faq/ctors#static-init-order ). All EMS devices (e.g. boiler, thermostat, solar modules, mixer units etc) are derived from a factory base class and each class handles its own registering of telegram and mqtt handlers. This makes the EMS device code easier to manage and we can extend with new telegrams types and features. Keeping the code tidy ~ The web code uses prettier . To auto format run yarn format from the interface folder. The C++ code use clang . The easiest way to auto format the code is using the VSCode Format Files extension. Then run the command Start Format Files: From Glob and select src/** as the glob pattern. Keeping the Web libraries up to date ~ Use an update check tool like ncu to keep the web libraries up to date. You can run using npx npm-check-updates . See npm-check-updates . Pull Requests ~ A Pull Request (PR) is the process where code modifications are managed in GitHub. The process is straight-forward. Fork the EMS-ESP Repository git repository Switch to the dev branch Write/Change the code in your Fork for a new feature, bug fix, optimization... Make sure the code is formatting to the EMS-ESP style (as defined in clang) Create any additional tests in tests.cpp and use the test suite make run (linux/osx only) to make sure there are no breaking changes Update the CHANGELOG_LATEST.md with the change and link to the PR Create a Pull Request against the dev branch of EMS-ESP Make sure you adhere to these rules: All pull requests must be done against the dev branch. Make sure code is formatting per the .clang-format . In Visual Studio Code use Alt-Shift-F to auto-format. Make sure any new code is clearly commented explaining what the function/logic does. Only relevant files should be touched (Also beware if your editor has auto-formatting feature enabled). Only one feature/fix should be added per PR. PRs that don't compile (fail in CI Tests) or cause coding errors will not be merged. Please fix the issue. Same goes for PRs that are raised against older commit in dev - you might need to rebase and resolve conflicts. All pull requests should undergo peer review by at least one contributor other than the creator, excepts for the owner. All pull requests should consider updates to the documentation. Pull requests that address an outstanding issue, particularly an issue deemed to be severe, should be given priority. If a PR is accepted, then it should undergo review and updated based on the feedback provided, then merged. By submitting a PR, it is needed to use the provided PR template and check all boxes, performing the required tasks and accepting the CLA. Pull requests that don't meet the above will be denied and closed. Semantic Commit Messages ~ Format: (): is optional. See https://www.conventionalcommits.org/ . Example ~ 1 2 3 4 5 6 feat: add hat wobble ^--^ ^------------^ | | | +-> Summary in present tense. | +-------> Type: chore, docs, feat, fix, refactor, style, or test. More Examples: feat : (new feature for the user, not a new feature for build script) fix : (bug fix for the user, not a fix to a build script) docs : (changes to the documentation) style : (formatting, missing semi colons, etc; no production code change) refactor : (refactoring production code, eg. renaming a variable) test : (adding missing tests, refactoring tests; no production code change) chore : (updating grunt tasks etc; no production code change)","title":"Contributing"},{"location":"Contributing/#basic-design-principles","text":"The core services like telnet, logging and shell are based off the libraries from @nomis. This general design pattens focuses on making everything as asynchronous as possible so that no one operation should starve another operation of it's time to execute ( https://isocpp.org/wiki/faq/ctors#static-init-order ). All EMS devices (e.g. boiler, thermostat, solar modules, mixer units etc) are derived from a factory base class and each class handles its own registering of telegram and mqtt handlers. This makes the EMS device code easier to manage and we can extend with new telegrams types and features.","title":"Basic design principles"},{"location":"Contributing/#keeping-the-code-tidy","text":"The web code uses prettier . To auto format run yarn format from the interface folder. The C++ code use clang . The easiest way to auto format the code is using the VSCode Format Files extension. Then run the command Start Format Files: From Glob and select src/** as the glob pattern.","title":"Keeping the code tidy"},{"location":"Contributing/#keeping-the-web-libraries-up-to-date","text":"Use an update check tool like ncu to keep the web libraries up to date. You can run using npx npm-check-updates . See npm-check-updates .","title":"Keeping the Web libraries up to date"},{"location":"Contributing/#pull-requests","text":"A Pull Request (PR) is the process where code modifications are managed in GitHub. The process is straight-forward. Fork the EMS-ESP Repository git repository Switch to the dev branch Write/Change the code in your Fork for a new feature, bug fix, optimization... Make sure the code is formatting to the EMS-ESP style (as defined in clang) Create any additional tests in tests.cpp and use the test suite make run (linux/osx only) to make sure there are no breaking changes Update the CHANGELOG_LATEST.md with the change and link to the PR Create a Pull Request against the dev branch of EMS-ESP Make sure you adhere to these rules: All pull requests must be done against the dev branch. Make sure code is formatting per the .clang-format . In Visual Studio Code use Alt-Shift-F to auto-format. Make sure any new code is clearly commented explaining what the function/logic does. Only relevant files should be touched (Also beware if your editor has auto-formatting feature enabled). Only one feature/fix should be added per PR. PRs that don't compile (fail in CI Tests) or cause coding errors will not be merged. Please fix the issue. Same goes for PRs that are raised against older commit in dev - you might need to rebase and resolve conflicts. All pull requests should undergo peer review by at least one contributor other than the creator, excepts for the owner. All pull requests should consider updates to the documentation. Pull requests that address an outstanding issue, particularly an issue deemed to be severe, should be given priority. If a PR is accepted, then it should undergo review and updated based on the feedback provided, then merged. By submitting a PR, it is needed to use the provided PR template and check all boxes, performing the required tasks and accepting the CLA. Pull requests that don't meet the above will be denied and closed.","title":"Pull Requests"},{"location":"Contributing/#semantic-commit-messages","text":"Format: (): is optional. See https://www.conventionalcommits.org/ .","title":"Semantic Commit Messages"},{"location":"Controllers/","text":"List of Controller Modules ~ This is the current list of supported controller modules: BC10/RFM20 CM10 GB022 BC10 GB142 HT3 BC10 MCM10 BC25 Controller Hybrid Heatpump BC40 BC10 Ecomline Sense II/CS200 ErP M200/RFM200 BC30 9000i 8700i BC Base Rego 3000 IVT Condens 5000i","title":"Controllers"},{"location":"Controllers/#list-of-controller-modules","text":"This is the current list of supported controller modules: BC10/RFM20 CM10 GB022 BC10 GB142 HT3 BC10 MCM10 BC25 Controller Hybrid Heatpump BC40 BC10 Ecomline Sense II/CS200 ErP M200/RFM200 BC30 9000i 8700i BC Base Rego 3000 IVT Condens 5000i","title":"List of Controller Modules"},{"location":"Domoticz/","text":"Domoticz Beta versions from December 2021 or later support the MQTT Discovery protocol. As EMS-ESP also fully supports Home Assistant MQTT Discovery this will automatically provide you with all available entities in Domoticz. EMS-ESP v3.3 provides all entities except the climate controls as read-only devices in Domoticz. In EMS-ESP v3.4 all entities that can be changed by the user will be available as a settable device in Domoticz. Check the BBQKees Wiki for the instructions on how to install.","title":"Domoticz"},{"location":"EMS-bus/","text":"Packages are streamed to the EMS \"bus\" from any other compatible connected device via serial TTL transmission using protocol 9600 baud, 8N1 (8 bytes, no parity, 1 stop bit). Each package is terminated with a break signal , a 11-bit long low signal of zeros. A package can be a single byte (see Polling below) or a string of 6 or more bytes making up an actual data telegram. A telegram for the EMS 1.0 is always in the format: [src] [dest] [type] [offset] [data] [crc] The first 4 bytes is referenced as the header in this document. EMS IDs ~ Each device has a unique ID. In this example a UBA boiler has an ID of 0x08 (such as a MC10) and also referred to as the Bus Master. The circuit acts as a service key and thus uses an ID 0x0B. This ID is reserved for special devices intended for service engineers. EMS Polling ~ The bus master (boiler) sends out a poll request every second by sending out a sequential list of all possible IDs as a single byte followed by the break signal. The ID always has its high 8th bit (MSB) set so in the code we're looking for 1 byte messages matching the format [dest|0x80] . Any connected device can respond to a Polling request with an acknowledgement by sending back a single byte with its own ID. In our case we would listen for a [0x8B] (meaning us) and then send back [0x0B] to say we're alive and ready. Polling is also the trigger to start transmitting any packages queued for sending. It must be done within 200ms or the bus master will time out. EMS Broadcasting ~ When a device is broadcasting to everyone there is no specific destination needed. [dest] is always 0x00. The tables below shows which types are broadcasted regularly by the boiler (in this case ID 0x08) and thermostat (ID 0x17). The data length is excluding the 4 byte header and CRC and the Name references those in the German EMS wiki . Source (ID) Type ID Name Description Data length Frequency Boiler (0x08) 0x34 UBAMonitorWWMessage warm water temperature 19 bytes 10 seconds Boiler (0x08) 0x18 UBAMonitorFast boiler temps, power, gas/pump switches 25 bytes 10 seconds Boiler (0x08) 0x19 UBAMonitorSlow boiler temp and timings 22 bytes 60 seconds Boiler (0x08) 0x1C UBAWartungsmelding maintenance messages 27 bytes 60 seconds Boiler (0x08) 0x2A n/a status, specific to boiler type 21 bytes 10 seconds Boiler (0x08) 0x07 n/a ? 21 bytes 30 seconds Source (ID) Type ID Name Description Frequency Thermostat (0x17) 0x06 RCTime returns time and date on the thermostat 60 seconds Thermostat (0x17) 0x91 RC30StatusMessage returns current and set temperatures 60 seconds Thermostat (0x17) 0xA3 RCTempMessage returns temp values from external (outdoor) sensors 60 seconds EMS Reading and Writing ~ Telegrams can only be sent after the Master (boiler) sends a poll to the receiving device. The response can be a read command to request data or a write command to send data. At the end of the transmission a poll response is sent from the client ( ) to say we're all done and free up the bus for other clients. When executing a request to read data the [src] is our device (0x0B) and the [dest] must have has it's MSB (8th bit) set. Say we were requesting data from the thermostat we would use [dest] = 0x97 since RC20 has an ID of 0x17. In emsesp-logs this request is shown with backward arrow towards [src] : \"Me(0x0B) <- Thermostat(0x17)...\" . Following a write request, the [dest] doesn't have the 8th bit set and after this write request the destination device will send either a single byte 0x01 for success or 0x04 for failure. In emsesp-logs this write is shown with arrow towards [dest] : \"Me(0x0B) -> Thermostat(0x17)...\" . Fetching EMS telegrams ~ Not all telegrams are broadcasted frequently, a lot of setting telegrams are only broadcasted partial if there is a change. To get all values from a telegram EMS-ESP has send a read request to the device and the device reply's the telegram only to emsesp, this we call \"fetching a telegram\". In system/info the devices listed with the handlers (type-ids that are processed): handlers received : Telegrams that are frequently broadcasted by device to all: \"Boiler(0x08) -> All(0x00)...\" handlers fetched : Telegrams that are not broadcasted and requested by EMS-ESP once a minute: \"Me(0x0B) <- Boiler(0x08) .. Boiler(0x08) -> Me(0x0B)...\" handlers pending : Telegrams not received yet or empty on fetch. Example: ems-boilers uses telegram 0x18 to monitor actual values, ems+ boilers uses telegram 0xE4 for the same information. If you find 0x18 on the received list, you have a ems boiler and 0xE4 is pending.","title":"The EMS protocol"},{"location":"EMS-bus/#ems-ids","text":"Each device has a unique ID. In this example a UBA boiler has an ID of 0x08 (such as a MC10) and also referred to as the Bus Master. The circuit acts as a service key and thus uses an ID 0x0B. This ID is reserved for special devices intended for service engineers.","title":"EMS IDs"},{"location":"EMS-bus/#ems-polling","text":"The bus master (boiler) sends out a poll request every second by sending out a sequential list of all possible IDs as a single byte followed by the break signal. The ID always has its high 8th bit (MSB) set so in the code we're looking for 1 byte messages matching the format [dest|0x80] . Any connected device can respond to a Polling request with an acknowledgement by sending back a single byte with its own ID. In our case we would listen for a [0x8B] (meaning us) and then send back [0x0B] to say we're alive and ready. Polling is also the trigger to start transmitting any packages queued for sending. It must be done within 200ms or the bus master will time out.","title":"EMS Polling"},{"location":"EMS-bus/#ems-broadcasting","text":"When a device is broadcasting to everyone there is no specific destination needed. [dest] is always 0x00. The tables below shows which types are broadcasted regularly by the boiler (in this case ID 0x08) and thermostat (ID 0x17). The data length is excluding the 4 byte header and CRC and the Name references those in the German EMS wiki . Source (ID) Type ID Name Description Data length Frequency Boiler (0x08) 0x34 UBAMonitorWWMessage warm water temperature 19 bytes 10 seconds Boiler (0x08) 0x18 UBAMonitorFast boiler temps, power, gas/pump switches 25 bytes 10 seconds Boiler (0x08) 0x19 UBAMonitorSlow boiler temp and timings 22 bytes 60 seconds Boiler (0x08) 0x1C UBAWartungsmelding maintenance messages 27 bytes 60 seconds Boiler (0x08) 0x2A n/a status, specific to boiler type 21 bytes 10 seconds Boiler (0x08) 0x07 n/a ? 21 bytes 30 seconds Source (ID) Type ID Name Description Frequency Thermostat (0x17) 0x06 RCTime returns time and date on the thermostat 60 seconds Thermostat (0x17) 0x91 RC30StatusMessage returns current and set temperatures 60 seconds Thermostat (0x17) 0xA3 RCTempMessage returns temp values from external (outdoor) sensors 60 seconds","title":"EMS Broadcasting"},{"location":"EMS-bus/#ems-reading-and-writing","text":"Telegrams can only be sent after the Master (boiler) sends a poll to the receiving device. The response can be a read command to request data or a write command to send data. At the end of the transmission a poll response is sent from the client ( ) to say we're all done and free up the bus for other clients. When executing a request to read data the [src] is our device (0x0B) and the [dest] must have has it's MSB (8th bit) set. Say we were requesting data from the thermostat we would use [dest] = 0x97 since RC20 has an ID of 0x17. In emsesp-logs this request is shown with backward arrow towards [src] : \"Me(0x0B) <- Thermostat(0x17)...\" . Following a write request, the [dest] doesn't have the 8th bit set and after this write request the destination device will send either a single byte 0x01 for success or 0x04 for failure. In emsesp-logs this write is shown with arrow towards [dest] : \"Me(0x0B) -> Thermostat(0x17)...\" .","title":"EMS Reading and Writing"},{"location":"EMS-bus/#fetching-ems-telegrams","text":"Not all telegrams are broadcasted frequently, a lot of setting telegrams are only broadcasted partial if there is a change. To get all values from a telegram EMS-ESP has send a read request to the device and the device reply's the telegram only to emsesp, this we call \"fetching a telegram\". In system/info the devices listed with the handlers (type-ids that are processed): handlers received : Telegrams that are frequently broadcasted by device to all: \"Boiler(0x08) -> All(0x00)...\" handlers fetched : Telegrams that are not broadcasted and requested by EMS-ESP once a minute: \"Me(0x0B) <- Boiler(0x08) .. Boiler(0x08) -> Me(0x0B)...\" handlers pending : Telegrams not received yet or empty on fetch. Example: ems-boilers uses telegram 0x18 to monitor actual values, ems+ boilers uses telegram 0xE4 for the same information. If you find 0x18 on the received list, you have a ems boiler and 0xE4 is pending.","title":"Fetching EMS telegrams"},{"location":"FAQ/","text":"How to Hardware Reset EMS-ESP? ~ If you have a GPIO Button configured (enabled by default on all BBQKees boards) pressing this has different actions: single press : does nothing double press : re-connects the WiFi hold for 10 seconds : performs a factory reset. EMS-ESP will restart in Access Point mode What is an EMS Telegrams? ~ Written by @MichaelDvP in this article : Best overview of known telegrams is from Norberts1 and the EMS-Wiki . In general we can say: measurement values are broadcasted periodical 10 sec / 1 min settings are only broadcasted after a change changing a setting of a device via the UI of thermostat results in a message thermostat -w-> device with only this value some devices broadcast fast changing values as single values measured temperatures are normally 2 bytes (SHORT) with factor 0.1 (e.g. 01 23 -> 0x0123 -> dez 291 -> 29.1\u00b0C) air temperature settings are often factor 0.5 as single byte (INT) (e.g. 0x2D -> dez 45 -> 22.5\u00b0C) water temperature settings are typically single byte (UINT) (e.g. 0x3C -> 60\u00b0C), differential values (hysteresis in Kelvin) are signed (INT) percent settings are single byte (UINT) (0x64 -> 100%) on/off states or settings can be single byte with on/off 0xFF/0x00, or 0x01/0x00 or a single bit in a byte together with 7 other states times and energy is typically 3 or 4 bytes with or without factor For different brands/devices Bosch sometimes use different expressions for the same value, Maybe changing developers or they like to make reverse engineering difficult! If you search a setting, log the telegrams for the device (log all or watch ) and change the setting on the thermostat to different states/values. Then search for these values in the log. If you search for a measurement, log the device and view the value on the thermostat and wait for changes, note old/new values and time. Then check the log for this time stamp (or 10 sec / 1 min later) and the value within a telegram. Best to have more changes/values to be sure. Can EMS-ESP simulate a Thermostat? ~ Partially. As MichaelDvP points out \"a thermostat is a clever electronic device. You can put in the desired room temperature and it calculates from some parameters and measurements the required flowtemp for this room temperature and sends it to the boiler. This happens in a control loop and is updated often.\" And mtc716 said \"A thermostat creates a heat curve that is constantly adapted to the surrounding temperatures and used to estimate which water temperature is necessary in order to bring the room temperature up. There are some good articles in the net about how to setup the heat curve correctly. The main parameters you need are \"design temp\" which is the heating water temp at minimal outside temp. Furthermore you need the \"comfort temp\" like explained before and the \"temp offset\" which causes a parallel shift in the heating curve.\" See This article on changing the boiler heating directly . Some more details on GitHub at Smart control a heating system with HA? and thermostat emulation . What are Bus protocols and Tx modes? ~ Protocol and timing are different things, you pick the tx-mode that works best. HT3 is the Junkers electronic and HT3 protocol is the same as EMS, only in first byte (sender) the highest bit is set. Each telegram we send starts with 0B in a Buderus system, but with 8B in Junkers. This makes the devices of the different brands incompatible. EMS-ESP checks the bus on start and select the right protocol automatically. Also Junkers uses different telegram numbers/orders. Bosch labeled modules uses the same telegram numbers as Buderus, but addressing like Junkers, so also incompatible. You can't connect Junkers or Buderus modules to a Bosch heating system. Tx-mode is the send timing: The client devices send by current modulation, the master by voltage modulation. This allows full duplex (Hardware mode), but depending on line impedance drawing current also influences the voltage. When sending, the master repeats every byte sent by the device to publish it to the other devices. With a Tx-mode of \"EMS\" we wait for the master byte before sending the next. The older Junkers seems to have a lower timeout so we need to start the next byte before the master echo is completed (\"HT3\"). \"EMS+\" is less critical and we can wait a bit longer than one byte to allow voltage to be stabilized after the sending. Can you run multiple instances of EMS-ESP? ~ Yes you can. Keep in mind the following settings: (Settings->MQTT Settings) MQTT Entity ID format is set to \"Multiple instances, short name\" (Settings->MQTT Settings) MQTT Client ID must be unique to avoid conflicts in the MQTT broker (Settings->MQTT Settings) MQTT Base is unique (just be sure). Usually set this to the hostname. (Settings->Network Settings) Hostname is unique, to avoid network conflicts (Settings->Application Settings) EMS BUS ID are different (not both 0x0B)","title":"FAQ"},{"location":"FAQ/#how-to-hardware-reset-ems-esp","text":"If you have a GPIO Button configured (enabled by default on all BBQKees boards) pressing this has different actions: single press : does nothing double press : re-connects the WiFi hold for 10 seconds : performs a factory reset. EMS-ESP will restart in Access Point mode","title":"How to Hardware Reset EMS-ESP?"},{"location":"FAQ/#what-is-an-ems-telegrams","text":"Written by @MichaelDvP in this article : Best overview of known telegrams is from Norberts1 and the EMS-Wiki . In general we can say: measurement values are broadcasted periodical 10 sec / 1 min settings are only broadcasted after a change changing a setting of a device via the UI of thermostat results in a message thermostat -w-> device with only this value some devices broadcast fast changing values as single values measured temperatures are normally 2 bytes (SHORT) with factor 0.1 (e.g. 01 23 -> 0x0123 -> dez 291 -> 29.1\u00b0C) air temperature settings are often factor 0.5 as single byte (INT) (e.g. 0x2D -> dez 45 -> 22.5\u00b0C) water temperature settings are typically single byte (UINT) (e.g. 0x3C -> 60\u00b0C), differential values (hysteresis in Kelvin) are signed (INT) percent settings are single byte (UINT) (0x64 -> 100%) on/off states or settings can be single byte with on/off 0xFF/0x00, or 0x01/0x00 or a single bit in a byte together with 7 other states times and energy is typically 3 or 4 bytes with or without factor For different brands/devices Bosch sometimes use different expressions for the same value, Maybe changing developers or they like to make reverse engineering difficult! If you search a setting, log the telegrams for the device (log all or watch ) and change the setting on the thermostat to different states/values. Then search for these values in the log. If you search for a measurement, log the device and view the value on the thermostat and wait for changes, note old/new values and time. Then check the log for this time stamp (or 10 sec / 1 min later) and the value within a telegram. Best to have more changes/values to be sure.","title":"What is an EMS Telegrams?"},{"location":"FAQ/#can-ems-esp-simulate-a-thermostat","text":"Partially. As MichaelDvP points out \"a thermostat is a clever electronic device. You can put in the desired room temperature and it calculates from some parameters and measurements the required flowtemp for this room temperature and sends it to the boiler. This happens in a control loop and is updated often.\" And mtc716 said \"A thermostat creates a heat curve that is constantly adapted to the surrounding temperatures and used to estimate which water temperature is necessary in order to bring the room temperature up. There are some good articles in the net about how to setup the heat curve correctly. The main parameters you need are \"design temp\" which is the heating water temp at minimal outside temp. Furthermore you need the \"comfort temp\" like explained before and the \"temp offset\" which causes a parallel shift in the heating curve.\" See This article on changing the boiler heating directly . Some more details on GitHub at Smart control a heating system with HA? and thermostat emulation .","title":"Can EMS-ESP simulate a Thermostat?"},{"location":"FAQ/#what-are-bus-protocols-and-tx-modes","text":"Protocol and timing are different things, you pick the tx-mode that works best. HT3 is the Junkers electronic and HT3 protocol is the same as EMS, only in first byte (sender) the highest bit is set. Each telegram we send starts with 0B in a Buderus system, but with 8B in Junkers. This makes the devices of the different brands incompatible. EMS-ESP checks the bus on start and select the right protocol automatically. Also Junkers uses different telegram numbers/orders. Bosch labeled modules uses the same telegram numbers as Buderus, but addressing like Junkers, so also incompatible. You can't connect Junkers or Buderus modules to a Bosch heating system. Tx-mode is the send timing: The client devices send by current modulation, the master by voltage modulation. This allows full duplex (Hardware mode), but depending on line impedance drawing current also influences the voltage. When sending, the master repeats every byte sent by the device to publish it to the other devices. With a Tx-mode of \"EMS\" we wait for the master byte before sending the next. The older Junkers seems to have a lower timeout so we need to start the next byte before the master echo is completed (\"HT3\"). \"EMS+\" is less critical and we can wait a bit longer than one byte to allow voltage to be stabilized after the sending.","title":"What are Bus protocols and Tx modes?"},{"location":"FAQ/#can-you-run-multiple-instances-of-ems-esp","text":"Yes you can. Keep in mind the following settings: (Settings->MQTT Settings) MQTT Entity ID format is set to \"Multiple instances, short name\" (Settings->MQTT Settings) MQTT Client ID must be unique to avoid conflicts in the MQTT broker (Settings->MQTT Settings) MQTT Base is unique (just be sure). Usually set this to the hostname. (Settings->Network Settings) Hostname is unique, to avoid network conflicts (Settings->Application Settings) EMS BUS ID are different (not both 0x0B)","title":"Can you run multiple instances of EMS-ESP?"},{"location":"Getting-Started/","text":"Prerequisites ~ Needed Hardware ~ ESP32 development board ~ The EMS-ESP firmware runs on an ESP32 module from Espressif . Go to the GitHub discussion here to see which ESP32 board are currently supported. EMS Interface boards ~ EMS-ESP also requires a separate circuit to read and write to the EMS bus. You can either build your own or purchase an interface board from BBQKees or what is highly recommended is to buy an all-in-one EMS Gateway from BBQKees that comes pre-installed and tested with the latest version of EMS-ESP. Uploading the firmware ~ Go to download.emsesp.org to get the latest firmware to match your hardware. There are multiple methods to install the firmware on your ESP32 board. Pay attention to the Change Log before upgrading so you are aware of any breaking changes Upgrading to a new major release ~ If you are upgrading from a previous release it's recommended you make a backup copy of any settings and configurations before performing the installation. This can be done from the WebUI Settings page 'Download/Upload'. What the onboard LED is telling you ~ Info During the power-on, you'll see a sequence of LED flashes: 1 flash indicates the EMS bus is not yet connected. If this takes more than a few seconds check the EMS Tx Mode and the physical connection to the EMS bus. 2 flashes indicates the network (WiFi or Ethernet) is connecting. If this persists check the EMS-ESP Network settings. EMS-ESP uses 2.4GHz/WPA2 only. 3 flashes indicates that both the EMS bus and Network are still trying to connect. This could be due to an incorrect EMS-ESP Board Profile setting. During normal operation the LED displays the current status: A steady solid light indicates a good connection and EMS data is flowing in. A slow pulse can mean either the WiFi or the EMS bus are still connecting. A very fast pulse is when the system is booting up and configuring itself.","title":"Getting Started"},{"location":"Getting-Started/#prerequisites","text":"","title":"Prerequisites"},{"location":"Getting-Started/#needed-hardware","text":"","title":"Needed Hardware"},{"location":"Getting-Started/#uploading-the-firmware","text":"Go to download.emsesp.org to get the latest firmware to match your hardware. There are multiple methods to install the firmware on your ESP32 board. Pay attention to the Change Log before upgrading so you are aware of any breaking changes","title":"Uploading the firmware"},{"location":"Getting-Started/#upgrading-to-a-new-major-release","text":"If you are upgrading from a previous release it's recommended you make a backup copy of any settings and configurations before performing the installation. This can be done from the WebUI Settings page 'Download/Upload'.","title":"Upgrading to a new major release"},{"location":"Getting-Started/#what-the-onboard-led-is-telling-you","text":"Info During the power-on, you'll see a sequence of LED flashes: 1 flash indicates the EMS bus is not yet connected. If this takes more than a few seconds check the EMS Tx Mode and the physical connection to the EMS bus. 2 flashes indicates the network (WiFi or Ethernet) is connecting. If this persists check the EMS-ESP Network settings. EMS-ESP uses 2.4GHz/WPA2 only. 3 flashes indicates that both the EMS bus and Network are still trying to connect. This could be due to an incorrect EMS-ESP Board Profile setting. During normal operation the LED displays the current status: A steady solid light indicates a good connection and EMS data is flowing in. A slow pulse can mean either the WiFi or the EMS bus are still connecting. A very fast pulse is when the system is booting up and configuring itself.","title":"What the onboard LED is telling you"},{"location":"Grafana/","text":"@samvdb has published a Grafana dashboard at https://grafana.com/grafana/dashboards/15940-ems-esp","title":"Grafana"},{"location":"Heat-Pumps/","text":"List of Heat Pumps, Heat sources, Ventilation modules ~ This is the current list of supported heat pumps: Buderus Heat Pump Module HM200 (Hybrid manager) AM200 (heat source) Logavent HRV176 PM10 (pump) CS5800i, CS6800i WLW176i, WLW196i, WSW196i Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco Geo 5xx","title":"Heat Pumps"},{"location":"Heat-Pumps/#list-of-heat-pumps-heat-sources-ventilation-modules","text":"This is the current list of supported heat pumps: Buderus Heat Pump Module HM200 (Hybrid manager) AM200 (heat source) Logavent HRV176 PM10 (pump) CS5800i, CS6800i WLW176i, WLW196i, WSW196i Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco Geo 5xx","title":"List of Heat Pumps, Heat sources, Ventilation modules"},{"location":"Home-Assistant/","text":"EMS-ESP has automatic integration with Home Assistant via the MQTT Discovery protocol. To use this feature enable simply enable the Discovery option from the MQTT Settings page. EMS-ESP will create retained MQTT messages prefixed with homeassistant/ for each device and their values (called entities). For example \" EMS-ESP Thermostat \". You can view which ones have been created by going into Home Assistant's Configuration->Integrations and select the devices under MQTT . To add this device and its values to a Home Assistant UI click on the \"ADD TO LOVELACE\" button. You can then add each of these devices to a new lovelace view using the \"add to lovelace\" button, and get something looking like: Example Automations ~ Alert when EMS-ESP boots ~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 alias : EMS-ESP boots description : Notify when EMS-ESP boots trigger : - platform : mqtt topic : ems-esp/heartbeat payload : connecting value_template : '{{ value_json.bus_status }}' condition : [] action : - service : notify.notify data : message : EMS-ESP title : EMS-ESP has booted mode : single Shower Integration ~ The below are additions to the HA files to show the state of the shower, if the setting Shower Timer is enabled in EMS-ESP. The cold shot feature is available in EMS-ESP versions 3.7.0-dev.1 and above. Add to configuration.yaml (make sure you change the token): 1 2 3 4 5 6 7 8 rest_command : emsesp : url : 'http://ems-esp.local/api/{{device}}' method : POST headers : authorization : 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWV9.2bHpWya2C7Q12WjNUBD6_7N3RCD7CMl-EGhyQVzFdDg' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' Add to scripts.yaml : 1 2 3 4 5 6 7 8 9 coldshot : alias : Cold shot of water mode : single sequence : - service : rest_command.emsesp data : device : 'boiler' entity : 'coldshot' value : 'on' Add to automations.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 - id : shower_alert alias : Shower Alert description : Shower Alert trigger : - platform : state entity_id : - sensor.last_shower_duration condition : [] action : - service : notify.notify data : message : \"Duration: {{ states('sensor.last_shower_duration') }}\" title : Shower finished at {{ now().strftime(\"%H:%M\") }} mode : single Add directly to the configuration.yaml or merge into an existing sensors.yaml file: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 sensor : - platform : template sensors : last_shower_duration : friendly_name : Last shower duration value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ int(states('sensor.ems_esp_shower_duration')) | timestamp_custom('%-M min %-S sec', false)}} {% else %} unknown {% endif %} last_shower_time : friendly_name : Last shower timestamp value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ as_timestamp(states.sensor.ems_esp_shower_duration.last_updated) | int | timestamp_custom(\"%-I:%M %p on %a %-d %b\") }} {% else %} unknown {% endif %} Note you can configure the timestamp_custom() to your own preferred format. Add a new card to an existing Dashboard. I'm using custom cards called 'mushroom' which can be installed via the HACS plugin. Such a card would look like: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 type : vertical-stack cards : - type : custom:mushroom-title-card title : Shower subtitle : Shower details via EMS-ESP - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : binary_sensor.ems_esp_shower_active icon : mdi:shower icon_color : red primary_info : state secondary_info : none - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_time primary_info : state secondary_info : last-updated icon_color : amber icon : mdi:calendar-month - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_duration primary_info : state secondary_info : none icon_color : amber icon : mdi:camera-timer - show_name : true show_icon : true type : button name : Send cold shot of water tap_action : action : call-service service : script.coldshot show_state : false icon : mdi:snowflake-alert icon_height : 24px Alert change of thermostat set temperature ~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 alias : Thermostat Alert description : '' trigger : - platform : state entity_id : - number.ems_esp_thermostat_hc1_seltemp condition : [] action : - service : notify.notify data : title : Thermostat alert message : >- Temperature set to {{ states('number.ems_esp_thermostat_hc1_seltemp') }} degrees mode : single Activating one-time hot water charging DHW once using MQTT ~ Below is an example of calling a command (OneTimeWater) switch : 1 2 3 4 5 6 7 8 9 one_time_water : friendly_name : OneTimeWater value_template : \"{{ is_state('sensor.one_time_water', 'on') }}\" turn_on : service : script.turn_on entity_id : script.one_time_water_on turn_off : service : script.turn_on entity_id : script.one_time_water_off scripts : 1 2 3 4 5 6 7 8 9 10 11 12 13 one_time_water_on : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":1}' one_time_water_off : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":0}' Calculating values ~ (from @Glitter-ball) 1 2 3 4 5 6 7 - platform : template sensors : differential : friendly_name : 'Flow-Ret diff' unit_of_measurement : '\u00b0C' icon_template : 'mdi:format-align-middle' value_template : \"{{ (states('sensor.flow_temperature') | float - state('sensor.return_temp') | float) | round(1) }}\" Solar Pump Working Hours ~ (from @PhillyGilly) 1 2 3 4 5 6 7 8 9 10 11 - platform : mqtt state_topic : 'ems-esp/solar_data' name : 'Solar Pump working hours' unit_of_measurement : 'hr' value_template : > {% set mins = value_json.pumpWorkMin %} {% set hours = ((mins | int / 60) | string).split('.')[0] %} {{hours}} qos : 1 payload_available : 'online' payload_not_available : 'offline' Reading a value via the API ~ Although all the EMS-ESP data is available in Home Assistant as various sensor types you can optionally also call commands and read data using the REST API interface. For example in the script below which will trigger HA to fetch the MAC address when HA is restarted: 1 2 3 4 5 sensor : - platform : rest resource : http://ems-esp.local/api/system name : emsesp_MAC value_template : '{{ value_json.Network.MAC }}' Changing a value via the API ~ configuration.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 rest_command : emsesp : url : http://ems-esp.local/api/{{device}} method : POST headers : authorization : 'Bearer ' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' input_number : wwselected_temp : name : WW Selected Temperature min : 30 max : 60 step : 1 icon : mdi:coolant-temperature in the automations: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - id : 'change_ww_seltemp' alias : 'change ww selected temp' trigger : platform : state entity_id : input_number.wwselected_temp action : service : rest_command.emsesp data : device : 'boiler' entity : 'wwseltemp' value : \"{{ states('input_number.wwselected_temp') | int }}\" - id : 'set_ww_seltemp' alias : 'set ww selected temp' trigger : platform : state entity_id : sensor.thermostat_hc1_selected_room_temperature action : service : input_number.set_value target : entity_id : input_number.wwselected_temp data : value : \"{{ states('sensor.boiler_ww_selected_temperature') | int }}\" Then in your HA's lovelace UI add then entity called input_number.wwselected_temp . Now in HA you can dynamically adjust the values. Like: Check if it's working by going to http://ems-esp/api/boiler/wwseltemp Showing the Boiler status based on the service code ~ (by @glitterball) Use a template to translate the boiler service code into a string. in configuration.yaml : 1 template : !include template.yaml and template.yaml contains: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 sensor : - name : 'Status' state : > {% set sc = states('sensor.boiler_service_code_number') %} {% if sc == '200' %} CH active {% elif sc == '201' %} HW active {% elif sc == '202' %} CH anti cycle {% elif sc == '203' %} Standby {% elif sc == '204' %} CH cooling {% elif sc == '208' %} Service test {% elif sc == '265' %} Low CH load {% elif sc == '268' %} Component test {% elif sc == '270' %} Power up {% elif sc == '283' %} Burner start {% elif sc == '284' %} Ignition {% elif sc == '305' %} HW anti cycle {% elif sc == '357' %} Air purge {% elif sc == '358' %} Valve kick {% else %} {{ sc }} {% endif %}","title":"Home Assistant"},{"location":"Home-Assistant/#example-automations","text":"","title":"Example Automations"},{"location":"Home-Assistant/#alert-when-ems-esp-boots","text":"1 2 3 4 5 6 7 8 9 10 11 12 13 14 alias : EMS-ESP boots description : Notify when EMS-ESP boots trigger : - platform : mqtt topic : ems-esp/heartbeat payload : connecting value_template : '{{ value_json.bus_status }}' condition : [] action : - service : notify.notify data : message : EMS-ESP title : EMS-ESP has booted mode : single","title":"Alert when EMS-ESP boots"},{"location":"Home-Assistant/#shower-integration","text":"The below are additions to the HA files to show the state of the shower, if the setting Shower Timer is enabled in EMS-ESP. The cold shot feature is available in EMS-ESP versions 3.7.0-dev.1 and above. Add to configuration.yaml (make sure you change the token): 1 2 3 4 5 6 7 8 rest_command : emsesp : url : 'http://ems-esp.local/api/{{device}}' method : POST headers : authorization : 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWV9.2bHpWya2C7Q12WjNUBD6_7N3RCD7CMl-EGhyQVzFdDg' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' Add to scripts.yaml : 1 2 3 4 5 6 7 8 9 coldshot : alias : Cold shot of water mode : single sequence : - service : rest_command.emsesp data : device : 'boiler' entity : 'coldshot' value : 'on' Add to automations.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 - id : shower_alert alias : Shower Alert description : Shower Alert trigger : - platform : state entity_id : - sensor.last_shower_duration condition : [] action : - service : notify.notify data : message : \"Duration: {{ states('sensor.last_shower_duration') }}\" title : Shower finished at {{ now().strftime(\"%H:%M\") }} mode : single Add directly to the configuration.yaml or merge into an existing sensors.yaml file: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 sensor : - platform : template sensors : last_shower_duration : friendly_name : Last shower duration value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ int(states('sensor.ems_esp_shower_duration')) | timestamp_custom('%-M min %-S sec', false)}} {% else %} unknown {% endif %} last_shower_time : friendly_name : Last shower timestamp value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ as_timestamp(states.sensor.ems_esp_shower_duration.last_updated) | int | timestamp_custom(\"%-I:%M %p on %a %-d %b\") }} {% else %} unknown {% endif %} Note you can configure the timestamp_custom() to your own preferred format. Add a new card to an existing Dashboard. I'm using custom cards called 'mushroom' which can be installed via the HACS plugin. Such a card would look like: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 type : vertical-stack cards : - type : custom:mushroom-title-card title : Shower subtitle : Shower details via EMS-ESP - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : binary_sensor.ems_esp_shower_active icon : mdi:shower icon_color : red primary_info : state secondary_info : none - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_time primary_info : state secondary_info : last-updated icon_color : amber icon : mdi:calendar-month - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_duration primary_info : state secondary_info : none icon_color : amber icon : mdi:camera-timer - show_name : true show_icon : true type : button name : Send cold shot of water tap_action : action : call-service service : script.coldshot show_state : false icon : mdi:snowflake-alert icon_height : 24px","title":"Shower Integration"},{"location":"Home-Assistant/#alert-change-of-thermostat-set-temperature","text":"1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 alias : Thermostat Alert description : '' trigger : - platform : state entity_id : - number.ems_esp_thermostat_hc1_seltemp condition : [] action : - service : notify.notify data : title : Thermostat alert message : >- Temperature set to {{ states('number.ems_esp_thermostat_hc1_seltemp') }} degrees mode : single","title":"Alert change of thermostat set temperature"},{"location":"Home-Assistant/#activating-one-time-hot-water-charging-dhw-once-using-mqtt","text":"Below is an example of calling a command (OneTimeWater) switch : 1 2 3 4 5 6 7 8 9 one_time_water : friendly_name : OneTimeWater value_template : \"{{ is_state('sensor.one_time_water', 'on') }}\" turn_on : service : script.turn_on entity_id : script.one_time_water_on turn_off : service : script.turn_on entity_id : script.one_time_water_off scripts : 1 2 3 4 5 6 7 8 9 10 11 12 13 one_time_water_on : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":1}' one_time_water_off : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":0}'","title":"Activating one-time hot water charging DHW once using MQTT"},{"location":"Home-Assistant/#calculating-values","text":"(from @Glitter-ball) 1 2 3 4 5 6 7 - platform : template sensors : differential : friendly_name : 'Flow-Ret diff' unit_of_measurement : '\u00b0C' icon_template : 'mdi:format-align-middle' value_template : \"{{ (states('sensor.flow_temperature') | float - state('sensor.return_temp') | float) | round(1) }}\"","title":"Calculating values"},{"location":"Home-Assistant/#solar-pump-working-hours","text":"(from @PhillyGilly) 1 2 3 4 5 6 7 8 9 10 11 - platform : mqtt state_topic : 'ems-esp/solar_data' name : 'Solar Pump working hours' unit_of_measurement : 'hr' value_template : > {% set mins = value_json.pumpWorkMin %} {% set hours = ((mins | int / 60) | string).split('.')[0] %} {{hours}} qos : 1 payload_available : 'online' payload_not_available : 'offline'","title":"Solar Pump Working Hours"},{"location":"Home-Assistant/#reading-a-value-via-the-api","text":"Although all the EMS-ESP data is available in Home Assistant as various sensor types you can optionally also call commands and read data using the REST API interface. For example in the script below which will trigger HA to fetch the MAC address when HA is restarted: 1 2 3 4 5 sensor : - platform : rest resource : http://ems-esp.local/api/system name : emsesp_MAC value_template : '{{ value_json.Network.MAC }}'","title":"Reading a value via the API"},{"location":"Home-Assistant/#changing-a-value-via-the-api","text":"configuration.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 rest_command : emsesp : url : http://ems-esp.local/api/{{device}} method : POST headers : authorization : 'Bearer ' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' input_number : wwselected_temp : name : WW Selected Temperature min : 30 max : 60 step : 1 icon : mdi:coolant-temperature in the automations: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - id : 'change_ww_seltemp' alias : 'change ww selected temp' trigger : platform : state entity_id : input_number.wwselected_temp action : service : rest_command.emsesp data : device : 'boiler' entity : 'wwseltemp' value : \"{{ states('input_number.wwselected_temp') | int }}\" - id : 'set_ww_seltemp' alias : 'set ww selected temp' trigger : platform : state entity_id : sensor.thermostat_hc1_selected_room_temperature action : service : input_number.set_value target : entity_id : input_number.wwselected_temp data : value : \"{{ states('sensor.boiler_ww_selected_temperature') | int }}\" Then in your HA's lovelace UI add then entity called input_number.wwselected_temp . Now in HA you can dynamically adjust the values. Like: Check if it's working by going to http://ems-esp/api/boiler/wwseltemp","title":"Changing a value via the API"},{"location":"Home-Assistant/#showing-the-boiler-status-based-on-the-service-code","text":"(by @glitterball) Use a template to translate the boiler service code into a string. in configuration.yaml : 1 template : !include template.yaml and template.yaml contains: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 sensor : - name : 'Status' state : > {% set sc = states('sensor.boiler_service_code_number') %} {% if sc == '200' %} CH active {% elif sc == '201' %} HW active {% elif sc == '202' %} CH anti cycle {% elif sc == '203' %} Standby {% elif sc == '204' %} CH cooling {% elif sc == '208' %} Service test {% elif sc == '265' %} Low CH load {% elif sc == '268' %} Component test {% elif sc == '270' %} Power up {% elif sc == '283' %} Burner start {% elif sc == '284' %} Ignition {% elif sc == '305' %} HW anti cycle {% elif sc == '357' %} Air purge {% elif sc == '358' %} Valve kick {% else %} {{ sc }} {% endif %}","title":"Showing the Boiler status based on the service code"},{"location":"IOBroker/","text":"Thomas (@tp1de) has built an interface from EMS-ESP to ioBroker. Check out his GitHub repository at github.com/tp1de/ioBroker.ems-esp . @BBQKees has a short description on his web site here .","title":"IOBroker"},{"location":"Integrations/","text":"Introduction ~ EMS-ESP integrates with a few home automation systems to report status and sensor data and sometimes allowing complete control. If there are more integrations then please reach out and we'll include them.","title":"Introduction"},{"location":"Integrations/#introduction","text":"EMS-ESP integrates with a few home automation systems to report status and sensor data and sometimes allowing complete control. If there are more integrations then please reach out and we'll include them.","title":"Introduction"},{"location":"Loxone/","text":"EMS-ESP can be integrated in Loxone by using the simple Restful API so Loxone can communicate with EMS-ESP via HTTP requests. Alternatively MQTT can be used but you have to install a Raspberry Pi with Loxberry. Both methods are described in detail at the @BBQKees Gateway wiki .","title":"Loxone"},{"location":"MQTT/","text":"Published Data ~ When MQTT is enabled EMS-ESP will publish MQTT topics for each device. The frequency can be configured from the WebUI to be either sent when data changes are detected or set to a specific period in seconds which is kinder on network traffic. When MQTT Discovery is enabled, EMS-ESP will automatically create a special Discovery topics (with /config ) for each EMS device entity that has received a valid value in EMS-ESP. If the entity should disappear (i.e. no longer has a valid value in an EMS telegram) then the discovery topic is automatically removed. This is to avoid warnings in systems like Home Assistant. When EMS-ESP starts all prior Discovery topics are removed to keep system clean. When a value is a boolean it will be rendered according to the Boolean setting you have defined in the settings. The table below list the topics being published. The format shown in the table below is the MQTT Format as defined in EMS-ESP's settings. Default format is Nested which uses a single topic to show multiple entries in the payload. Format Single will send each group as single payloads on multiple topics. Topic Format Description Payload Example status n/a this is the MQTT will and testament messages online or offline info n/a for events {\"version\":\"3.7.1-dev.3\",\"boot time\":\"2024-11-01T13:02:48+0100\",\"network\":\"ethernet\",\"hostname\":\"ems-esp\"} heartbeat all system stats in JSON, default is every minute {\"bus_status\":\"connected\",\"uptime\":\"000+02:16:00.285\",\"uptime_sec\":8160,\"ntp_status\":\"on\",\"rxreceived\":8153,\"rxfails\":3,\"txreads\":1942,\"txwrites\":0,\"txfails\":1,\"mqttcount\":2728,\"mqttfails\":0,\"mqttconnects\":1,\"apicalls\":0,\"apifails\":0,\"sensorreads\":1631,\"sensorfails\":0,\"freemem\":164,\"max_alloc\":107} tapwater_active all boolean to show if the hot tap water is running (DHW) heating_active all boolean to show if the heating is on boiler_data all non warm water data from the Boiler device {\"heatingactive\":\"off\",\"tapwateractive\":\"off\",\"selflowtemp\":0,\"selburnpow\":23,\"heatingpumpmod\":0,\"curflowtemp\":57.5,\"rettemp\":56.9,\"syspress\":1.5,\"boiltemp\":60.8,\"burngas\":\"off\",\"burngas2\":\"off\",\"flamecurr\":0.0,\"heatingpump\":\"off\",\"fanwork\":\"off\",\"ignwork\":\"off\",\"oilpreheat\":\"off\",\"heatingactivated\":\"on\",\"heatingtemp\":65,\"pumpmodmax\":70,\"pumpmodmin\":30,\"pumpdelay\":1,\"burnminperiod\":10,\"burnminpower\":0,\"burnmaxpower\":50,\"boilhyston\":-6,\"boilhystoff\":6,\"boil2hyston\":0,\"boil2hystoff\":0,\"curburnpow\":0,\"burnstarts\":359634,\"burnworkmin\":620952,\"burn2workmin\":0,\"heatworkmin\":508794,\"heatstarts\":42076,\"ubauptime\":5166357,\"servicecode\":\"0A\",\"servicecodenumber\":305,\"maintenancemessage\":\"H00\",\"maintenance\":\"manual\",\"maintenancetime\":6000,\"maintenancedate\":\"01.01.2012\"} thermostat_data nested data from the thermostat and for each of its Heating Circuits. {\"datetime\":\"31.12.2022 12:25\",\"hc1\":{\"seltemp\":15.0,\"currtemp\":20.7,\"mode\":\"auto\",\"manualtemp\":21.0,\"daytemp2\":20.5,\"daytemp3\":20.0,\"daytemp4\":20.5,\"nighttemp\":15.0,\"switchtime\":\"00 mo 00:00 T1\"}} thermostat_data single In single format each heating circuit is published with own topic {\"datetime\":\"31.12.2022 12:25\"} thermostat_data_hc single hc in single format {\"seltemp\":15, \"currtemp\":20.6, \"mode\":\"auto\"} mixer_data nested data from The Mixer with nests hc1 to hc4 and wwc1 , wwc2 {\"hc1\": {\"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":25}} mixer_data_hc mixer_data_wwc single data from The Mixer in single format for each of its Heating Circuits where is circuit number {\"type\":\"hc\", \"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":55} shower_data the shower timer and alert toggles plus the duration of the last shower taken {\"timer\":\"0\",\"alert\":\"0\",\"duration\":\"4 minutes 32 seconds\"} solar_data all all data from the Solar Module (if connected) { \"collectorTemp\": 15.8, \"tankBottomTemp\": 29.8, \"solarPumpModulation\": 0, \"cylinderPumpModulation\": 0, \"solarPump\": \"off\", \"valveStatus\": \"off\", \"tankHeated\": \"off\", \"collectorShutdown\": \"off\", \"energyLastHour\": 0, \"energyToday\": 1792, \"energyTotal\": 2784.7 } temperaturesensor_data nested temperature readings from any external Dallas temperature sensors attached to the ESP {\"28-233D-9497-0C03\":{\"name\":\"zolder32\",\"temp\":19.6}} temperaturesensor_data single temperature readings from Dallas temperature sensor in single format with unique sensor id {\"28-FF47-AC90-1604\":20.94} analogsensor_data nested readings from external analog sensors {\"31\":{\"name\":\"analog31\",\"value\":0}} Using MQTT to send commands ~ Refer to the Commands Section for how to use MQTT to send commands to EMS-ESP. Monitoring the Queue ~ If you want more precise monitoring of the MQTT traffic I suggest using MQTT Explorer . The console command show mqtt will show the status of the MQTT service and also the topic subscriptions and outbound publishing queue. In the WebUI you can see the size of the queue and overall stats are in the Status page.","title":"MQTT"},{"location":"MQTT/#published-data","text":"When MQTT is enabled EMS-ESP will publish MQTT topics for each device. The frequency can be configured from the WebUI to be either sent when data changes are detected or set to a specific period in seconds which is kinder on network traffic. When MQTT Discovery is enabled, EMS-ESP will automatically create a special Discovery topics (with /config ) for each EMS device entity that has received a valid value in EMS-ESP. If the entity should disappear (i.e. no longer has a valid value in an EMS telegram) then the discovery topic is automatically removed. This is to avoid warnings in systems like Home Assistant. When EMS-ESP starts all prior Discovery topics are removed to keep system clean. When a value is a boolean it will be rendered according to the Boolean setting you have defined in the settings. The table below list the topics being published. The format shown in the table below is the MQTT Format as defined in EMS-ESP's settings. Default format is Nested which uses a single topic to show multiple entries in the payload. Format Single will send each group as single payloads on multiple topics. Topic Format Description Payload Example status n/a this is the MQTT will and testament messages online or offline info n/a for events {\"version\":\"3.7.1-dev.3\",\"boot time\":\"2024-11-01T13:02:48+0100\",\"network\":\"ethernet\",\"hostname\":\"ems-esp\"} heartbeat all system stats in JSON, default is every minute {\"bus_status\":\"connected\",\"uptime\":\"000+02:16:00.285\",\"uptime_sec\":8160,\"ntp_status\":\"on\",\"rxreceived\":8153,\"rxfails\":3,\"txreads\":1942,\"txwrites\":0,\"txfails\":1,\"mqttcount\":2728,\"mqttfails\":0,\"mqttconnects\":1,\"apicalls\":0,\"apifails\":0,\"sensorreads\":1631,\"sensorfails\":0,\"freemem\":164,\"max_alloc\":107} tapwater_active all boolean to show if the hot tap water is running (DHW) heating_active all boolean to show if the heating is on boiler_data all non warm water data from the Boiler device {\"heatingactive\":\"off\",\"tapwateractive\":\"off\",\"selflowtemp\":0,\"selburnpow\":23,\"heatingpumpmod\":0,\"curflowtemp\":57.5,\"rettemp\":56.9,\"syspress\":1.5,\"boiltemp\":60.8,\"burngas\":\"off\",\"burngas2\":\"off\",\"flamecurr\":0.0,\"heatingpump\":\"off\",\"fanwork\":\"off\",\"ignwork\":\"off\",\"oilpreheat\":\"off\",\"heatingactivated\":\"on\",\"heatingtemp\":65,\"pumpmodmax\":70,\"pumpmodmin\":30,\"pumpdelay\":1,\"burnminperiod\":10,\"burnminpower\":0,\"burnmaxpower\":50,\"boilhyston\":-6,\"boilhystoff\":6,\"boil2hyston\":0,\"boil2hystoff\":0,\"curburnpow\":0,\"burnstarts\":359634,\"burnworkmin\":620952,\"burn2workmin\":0,\"heatworkmin\":508794,\"heatstarts\":42076,\"ubauptime\":5166357,\"servicecode\":\"0A\",\"servicecodenumber\":305,\"maintenancemessage\":\"H00\",\"maintenance\":\"manual\",\"maintenancetime\":6000,\"maintenancedate\":\"01.01.2012\"} thermostat_data nested data from the thermostat and for each of its Heating Circuits. {\"datetime\":\"31.12.2022 12:25\",\"hc1\":{\"seltemp\":15.0,\"currtemp\":20.7,\"mode\":\"auto\",\"manualtemp\":21.0,\"daytemp2\":20.5,\"daytemp3\":20.0,\"daytemp4\":20.5,\"nighttemp\":15.0,\"switchtime\":\"00 mo 00:00 T1\"}} thermostat_data single In single format each heating circuit is published with own topic {\"datetime\":\"31.12.2022 12:25\"} thermostat_data_hc single hc in single format {\"seltemp\":15, \"currtemp\":20.6, \"mode\":\"auto\"} mixer_data nested data from The Mixer with nests hc1 to hc4 and wwc1 , wwc2 {\"hc1\": {\"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":25}} mixer_data_hc mixer_data_wwc single data from The Mixer in single format for each of its Heating Circuits where is circuit number {\"type\":\"hc\", \"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":55} shower_data the shower timer and alert toggles plus the duration of the last shower taken {\"timer\":\"0\",\"alert\":\"0\",\"duration\":\"4 minutes 32 seconds\"} solar_data all all data from the Solar Module (if connected) { \"collectorTemp\": 15.8, \"tankBottomTemp\": 29.8, \"solarPumpModulation\": 0, \"cylinderPumpModulation\": 0, \"solarPump\": \"off\", \"valveStatus\": \"off\", \"tankHeated\": \"off\", \"collectorShutdown\": \"off\", \"energyLastHour\": 0, \"energyToday\": 1792, \"energyTotal\": 2784.7 } temperaturesensor_data nested temperature readings from any external Dallas temperature sensors attached to the ESP {\"28-233D-9497-0C03\":{\"name\":\"zolder32\",\"temp\":19.6}} temperaturesensor_data single temperature readings from Dallas temperature sensor in single format with unique sensor id {\"28-FF47-AC90-1604\":20.94} analogsensor_data nested readings from external analog sensors {\"31\":{\"name\":\"analog31\",\"value\":0}}","title":"Published Data"},{"location":"MQTT/#using-mqtt-to-send-commands","text":"Refer to the Commands Section for how to use MQTT to send commands to EMS-ESP.","title":"Using MQTT to send commands"},{"location":"MQTT/#monitoring-the-queue","text":"If you want more precise monitoring of the MQTT traffic I suggest using MQTT Explorer . The console command show mqtt will show the status of the MQTT service and also the topic subscriptions and outbound publishing queue. In the WebUI you can see the size of the queue and overall stats are in the Status page.","title":"Monitoring the Queue"},{"location":"Mixer-Modules/","text":"List of Mixer Modules ~ This is the current list of supported mixer modules: Buderus MM10, MM50, MM100, MM200, MZ100 MP100 (pool) Junkers IPM","title":"Mixer Modules"},{"location":"Mixer-Modules/#list-of-mixer-modules","text":"This is the current list of supported mixer modules: Buderus MM10, MM50, MM100, MM200, MZ100 MP100 (pool) Junkers IPM","title":"List of Mixer Modules"},{"location":"Modbus-Dev/","text":"Notes for Developers ~ Update register mappings ~ After adding or modifying entities the register mapping needs to be updated. The Modbus settings are stored in the file src/modbus_entity_parameters.hpp . This file contains the tag type, register offset and number of registers for each entity. To update the register mapping call the script scripts/update_modbus_registers.sh from the EMS-ESP project root directory. It requires a bash shell and python3 to run successfully. It performs the following tasks: Build EMS-ESP in standalone mode Execute emsesp with the test entity_dump argument. This dumps all entities including their modbus parameters (if already defined) Assign tag types, register offsets and the register count to each entity based on its type. This step preserves previously assigned Modbus parameters and only assigns new values for entities that do not yet have Modbus parameters defined. After generating a new modbus_entity_parameters.hpp , build, test and then commit and push it to the repository. Note The size of string entities is not known to EMS-ESP at runtime. So in case you add a new string entity you must also add the size of the string field to variable string_sizes in scripts/update_modbus_registers.py which maps entity short names to string sizes. Update the Documentation ~ To update the documentation use the script scripts/generate-modbus-register-doc.sh . Run it (after updating src/modbus_entity_parameters.hpp ) and it outputs the contents of the Modbus-Entity-Registers.md file to stdout. Update this file in the documentation repo.","title":"Maintaining Modbus Parameters"},{"location":"Modbus-Dev/#notes-for-developers","text":"","title":"Notes for Developers"},{"location":"Modbus-Dev/#update-register-mappings","text":"After adding or modifying entities the register mapping needs to be updated. The Modbus settings are stored in the file src/modbus_entity_parameters.hpp . This file contains the tag type, register offset and number of registers for each entity. To update the register mapping call the script scripts/update_modbus_registers.sh from the EMS-ESP project root directory. It requires a bash shell and python3 to run successfully. It performs the following tasks: Build EMS-ESP in standalone mode Execute emsesp with the test entity_dump argument. This dumps all entities including their modbus parameters (if already defined) Assign tag types, register offsets and the register count to each entity based on its type. This step preserves previously assigned Modbus parameters and only assigns new values for entities that do not yet have Modbus parameters defined. After generating a new modbus_entity_parameters.hpp , build, test and then commit and push it to the repository. Note The size of string entities is not known to EMS-ESP at runtime. So in case you add a new string entity you must also add the size of the string field to variable string_sizes in scripts/update_modbus_registers.py which maps entity short names to string sizes.","title":"Update register mappings"},{"location":"Modbus-Dev/#update-the-documentation","text":"To update the documentation use the script scripts/generate-modbus-register-doc.sh . Run it (after updating src/modbus_entity_parameters.hpp ) and it outputs the contents of the Modbus-Entity-Registers.md file to stdout. Update this file in the documentation repo.","title":"Update the Documentation"},{"location":"Modbus-Entity-Registers/","text":".md-grid { max-width: 100%; /* or 100%, if you want to stretch to full-width */ } Entity/Register Mapping ~ Note This file has been auto-generated. Do not edit. Devices of type alert ~ EM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor setflowtemp set flow temperature uint8 (>=0<=254) C false DEVICE_DATA 0 1 1 setburnpow burner set power uint8 (>=0<=100) % false DEVICE_DATA 1 1 1 Devices of type boiler ~ BK13/BK15, Smartline, GB1*2 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 C1200W ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 CS 800i, Logatherm WLW ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 Cascade CM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Cascade MC400 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Cascade MCM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Cerapur Aero ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 EasyControl Adapter ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Ecomline Excellent ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 GB*72, Trendline, Cerapur, Greenstar Si ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 GB212 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 GC7000F ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Geo 5xx ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 Greenstar 30Ri Compact ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Greenstar HIU, Logamax kompakt WS170 ~ shortname fullname type uom writeable tag type register offset register count scale factor netflowtemp heat network flow temp uint16 (>=0<=3199) C false DEVICE_DATA 269 1 1/10 heatvalve heating valve uint8 (>=0<=100) % false DEVICE_DATA 270 1 1 dhwvalve valve uint8 (>=0<=100) % false DHW 73 1 1 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 keepwarmtemp keep warm temperature uint8 (>=0<=254) C true DEVICE_DATA 271 1 1 setreturntemp set temp return uint8 (>=0<=254) C true DEVICE_DATA 272 1 1 heating heating boolean false DEVICE_DATA 273 1 1 reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 Hybrid Heatpump ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax Plus GB022 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax Plus, GB192, Condens GC9000, Greenstar ErP ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax U122, Cerapur ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logano GB1*5, Logamatic MC10 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logano GB125/KB195i, Logamatic MC110 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logano GB212 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Proline ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Topline, GB162 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Devices of type controller ~ Rego 3000 ~ shortname fullname type uom writeable tag type register offset register count scale factor datetime date/time string false DEVICE_DATA 0 13 1 Devices of type extension ~ EM10, EM100 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1 T1RF ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1 Devices of type heatpump ~ HP Module ~ shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 Hybrid Manager HM200 ~ shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 Devices of type mixer ~ IPM ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10 MM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 MM100 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DHW 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false DHW 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true DHW 2 1 1 pumpstatus pump status (PC1) boolean true DHW 3 1 1 activated activated boolean true DHW 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true DHW 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true DHW 6 1 1 MM200 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1 MM50 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1 MZ100 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1 Devices of type pool ~ MP100 ~ shortname fullname type uom writeable tag type register offset register count scale factor pooltemp pool temperature int16 (>=-3199<=3199) C false DEVICE_DATA -1 1 1/10 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] false DEVICE_DATA -1 1 1 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % false DEVICE_DATA -1 1 1 Devices of type solar ~ ISM1 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 ISM2 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 SM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 1 turnondiff pump turn on difference uint8 (>=0<=254) C true DEVICE_DATA 10 1 1 turnoffdiff pump turn off difference uint8 (>=0<=254) C true DEVICE_DATA 11 1 1 solarpower actual solar power int16 (>=-31999<=31999) W false DEVICE_DATA 12 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 maxflow maximum solar flow uint8 (>=0<=25) l/min true DEVICE_DATA 15 1 1/10 mintemp minimum temperature uint8 (>=0<=254) C true DHW 0 1 1 solarenabled solarmodule enabled boolean true DEVICE_DATA 16 1 1 SM100, MS100 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10 SM200, MS200 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10 SM50 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10 Devices of type switch ~ WM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor activated activated boolean false DEVICE_DATA 0 1 1 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DEVICE_DATA 1 1 1/10 status status int8 (>=-126<=126) false DEVICE_DATA 2 1 1 Devices of type thermostat ~ CRF200S ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 Comfort RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 Comfort+2RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 ES72, RC20 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 ES73 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 ES79 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 EasyControl, CT200 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 FB10 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FB100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR10 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR110 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR120 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR50 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW120 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW200 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW500 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 Logamatic TC100, Moduline Easy ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 Moduline 200 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1 Moduline 400 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 autodst automatic change daylight saving time boolean true DEVICE_DATA 68 1 1 language language enum [german|dutch] true DEVICE_DATA 64 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 brightness screen brightness int8 (>=-15<=15) true DEVICE_DATA 70 1 1 mixingvalves mixing valves uint8 (>=0<=2) true DEVICE_DATA 71 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 preheating preheating in the clock program boolean true DEVICE_DATA 73 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 pause pause time uint8 (>=0<=254) hours true HC 83 1 1 party party time uint8 (>=0<=254) hours true HC 84 1 1 vacations1 vacation dates 1 string true HC 115 11 1 vacations2 vacation dates 2 string true HC 126 11 1 vacations3 vacation dates 3 string true HC 137 11 1 vacations4 vacation dates 4 string true HC 148 11 1 vacations5 vacation dates 5 string true HC 159 11 1 vacations6 vacation dates 6 string true HC 170 11 1 vacations7 vacation dates 7 string true HC 181 11 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 holidaytemp holiday temperature uint8 (>=0<=127) C true HC 54 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 mode operating mode enum [on|off|auto] true DHW 0 1 1 whenmodeoff when thermostat mode off boolean true DHW 62 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 RC10 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 RC10, Moduline 100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 RC100, CR10, Moduline 1000/1010 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 RC100H, CR10H ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 RC20, Moduline 300 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1 RC200, CW100, CR120, CR50 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 RC20RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1 RC25 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 RC30 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 RC35 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 RFM20 Remote ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 RT800, RC220 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 Rego 2000/3000 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 vacations vacation dates string true DEVICE_DATA 74 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [normal|comfort|eco+] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 Rego 3000, UI800, Logamatic BC400 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 TR120RF, CR20RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 UI800, BC400 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 Devices of type ventilation ~ Logavent HRV176 ~ shortname fullname type uom writeable tag type register offset register count scale factor outfresh outdoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 infresh indoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 inexhaust indoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 ventinspeed in blower speed uint8 (>=0<=100) % false DEVICE_DATA 4 1 1 ventoutspeed out blower speed uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] true DEVICE_DATA 6 1 1 airquality air quality (voc) uint16 (>=0<=31999) false DEVICE_DATA 7 1 1 airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 8 1 1","title":"Entity Register Offsets"},{"location":"Modbus-Entity-Registers/#entityregister-mapping","text":"Note This file has been auto-generated. Do not edit.","title":"Entity/Register Mapping"},{"location":"Modbus-Entity-Registers/#devices-of-type-alert","text":"","title":"Devices of type alert"},{"location":"Modbus-Entity-Registers/#em10","text":"shortname fullname type uom writeable tag type register offset register count scale factor setflowtemp set flow temperature uint8 (>=0<=254) C false DEVICE_DATA 0 1 1 setburnpow burner set power uint8 (>=0<=100) % false DEVICE_DATA 1 1 1","title":"EM10"},{"location":"Modbus-Entity-Registers/#devices-of-type-boiler","text":"","title":"Devices of type boiler"},{"location":"Modbus-Entity-Registers/#bk13bk15-smartline-gb12","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"BK13/BK15, Smartline, GB1*2"},{"location":"Modbus-Entity-Registers/#c1200w","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"C1200W"},{"location":"Modbus-Entity-Registers/#cs800i-logatherm-wlw","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"CS800i, Logatherm WLW"},{"location":"Modbus-Entity-Registers/#cascade-cm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cascade CM10"},{"location":"Modbus-Entity-Registers/#cascade-mc400","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cascade MC400"},{"location":"Modbus-Entity-Registers/#cascade-mcm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cascade MCM10"},{"location":"Modbus-Entity-Registers/#cerapur-aero","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cerapur Aero"},{"location":"Modbus-Entity-Registers/#condens-5000i-greenstar-8000gc9800iw-gb192i2","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2"},{"location":"Modbus-Entity-Registers/#condens-logamaxlogomatic-cerapur-top-greenstar-generic-ht3","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3"},{"location":"Modbus-Entity-Registers/#easycontrol-adapter","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"EasyControl Adapter"},{"location":"Modbus-Entity-Registers/#ecomline-excellent","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Ecomline Excellent"},{"location":"Modbus-Entity-Registers/#enviline-compress-6000aw-hybrid-3000-7000iaw-supraecogeo-5xx-wlw196iwsw196i","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i"},{"location":"Modbus-Entity-Registers/#gb72-trendline-cerapur-greenstar-si","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"GB*72, Trendline, Cerapur, Greenstar Si"},{"location":"Modbus-Entity-Registers/#gb212","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"GB212"},{"location":"Modbus-Entity-Registers/#gc7000f","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"GC7000F"},{"location":"Modbus-Entity-Registers/#geo-5xx","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"Geo 5xx"},{"location":"Modbus-Entity-Registers/#greenstar-30ri-compact","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Greenstar 30Ri Compact"},{"location":"Modbus-Entity-Registers/#greenstar-hiu-logamax-kompakt-ws170","text":"shortname fullname type uom writeable tag type register offset register count scale factor netflowtemp heat network flow temp uint16 (>=0<=3199) C false DEVICE_DATA 269 1 1/10 heatvalve heating valve uint8 (>=0<=100) % false DEVICE_DATA 270 1 1 dhwvalve valve uint8 (>=0<=100) % false DHW 73 1 1 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 keepwarmtemp keep warm temperature uint8 (>=0<=254) C true DEVICE_DATA 271 1 1 setreturntemp set temp return uint8 (>=0<=254) C true DEVICE_DATA 272 1 1 heating heating boolean false DEVICE_DATA 273 1 1 reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"Greenstar HIU, Logamax kompakt WS170"},{"location":"Modbus-Entity-Registers/#hybrid-heatpump","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Hybrid Heatpump"},{"location":"Modbus-Entity-Registers/#logamax-plus-gb022","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax Plus GB022"},{"location":"Modbus-Entity-Registers/#logamax-plus-gb122-condense-2300-junkers-cerapur-gc2200w","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W"},{"location":"Modbus-Entity-Registers/#logamax-plus-gb192-condens-gc9000-greenstar-erp","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax Plus, GB192, Condens GC9000, Greenstar ErP"},{"location":"Modbus-Entity-Registers/#logamax-u122-cerapur","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax U122, Cerapur"},{"location":"Modbus-Entity-Registers/#logano-gb15-logamatic-mc10","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logano GB1*5, Logamatic MC10"},{"location":"Modbus-Entity-Registers/#logano-gb125kb195i-logamatic-mc110","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logano GB125/KB195i, Logamatic MC110"},{"location":"Modbus-Entity-Registers/#logano-gb212","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logano GB212"},{"location":"Modbus-Entity-Registers/#proline","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Proline"},{"location":"Modbus-Entity-Registers/#topline-gb162","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Topline, GB162"},{"location":"Modbus-Entity-Registers/#devices-of-type-controller","text":"","title":"Devices of type controller"},{"location":"Modbus-Entity-Registers/#rego-3000","text":"shortname fullname type uom writeable tag type register offset register count scale factor datetime date/time string false DEVICE_DATA 0 13 1","title":"Rego 3000"},{"location":"Modbus-Entity-Registers/#devices-of-type-extension","text":"","title":"Devices of type extension"},{"location":"Modbus-Entity-Registers/#em10-em100","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1","title":"EM10, EM100"},{"location":"Modbus-Entity-Registers/#t1rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1","title":"T1RF"},{"location":"Modbus-Entity-Registers/#devices-of-type-heatpump","text":"","title":"Devices of type heatpump"},{"location":"Modbus-Entity-Registers/#hp-module","text":"shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100","title":"HP Module"},{"location":"Modbus-Entity-Registers/#hybrid-manager-hm200","text":"shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100","title":"Hybrid Manager HM200"},{"location":"Modbus-Entity-Registers/#devices-of-type-mixer","text":"","title":"Devices of type mixer"},{"location":"Modbus-Entity-Registers/#ipm","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10","title":"IPM"},{"location":"Modbus-Entity-Registers/#mm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10","title":"MM10"},{"location":"Modbus-Entity-Registers/#mm100","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DHW 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false DHW 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true DHW 2 1 1 pumpstatus pump status (PC1) boolean true DHW 3 1 1 activated activated boolean true DHW 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true DHW 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true DHW 6 1 1","title":"MM100"},{"location":"Modbus-Entity-Registers/#mm200","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1","title":"MM200"},{"location":"Modbus-Entity-Registers/#mm50","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1","title":"MM50"},{"location":"Modbus-Entity-Registers/#mz100","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1","title":"MZ100"},{"location":"Modbus-Entity-Registers/#devices-of-type-pool","text":"","title":"Devices of type pool"},{"location":"Modbus-Entity-Registers/#mp100","text":"shortname fullname type uom writeable tag type register offset register count scale factor pooltemp pool temperature int16 (>=-3199<=3199) C false DEVICE_DATA -1 1 1/10 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] false DEVICE_DATA -1 1 1 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % false DEVICE_DATA -1 1 1","title":"MP100"},{"location":"Modbus-Entity-Registers/#devices-of-type-solar","text":"","title":"Devices of type solar"},{"location":"Modbus-Entity-Registers/#ism1","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10","title":"ISM1"},{"location":"Modbus-Entity-Registers/#ism2","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10","title":"ISM2"},{"location":"Modbus-Entity-Registers/#sm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 1 turnondiff pump turn on difference uint8 (>=0<=254) C true DEVICE_DATA 10 1 1 turnoffdiff pump turn off difference uint8 (>=0<=254) C true DEVICE_DATA 11 1 1 solarpower actual solar power int16 (>=-31999<=31999) W false DEVICE_DATA 12 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 maxflow maximum solar flow uint8 (>=0<=25) l/min true DEVICE_DATA 15 1 1/10 mintemp minimum temperature uint8 (>=0<=254) C true DHW 0 1 1 solarenabled solarmodule enabled boolean true DEVICE_DATA 16 1 1","title":"SM10"},{"location":"Modbus-Entity-Registers/#sm100-ms100","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10","title":"SM100, MS100"},{"location":"Modbus-Entity-Registers/#sm200-ms200","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10","title":"SM200, MS200"},{"location":"Modbus-Entity-Registers/#sm50","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10","title":"SM50"},{"location":"Modbus-Entity-Registers/#devices-of-type-switch","text":"","title":"Devices of type switch"},{"location":"Modbus-Entity-Registers/#wm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor activated activated boolean false DEVICE_DATA 0 1 1 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DEVICE_DATA 1 1 1/10 status status int8 (>=-126<=126) false DEVICE_DATA 2 1 1","title":"WM10"},{"location":"Modbus-Entity-Registers/#devices-of-type-thermostat","text":"","title":"Devices of type thermostat"},{"location":"Modbus-Entity-Registers/#crf200s","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1","title":"CRF200S"},{"location":"Modbus-Entity-Registers/#comfort-rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1","title":"Comfort RF"},{"location":"Modbus-Entity-Registers/#comfort2rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1","title":"Comfort+2RF"},{"location":"Modbus-Entity-Registers/#es72-rc20","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"ES72, RC20"},{"location":"Modbus-Entity-Registers/#es73","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"ES73"},{"location":"Modbus-Entity-Registers/#es79","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"ES79"},{"location":"Modbus-Entity-Registers/#easycontrol-ct200","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"EasyControl, CT200"},{"location":"Modbus-Entity-Registers/#fb10","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FB10"},{"location":"Modbus-Entity-Registers/#fb100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FB100"},{"location":"Modbus-Entity-Registers/#fr10","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR10"},{"location":"Modbus-Entity-Registers/#fr100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR100"},{"location":"Modbus-Entity-Registers/#fr110","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR110"},{"location":"Modbus-Entity-Registers/#fr120","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR120"},{"location":"Modbus-Entity-Registers/#fr50","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR50"},{"location":"Modbus-Entity-Registers/#fw100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW100"},{"location":"Modbus-Entity-Registers/#fw120","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW120"},{"location":"Modbus-Entity-Registers/#fw200","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW200"},{"location":"Modbus-Entity-Registers/#fw500","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW500"},{"location":"Modbus-Entity-Registers/#logamatic-tc100-moduline-easy","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"Logamatic TC100, Moduline Easy"},{"location":"Modbus-Entity-Registers/#moduline-200","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1","title":"Moduline 200"},{"location":"Modbus-Entity-Registers/#moduline-400","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 autodst automatic change daylight saving time boolean true DEVICE_DATA 68 1 1 language language enum [german|dutch] true DEVICE_DATA 64 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 brightness screen brightness int8 (>=-15<=15) true DEVICE_DATA 70 1 1 mixingvalves mixing valves uint8 (>=0<=2) true DEVICE_DATA 71 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 preheating preheating in the clock program boolean true DEVICE_DATA 73 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 pause pause time uint8 (>=0<=254) hours true HC 83 1 1 party party time uint8 (>=0<=254) hours true HC 84 1 1 vacations1 vacation dates 1 string true HC 115 11 1 vacations2 vacation dates 2 string true HC 126 11 1 vacations3 vacation dates 3 string true HC 137 11 1 vacations4 vacation dates 4 string true HC 148 11 1 vacations5 vacation dates 5 string true HC 159 11 1 vacations6 vacation dates 6 string true HC 170 11 1 vacations7 vacation dates 7 string true HC 181 11 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 holidaytemp holiday temperature uint8 (>=0<=127) C true HC 54 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 mode operating mode enum [on|off|auto] true DHW 0 1 1 whenmodeoff when thermostat mode off boolean true DHW 62 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1","title":"Moduline 400"},{"location":"Modbus-Entity-Registers/#rc10","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"RC10"},{"location":"Modbus-Entity-Registers/#rc10-moduline-100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"RC10, Moduline 100"},{"location":"Modbus-Entity-Registers/#rc100-cr10-moduline-10001010","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"RC100, CR10, Moduline 1000/1010"},{"location":"Modbus-Entity-Registers/#rc100h-cr10h","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"RC100H, CR10H"},{"location":"Modbus-Entity-Registers/#rc20-moduline-300","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1","title":"RC20, Moduline 300"},{"location":"Modbus-Entity-Registers/#rc200-cw100-cr120-cr50","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"RC200, CW100, CR120, CR50"},{"location":"Modbus-Entity-Registers/#rc20rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1","title":"RC20RF"},{"location":"Modbus-Entity-Registers/#rc25","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"RC25"},{"location":"Modbus-Entity-Registers/#rc30-moduline-30001010h-cw400-sense-ii-hpc410","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410"},{"location":"Modbus-Entity-Registers/#rc30","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"RC30"},{"location":"Modbus-Entity-Registers/#rc35","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"RC35"},{"location":"Modbus-Entity-Registers/#rfm20-remote","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"RFM20 Remote"},{"location":"Modbus-Entity-Registers/#rt800-rc220","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"RT800, RC220"},{"location":"Modbus-Entity-Registers/#rego-20003000","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 vacations vacation dates string true DEVICE_DATA 74 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [normal|comfort|eco+] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"Rego 2000/3000"},{"location":"Modbus-Entity-Registers/#rego-3000-ui800-logamatic-bc400","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"Rego 3000, UI800, Logamatic BC400"},{"location":"Modbus-Entity-Registers/#tr120rf-cr20rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"TR120RF, CR20RF"},{"location":"Modbus-Entity-Registers/#ui800-bc400","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"UI800, BC400"},{"location":"Modbus-Entity-Registers/#devices-of-type-ventilation","text":"","title":"Devices of type ventilation"},{"location":"Modbus-Entity-Registers/#logavent-hrv176","text":"shortname fullname type uom writeable tag type register offset register count scale factor outfresh outdoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 infresh indoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 inexhaust indoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 ventinspeed in blower speed uint8 (>=0<=100) % false DEVICE_DATA 4 1 1 ventoutspeed out blower speed uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] true DEVICE_DATA 6 1 1 airquality air quality (voc) uint16 (>=0<=31999) false DEVICE_DATA 7 1 1 airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 8 1 1","title":"Logavent HRV176"},{"location":"Modbus-Register-Blocks/","text":"Register Blocks ~ This table shows how entity tags are mapped to Modbus register block offsets. Tag Register Offset DEVICE_DATA 0 HC1 1000 HC2 2000 HC3 3000 HC4 4000 HC5 5000 HC6 6000 HC7 7000 HC8 8000 DHW1 9000 DHW2 10000 DHW3 11000 DHW4 12000 DHW5 13000 DHW6 14000 DHW7 15000 DHW8 16000 DHW9 17000 DHW10 18000 AHS1 19000 HS1 20000 HS2 21000 HS3 22000 HS4 23000 HS5 24000 HS6 25000 HS7 26000 HS8 27000 HS9 28000 HS10 29000 HS11 30000 HS12 31000 HS13 32000 HS14 33000 HS15 34000 HS16 35000","title":"Register Block Offsets"},{"location":"Modbus-Register-Blocks/#register-blocks","text":"This table shows how entity tags are mapped to Modbus register block offsets. Tag Register Offset DEVICE_DATA 0 HC1 1000 HC2 2000 HC3 3000 HC4 4000 HC5 5000 HC6 6000 HC7 7000 HC8 8000 DHW1 9000 DHW2 10000 DHW3 11000 DHW4 12000 DHW5 13000 DHW6 14000 DHW7 15000 DHW8 16000 DHW9 17000 DHW10 18000 AHS1 19000 HS1 20000 HS2 21000 HS3 22000 HS4 23000 HS5 24000 HS6 25000 HS7 26000 HS8 27000 HS9 28000 HS10 29000 HS11 30000 HS12 31000 HS13 32000 HS14 33000 HS15 34000 HS16 35000","title":"Register Blocks"},{"location":"Modbus-Server-IDs/","text":"Server IDs ~ This table shows how device types are mapped to server unit identifiers. Device type Unit Identifier SYSTEM (EMS-ESP) 1 BOILER 5 THERMOSTAT 6 MIXER 7 SOLAR 8 HEATPUMP 9 GATEWAY 10 SWITCH 11 CONTROLLER 12 CONNECT 13 ALERT 14 EXTENSION 15 GENERIC 16 HEATSOURCE 17 VENTILATION 18 WATER 19 POOL 20","title":"Server Unit Identifiers"},{"location":"Modbus-Server-IDs/#server-ids","text":"This table shows how device types are mapped to server unit identifiers. Device type Unit Identifier SYSTEM (EMS-ESP) 1 BOILER 5 THERMOSTAT 6 MIXER 7 SOLAR 8 HEATPUMP 9 GATEWAY 10 SWITCH 11 CONTROLLER 12 CONNECT 13 ALERT 14 EXTENSION 15 GENERIC 16 HEATSOURCE 17 VENTILATION 18 WATER 19 POOL 20","title":"Server IDs"},{"location":"Modbus-Settings/","text":"Modbus settings ~ Enable the Modbus feature in Settings -> Application -> Modbus . This requires a reboot. Configurable options ~ Option name Description Default value Max Clients The maximum number of clients allowed to connect 10 Port The port the Modbus server runs on 502 Timeout The number of milliseconds after which requests time out 10000","title":"Settings"},{"location":"Modbus-Settings/#modbus-settings","text":"Enable the Modbus feature in Settings -> Application -> Modbus . This requires a reboot.","title":"Modbus settings"},{"location":"Modbus-Settings/#configurable-options","text":"Option name Description Default value Max Clients The maximum number of clients allowed to connect 10 Port The port the Modbus server runs on 502 Timeout The number of milliseconds after which requests time out 10000","title":"Configurable options"},{"location":"Modbus-System-Server/","text":"SYSTEM server ~ EMS-ESP provides a server with general read only information with unit ID 1 . It provides the following data: Name Description Register offset Register count NUM_DEVICES The number of devices recognized on the EMS bus 1 1 DEVICE_TYPE_AND_ID The device type and ID for each device. \"n\" in the register offset is the index of the device with 0 <= n < NUM_DEVICES. The first byte of the 16 bit value contains the device type , the second byte contains the device ID. 1000 + n 1","title":"The SYSTEM Server"},{"location":"Modbus-System-Server/#system-server","text":"EMS-ESP provides a server with general read only information with unit ID 1 . It provides the following data: Name Description Register offset Register count NUM_DEVICES The number of devices recognized on the EMS bus 1 1 DEVICE_TYPE_AND_ID The device type and ID for each device. \"n\" in the register offset is the index of the device with 0 <= n < NUM_DEVICES. The first byte of the 16 bit value contains the device type , the second byte contains the device ID. 1000 + n 1","title":"SYSTEM server"},{"location":"Modbus/","text":"Modbus/TCP ~ The Modbus connector allows to read and write entities using the Modbus/TCP protocol. See Settings on how to enable and configure the Modbus connector. EMS Entity / Modbus Register Mapping ~ This document refers to the device issuing a Modbus request as the client (formerly known as a Modbus master ) and to the device listening and fulfilling the requests, i.e. EMS-ESP, as the server (formerly known as a Modbus slave ). EMS-ESP creates a Modbus server for each device connected to the EMS bus, including EMS-ESP itself. Each server is addressed with a numeric identifier representing the device type. See Server Unit Identifiers for a list of all possible server IDs. A server organizes all entities of the device it represents in blocks that correspond to the entity tags (e.g. hc1 for the first heating circuit). The entities are addressed with an offset within the register block. See Register Blocks for a list of all block offsets. All values are stored in one or more registers. Each Modbus register contains a 16 bit value. Numeric values are stored as 16 or 32 bit integers, in one or two registers. An entity specific scale factor may be applied. The scale factor is defined separately for each device and entity. Enums are stored in a single register. Strings are null terminated and stored with two characters per register. See Entity/Register Mapping for a list of all register offsets, data types and scale factors. Example A Modbus client wants to read the target flow temperature of the second heating circuit (hc2) of a thermostat of type RC310 connected to the EMS bus. Table Server IDs indicates that the unit identifier of a thermostat device is 6 . So the client needs to specify the unit identifier 6 in all requests. Table Register Blocks shows that the offset for HC2 is 2000. The row targetflowtemp in table Entity/Register Mapping for thermostat RC310 lists register offset 18, register count 1 and scale factor 1. Hint: click a column header to sort the table, e.g. by entity shortnames. So the final register offset for the target flow temperature in hc2 is 2000 + 18 = 2018. We need to read one register at offset 2018 from the server with unit ID 6 and multiply the result by the scale factor which in this case is 1. The SYSTEM server ~ EMS-ESP assigns a special unit identifier, 1 , to a server that provides general information about EMS-ESP. The system server registers are documented here . Reading and Writing Entity values ~ The following Modbus function codes are implemented: READ_HOLD_REGISTER ( 0x03 ) READ_INPUT_REGISTER ( 0x04 ) WRITE_HOLD_REGISTER ( 0x06 ) WRITE_MULT_REGISTERS ( 0x10 ) The Modbus connector supports reading and writing of a single entity per request. Reading or writing multiple entities, even if mapped to consecutive registers, is not supported. However, a single entity that is mapped to multiple registers must be read or written in a single request.","title":"Modbus"},{"location":"Modbus/#modbustcp","text":"The Modbus connector allows to read and write entities using the Modbus/TCP protocol. See Settings on how to enable and configure the Modbus connector.","title":"Modbus/TCP"},{"location":"Modbus/#ems-entity-modbus-register-mapping","text":"This document refers to the device issuing a Modbus request as the client (formerly known as a Modbus master ) and to the device listening and fulfilling the requests, i.e. EMS-ESP, as the server (formerly known as a Modbus slave ). EMS-ESP creates a Modbus server for each device connected to the EMS bus, including EMS-ESP itself. Each server is addressed with a numeric identifier representing the device type. See Server Unit Identifiers for a list of all possible server IDs. A server organizes all entities of the device it represents in blocks that correspond to the entity tags (e.g. hc1 for the first heating circuit). The entities are addressed with an offset within the register block. See Register Blocks for a list of all block offsets. All values are stored in one or more registers. Each Modbus register contains a 16 bit value. Numeric values are stored as 16 or 32 bit integers, in one or two registers. An entity specific scale factor may be applied. The scale factor is defined separately for each device and entity. Enums are stored in a single register. Strings are null terminated and stored with two characters per register. See Entity/Register Mapping for a list of all register offsets, data types and scale factors. Example A Modbus client wants to read the target flow temperature of the second heating circuit (hc2) of a thermostat of type RC310 connected to the EMS bus. Table Server IDs indicates that the unit identifier of a thermostat device is 6 . So the client needs to specify the unit identifier 6 in all requests. Table Register Blocks shows that the offset for HC2 is 2000. The row targetflowtemp in table Entity/Register Mapping for thermostat RC310 lists register offset 18, register count 1 and scale factor 1. Hint: click a column header to sort the table, e.g. by entity shortnames. So the final register offset for the target flow temperature in hc2 is 2000 + 18 = 2018. We need to read one register at offset 2018 from the server with unit ID 6 and multiply the result by the scale factor which in this case is 1.","title":"EMS Entity / Modbus Register Mapping"},{"location":"Modbus/#the-system-server","text":"EMS-ESP assigns a special unit identifier, 1 , to a server that provides general information about EMS-ESP. The system server registers are documented here .","title":"The SYSTEM server"},{"location":"Modbus/#reading-and-writing-entity-values","text":"The following Modbus function codes are implemented: READ_HOLD_REGISTER ( 0x03 ) READ_INPUT_REGISTER ( 0x04 ) WRITE_HOLD_REGISTER ( 0x06 ) WRITE_MULT_REGISTERS ( 0x10 ) The Modbus connector supports reading and writing of a single entity per request. Reading or writing multiple entities, even if mapped to consecutive registers, is not supported. However, a single entity that is mapped to multiple registers must be read or written in a single request.","title":"Reading and Writing Entity values"},{"location":"Other-Devices/","text":"List of Other Devices ~ This is the current list of supported other devices. Gateway modules: Buderus Web Gateway KM200, MB LAN 2 Buderus Communication Module MX300, K30RF Connect modules: Nefit Moduline Easy Connect Bosch Easy Connect EMS-OT OpenTherm converter Wireless sensor base M200, RFM200 Alert modules: EM10 Ventilation modules: Logavent HRV176 Extension modules: T1RF","title":"Other Devices"},{"location":"Other-Devices/#list-of-other-devices","text":"This is the current list of supported other devices. Gateway modules: Buderus Web Gateway KM200, MB LAN 2 Buderus Communication Module MX300, K30RF Connect modules: Nefit Moduline Easy Connect Bosch Easy Connect EMS-OT OpenTherm converter Wireless sensor base M200, RFM200 Alert modules: EM10 Ventilation modules: Logavent HRV176 Extension modules: T1RF","title":"List of Other Devices"},{"location":"Solar-Modules/","text":"List of Solar Modules ~ This is the current list of supported solar modules: Buderus SM10, SM50, SM100, SM200 MS100, MS200 Junkers ISM1, ISM2","title":"Solar Modules"},{"location":"Solar-Modules/#list-of-solar-modules","text":"This is the current list of supported solar modules: Buderus SM10, SM50, SM100, SM200 MS100, MS200 Junkers ISM1, ISM2","title":"List of Solar Modules"},{"location":"Special-Functions/","text":"Some entities mapped in MQTT are generated by EMS-ESP and not read from the EMS bus. heating_active and tapwater_active are calculated from the burner and valve/pump settings. These are used by both the Shower Timer and Energy Measurement features. Shower Timer ~ Measures the time hot water is running with burner on. This works only for dhw flow systems; in buffered dhw systems the time is always the charge time of the buffer. As an additional feature, there is the Shower Alert, which alerts and triggers a burst of cold water after a configured time. The 'coldshot' is managed by the entity boiler/tapactivated , and uses a custom function that sets the boiler into its 'testmode', enables tapwater flow but disables the burner. Force Heating Off ~ Some users control the boiler without a thermostat and want to switch the boiler off when a desired temperature is reached. Sending boiler/selflowtemp 0 to the boiler has to be repeated every minute otherwise the boiler will fall back to the selected temperature on the panel. The function boiler/forceheatingoff repeats this command every minute, so the heating remains off. In the EMS-ESP settings it is possible to set the power on value of forceheatingoff . Energy Measurement ~ For gas and oil burners, Bosch does not measure the energy consumption. EMS-ESP calculates the consumption of each boiler message by burner modulation and nominal boiler power. Some gas boilers have the nominal power stored, some do not. Also the stored power is not always correct, a boiler of same type could be equipped with different burners or have its burners adjusted by air/nozzle size. In these cases, the nominal power boiler/nonpower can be changed and stored in EMS-ESP. Check the setting before using the energy values. Remote Thermostats ~ Modern thermostats can use the outdoor temperature to calculate the appropriate boiler flow temperature. A single thermostat placed inside the boiler can do this for different heating circuits, however is slow and inaccurate. If a room thermostat measures that the actual temperature is much lower it should raise the flowtemp to a much higher value until the temperature is reached. This is called \"outdoorcontrolled\" with \"room influence\" but requires a hardware remote thermostat present in the room. EMS-ESP can simulate a remote thermostat by calling thermostat/hc/control and setting the temperature and other dhw settings via thermostat/hcx/remotetemp . This will also send the settings on to the master thermostat. For a master thermostat of type RC30/RC35 an RC20 is emulated. For the RC3x0/BC400 you have to choose the control first to RC200 or RC100H. For a Junkers/Bosch FW120 and similar an FB10 is emulated. To activate the Remote Thermostat feature follow these steps: set thermostat/hc/control to the right Remote thermostat you want to control send thermostat/hc/remotetemp with your desired temperature. Optionally for an RC100H send thermostat/hc/remotehum with a value EMS-ESP will search for the master thermostat and create a new thermostat with entities for room temperature and optionally humidity. The values will be automatically updated and synchronized with the master thermostat. To stop the function, follow these steps: send thermostat/hc/remotetemp with a value of -1 set thermostat/hc/control to the master thermostat (e.g. RC35/RC300/FW120...) The remote thermostat will remain in the EMS-ESP device dashboard but will have no entities. Note, if the control is set to roomthermostat and the first remotetemp is not set within a minute, the master thermostat will likely show an error message. Disclaimer With the remote setting of the humidity you are able to set a heat pump to start cooling even when it is below the actual dew point, which can cause condensation on pipes and the floor, and subsequently damage the system. Use at your own risk! Scheduling temperatures ~ The EMS-ESP Scheduler can be used to permanently maintain the remote thermostat's values. The thermostat is recreated once the command is and has an initial value as shown below: Timer to 00:00 for triggering as soon as EMS-ESP powers on Command is thermostat/hc1/remotetemp for heating circuit 1 (or thermostat/hc1/remotehum for an RC100H) Value is the optimal room temperature for your home, or a command (see below) Name is optional. By giving it a name it can be set remotely as a command and the activation state is published in an MQTT topic. If you have an external Dallas temperature sensor attached to the EMS-ESP you can set the value to this value by using temperaturesensor/ as the value . With both a temperature and humidity value set, the emulated RC100H would look lie this:","title":"Special Functions"},{"location":"Special-Functions/#shower-timer","text":"Measures the time hot water is running with burner on. This works only for dhw flow systems; in buffered dhw systems the time is always the charge time of the buffer. As an additional feature, there is the Shower Alert, which alerts and triggers a burst of cold water after a configured time. The 'coldshot' is managed by the entity boiler/tapactivated , and uses a custom function that sets the boiler into its 'testmode', enables tapwater flow but disables the burner.","title":"Shower Timer"},{"location":"Special-Functions/#force-heating-off","text":"Some users control the boiler without a thermostat and want to switch the boiler off when a desired temperature is reached. Sending boiler/selflowtemp 0 to the boiler has to be repeated every minute otherwise the boiler will fall back to the selected temperature on the panel. The function boiler/forceheatingoff repeats this command every minute, so the heating remains off. In the EMS-ESP settings it is possible to set the power on value of forceheatingoff .","title":"Force Heating Off"},{"location":"Special-Functions/#energy-measurement","text":"For gas and oil burners, Bosch does not measure the energy consumption. EMS-ESP calculates the consumption of each boiler message by burner modulation and nominal boiler power. Some gas boilers have the nominal power stored, some do not. Also the stored power is not always correct, a boiler of same type could be equipped with different burners or have its burners adjusted by air/nozzle size. In these cases, the nominal power boiler/nonpower can be changed and stored in EMS-ESP. Check the setting before using the energy values.","title":"Energy Measurement"},{"location":"Special-Functions/#remote-thermostats","text":"Modern thermostats can use the outdoor temperature to calculate the appropriate boiler flow temperature. A single thermostat placed inside the boiler can do this for different heating circuits, however is slow and inaccurate. If a room thermostat measures that the actual temperature is much lower it should raise the flowtemp to a much higher value until the temperature is reached. This is called \"outdoorcontrolled\" with \"room influence\" but requires a hardware remote thermostat present in the room. EMS-ESP can simulate a remote thermostat by calling thermostat/hc/control and setting the temperature and other dhw settings via thermostat/hcx/remotetemp . This will also send the settings on to the master thermostat. For a master thermostat of type RC30/RC35 an RC20 is emulated. For the RC3x0/BC400 you have to choose the control first to RC200 or RC100H. For a Junkers/Bosch FW120 and similar an FB10 is emulated. To activate the Remote Thermostat feature follow these steps: set thermostat/hc/control to the right Remote thermostat you want to control send thermostat/hc/remotetemp with your desired temperature. Optionally for an RC100H send thermostat/hc/remotehum with a value EMS-ESP will search for the master thermostat and create a new thermostat with entities for room temperature and optionally humidity. The values will be automatically updated and synchronized with the master thermostat. To stop the function, follow these steps: send thermostat/hc/remotetemp with a value of -1 set thermostat/hc/control to the master thermostat (e.g. RC35/RC300/FW120...) The remote thermostat will remain in the EMS-ESP device dashboard but will have no entities. Note, if the control is set to roomthermostat and the first remotetemp is not set within a minute, the master thermostat will likely show an error message. Disclaimer With the remote setting of the humidity you are able to set a heat pump to start cooling even when it is below the actual dew point, which can cause condensation on pipes and the floor, and subsequently damage the system. Use at your own risk!","title":"Remote Thermostats"},{"location":"Special-Functions/#scheduling-temperatures","text":"The EMS-ESP Scheduler can be used to permanently maintain the remote thermostat's values. The thermostat is recreated once the command is and has an initial value as shown below: Timer to 00:00 for triggering as soon as EMS-ESP powers on Command is thermostat/hc1/remotetemp for heating circuit 1 (or thermostat/hc1/remotehum for an RC100H) Value is the optimal room temperature for your home, or a command (see below) Name is optional. By giving it a name it can be set remotely as a command and the activation state is published in an MQTT topic. If you have an external Dallas temperature sensor attached to the EMS-ESP you can set the value to this value by using temperaturesensor/ as the value . With both a temperature and humidity value set, the emulated RC100H would look lie this:","title":"Scheduling temperatures"},{"location":"Support/","text":"If you are looking for EMS-ESP support, have a question or suggestion here are the options: If the request is hardware related go to BBQKees' EMS Gateway Documentation . Reaching out to the Support Community on Discord is a good place for asking general questions and chatting with other users. You have better chances to getting fast responses here. Search in existing open and closed GitHub issues as your issue may already be resolved. Search the GitHub discussions as you might find an answer to your question. As a last resort, create a Problem Report on GitHub. important! When creating a new GitHub issue make sure you attach the EMS-ESP support information. You can fetch this from the URL http:///api/system/info or by clicking on the Support Info button from the Help page in the WebUI.","title":"Support"},{"location":"Switches/","text":"List of Switch Modules ~ This is the current list of supported switch modules: Buderus WM10","title":"Switches"},{"location":"Switches/#list-of-switch-modules","text":"This is the current list of supported switch modules: Buderus WM10","title":"List of Switch Modules"},{"location":"Thermostats/","text":"List of Thermostats ~ This is the current list of supported thermostats from brands like Buderus, Nefit, Sieger, Junkers and Bosch: TC100/Moduline Easy Easy EasyControl, CT200 Easy WSW196i UI800/BC400 Moduline 100, 200, 300, 400, 1000, 1010, 3000 RC10, RC20, RC25, RC30, RC35, RC100, RC200, RC300, RC310, RC3 RC100H RC20RF Remotes: RFM20, RT800, RC220, RC100H, TR120RF, CR20RF, Moduline 1010H CW100, CW400 Sense II HPC410 Rego 2000, 3000 Comfort RF CRF, Comfort+ CR10, CRF200S, CRF200S, CR20RF, CR50, CR120 UI800 ES72, ES73, ES72, ES79 FW100, FW120, FW200, FW500 FR10, FR50, FR100, FR110, FR120 FB10, FB100 RT800 TR120RF Note These thermostats below unfortunately do not support direct EMS write commands so will appear in EMS-ESP as read-only devices: Buderus Logamatic TC100, Bosch EasyControl CT200, Junkers CT100, Moduline Easy. See here Junkers FW/FR build before 9/2008 (FD889). See here Tado Thermostats Device Entities ~ Warning The actual thermostat commands below will vary depending on which Thermostat brand and model you have. This list is also not complete and subject to change between versions. command data id comments datetime RC35, RC100, RC300, dw :day of week: 0-mo,.. dst :daylight saving 0/1 wwmode RC100, RC300, RC30, RC35 wwsettemp RC100, RC300 wwsettemplow RC100, RC300 wwcircmode RC30, RC35, RC100, RC300 wwcharge RC100, RC300 clockoffset RC30 language RC30 (0=de, 1=nl, 2=fr, 3=it) display RC30 (0=int temp, 1= int set, 2=ext temp, 3=burner, 4=ww, 5=mode, 6=time, 7=date, 8=smoke) minexttemp RC30, RC35, RC100, RC300 calinttemp RC30, RC35 building RC30, RC35, RC100, RC300 temp heating circuit actual setpoint depending on mode mode heating circuit manualtemp heating circuit RC100, RC300 ecotemp heating circuit RC100, RC300, Junkers heattemp heating circuit Junkers comforttemp heating circuit RC100, RC300 summermode heating circuit RC100, RC300 summertemp heating circuit RC30, RC35, RC100, RC300 nighttemp heating circuit RC20, RC30, RC35 daytemp heating circuit RC20, RC30, RC35 daytemp2 heating circuit RC20 daytemp3 heating circuit RC20 daytemp4 heating circuit RC20 nofrosttemp heating circuit RC30, RC35, RC100, RC300, Junkers remotetemp heating circuit RC30, RC35 control heating circuit RC30, RC35 (roomcontrol for hc) pause heating circuit RC30, RC35 party heating circuit RC30, RC35 holiday heating circuit RC30, RC35, use - for 'away from home', + for 'at home' designtemp heating circuit RC30, RC35, RC100, RC300 offsettemp heating circuit RC30, RC35, RC100, RC300 holidaytemp heating circuit RC30, RC35 roominfluence heating circuit RC30, RC35, RC100, RC300 minflowtemp heating circuit RC30, RC35, RC100, RC300 maxflowtemp heating circuit RC30, RC35, RC100, RC300 flowtempoffset heating circuit RC30, RC35 program <0 - 10 \\| 1 - 9 \\| 1 - 2> heating circuit RC30, RC35, RC20, RC100, RC300 controlmode heating circuit RC30, RC35, RC100, RC300 reducemode heating circuit RC30, RC35 roomtemp heating circuit only v2.2: fake HA-thermostat roomtemp, use -1 to clear switchtime heating circuit only v3: set one of the programs switch times, nn=number(00-42), d=day(0-6), o=on(0,1), hh:mm=time, d=7 or o=7 clears","title":"Thermostats"},{"location":"Thermostats/#list-of-thermostats","text":"This is the current list of supported thermostats from brands like Buderus, Nefit, Sieger, Junkers and Bosch: TC100/Moduline Easy Easy EasyControl, CT200 Easy WSW196i UI800/BC400 Moduline 100, 200, 300, 400, 1000, 1010, 3000 RC10, RC20, RC25, RC30, RC35, RC100, RC200, RC300, RC310, RC3 RC100H RC20RF Remotes: RFM20, RT800, RC220, RC100H, TR120RF, CR20RF, Moduline 1010H CW100, CW400 Sense II HPC410 Rego 2000, 3000 Comfort RF CRF, Comfort+ CR10, CRF200S, CRF200S, CR20RF, CR50, CR120 UI800 ES72, ES73, ES72, ES79 FW100, FW120, FW200, FW500 FR10, FR50, FR100, FR110, FR120 FB10, FB100 RT800 TR120RF Note These thermostats below unfortunately do not support direct EMS write commands so will appear in EMS-ESP as read-only devices: Buderus Logamatic TC100, Bosch EasyControl CT200, Junkers CT100, Moduline Easy. See here Junkers FW/FR build before 9/2008 (FD889). See here Tado Thermostats","title":"List of Thermostats"},{"location":"Thermostats/#device-entities","text":"Warning The actual thermostat commands below will vary depending on which Thermostat brand and model you have. This list is also not complete and subject to change between versions. command data id comments datetime RC35, RC100, RC300, dw :day of week: 0-mo,.. dst :daylight saving 0/1 wwmode RC100, RC300, RC30, RC35 wwsettemp RC100, RC300 wwsettemplow RC100, RC300 wwcircmode RC30, RC35, RC100, RC300 wwcharge RC100, RC300 clockoffset RC30 language RC30 (0=de, 1=nl, 2=fr, 3=it) display RC30 (0=int temp, 1= int set, 2=ext temp, 3=burner, 4=ww, 5=mode, 6=time, 7=date, 8=smoke) minexttemp RC30, RC35, RC100, RC300 calinttemp RC30, RC35 building RC30, RC35, RC100, RC300 temp heating circuit actual setpoint depending on mode mode heating circuit manualtemp heating circuit RC100, RC300 ecotemp heating circuit RC100, RC300, Junkers heattemp heating circuit Junkers comforttemp heating circuit RC100, RC300 summermode heating circuit RC100, RC300 summertemp heating circuit RC30, RC35, RC100, RC300 nighttemp heating circuit RC20, RC30, RC35 daytemp heating circuit RC20, RC30, RC35 daytemp2 heating circuit RC20 daytemp3 heating circuit RC20 daytemp4 heating circuit RC20 nofrosttemp heating circuit RC30, RC35, RC100, RC300, Junkers remotetemp heating circuit RC30, RC35 control heating circuit RC30, RC35 (roomcontrol for hc) pause heating circuit RC30, RC35 party heating circuit RC30, RC35 holiday heating circuit RC30, RC35, use - for 'away from home', + for 'at home' designtemp heating circuit RC30, RC35, RC100, RC300 offsettemp heating circuit RC30, RC35, RC100, RC300 holidaytemp heating circuit RC30, RC35 roominfluence heating circuit RC30, RC35, RC100, RC300 minflowtemp heating circuit RC30, RC35, RC100, RC300 maxflowtemp heating circuit RC30, RC35, RC100, RC300 flowtempoffset heating circuit RC30, RC35 program <0 - 10 \\| 1 - 9 \\| 1 - 2> heating circuit RC30, RC35, RC20, RC100, RC300 controlmode heating circuit RC30, RC35, RC100, RC300 reducemode heating circuit RC30, RC35 roomtemp heating circuit only v2.2: fake HA-thermostat roomtemp, use -1 to clear switchtime heating circuit only v3: set one of the programs switch times, nn=number(00-42), d=day(0-6), o=on(0,1), hh:mm=time, d=7 or o=7 clears","title":"Device Entities"},{"location":"Troubleshooting/","text":"Below are responses to some common problems. Firmware Installation issues ~ Unable to upload via the Web interface ~ When uploading the firmware via the Web interface and you see the error \"Invalid file extension or incompatible bin file\", check that you are using the correct firmware binary file that matches your board and ESP32 chip set. If that is correct, it may be because the firmware is too large for the boot partition, which could be the case when moving from 3.6.5 to 3.7.0 in certain situations. The solution is to use one of the flash tools. Web Interface shows old data or errors in browser after an update ~ This is caused by the browser caching the old files. To fix this, clear the browser cache and reload the page. CTRL-R or CMD-R or F5 on most browsers. Stability ~ EMS-ESP can not connect to the WiFi ~ The EMS-ESP is probably in Access Point mode. Look for a wifi SSID ems-esp , connect to this and open a browser to ' http://192.168.4.1 '. If you have configured a WiFi client your router would have appointed an IP address via DHCP. You should be able to then connect via https://ems-esp or https://ems-esp.local . On boards with Ethernet, Ethernet will be disabled if a WiFi SSID exists. If you want to use Ethernet, set this clear this setting. The LED is constantly flashing ~ A fast pulse of the LED means the system is booting or in installation mode. Connect via the WiFi to its Access Point ( ems-esp ) to complete the configuration. A slow pulse means either there is no WiFi connection or EMS-ESP cannot read from the EMS bus. In this case go to the Web interface and try a different Tx Mode setting. See the explanation on what the LED shows . EMS-ESP often restarts ~ A healthy gateway/interface board running EMS-ESP should run happily for long periods without spontaneous restarts so, if yours is restarting by itself at random intervals, then something's not right. Record how often it crashes and whether there is any relation to activity on the network (e.g. wifi or mqtt reconnecting) or something incoming/outgoing to one of the EMS devices. A good way to spot this is to use Home Assistant or simple MQTT Explorer to watch the system up time. Things to check: It may be power related ~ Power down the gateway and check wiring connections are secure. Check that the ESP32, DC-DC converter and any jumpers on the gateway are securely seated onto their connectors. Try powering the gateway from the ESP32's USB socket (check the wiki for how to do this on your particular gateway model). If the restarts stop, then you've got a problem with the external power source (BUS or service jack) or the DC-DC converter inside the gateway. If on WiFi, try reducing the WiFi Tx Power to 10 dBm from the Network Settings page and see if that helps. It may be memory related ~ The ESP32 has very limited RAM, split between run-time stack and the heap. The heap can quickly become fragmented reducing the maximum size of a buffer, and we use A LOT of buffers to prepare all that lovely JSON files for sending to MQTT and populating the Web pages. When the ESP32 runs out of available it will simply restart itself. Things to check: If the WebUI is accessible, go to System->System Status and look at the Heap. If the Free memory is below 90KB or the Max allocation below 45KB then that may be an issue and you'll need to turn off services, try again and report this. Start by disabling mDNS and SysLog (if running) one by one and see if that helps. Make sure the System Log's Max Buffer Size at System->System Log is at its lowest (25). Each network protocol (Ethernet, Wifi, AP) consumes memory. If you're only using Ethernet (e.g. an BBQKees E32 Gateway) switch off WiFi and the Access Point (use a blank WiFI ssid). If you have many EMS entities use the Customizations page and set any unused entities (shown by having a blank value) to \"remove from memory\". It could be code related ~ Go to System->System Log and set the Log Level to INFO . This will make sure you'll see the restart log at the top next time it restarts. It'll show something similar to 2022-12-30 11:58:02.000 INFO 0: [emsesp] Last system reset reason Core0: Software reset CPU, Core1: Software reset CPU . And finally, if none of the above works then the problem is the core processing the incoming telegrams. Try and capture some logs just before it crashes (using SysLog is good for this) and post the information in a new GitHub issue. EMS-ESP becomes unresponsive ~ If EMS-ESP becomes unresponsive and you cannot access the WebUI, follow these steps: Check your network router to see if ems-esp is still active. If you're running a Mesh of WiFi Access Points it may have been roamed to a new location or switched WiFi channels. The work-around for this is to set a BSSID in EMS-ESP (WiFI only). Look at the on-board LED, if you haven't disabled it. If the LED is flashing or solid it means EMS-ESP is still running. Next check the EMS-ESP services. Can you Telnet to port 25 to access the Console? Are MQTT messages still being sent, if enabled? If you're using the Ethernet port, do you see the LED on the port flashing showing traffic in and out? If EMS-ESP has restarted itself check the system logs for the Reset Reason. It will be one of the first messages. See above. Attach the board to a computer via USB, without restarting on powering down EMS-ESP and access the Serial console to see if there are any errors. Lastly, log a GitHub issue with the Support Info and details of your setup. EMS Data and Connectivity ~ Not all EMS devices are recognized ~ Experiment with changing the Tx Mode value in the Settings page. The default EMS works for older EMS1.0 systems, EMS2 or EMSPlus systems and HT3 for Junkers/Worcester using the Heatronics protocol. If you have EMS devices that may not yet be supported by EMS-ESP then use scan or scan deep from the Console to find out their details and then post an enhancement issue on GitHub. Remember the su password is default ems-esp-neo unless this has been changed via the console ( passwd ) or in the WebUI ( Security->Security Settings ). For example: 1 2 3 4 5 6 ems-esp:$ su Password: 000 +00:01:38.291 N 0 : [ shell ] Admin session opened on console ems-esp:# scan 000 +00:01:41.034 N 1 : [ emsesp ] Unrecognized EMS device ( device ID 0x08, product ID 123 ) . Please report on GitHub. ems-esp:# If you want to see the EMS data streaming in, use the watch command. See Console . I'm missing certain data from an EMS device ~ If data is missing then this is where we need your help to expand our database. Try and locate which telegram could contain the data by making the change on the device (e.g. boiler or thermostat) with EMS-ESP running and looking at the System Log in Trace mode to spot which commands are being sent and what the new values are from incoming telegrams. When you have located the telegram, find the offset and use the Custom Entities page in the WebUI to create a new entity which you can then test. Pay attention to the Unit of Measure. Then take a screenshot of this screen and post it to a new GitHub issue, along with a suitable 'long' name and a 'short' name in English and your native language, which will allow us to quickly implement it in the code. Note that not all EMS devices allow their data to be published on the EMS bus, for example the smart thermostats like the Nefit Easy and Buderus Easy Control CT200 which only transmits the current room and setpoint temperatures as read-only attributes. See this article on Decoding EMS Telegrams for more information. Many Rx errors ~ It is quite usual to see a few warnings in the log about incomplete telegrams. This could be due to interference on the line, inadequate power or a wrong Tx Mode. The warnings are usually harmless as EMS-ESP will either wait for the next broadcast or keep trying to fetch the telegram. If you're seeing an Rx quality less than 80% then try: a different Tx Mode, for example switch between EMS+ and EMS. powering the EMS-ESP by USB or service-jack. We've seen examples where a noisy or failing DC supply can cause RX Fail or incomplete telegrams and trying USB power (check how to switch to USB powering in the BBQKees wiki ) can help track this down. removing disruptions on the bus line from emc, reflections, other units. Connect the EMS-ESP to another device on the bus. In general a previously unconnected bus-out on a devices like MM100 is better than a split connection on an already used connector. EMS Bus is not connecting ~ If you're using the EMS wires, on some systems the order is important. Try switching them! A BBQKees Gateway is DCE, and the ESP32s are DTE so you have to connect TX(esp)-TX(gateway) and RX-RX. TX on the ESP32 is sending data, TX on gateway is the input for sending data to the ems-bus. Note a crossed (nullmodem) connection is only used for DTE-DTE connections. The most common wiring mistake though is that when people connect the interface board to an ESP32 module, they connect it to the pins marked TX and RX on the ESP32 module. If you're unsure of which pins to use, go to EMS-ESP Settings, select the Interface Board Profile for your board and select 'Custom' to view the default assigned GPIOs. Changing a value on an EMS Device doesn't work ~ If you notice that setting/writing an EMS device value has no effect then from the WebUI set the System Log level to DEBUG and repeat the action, noticing any errors or warnings in the System Log. For a more thorough analysis use the Telnet Console, su , then log debug and then repeat the action using the call command. Post the output to a new GitHub issue as described in the Support Section . Note on some systems with for example a gateway or controller attached, any change will be reset or overwritten. This is just the behavior of the other master controllers and not much we can do about it. Changing a value works at first, but is then reset to it's original value ~ It may occur in some scenarios that EMS changes will be overwritten or ignored by another connected EMS device. For example when using heatingactivated to turn off the heating. A solution here is to send 0 to boiler/selflowtemp every few seconds. Certain boilers with manual temperature knobs/dials will override any EMS-ESP settings. To change a temperature value via EMS-ESP make sure the value you are sending is less than what the boiler is psychically set to via the dial. The boiler will reset itself to the dialed in value every 2 minutes so use EMS-ESP's Scheduler to reset the temperature value automatically every minute. Incorrect values are shown from a specific device ~ If you notice that certain values are displayed incorrectly, either in the WebUI, Console or MQTT then please help us correct this by logging a GitHub issue, along with the expected value. When asked to provide debug information, go the Telnet console and do 1 2 % su % log trace and then either a read or watch , e.g. read 21 2D8 to show all the data from HC2 on a Mixing MM100. Temperature Sensors ~ Unusual sensor readings ~ If you're seeing unusual Dallas sensor readings (crazy negative temperatures, sudden spikes in readings etc.) check the following: Wiring to the JST connector on the gateway. That you're in the right powering mode for your application : parasitic or non-parasitic Whether powering from USB fixes the issue (the wiki explains how to switch to/from USB power for your model of gateway). If it does, this might suggest a problem with power to the gateway from the BUS or service jack connectors. MQTT ~ Messages are not always coming in via MQTT ~ If you're noticing that MQTT messages are failing to arrive at the broker try: Check the EMS-ESP logs for errors. If you see \"low memory\" errors then read It may be memory related to see how you reduce memory usage. Check the broker for errors. You have incorrect credentials or duplicate Client IDs Set the log level to Debug (via Web or Console) and monitor the traffic Use Console to force a publish to see what happens. ( log debug , su and publish ). Increase the Publish Time. Perhaps there are too many messages and it is flooding the queue If all fails, run a local copy of the MQTT mosquitto broker, in verbose mode (-v) so you see if there are errors download the latest version 2 of Mosquitto from https://mosquitto.org/download/ create a new mosquitto.conf file with: 1 2 listener 1883 allow_anonymous true (or just edit the default mosquitto.conf and modify the allow_anonymous entry) run with the -v flag so you see all the verbose messages, e.g. on Windows its: 1 \"C:\\Program Files\\mosquitto\\mosquitto.exe\" -v -c \"C:\\Program Files\\mosquitto\\mosquitto.conf\" Commands sent via MQTT are not working ~ Use the Console to manually test the commands, with logging on. For example if changing the thermostat temperature is not working try: 1 2 3 ems-esp:$ su ems-esp:# log debug ems-esp:# call thermostat seltemp 15 You should see a log statement pop in the console like [thermostat] Setting thermostat temperature to 15.0 for heating circuit 1, mode auto followed by which telegrams are being sent. If you see log errors then create a GitHub issue (see Support ). Integration with Home Assistant breaks when MQTT broker restarts ~ The integration with Home Assistant uses MQTT Discovery which are 'retained' topics in the MQTT broker. If the MQTT service stops and restarts and the MQTT server is not saving the topics in a database then these messages will obviously be lost and the integration with Home Assistant removed. To solve this add persistance to your MQTT service. For example using Mosquitto a .conf file would look like: 1 2 3 4 5 listener 1883 allow_anonymous true persistence true persistence_location /mosquitto/data/ log_dest file /mosquitto/log/mosquitto.log To read up more on this visit https://pagefault.blog/2020/02/05/how-to-set-up-persistent-storage-for-mosquitto-mqtt-broker . An alternative option without using persistance on the MQTT server is to tell EMS-ESP to republish all the Home Assistant MQTT topics. You can do this via the EMS-ESP WebUI from version 3.4 and higher. Home Assistant ~ HA is showing errors like \"Received message on illegal discovery topic\" or \"Template variable warning: 'dict object' has no attribute...\" ~ This could happen when either upgrading from an earlier EMS-ESP version and some of the device entity names may have changed. Use a tool like MQTTExplorer to remove all the homeassistant/sensor/ems-esp/* and homeassistant/*/ems-esp/* topics from your MQTT broker and restart EMS-ESP. HA has duplicate entities, prefixed with _2 ~ See @swa72's fix here . HA has messed up the names of my entities ~ This happens, when HA make changes to MQTT Discovery. There's a nice tool called homeassistant-entity-renamer that can help you fix this. Specific EMS settings ~ Thermostat Date/Time ~ The correct format for setting the Thermostat time is: 1 < NTP | dd.mm.yyyy-hh:mm:ss-day(0-6)-dst(0/1) > The thermostat needs a setting of day-of-week and daylight-saving. Bosch day-of-week is Mo-0, Su-6, unlike unix-time. If you have enabled NTP you can just enter \"NTP\" and the ntp time is set to the thermostat. With NTP enabled the thermostat clock is also automatically set by EMS-ESP if it differs from the ntp time. Pay attention to whether or not you want to enable daylight-saving time. This should be consistent with the setting on your thermostat.","title":"Troubleshooting"},{"location":"Troubleshooting/#firmware-installation-issues","text":"","title":"Firmware Installation issues"},{"location":"Troubleshooting/#unable-to-upload-via-the-web-interface","text":"When uploading the firmware via the Web interface and you see the error \"Invalid file extension or incompatible bin file\", check that you are using the correct firmware binary file that matches your board and ESP32 chip set. If that is correct, it may be because the firmware is too large for the boot partition, which could be the case when moving from 3.6.5 to 3.7.0 in certain situations. The solution is to use one of the flash tools.","title":"Unable to upload via the Web interface"},{"location":"Troubleshooting/#web-interface-shows-old-data-or-errors-in-browser-after-an-update","text":"This is caused by the browser caching the old files. To fix this, clear the browser cache and reload the page. CTRL-R or CMD-R or F5 on most browsers.","title":"Web Interface shows old data or errors in browser after an update"},{"location":"Troubleshooting/#stability","text":"","title":"Stability"},{"location":"Troubleshooting/#ems-esp-can-not-connect-to-the-wifi","text":"The EMS-ESP is probably in Access Point mode. Look for a wifi SSID ems-esp , connect to this and open a browser to ' http://192.168.4.1 '. If you have configured a WiFi client your router would have appointed an IP address via DHCP. You should be able to then connect via https://ems-esp or https://ems-esp.local . On boards with Ethernet, Ethernet will be disabled if a WiFi SSID exists. If you want to use Ethernet, set this clear this setting.","title":"EMS-ESP can not connect to the WiFi"},{"location":"Troubleshooting/#the-led-is-constantly-flashing","text":"A fast pulse of the LED means the system is booting or in installation mode. Connect via the WiFi to its Access Point ( ems-esp ) to complete the configuration. A slow pulse means either there is no WiFi connection or EMS-ESP cannot read from the EMS bus. In this case go to the Web interface and try a different Tx Mode setting. See the explanation on what the LED shows .","title":"The LED is constantly flashing"},{"location":"Troubleshooting/#ems-esp-often-restarts","text":"A healthy gateway/interface board running EMS-ESP should run happily for long periods without spontaneous restarts so, if yours is restarting by itself at random intervals, then something's not right. Record how often it crashes and whether there is any relation to activity on the network (e.g. wifi or mqtt reconnecting) or something incoming/outgoing to one of the EMS devices. A good way to spot this is to use Home Assistant or simple MQTT Explorer to watch the system up time. Things to check:","title":"EMS-ESP often restarts"},{"location":"Troubleshooting/#ems-esp-becomes-unresponsive","text":"If EMS-ESP becomes unresponsive and you cannot access the WebUI, follow these steps: Check your network router to see if ems-esp is still active. If you're running a Mesh of WiFi Access Points it may have been roamed to a new location or switched WiFi channels. The work-around for this is to set a BSSID in EMS-ESP (WiFI only). Look at the on-board LED, if you haven't disabled it. If the LED is flashing or solid it means EMS-ESP is still running. Next check the EMS-ESP services. Can you Telnet to port 25 to access the Console? Are MQTT messages still being sent, if enabled? If you're using the Ethernet port, do you see the LED on the port flashing showing traffic in and out? If EMS-ESP has restarted itself check the system logs for the Reset Reason. It will be one of the first messages. See above. Attach the board to a computer via USB, without restarting on powering down EMS-ESP and access the Serial console to see if there are any errors. Lastly, log a GitHub issue with the Support Info and details of your setup.","title":"EMS-ESP becomes unresponsive"},{"location":"Troubleshooting/#ems-data-and-connectivity","text":"","title":"EMS Data and Connectivity"},{"location":"Troubleshooting/#not-all-ems-devices-are-recognized","text":"Experiment with changing the Tx Mode value in the Settings page. The default EMS works for older EMS1.0 systems, EMS2 or EMSPlus systems and HT3 for Junkers/Worcester using the Heatronics protocol. If you have EMS devices that may not yet be supported by EMS-ESP then use scan or scan deep from the Console to find out their details and then post an enhancement issue on GitHub. Remember the su password is default ems-esp-neo unless this has been changed via the console ( passwd ) or in the WebUI ( Security->Security Settings ). For example: 1 2 3 4 5 6 ems-esp:$ su Password: 000 +00:01:38.291 N 0 : [ shell ] Admin session opened on console ems-esp:# scan 000 +00:01:41.034 N 1 : [ emsesp ] Unrecognized EMS device ( device ID 0x08, product ID 123 ) . Please report on GitHub. ems-esp:# If you want to see the EMS data streaming in, use the watch command. See Console .","title":"Not all EMS devices are recognized"},{"location":"Troubleshooting/#im-missing-certain-data-from-an-ems-device","text":"If data is missing then this is where we need your help to expand our database. Try and locate which telegram could contain the data by making the change on the device (e.g. boiler or thermostat) with EMS-ESP running and looking at the System Log in Trace mode to spot which commands are being sent and what the new values are from incoming telegrams. When you have located the telegram, find the offset and use the Custom Entities page in the WebUI to create a new entity which you can then test. Pay attention to the Unit of Measure. Then take a screenshot of this screen and post it to a new GitHub issue, along with a suitable 'long' name and a 'short' name in English and your native language, which will allow us to quickly implement it in the code. Note that not all EMS devices allow their data to be published on the EMS bus, for example the smart thermostats like the Nefit Easy and Buderus Easy Control CT200 which only transmits the current room and setpoint temperatures as read-only attributes. See this article on Decoding EMS Telegrams for more information.","title":"I'm missing certain data from an EMS device"},{"location":"Troubleshooting/#many-rx-errors","text":"It is quite usual to see a few warnings in the log about incomplete telegrams. This could be due to interference on the line, inadequate power or a wrong Tx Mode. The warnings are usually harmless as EMS-ESP will either wait for the next broadcast or keep trying to fetch the telegram. If you're seeing an Rx quality less than 80% then try: a different Tx Mode, for example switch between EMS+ and EMS. powering the EMS-ESP by USB or service-jack. We've seen examples where a noisy or failing DC supply can cause RX Fail or incomplete telegrams and trying USB power (check how to switch to USB powering in the BBQKees wiki ) can help track this down. removing disruptions on the bus line from emc, reflections, other units. Connect the EMS-ESP to another device on the bus. In general a previously unconnected bus-out on a devices like MM100 is better than a split connection on an already used connector.","title":"Many Rx errors"},{"location":"Troubleshooting/#ems-bus-is-not-connecting","text":"If you're using the EMS wires, on some systems the order is important. Try switching them! A BBQKees Gateway is DCE, and the ESP32s are DTE so you have to connect TX(esp)-TX(gateway) and RX-RX. TX on the ESP32 is sending data, TX on gateway is the input for sending data to the ems-bus. Note a crossed (nullmodem) connection is only used for DTE-DTE connections. The most common wiring mistake though is that when people connect the interface board to an ESP32 module, they connect it to the pins marked TX and RX on the ESP32 module. If you're unsure of which pins to use, go to EMS-ESP Settings, select the Interface Board Profile for your board and select 'Custom' to view the default assigned GPIOs.","title":"EMS Bus is not connecting"},{"location":"Troubleshooting/#changing-a-value-on-an-ems-device-doesnt-work","text":"If you notice that setting/writing an EMS device value has no effect then from the WebUI set the System Log level to DEBUG and repeat the action, noticing any errors or warnings in the System Log. For a more thorough analysis use the Telnet Console, su , then log debug and then repeat the action using the call command. Post the output to a new GitHub issue as described in the Support Section . Note on some systems with for example a gateway or controller attached, any change will be reset or overwritten. This is just the behavior of the other master controllers and not much we can do about it.","title":"Changing a value on an EMS Device doesn't work"},{"location":"Troubleshooting/#changing-a-value-works-at-first-but-is-then-reset-to-its-original-value","text":"It may occur in some scenarios that EMS changes will be overwritten or ignored by another connected EMS device. For example when using heatingactivated to turn off the heating. A solution here is to send 0 to boiler/selflowtemp every few seconds. Certain boilers with manual temperature knobs/dials will override any EMS-ESP settings. To change a temperature value via EMS-ESP make sure the value you are sending is less than what the boiler is psychically set to via the dial. The boiler will reset itself to the dialed in value every 2 minutes so use EMS-ESP's Scheduler to reset the temperature value automatically every minute.","title":"Changing a value works at first, but is then reset to it's original value"},{"location":"Troubleshooting/#incorrect-values-are-shown-from-a-specific-device","text":"If you notice that certain values are displayed incorrectly, either in the WebUI, Console or MQTT then please help us correct this by logging a GitHub issue, along with the expected value. When asked to provide debug information, go the Telnet console and do 1 2 % su % log trace and then either a read or watch , e.g. read 21 2D8 to show all the data from HC2 on a Mixing MM100.","title":"Incorrect values are shown from a specific device"},{"location":"Troubleshooting/#temperature-sensors","text":"","title":"Temperature Sensors"},{"location":"Troubleshooting/#unusual-sensor-readings","text":"If you're seeing unusual Dallas sensor readings (crazy negative temperatures, sudden spikes in readings etc.) check the following: Wiring to the JST connector on the gateway. That you're in the right powering mode for your application : parasitic or non-parasitic Whether powering from USB fixes the issue (the wiki explains how to switch to/from USB power for your model of gateway). If it does, this might suggest a problem with power to the gateway from the BUS or service jack connectors.","title":"Unusual sensor readings"},{"location":"Troubleshooting/#mqtt","text":"","title":"MQTT"},{"location":"Troubleshooting/#messages-are-not-always-coming-in-via-mqtt","text":"If you're noticing that MQTT messages are failing to arrive at the broker try: Check the EMS-ESP logs for errors. If you see \"low memory\" errors then read It may be memory related to see how you reduce memory usage. Check the broker for errors. You have incorrect credentials or duplicate Client IDs Set the log level to Debug (via Web or Console) and monitor the traffic Use Console to force a publish to see what happens. ( log debug , su and publish ). Increase the Publish Time. Perhaps there are too many messages and it is flooding the queue If all fails, run a local copy of the MQTT mosquitto broker, in verbose mode (-v) so you see if there are errors download the latest version 2 of Mosquitto from https://mosquitto.org/download/ create a new mosquitto.conf file with: 1 2 listener 1883 allow_anonymous true (or just edit the default mosquitto.conf and modify the allow_anonymous entry) run with the -v flag so you see all the verbose messages, e.g. on Windows its: 1 \"C:\\Program Files\\mosquitto\\mosquitto.exe\" -v -c \"C:\\Program Files\\mosquitto\\mosquitto.conf\"","title":"Messages are not always coming in via MQTT"},{"location":"Troubleshooting/#commands-sent-via-mqtt-are-not-working","text":"Use the Console to manually test the commands, with logging on. For example if changing the thermostat temperature is not working try: 1 2 3 ems-esp:$ su ems-esp:# log debug ems-esp:# call thermostat seltemp 15 You should see a log statement pop in the console like [thermostat] Setting thermostat temperature to 15.0 for heating circuit 1, mode auto followed by which telegrams are being sent. If you see log errors then create a GitHub issue (see Support ).","title":"Commands sent via MQTT are not working"},{"location":"Troubleshooting/#integration-with-home-assistant-breaks-when-mqtt-broker-restarts","text":"The integration with Home Assistant uses MQTT Discovery which are 'retained' topics in the MQTT broker. If the MQTT service stops and restarts and the MQTT server is not saving the topics in a database then these messages will obviously be lost and the integration with Home Assistant removed. To solve this add persistance to your MQTT service. For example using Mosquitto a .conf file would look like: 1 2 3 4 5 listener 1883 allow_anonymous true persistence true persistence_location /mosquitto/data/ log_dest file /mosquitto/log/mosquitto.log To read up more on this visit https://pagefault.blog/2020/02/05/how-to-set-up-persistent-storage-for-mosquitto-mqtt-broker . An alternative option without using persistance on the MQTT server is to tell EMS-ESP to republish all the Home Assistant MQTT topics. You can do this via the EMS-ESP WebUI from version 3.4 and higher.","title":"Integration with Home Assistant breaks when MQTT broker restarts"},{"location":"Troubleshooting/#home-assistant","text":"","title":"Home Assistant"},{"location":"Troubleshooting/#ha-is-showing-errors-like-received-message-on-illegal-discovery-topic-or-template-variable-warning-dict-object-has-no-attribute","text":"This could happen when either upgrading from an earlier EMS-ESP version and some of the device entity names may have changed. Use a tool like MQTTExplorer to remove all the homeassistant/sensor/ems-esp/* and homeassistant/*/ems-esp/* topics from your MQTT broker and restart EMS-ESP.","title":"HA is showing errors like \"Received message on illegal discovery topic\" or \"Template variable warning: 'dict object' has no attribute...\""},{"location":"Troubleshooting/#ha-has-duplicate-entities-prefixed-with-_2","text":"See @swa72's fix here .","title":"HA has duplicate entities, prefixed with _2"},{"location":"Troubleshooting/#ha-has-messed-up-the-names-of-my-entities","text":"This happens, when HA make changes to MQTT Discovery. There's a nice tool called homeassistant-entity-renamer that can help you fix this.","title":"HA has messed up the names of my entities"},{"location":"Troubleshooting/#specific-ems-settings","text":"","title":"Specific EMS settings"},{"location":"Troubleshooting/#thermostat-datetime","text":"The correct format for setting the Thermostat time is: 1 < NTP | dd.mm.yyyy-hh:mm:ss-day(0-6)-dst(0/1) > The thermostat needs a setting of day-of-week and daylight-saving. Bosch day-of-week is Mo-0, Su-6, unlike unix-time. If you have enabled NTP you can just enter \"NTP\" and the ntp time is set to the thermostat. With NTP enabled the thermostat clock is also automatically set by EMS-ESP if it differs from the ntp time. Pay attention to whether or not you want to enable daylight-saving time. This should be consistent with the setting on your thermostat.","title":"Thermostat Date/Time"},{"location":"Version-Release-History/","text":"This lists the Change Log for only the rolled-up major versions since v3's primary release in March 2021. For a list of all releases and their fixes, changes and new features see the latest dev Change Log . [3.7.0] - October 27 2024 ~ IMPORTANT! BREAKING CHANGES with 3.6.5 \"ww\" and \"wwc\" has been renamed to \"dhw\". It is nested JSON object in both the MQTT and API outputs. The old prefix has also been removed from MQTT topics ( #1634 ). This will impact historical data in home automation systems like Home Assistant and IOBroker. To preserve the current value of dhw energy (was previously nrgww) refer to this issue #1938 . dhw entities from the MM100/SM100 have been moved under a new Device called 'water'. The automatically generated temperature sensor ID has replaced dashes ( - ) with underscores ( _ ) to be compatible with Home Assistant. api/system/info has it's JSON key names changed to camelCase syntax. For more details go to www.emsesp.org . Added some more entities for dhw with SM100 module thermostat second dhw circuit #1634 remote thermostat emulation for RC100H, RC200 and FB10 #1287 , #1602 , #1551 heatpump dhw stop temperatures #1624 reset history #1695 heatpump entities fan and shutdown #1690 mqtt HA-mode 3 for v3.6 compatible HA entities, set on update v3.6->v3.7 HP input states #1723 holiday settings for rego 3000 #1735 Added scripts for OTA (scripts/upload.py and upload_cli.py) #1738 timeout for remote thermostat emulation #1680 , #1774 CR120 thermostat as own model() #1779 modules - external linkable module library #1778 scheduler onChange and Conditions #1806 make remote control timeout editable #1774 added extra pump characteristics (mode and pressure for EMS+) by @SLTKA #1802 allow device name to be customized #1174 Modbus support by @mheyse #1744 System Message command #1854 scheduler can use web get/post for values and commands #1806 RT800 remote emulation #1867 RC310 cooling parameters #1857 command api/device/entities #1897 switchprogmode #1903 autodetect and download firmware upgrades via the WebUI command 'show log' that lists out the current weblog buffer, showing last messages. default web log buffer to 25 lines for ESP32s with no PSRAM try and determine correct board profile if none is set during boot auto Scroll in WebLog UI - reduced delay so incoming logs are faster uploading custom support info, shown to Guest users in Help page #2054 feature: Dashboard showing all data (favorites, sensors, custom) #1958 entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 #2088 internal ESP32 temperature sensor on the S3 #2077 MQTT status topic (used in connect and last will) set to Retain #2086 Czech language 2096 Developer Mode and send EMS Read Commands from WebUI #2116 Scheduler functions #2115 Set device custom name from telegram 0x01 #2073 Fixed remote thermostat emulation for RC200 on Rego2000/3000 thermostats #1691 log shows data for F7/F9 requests Detection of LittleFS for factory setting wasn't working Check for bad GPIOs with Ethernet before the ethernet is initialized Show values with factor 50 on webUI #2064 Rendering of values between -1 and 0 Value for 32bit times not-set #2109 Changed use flag for BC400 compatible thermostats, manage different mode settings use factory partition for 16M flash store digital out states to nvs Refresh UI - moving settings to one location #1665 rename DeviceValueTypes, add UINT32 for custom entities dynamic register dhw circuits for thermostat removed OTA feature #1738 added shower min duration #1801 Include TXT file along with the generated CSV for Device Data export/download thermostat/remotetemp as command #1835 temperaturesensor id notation with underscore #1794 Change key-names in JSON to be compliant and consistent #1860 Updates to webUI #1920 Correct firmware naming #1933 #1933 Don't start Serial console if not connected to a Serial port. Will initiate manually after a CTRL-C/CTRL-S WebLog UI matches color schema of the terminal console correctly Updated Web libraries, ArduinoJson Help page doesn't show detailed tech info if the user is not 'admin' role #2054 removed system command allvalues and moved to an action called export Show ems-esp internal devices in device list of system/info Scheduler and mqtt run async on systems with psram Show IPv6 address type (local/global/ula) in log 3.6.5 - March 23 2024 ~ Added thermostat boost mode and boost time #1446 heatpump energy meters #1463 heatpump max power #1475 checkbox for MQTT-TLS enable #1474 added SK (Slovak) language. Thanks @misa1515 CPU info #1497 Show network hostname in Web UI under Network Status Improved HA Discovery so each section (EMS device, Scheduler, Analog, Temperature, Custom, Shower) have their own section boiler Bosch C1200W, id 12, #1536 mixer MM100 telegram 0x2CC #1554 boiler hpSetDiffPressure #1563 custom variables #1423 weather compensation #1642 env and partitions for DevKitC-1-N32R8 #1635 command restart partitionname and button long press to start with other partition #1657 command set service #1663 Fixed exhaust temperature for some boilers add back boil2hyst #1477 subscribed MQTT topics not detecting changes by EMS-ESP #1494 changed HA name and grouping to be consistent #1528 MQTT autodiscovery in Domoticz not working #1360 dhw comfort for new ems+, #1495 added writeable icon to Web's Custom Entity page for each entity shown in the table Wifi Tx Power not adjusted #1614 MQTT discovery of custom entity doesn't consider type of data #1587 WiFi TxPower wasn't correctly used. Added an 'Auto' setting, which is the default. dns w/wo IPv6 #1644 Changed HA don't set entity_category to Diagnostic/Configuration for EMS entities #1459 upgraded ArduinoJson to 7.0.0 #1538 and then 7.0.2 small changes to the API for analog and temperature sensors Length of mqtt Broker address #1619 C++ optimizations - see https://github.com/emsesp/EMS-ESP32/pull/1615 Send MQTT heartbeat immediately after connection #1628 16MB partitions with second nvs, larger FS, Coredump, optional factory partition stop fetching empty telegrams after 5 min 3.6.4 - November 24 2023 ~ Added humidity for ventilation devices telegrams for RC100H, hc2, etc. (seen on discord, not tested) names for BC400, GB192i.2, read temperatures for low loss header and heatblock #1317 option for forceheatingoff #1262 remote thermostat emulation RC100H for RC3xx #1278 shower_data MQTT payload contains the timestamp #1329 HA discovery for writeable text entities #1337 autodetect board_profile, store in nvs, add telnet command option, add E32V2 heat pump high res energy counters #1348, #1349. #1350 optional bssid in network settings extension module EM100 #1315 digital_out with new options for polarity and startup state added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities Fixed remove command remoteseltemp , thermostat accept it only from remote thermostat shower_data MQTT payload contains the timestamp #1329 fixed helper text in Web Device Entity dialog box for numerical ranges MQTT base with paths not working in HA #1393 set/read thermostat mode for RC100-RC300, #1440 #1442 some setting commands for ems-boiler have used wrong ems+ telegram in 3.6.3 Changed update to platform 6.4.0, arduino 2.0.14 / idf 4.4.6 small changes for arduino 3.0.0 / idf 5.1 compatibility (not backward compatible to platform 6.3.2 and before) AP start after 10 sec, stay until station/eth connected tested wifi-all-channel-scan (3.6.3-dev4 a-e), removed again because of connect issues mqtt disconnect stops queue 3.6.2 - October 1 2023 ~ Added Power entities Optional input of BSSID for AP connection Return empty json if no entries in scheduler/custom/analogsensor/temperaturesensor Fixed Wifi full scan to get strongest AP. This prevents some freezes when EMS-ESP would jump to a weaker AP in a Mesh setup. Add missing dhw tags Sending a dash/- to the Reset command doesn't return an error #1308 Changed MQTT queue max 300 messages, check heap and maxAlloc API call commands are logged as WARN in the log Reset Command renamed to 'reset' in lowercase in EN 3.6.1 - September 9 2023 ~ IMPORTANT! BREAKING CHANGES shower_data MQTT topic shows duration is seconds (was previously a full english sentence) Added Show WiFi rssi in Network Status Page, show quality as color Fixed Issue in espMqttClient causing a memory leak when MQTT broker is disconnected due to network unavailability #1264 Using MQTT enum values correctly formatted in MQTT Discovery #1280 Changed MQTT free mem check set to 60 kb Small cosmetic changes to Searching in Customization web page Updated to espressif32@6.4.0 3.6.0 - August 13 2023 ~ BREAKING CHANGE The sensors have been renamed. dallassensor is now temperaturesensor in the MQTT topic and named ts in the Customizations file. Likewise analogs is now analogsensor in MQTT and called as in the Customizations file. If you have previous customizations you will need to manually update by downloading, changing the JSON file and uploading. It's also recommended cleaning up any old MQTT topics from your broker using an application like MQTTExplorer. Added Workaround for better Domoticz MQTT integration? #904 Show MAC address without connecting to network enhancement #933 Warn user in WebUI of unsaved changes #911 Detect old Tado thermostat, device-id 0x19, no entities Some more HM200 entities #500 Added Scheduler #701 Added Custom Entities read/write from EMS bus Build S3 binary with github actions Greenstar HIU #1158 AM200 code 10 #1161 Ventilation device (Logavent HRV176) #1172 Turn ETH off on wifi connect #1167 Support for multiple EMS-ESPs with HA #1196 Italian translation #1199 Turkish language support #1076 Buderus GB182 - HC1 mode change not work bug #1193 Minimal flow temperature enhancement #1192 Roomtemperature Switching Difference enhancement #1191 Dew Point Temperature Difference enhancement #1190 Control of heating circuit mode enhancement #1187 Warn user in WebUI of unsaved changes enhancement #911 Create safebuild app to fit into factory partition to give ESP32 more flash memory enhancement #608 Support ESP32 S2, C3 mini and S3 #605 Support Buderus AM200 #1161 Custom telegram handler #1155 Added support for TLS in MQTT (ESP32-S3 only) #1178 Boardprofile BBQKees Gateway S3 Custom entity type RAW #1212 API command response #1212 Fixed HA-discovery for analog sensor commands #1035 Enum order of RC3x nofrost mode Heartbeat interval Exhaust temperature always zero on GB125/MC110/RC310 bug #1147 thermostat modetype is not changing when mode changes (e.g. to night) bugSomething isn't working #1098 NTP: cant apply changed timezone #1182 Missing Status of VS1 for Buderus SM200 enhancement #1034 Allowed gpios for S3 Changed Optional upgrade to platform-espressif32 6.3.0 (after 5.3.0) #862 Use byte 3 for detection RC30 active heatingcircuit #786 Write repeated selflowtemp if tx-queue is empty without verify #954 HA discovery recreate after disconnect by device #1067 File upload: check flash size (overflow) instead of filesize Improved HA Discovery so previous configs no longer need to be removed when starting #1077 (thanks @pswid) Enlarge UART-Stack to 2,5k Retry timeout for Mqtt-QOS1/2 10seconds Optimize WebUI rendering when using Dialog Boxes #1116 Optimize Web libraries to reduce bundle size (3.6.x) #1112 Use espMqttClient with integrated queue #1178 Move Sensors from Web dashboard to it's own tab enhancement #1170 Optimize WebUI dashboard data #1169 Replace React core library with Preact to save on memory footprint Response to system/send raw reads gives combined data for telegrams with more parts 3.5.0 - February 6 2023 ~ BREAKING CHANGE When upgrading to v3.5 for the first time from v3.4 on a BBQKees Gateway board you will need to use the EMS-EPS Flasher to correctly re-partition the flash. Make sure you backup the settings and customizations from the WebUI (System->Upload/Download) and restore after the upgrade. Support for multiple EMS-ESPs [#759] has been added as an optional setting for MQTT. When enabled, which is now the default, all MQTT Discovery Entity IDs will include the MQTT base name and the shortname of the EMS-ESP device entity. For example what was previously sensor.boiler_actual_boiler_temperature will now become sensor.ems_esp_boiler_boiltemp . If you still want to use the old format and retain the history and script compatibility in Home Assistant then set this back to the old format. Added Translations in Web UI and all device entity names (DE, NL, SV, PL, NO, FR) #22 Add support for Lolin C3 mini #620 Add support for ESP32-S2 #667 Add devices: Greenstar 30Ri boiler, Junkers FW500 thermostat, Buderus BC30 controller Add program memory info Add mqtt queue and connection infos Adapt min/max if ems-value is not in this range Add heat pump settings for inputs and limits #600 Add hybrid heatpump #500 Add translated tags Add min/max to customization table #686 Add MD5 check #637 Add more bus-ids #673 Use HA connectivity device class for Status, added boot time #751 Add commands for analog sensors outputs Support for multiple EMS-ESPs with MQTT and HA [ #759 ] Settings for heatpump silent mode and additional heater [ #802 ] [ #803 ] Zone module MZ100 #826 Default MQTT hostname is blank #829 wwCurFlow for ems+ devices #829 Add Rego 3000, TR120RF thermostats #917 Add config for ESP32-S3 Add heatpump silent mode and other entities #896 Allow reboot to other partition (factory or asymetric OTA) Blacklist entities to remove from memory #891 Add boiler pump operating mode #944 Fixed Factory Reset not working #628 Valid 4 byte values #820 Commands for multiple thermostats #826 API queries for multiple devices #865 Console crash when using call with command hcx only. #841 heatingPump2Mod was wrong, changed to absBurnPow [ #908 Rounding of web input values Analog sensor with single gpio number #915 HA dallas and analog configs: remove/rebuild on change #888 Modes and set seltemp for RC30 and RC20 #932 Changed Discovery in HomeAssistant don't work with custom base topic. #596 Base topic containing / are changed to _ RF room temperature sensor are shown as thermostat Render mqtt float json values with trailing zero Removed flash strings, to increase available heap memory Reload page after restart button is pressed Analog/dallas values command as list like ems-devices Analog/dallas HA-entities based on id MQTT Base is a mandatory field. Removed MQTT topic length from settings HA duration class for time entities [ #822 AM200 alternative heatsource as class heatsource [ #857 3.4.4 - Oct 29 2022 ~ Added RC310 additions #520 damping wwprio for RC310 heating circuits switchonoptimization for RC310 heating circuits enum_controlmode for RC310 (new enum list) nofrostmode, reducemode, reducetemp & noreducetemp for RC310 emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310 HM200 hybrid module #500 AM200 alternative heatsource module #573 EM10 error module as gateway #575 Fixed Fix for new installations with filesystem not initializing fix Table resizing in WebUI #519 allow larger customization files #570 losing entitiy wwcomfort #581 Changed Shorten \"friendly names\" in Home Assistant #555 platformio 2.3.0 (IDF 4, Arduino 2) remove master-thermostat, support multiple thermostats merge up- and download in webui #577 3.4.0 - May 23 2022 ~ BREAKING CHANGE In Settings, the order of Boolean Format has changed in Application Settings - check your settings Dallas Format setting removed. Now customize name of each Dallas sensor via the UI Boiler wwheat renamed to ww3wayon #211 Boiler ww tag renamed to dhw . Any custom Home Assistant lovelace dashboards will need updating. Renamed description of wwtapactivated to \"turn on/off DHW\". Otherwise would have looked like \"boiler_dhw_turn_on_off_dhw\" in HA. /api/system/info endpoint has updated keys. Now lowercase, no underscores and not capitalized. Replace \"handlers\" with \"handlers received\", \"handlers fetched\" and \"handlers pending\". Added WebUI optimizations, updated look&feel and better performance #124 Auto refresh of WebUI after successful firmware upload #178 New Customization Service in WebUI. First feature is the ability to enable/disabled Enitites (device values) from EMS devices #206 Option to disable Telnet Console #209 Added Hide SSID, Max Clients and Preferred Channel to Access Point Merged in MichaelDvP's changes like Fahrenheit conversion, publish single (for IOBroker) and a few other critical optimizations Enabled bi-directional read/write with Home Assistant, so values can be changed automatically from the UI without scripting #265 Added GC7000F Boiler #270 Revised LED flash sequence on boot up to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Analog Sensor support #271 Solar cylinder priority #247 Read only mode in Settings, where EMS Tx/Write commands are blocked #286 Added 8700i Boiler device Added Cascade CM10 Controller device Add Olimex ESP32-POE-ISO to board profiles plus settings to customize Ethernet modules #301 Help text for string commands in WebUI #320 Germany translations (at compile time) num entities added to system/info endpoint #322 analog outputs digital/pwm/dac remove MQTT retained configs if discovery is disabled timeout 10 min for MQTT-QoS wait Moduline 300 auto-temperatures T1-T4, RC300 romminfluencefactor RC35 parameters #392 , #398 sync time with thermostat #386 , #408 set mode has immediate effect #395 min/max in web value setting Extend customization to select if an entity is to be shown in the WebUI or forced as read-only #317 Added Moduline 400 installation parameters PR #449 by @kwertie01 Read time from IVT-controller #439 Hybrid Heatpump product-id 168 #459 , thermostat settings Junkers ISM2 and IPM in warm water mode #437 Added Shower Alert trigger time and cold shot time #436 Improved Table layout in Web UI (searching, filtering, sorting, exporting to CSV) API fetch individual attributes from an entity #462 Option to disable mDNS Option for rendering booleans on dashboard #456 Upload customization settings from a file #256 Fixed lastcode broke MQTT JSON structure #228 fixed issue with overlapping while reading sequence of EMS1.0 telegrams fixed redundant telegram readings (because of offset overflow) added missing RC30/Moduline 400 #243 Correct modes for RC25 #106 Clean up old HA config's in MQTT before publishing data. This will prevent HA giving the 'dict' warnings #229 RC25 temperature setting #272 Buderus RC25 - \"hc1 mode type\" incorrect value #273 Increased number of Mixers and Heating Circuits #294 Check receive status before removing a telegram fetch #268 , #282 Fix uploading firmware on OSX #345 Non-nested MQTT would corrupt the json #354 Burner selected max power can have a value higher than 100% #314 some missing fahrenheit calculations limited number of exclusions #339 MQTT sometimes would not reconnect after a WiFi outage Changed Use flash system to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Renamed Dallas Sensor to Temperature Sensor in UI Dallas Format removed. Use the name to give each sensor an alias No longer MQTT subscribes to topic /thermostat_hc as it supports a path similar to the API endpoint construct Show Sensors quality in WebUI Controller not shown in WebUI dashboard renamed \"Home Assistant Integration\" to \"MQTT Discovery\" in MQTT Settings #290 Show ems tx reads and writes separately Show ems device handlers separated for received, fetched and pending handlers. Wired renamed to Ethernet removed system/pin command, new commands in analogsensors system/info device-info split to name/version/brand exclude list uses short-names, possible flags for web/api/mqtt excludes, readonly and favorite (selection not yet implemented) thermostat clock formate date-time: dd.mm.yyyy hh:mm RC300 summermode as other thermostats winter/summer instead of off/on 3.3.1 - Jan 20 2022 ~ BREAKING CHANGE API: \"unit\" renamed to \"uom\" in API call to recall a Device Value HA: sensor.boiler_boiler_temperature renamed to sensor.actual_boiler_temperature HA: binary_sensor.boiler_ww_disinfecting renamed to binary_sensor.boiler_ww_disinfection HA: # removed from counts in MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes txread renamed to txreads and txwrite renamed to txwrites in MQTT heartbeat payload 'dallas sensors' in api/system/info moved to the \"System\" section. Renamed \"uptime (seconds)\" and \"reset reason\" status in the MQTT heartbeat renamed to bus_status Added Add system commands for syslog level and watch #98 Added pool data to telegrams 0x494 & 0x495 #102 Add RC300 second summermode telegram #108 Add support for the RC25 thermostat #106 Add new command 'entities' for a device, e.g. http://ems-esp/api/boiler/entities to show the shortname, description and HA Entity name (if HA enabled) #116 Support for Junkers program and remote (fb10/fb110) temperature Home Assistant state_class attribute for Wh, kWh, W and KW #129 Add current room influence for RC300 #136 Added Home Assistant device_class to sensor entities Added another Buderus RC10 thermostat with Product ID 65 #160 Added support for mDNS #161 Added last system ESP32 reset code to log (and system info output) Firmware Checker in WebUI #168 Added new MQTT setting for enabling 'response' topic Support for non-standard Thermostats like Tado #174 Include MQTT connection status in 'api/system/info' Include Network status in 'api/system/info' and also the MQTT topic info #202 Added Ethernet PHY module as an option in the Board Profile #210 Fixed lastcode broke MQTT JSON structure #228 overlapping while reading sequence of EMS1.0 telegrams redundant telegram readings (because of offset overflow) added missing RC30/Moduline400 #243 check received status before toggling fetch on empty telegram [#268][#282] MQTT reconnecting after WiFi reconnect #99 Manually Controlling Solar Circuit #107 Fix thermostat commands not defaulting to the master thermostat #110 Enlarge parse-buffer for long names like cylinderpumpmodulation MQTT not subscribing to all device entities #166 Help fix issues with WebUI unable to fully load UI over Ethernet #177 Shower alert never reset after limit reached when enabled [(PR #185)] Remove HA entity entries when a device value goes dormant #196 deciphering last error code dates on 0xC2 telegram #204 Changed Syslog BOM only for utf-8 messages #91 Check for KM200 by device-id 0x48, remove tx-delay #90 rename fastheatupfactor to fastheatup and add percent #122 \"unit\" renamed to \"uom\" in API call to recall a Device Value initial backend React changes to replace the class components (HOCs) with React Hooks Use program-names instead of numbers Boiler's maintenancemessage always published in MQTT (to prevent HA missing entity) Unit of Measure 'times' added to MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes Improved API. Restful HTTP API works in the same way as MQTT calls Removed settings for MQTT subscribe format #173 Improve Nefit Moduline 200 functionality #183 status in the MQTT heartbeat renamed to bus_status Layout changes in the WebUI, showing stripped table rows in Dashboard Alternative font for log window #219 3.2.1 - Aug 8 2021 ~ Added json body in API can now take device, name, cmd, hc and id added example of how to use API directly to control values from Home Assistant API calls are shown in debug log (For troubleshooting) support for IPv6 (web/api/mqtt, not syslog yet) #83 System Log in Web UI will show current time if the NTP Service is enabled #82 Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode #83 optional low CPU clockrate (160 MHz) #83 select format for enumerated values in web settings for water hysteresis on/off dallas sensor name editable. sensorname console-command, replace sensorid with a unique name #84 'restart' system command. Can be invoked via API with authentication. #87 add Download button in Web UI for log Fixed fixed issue with Home Assistant entity naming where boiler's ww was duplicated in entity name fixed issue where wwSetTemp was written too instead of wwSelTemp set mode allow numbers Junkers thermostat shows mode as selected by set_mode HA thermostat mode if bool-format: numbers is selected Web UI System Log sometimes skipped a few log messages when watching real-time fix wwactivated #89 don't show commands (like reset) as Device values in the Web or Console Changed fixed case on mqtt names, like 'wwtankmiddletemp' renamed Product ID to 'EMS Product ID' in Home Assistant removed brackets around tags, e.g. (hc1) selected room temperature\" is now just \"hc1 selected room temperature\" removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. #80 add upload_sec to api/system/info and removed # from some names to keep consistent with MQTT heartbeat added debug target to PlatformIO build to help hunt down system crashes enumerated values always start at zero maintenance settings for time/date as extra setting move api/mqtt formats to settings , add enum format UI improvements for editing Dallas Sensor details RESTful GET commands can also require authentication (via bearer access token) for better security Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3 Download buttons for settings and info under the Help tab 3.1.1 - Jun 26 2021 ~ Added new command called commands which lists all available commands. ems-esp/api/{device}/commands More Home Assistant icons to match the UOMs new API. Using secure access tokens and OpenAPI standard. See doc/EMS-ESP32 API.md and #50 show log messages in Web UI #71 Mock API to simulate an ESP, for testing web Able to write values from the Web UI check values with \"cmd\": and data empty or ? set hc for values and commands by id or prefix hc +separator, separator can be any char Fixed HA thermostat mode was not in sync with actual mode #66 Don't publish rssi if Wifi is disabled and ethernet is being used Booleans are shown as true/false in API GETs Don't create Home Assistant MQTT discovery entries for device values that don't exists (#756 on EMS-ESP repo) Update shower MQTT when a shower start is detected S32 board profile Changed info command always shows full names in API. For short names query the device or name directly, e.g. http://ems-esp/api/boiler free memory is shown in kilobytes boiler's warm water entities have ww added to the Home Assistant entity name #67 improved layout and rendering of device values in the WebUI, also the edit value screen Icon for Network MQTT Formatting payload (nested vs single) is a pull-down option moved mqtt-topics and texts to local_EN, all topics lower case Re-enabled Shower Alert (still experimental) lowercased Flow temp in commands system console commands to main 3.0.1 - Mar 30 2021 ~ Added Power settings, disabling BLE and turning off Wifi sleep Rx and Tx counts to Heartbeat MQTT payload Ethernet support id to info command to show only a heatingcircuit add sending devices that are not listed to 0x07 extra MQTT boolean option for \"ON\" and \"OFF\" Support for chunked MQTT payloads to allow large data sets > 2kb External Button support (#708) for resetting to factory defaults and other actions new console set command in system , set ethernet for quickly enabling cabled ethernet connections without using the captive wifi portal Added in MQTT nested mode, for thermostat and mixer, like we had back in v2 Cascade MC400 (product-id 210) (3.0.0b6) values for wwMaxPower, wwFlowtempOffset RC300 thermostat temp -1 to clear temporary setpoint in auto mode Syslog port selectable (#744) individual mqtt commands (#31) board Profiles (#11) Fixed telegrams matched to masterthermostat 0x18 multiple roomcontrollers readback after write with delay (give ems-devices time to set the value) Thermostat ES72/RC20 device 66 to command-set RC20_2 MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369) fix for HA topics with invalid command formats (#728) wrong position of values #723, #732 OTA Upload via Web on OSX Rx and Tx quality % would sometimes show > 100 Changed changed how telegram parameters are rendered for mqtt, console and web (#632) split show values in smaller packages (edited) extended length of IP/hostname from 32 to 48 chars (#676) check flowsensor for tap_water_active mqtt prefixed with Base count Dallas sensor fails switch from SPIFFS to LITTLEFS Added ID to MQTT payloads which is the Device's product ID and used in HA to identify a unique HA device Increased MQTT buffer and reduced wait time between publishes Updated to the latest ArduinoJson library some names of mqtt-tags like in v2.2.1 new ESP32 partition side to allow for smoother OTA and fallback Network Gateway IP is optional (#682)emsesp/EMS-ESP moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32 invert LED changed to Hide LED. Default is off. renamed Scan Network to Scan WiFi Network added version to cmd=settings Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects","title":"Version Release History"},{"location":"Version-Release-History/#370-october-27-2024","text":"IMPORTANT! BREAKING CHANGES with 3.6.5 \"ww\" and \"wwc\" has been renamed to \"dhw\". It is nested JSON object in both the MQTT and API outputs. The old prefix has also been removed from MQTT topics ( #1634 ). This will impact historical data in home automation systems like Home Assistant and IOBroker. To preserve the current value of dhw energy (was previously nrgww) refer to this issue #1938 . dhw entities from the MM100/SM100 have been moved under a new Device called 'water'. The automatically generated temperature sensor ID has replaced dashes ( - ) with underscores ( _ ) to be compatible with Home Assistant. api/system/info has it's JSON key names changed to camelCase syntax. For more details go to www.emsesp.org . Added some more entities for dhw with SM100 module thermostat second dhw circuit #1634 remote thermostat emulation for RC100H, RC200 and FB10 #1287 , #1602 , #1551 heatpump dhw stop temperatures #1624 reset history #1695 heatpump entities fan and shutdown #1690 mqtt HA-mode 3 for v3.6 compatible HA entities, set on update v3.6->v3.7 HP input states #1723 holiday settings for rego 3000 #1735 Added scripts for OTA (scripts/upload.py and upload_cli.py) #1738 timeout for remote thermostat emulation #1680 , #1774 CR120 thermostat as own model() #1779 modules - external linkable module library #1778 scheduler onChange and Conditions #1806 make remote control timeout editable #1774 added extra pump characteristics (mode and pressure for EMS+) by @SLTKA #1802 allow device name to be customized #1174 Modbus support by @mheyse #1744 System Message command #1854 scheduler can use web get/post for values and commands #1806 RT800 remote emulation #1867 RC310 cooling parameters #1857 command api/device/entities #1897 switchprogmode #1903 autodetect and download firmware upgrades via the WebUI command 'show log' that lists out the current weblog buffer, showing last messages. default web log buffer to 25 lines for ESP32s with no PSRAM try and determine correct board profile if none is set during boot auto Scroll in WebLog UI - reduced delay so incoming logs are faster uploading custom support info, shown to Guest users in Help page #2054 feature: Dashboard showing all data (favorites, sensors, custom) #1958 entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 #2088 internal ESP32 temperature sensor on the S3 #2077 MQTT status topic (used in connect and last will) set to Retain #2086 Czech language 2096 Developer Mode and send EMS Read Commands from WebUI #2116 Scheduler functions #2115 Set device custom name from telegram 0x01 #2073 Fixed remote thermostat emulation for RC200 on Rego2000/3000 thermostats #1691 log shows data for F7/F9 requests Detection of LittleFS for factory setting wasn't working Check for bad GPIOs with Ethernet before the ethernet is initialized Show values with factor 50 on webUI #2064 Rendering of values between -1 and 0 Value for 32bit times not-set #2109 Changed use flag for BC400 compatible thermostats, manage different mode settings use factory partition for 16M flash store digital out states to nvs Refresh UI - moving settings to one location #1665 rename DeviceValueTypes, add UINT32 for custom entities dynamic register dhw circuits for thermostat removed OTA feature #1738 added shower min duration #1801 Include TXT file along with the generated CSV for Device Data export/download thermostat/remotetemp as command #1835 temperaturesensor id notation with underscore #1794 Change key-names in JSON to be compliant and consistent #1860 Updates to webUI #1920 Correct firmware naming #1933 #1933 Don't start Serial console if not connected to a Serial port. Will initiate manually after a CTRL-C/CTRL-S WebLog UI matches color schema of the terminal console correctly Updated Web libraries, ArduinoJson Help page doesn't show detailed tech info if the user is not 'admin' role #2054 removed system command allvalues and moved to an action called export Show ems-esp internal devices in device list of system/info Scheduler and mqtt run async on systems with psram Show IPv6 address type (local/global/ula) in log","title":"[3.7.0] - October 27 2024"},{"location":"Version-Release-History/#365-march-23-2024","text":"Added thermostat boost mode and boost time #1446 heatpump energy meters #1463 heatpump max power #1475 checkbox for MQTT-TLS enable #1474 added SK (Slovak) language. Thanks @misa1515 CPU info #1497 Show network hostname in Web UI under Network Status Improved HA Discovery so each section (EMS device, Scheduler, Analog, Temperature, Custom, Shower) have their own section boiler Bosch C1200W, id 12, #1536 mixer MM100 telegram 0x2CC #1554 boiler hpSetDiffPressure #1563 custom variables #1423 weather compensation #1642 env and partitions for DevKitC-1-N32R8 #1635 command restart partitionname and button long press to start with other partition #1657 command set service #1663 Fixed exhaust temperature for some boilers add back boil2hyst #1477 subscribed MQTT topics not detecting changes by EMS-ESP #1494 changed HA name and grouping to be consistent #1528 MQTT autodiscovery in Domoticz not working #1360 dhw comfort for new ems+, #1495 added writeable icon to Web's Custom Entity page for each entity shown in the table Wifi Tx Power not adjusted #1614 MQTT discovery of custom entity doesn't consider type of data #1587 WiFi TxPower wasn't correctly used. Added an 'Auto' setting, which is the default. dns w/wo IPv6 #1644 Changed HA don't set entity_category to Diagnostic/Configuration for EMS entities #1459 upgraded ArduinoJson to 7.0.0 #1538 and then 7.0.2 small changes to the API for analog and temperature sensors Length of mqtt Broker address #1619 C++ optimizations - see https://github.com/emsesp/EMS-ESP32/pull/1615 Send MQTT heartbeat immediately after connection #1628 16MB partitions with second nvs, larger FS, Coredump, optional factory partition stop fetching empty telegrams after 5 min","title":"3.6.5 - March 23 2024"},{"location":"Version-Release-History/#364-november-24-2023","text":"Added humidity for ventilation devices telegrams for RC100H, hc2, etc. (seen on discord, not tested) names for BC400, GB192i.2, read temperatures for low loss header and heatblock #1317 option for forceheatingoff #1262 remote thermostat emulation RC100H for RC3xx #1278 shower_data MQTT payload contains the timestamp #1329 HA discovery for writeable text entities #1337 autodetect board_profile, store in nvs, add telnet command option, add E32V2 heat pump high res energy counters #1348, #1349. #1350 optional bssid in network settings extension module EM100 #1315 digital_out with new options for polarity and startup state added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities Fixed remove command remoteseltemp , thermostat accept it only from remote thermostat shower_data MQTT payload contains the timestamp #1329 fixed helper text in Web Device Entity dialog box for numerical ranges MQTT base with paths not working in HA #1393 set/read thermostat mode for RC100-RC300, #1440 #1442 some setting commands for ems-boiler have used wrong ems+ telegram in 3.6.3 Changed update to platform 6.4.0, arduino 2.0.14 / idf 4.4.6 small changes for arduino 3.0.0 / idf 5.1 compatibility (not backward compatible to platform 6.3.2 and before) AP start after 10 sec, stay until station/eth connected tested wifi-all-channel-scan (3.6.3-dev4 a-e), removed again because of connect issues mqtt disconnect stops queue","title":"3.6.4 - November 24 2023"},{"location":"Version-Release-History/#362-october-1-2023","text":"Added Power entities Optional input of BSSID for AP connection Return empty json if no entries in scheduler/custom/analogsensor/temperaturesensor Fixed Wifi full scan to get strongest AP. This prevents some freezes when EMS-ESP would jump to a weaker AP in a Mesh setup. Add missing dhw tags Sending a dash/- to the Reset command doesn't return an error #1308 Changed MQTT queue max 300 messages, check heap and maxAlloc API call commands are logged as WARN in the log Reset Command renamed to 'reset' in lowercase in EN","title":"3.6.2 - October 1 2023"},{"location":"Version-Release-History/#361-september-9-2023","text":"IMPORTANT! BREAKING CHANGES shower_data MQTT topic shows duration is seconds (was previously a full english sentence) Added Show WiFi rssi in Network Status Page, show quality as color Fixed Issue in espMqttClient causing a memory leak when MQTT broker is disconnected due to network unavailability #1264 Using MQTT enum values correctly formatted in MQTT Discovery #1280 Changed MQTT free mem check set to 60 kb Small cosmetic changes to Searching in Customization web page Updated to espressif32@6.4.0","title":"3.6.1 - September 9 2023"},{"location":"Version-Release-History/#360-august-13-2023","text":"BREAKING CHANGE The sensors have been renamed. dallassensor is now temperaturesensor in the MQTT topic and named ts in the Customizations file. Likewise analogs is now analogsensor in MQTT and called as in the Customizations file. If you have previous customizations you will need to manually update by downloading, changing the JSON file and uploading. It's also recommended cleaning up any old MQTT topics from your broker using an application like MQTTExplorer. Added Workaround for better Domoticz MQTT integration? #904 Show MAC address without connecting to network enhancement #933 Warn user in WebUI of unsaved changes #911 Detect old Tado thermostat, device-id 0x19, no entities Some more HM200 entities #500 Added Scheduler #701 Added Custom Entities read/write from EMS bus Build S3 binary with github actions Greenstar HIU #1158 AM200 code 10 #1161 Ventilation device (Logavent HRV176) #1172 Turn ETH off on wifi connect #1167 Support for multiple EMS-ESPs with HA #1196 Italian translation #1199 Turkish language support #1076 Buderus GB182 - HC1 mode change not work bug #1193 Minimal flow temperature enhancement #1192 Roomtemperature Switching Difference enhancement #1191 Dew Point Temperature Difference enhancement #1190 Control of heating circuit mode enhancement #1187 Warn user in WebUI of unsaved changes enhancement #911 Create safebuild app to fit into factory partition to give ESP32 more flash memory enhancement #608 Support ESP32 S2, C3 mini and S3 #605 Support Buderus AM200 #1161 Custom telegram handler #1155 Added support for TLS in MQTT (ESP32-S3 only) #1178 Boardprofile BBQKees Gateway S3 Custom entity type RAW #1212 API command response #1212 Fixed HA-discovery for analog sensor commands #1035 Enum order of RC3x nofrost mode Heartbeat interval Exhaust temperature always zero on GB125/MC110/RC310 bug #1147 thermostat modetype is not changing when mode changes (e.g. to night) bugSomething isn't working #1098 NTP: cant apply changed timezone #1182 Missing Status of VS1 for Buderus SM200 enhancement #1034 Allowed gpios for S3 Changed Optional upgrade to platform-espressif32 6.3.0 (after 5.3.0) #862 Use byte 3 for detection RC30 active heatingcircuit #786 Write repeated selflowtemp if tx-queue is empty without verify #954 HA discovery recreate after disconnect by device #1067 File upload: check flash size (overflow) instead of filesize Improved HA Discovery so previous configs no longer need to be removed when starting #1077 (thanks @pswid) Enlarge UART-Stack to 2,5k Retry timeout for Mqtt-QOS1/2 10seconds Optimize WebUI rendering when using Dialog Boxes #1116 Optimize Web libraries to reduce bundle size (3.6.x) #1112 Use espMqttClient with integrated queue #1178 Move Sensors from Web dashboard to it's own tab enhancement #1170 Optimize WebUI dashboard data #1169 Replace React core library with Preact to save on memory footprint Response to system/send raw reads gives combined data for telegrams with more parts","title":"3.6.0 - August 13 2023"},{"location":"Version-Release-History/#350-february-6-2023","text":"BREAKING CHANGE When upgrading to v3.5 for the first time from v3.4 on a BBQKees Gateway board you will need to use the EMS-EPS Flasher to correctly re-partition the flash. Make sure you backup the settings and customizations from the WebUI (System->Upload/Download) and restore after the upgrade. Support for multiple EMS-ESPs [#759] has been added as an optional setting for MQTT. When enabled, which is now the default, all MQTT Discovery Entity IDs will include the MQTT base name and the shortname of the EMS-ESP device entity. For example what was previously sensor.boiler_actual_boiler_temperature will now become sensor.ems_esp_boiler_boiltemp . If you still want to use the old format and retain the history and script compatibility in Home Assistant then set this back to the old format. Added Translations in Web UI and all device entity names (DE, NL, SV, PL, NO, FR) #22 Add support for Lolin C3 mini #620 Add support for ESP32-S2 #667 Add devices: Greenstar 30Ri boiler, Junkers FW500 thermostat, Buderus BC30 controller Add program memory info Add mqtt queue and connection infos Adapt min/max if ems-value is not in this range Add heat pump settings for inputs and limits #600 Add hybrid heatpump #500 Add translated tags Add min/max to customization table #686 Add MD5 check #637 Add more bus-ids #673 Use HA connectivity device class for Status, added boot time #751 Add commands for analog sensors outputs Support for multiple EMS-ESPs with MQTT and HA [ #759 ] Settings for heatpump silent mode and additional heater [ #802 ] [ #803 ] Zone module MZ100 #826 Default MQTT hostname is blank #829 wwCurFlow for ems+ devices #829 Add Rego 3000, TR120RF thermostats #917 Add config for ESP32-S3 Add heatpump silent mode and other entities #896 Allow reboot to other partition (factory or asymetric OTA) Blacklist entities to remove from memory #891 Add boiler pump operating mode #944 Fixed Factory Reset not working #628 Valid 4 byte values #820 Commands for multiple thermostats #826 API queries for multiple devices #865 Console crash when using call with command hcx only. #841 heatingPump2Mod was wrong, changed to absBurnPow [ #908 Rounding of web input values Analog sensor with single gpio number #915 HA dallas and analog configs: remove/rebuild on change #888 Modes and set seltemp for RC30 and RC20 #932 Changed Discovery in HomeAssistant don't work with custom base topic. #596 Base topic containing / are changed to _ RF room temperature sensor are shown as thermostat Render mqtt float json values with trailing zero Removed flash strings, to increase available heap memory Reload page after restart button is pressed Analog/dallas values command as list like ems-devices Analog/dallas HA-entities based on id MQTT Base is a mandatory field. Removed MQTT topic length from settings HA duration class for time entities [ #822 AM200 alternative heatsource as class heatsource [ #857","title":"3.5.0 - February 6 2023"},{"location":"Version-Release-History/#344-oct-29-2022","text":"Added RC310 additions #520 damping wwprio for RC310 heating circuits switchonoptimization for RC310 heating circuits enum_controlmode for RC310 (new enum list) nofrostmode, reducemode, reducetemp & noreducetemp for RC310 emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310 HM200 hybrid module #500 AM200 alternative heatsource module #573 EM10 error module as gateway #575 Fixed Fix for new installations with filesystem not initializing fix Table resizing in WebUI #519 allow larger customization files #570 losing entitiy wwcomfort #581 Changed Shorten \"friendly names\" in Home Assistant #555 platformio 2.3.0 (IDF 4, Arduino 2) remove master-thermostat, support multiple thermostats merge up- and download in webui #577","title":"3.4.4 - Oct 29 2022"},{"location":"Version-Release-History/#340-may-23-2022","text":"BREAKING CHANGE In Settings, the order of Boolean Format has changed in Application Settings - check your settings Dallas Format setting removed. Now customize name of each Dallas sensor via the UI Boiler wwheat renamed to ww3wayon #211 Boiler ww tag renamed to dhw . Any custom Home Assistant lovelace dashboards will need updating. Renamed description of wwtapactivated to \"turn on/off DHW\". Otherwise would have looked like \"boiler_dhw_turn_on_off_dhw\" in HA. /api/system/info endpoint has updated keys. Now lowercase, no underscores and not capitalized. Replace \"handlers\" with \"handlers received\", \"handlers fetched\" and \"handlers pending\". Added WebUI optimizations, updated look&feel and better performance #124 Auto refresh of WebUI after successful firmware upload #178 New Customization Service in WebUI. First feature is the ability to enable/disabled Enitites (device values) from EMS devices #206 Option to disable Telnet Console #209 Added Hide SSID, Max Clients and Preferred Channel to Access Point Merged in MichaelDvP's changes like Fahrenheit conversion, publish single (for IOBroker) and a few other critical optimizations Enabled bi-directional read/write with Home Assistant, so values can be changed automatically from the UI without scripting #265 Added GC7000F Boiler #270 Revised LED flash sequence on boot up to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Analog Sensor support #271 Solar cylinder priority #247 Read only mode in Settings, where EMS Tx/Write commands are blocked #286 Added 8700i Boiler device Added Cascade CM10 Controller device Add Olimex ESP32-POE-ISO to board profiles plus settings to customize Ethernet modules #301 Help text for string commands in WebUI #320 Germany translations (at compile time) num entities added to system/info endpoint #322 analog outputs digital/pwm/dac remove MQTT retained configs if discovery is disabled timeout 10 min for MQTT-QoS wait Moduline 300 auto-temperatures T1-T4, RC300 romminfluencefactor RC35 parameters #392 , #398 sync time with thermostat #386 , #408 set mode has immediate effect #395 min/max in web value setting Extend customization to select if an entity is to be shown in the WebUI or forced as read-only #317 Added Moduline 400 installation parameters PR #449 by @kwertie01 Read time from IVT-controller #439 Hybrid Heatpump product-id 168 #459 , thermostat settings Junkers ISM2 and IPM in warm water mode #437 Added Shower Alert trigger time and cold shot time #436 Improved Table layout in Web UI (searching, filtering, sorting, exporting to CSV) API fetch individual attributes from an entity #462 Option to disable mDNS Option for rendering booleans on dashboard #456 Upload customization settings from a file #256 Fixed lastcode broke MQTT JSON structure #228 fixed issue with overlapping while reading sequence of EMS1.0 telegrams fixed redundant telegram readings (because of offset overflow) added missing RC30/Moduline 400 #243 Correct modes for RC25 #106 Clean up old HA config's in MQTT before publishing data. This will prevent HA giving the 'dict' warnings #229 RC25 temperature setting #272 Buderus RC25 - \"hc1 mode type\" incorrect value #273 Increased number of Mixers and Heating Circuits #294 Check receive status before removing a telegram fetch #268 , #282 Fix uploading firmware on OSX #345 Non-nested MQTT would corrupt the json #354 Burner selected max power can have a value higher than 100% #314 some missing fahrenheit calculations limited number of exclusions #339 MQTT sometimes would not reconnect after a WiFi outage Changed Use flash system to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Renamed Dallas Sensor to Temperature Sensor in UI Dallas Format removed. Use the name to give each sensor an alias No longer MQTT subscribes to topic /thermostat_hc as it supports a path similar to the API endpoint construct Show Sensors quality in WebUI Controller not shown in WebUI dashboard renamed \"Home Assistant Integration\" to \"MQTT Discovery\" in MQTT Settings #290 Show ems tx reads and writes separately Show ems device handlers separated for received, fetched and pending handlers. Wired renamed to Ethernet removed system/pin command, new commands in analogsensors system/info device-info split to name/version/brand exclude list uses short-names, possible flags for web/api/mqtt excludes, readonly and favorite (selection not yet implemented) thermostat clock formate date-time: dd.mm.yyyy hh:mm RC300 summermode as other thermostats winter/summer instead of off/on","title":"3.4.0 - May 23 2022"},{"location":"Version-Release-History/#331-jan-20-2022","text":"BREAKING CHANGE API: \"unit\" renamed to \"uom\" in API call to recall a Device Value HA: sensor.boiler_boiler_temperature renamed to sensor.actual_boiler_temperature HA: binary_sensor.boiler_ww_disinfecting renamed to binary_sensor.boiler_ww_disinfection HA: # removed from counts in MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes txread renamed to txreads and txwrite renamed to txwrites in MQTT heartbeat payload 'dallas sensors' in api/system/info moved to the \"System\" section. Renamed \"uptime (seconds)\" and \"reset reason\" status in the MQTT heartbeat renamed to bus_status Added Add system commands for syslog level and watch #98 Added pool data to telegrams 0x494 & 0x495 #102 Add RC300 second summermode telegram #108 Add support for the RC25 thermostat #106 Add new command 'entities' for a device, e.g. http://ems-esp/api/boiler/entities to show the shortname, description and HA Entity name (if HA enabled) #116 Support for Junkers program and remote (fb10/fb110) temperature Home Assistant state_class attribute for Wh, kWh, W and KW #129 Add current room influence for RC300 #136 Added Home Assistant device_class to sensor entities Added another Buderus RC10 thermostat with Product ID 65 #160 Added support for mDNS #161 Added last system ESP32 reset code to log (and system info output) Firmware Checker in WebUI #168 Added new MQTT setting for enabling 'response' topic Support for non-standard Thermostats like Tado #174 Include MQTT connection status in 'api/system/info' Include Network status in 'api/system/info' and also the MQTT topic info #202 Added Ethernet PHY module as an option in the Board Profile #210 Fixed lastcode broke MQTT JSON structure #228 overlapping while reading sequence of EMS1.0 telegrams redundant telegram readings (because of offset overflow) added missing RC30/Moduline400 #243 check received status before toggling fetch on empty telegram [#268][#282] MQTT reconnecting after WiFi reconnect #99 Manually Controlling Solar Circuit #107 Fix thermostat commands not defaulting to the master thermostat #110 Enlarge parse-buffer for long names like cylinderpumpmodulation MQTT not subscribing to all device entities #166 Help fix issues with WebUI unable to fully load UI over Ethernet #177 Shower alert never reset after limit reached when enabled [(PR #185)] Remove HA entity entries when a device value goes dormant #196 deciphering last error code dates on 0xC2 telegram #204 Changed Syslog BOM only for utf-8 messages #91 Check for KM200 by device-id 0x48, remove tx-delay #90 rename fastheatupfactor to fastheatup and add percent #122 \"unit\" renamed to \"uom\" in API call to recall a Device Value initial backend React changes to replace the class components (HOCs) with React Hooks Use program-names instead of numbers Boiler's maintenancemessage always published in MQTT (to prevent HA missing entity) Unit of Measure 'times' added to MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes Improved API. Restful HTTP API works in the same way as MQTT calls Removed settings for MQTT subscribe format #173 Improve Nefit Moduline 200 functionality #183 status in the MQTT heartbeat renamed to bus_status Layout changes in the WebUI, showing stripped table rows in Dashboard Alternative font for log window #219","title":"3.3.1 - Jan 20 2022"},{"location":"Version-Release-History/#321-aug-8-2021","text":"Added json body in API can now take device, name, cmd, hc and id added example of how to use API directly to control values from Home Assistant API calls are shown in debug log (For troubleshooting) support for IPv6 (web/api/mqtt, not syslog yet) #83 System Log in Web UI will show current time if the NTP Service is enabled #82 Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode #83 optional low CPU clockrate (160 MHz) #83 select format for enumerated values in web settings for water hysteresis on/off dallas sensor name editable. sensorname console-command, replace sensorid with a unique name #84 'restart' system command. Can be invoked via API with authentication. #87 add Download button in Web UI for log Fixed fixed issue with Home Assistant entity naming where boiler's ww was duplicated in entity name fixed issue where wwSetTemp was written too instead of wwSelTemp set mode allow numbers Junkers thermostat shows mode as selected by set_mode HA thermostat mode if bool-format: numbers is selected Web UI System Log sometimes skipped a few log messages when watching real-time fix wwactivated #89 don't show commands (like reset) as Device values in the Web or Console Changed fixed case on mqtt names, like 'wwtankmiddletemp' renamed Product ID to 'EMS Product ID' in Home Assistant removed brackets around tags, e.g. (hc1) selected room temperature\" is now just \"hc1 selected room temperature\" removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. #80 add upload_sec to api/system/info and removed # from some names to keep consistent with MQTT heartbeat added debug target to PlatformIO build to help hunt down system crashes enumerated values always start at zero maintenance settings for time/date as extra setting move api/mqtt formats to settings , add enum format UI improvements for editing Dallas Sensor details RESTful GET commands can also require authentication (via bearer access token) for better security Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3 Download buttons for settings and info under the Help tab","title":"3.2.1 - Aug 8 2021"},{"location":"Version-Release-History/#311-jun-26-2021","text":"Added new command called commands which lists all available commands. ems-esp/api/{device}/commands More Home Assistant icons to match the UOMs new API. Using secure access tokens and OpenAPI standard. See doc/EMS-ESP32 API.md and #50 show log messages in Web UI #71 Mock API to simulate an ESP, for testing web Able to write values from the Web UI check values with \"cmd\": and data empty or ? set hc for values and commands by id or prefix hc +separator, separator can be any char Fixed HA thermostat mode was not in sync with actual mode #66 Don't publish rssi if Wifi is disabled and ethernet is being used Booleans are shown as true/false in API GETs Don't create Home Assistant MQTT discovery entries for device values that don't exists (#756 on EMS-ESP repo) Update shower MQTT when a shower start is detected S32 board profile Changed info command always shows full names in API. For short names query the device or name directly, e.g. http://ems-esp/api/boiler free memory is shown in kilobytes boiler's warm water entities have ww added to the Home Assistant entity name #67 improved layout and rendering of device values in the WebUI, also the edit value screen Icon for Network MQTT Formatting payload (nested vs single) is a pull-down option moved mqtt-topics and texts to local_EN, all topics lower case Re-enabled Shower Alert (still experimental) lowercased Flow temp in commands system console commands to main","title":"3.1.1 - Jun 26 2021"},{"location":"Version-Release-History/#301-mar-30-2021","text":"Added Power settings, disabling BLE and turning off Wifi sleep Rx and Tx counts to Heartbeat MQTT payload Ethernet support id to info command to show only a heatingcircuit add sending devices that are not listed to 0x07 extra MQTT boolean option for \"ON\" and \"OFF\" Support for chunked MQTT payloads to allow large data sets > 2kb External Button support (#708) for resetting to factory defaults and other actions new console set command in system , set ethernet for quickly enabling cabled ethernet connections without using the captive wifi portal Added in MQTT nested mode, for thermostat and mixer, like we had back in v2 Cascade MC400 (product-id 210) (3.0.0b6) values for wwMaxPower, wwFlowtempOffset RC300 thermostat temp -1 to clear temporary setpoint in auto mode Syslog port selectable (#744) individual mqtt commands (#31) board Profiles (#11) Fixed telegrams matched to masterthermostat 0x18 multiple roomcontrollers readback after write with delay (give ems-devices time to set the value) Thermostat ES72/RC20 device 66 to command-set RC20_2 MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369) fix for HA topics with invalid command formats (#728) wrong position of values #723, #732 OTA Upload via Web on OSX Rx and Tx quality % would sometimes show > 100 Changed changed how telegram parameters are rendered for mqtt, console and web (#632) split show values in smaller packages (edited) extended length of IP/hostname from 32 to 48 chars (#676) check flowsensor for tap_water_active mqtt prefixed with Base count Dallas sensor fails switch from SPIFFS to LITTLEFS Added ID to MQTT payloads which is the Device's product ID and used in HA to identify a unique HA device Increased MQTT buffer and reduced wait time between publishes Updated to the latest ArduinoJson library some names of mqtt-tags like in v2.2.1 new ESP32 partition side to allow for smoother OTA and fallback Network Gateway IP is optional (#682)emsesp/EMS-ESP moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32 invert LED changed to Hide LED. Default is off. renamed Scan Network to Scan WiFi Network added version to cmd=settings Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects","title":"3.0.1 - Mar 30 2021"},{"location":"WebUI/","text":"Accessing the WebUI is via http://ems-esp (or http://ems-esp.local ). The ems-esp is the name of the WiFi hostname as defined in the WiFi Settings page.","title":"WebUI"},{"location":"mailsent/","text":"Thank you ~ Your message has been sent","title":"Thank you"},{"location":"mailsent/#thank-you","text":"Your message has been sent","title":"Thank you"},{"location":"openHAB/","text":"EMS-ESP can be integrated into openHab through different ways: HomeAssistant MQTT Components Binding (based on Home Assistant discovery protocol) MQTT Binding (Generic MQTT Thing) Example Dashboard (items depend on heating system) It depends on the entity and the device if it is writable or just readable. Have a look into the list of entities Entities for all available entities and related attributes. Documentation has been created for openHab version 3.x HomeAssistant MQTT Components Binding ~ Installation ~ EMS-ESP creates retained MQTT messages prefixed with homeassistant/ for each device and their values (called entities) based on the Home Assistant (HA) Discovery protocol. To allow auto discovery in openHAB the MQTT Binding and the HomeAssistant MQTT Components Binding has to be installed. Additionally JINJA and JSONPath transformations are needed to map all entities and features. In EMS-ESP enable the Discovery option from the MQTT Settings page. Objects in HA are mapped to Things , Component+Node to ChannelGroup and Component Features to Channels . More information can be found in the binding specification. Discovery ~ You should see based on your heating setup related Things in your Inbox Inbox with EMS-ESP discovered Things After adding the Things you can see all Channels that are available for the specific device and which you have enabled in EMS-ESP for MQTT. Channels of a thermostat Thing Limitations ~ There are currently some limitations by using the binding. One of them is also affecting the integration of EMS-ESP into openHAB. The HomeAssistant Climate Components is not yet supported (you won\u00b4t find those Channels in the list) It is possible that those entities will be supported in future depending on the further development of the binding. MQTT Binding ~ EMS-ESP offers all information via the base MQTT path ems-esp/ using topics and payloads that can be mapped to Generic MQTT Things and related Channels . openHAB offers different kind of configuration models to add new devices File based UI driven (can be combined) yaml based (Code Editor) UI Guided Menus Installation ~ You need to install the MQTT Binding as client for a MQTT broker and the JSONPath Transformation Service for selecting the specific channels in the provided JSON-structure of EMS-ESP. File based approach ~ Generic MQTT Thing ~ It is possible to create for each device a separate Generic MQTT Thing or all in just one. In the following an example will be provided that can be adapted to your corresponding setup and you wishes. It is a common approach to have a separate set topic that is used to send data back to the broker. stateTopic represents the state of the thing and commandTopic is been used to set a value. You can find all relevant information regarding the topic you need to send a command to in the Commands . things/mqtt.things 1 2 3 4 5 6 7 8 Bridge mqtt : broker : broker \"MQTT Bridge\" [ host = \"127.0.0.1\" , secure = false ]{ Thing topic ems - esp \"Buderus Heating Pump\" @ \"gBoilerRoom\" [ availabilityTopic = \"ems-esp/status\" , payloadAvailable = \"online\" , payloadNotAvailable = \"offline\" ]{ Channels : Type switch : EMS_s_pvcooling \"Cooling only with PV\" [ stateTopic = \"ems-esp/boiler_data\" , commandTopic = \"ems-esp/boiler/pvcooling\" , ON = \"ON\" , OFF = \"OFF\" , transformationPattern = \"JSONPATH:$.pvcooling\" ] Type number : EMS_n_pvraiseheat \"Raise Hot Water with PV by\" [ stateTopic = \"ems-esp/thermostat_data\" , commandTopic = \"ems-esp/thermostat/pvraiseheat\" , transformationPattern = \"JSONPATH:$.pvraiseheat\" ] Type string : EMS_maxheatheat \"Auxilliary Heater Limit Heating\" [ stateTopic = \"ems-esp/boiler_data\" , commandTopic = \"ems-esp/boiler/maxheatheat\" , transformationPattern = \"JSONPATH:$.maxheatheat\" ] } } Items ~ It does make sense to use the autoupdate feature. Instead of using the expected value from changing the item openHAB is waiting for an update from EMS-ESP via MQTT. items/ems-esp.items 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Switch EMS_s_pvcooling \"Cooling only with PV\" < switch > ( gBoilerRoomHeatingHotWater ) [ \"Switch\" , \"Water\" ] { channel = \"mqtt:topic:broker:ems-esp:EMS_s_pvcooling\" , autoupdate = \"false\" } Number EMS_n_pvraiseheat \"Raise Hot Water with PV by [ %.1f K]\" < temperature > ( gBoilerRoomHeatingCircuit ) [ \"Setpoint\" , \"Temperature\" ] { channel = \"mqtt:topic:broker:ems-esp:EMS_n_pvraiseheat\" , autoupdate = \"false\" , listWidget = \"oh-stepper-item\" [ min = 0 , max = 5 , step = 1 ]} String EMS_maxheatheat \"Auxilliary Heater Limit Heating\" < heating > ( gBoilerRoomHeating ) [ \"Control\" , \"Current\" ] { channel = \"mqtt:topic:broker:ems-esp:EMS_maxheatheat\" , autoupdate = \"false\" , stateDescription = \"\" [ options = \"0=0 KW,1=2 kW,2=3 kW,3=4 kW,4=6 kW,5=9 kW\" ]} Sitemap (optional) ~ sitemaps/home.sitemap 1 2 3 4 5 Frame label = \"Heating\" { Switch item = EMS_s_pvcooling Slider item = EMS_n_pvraiseheat Selection item = EMS_maxheatheat } Example Sitemap (items depend on heating system) UI based approach ~ It is also possible to use the UI of openHab and the integrated Code-Editor to implement the integration of EMS-ESP. Therefor several steps have to be done in sequence. Create a MQTT Broker by (Things -> (+) Icon -> MQTT Binding -> MQTT Broker) Edit the created MQTT Broker and paste the code below. Change attributes where needed or change them in the UI. (Things -> -Your Created MQTT Broker- -> Code-Tab) MQTT Broker & MQTT Generic Thing ~ MQTT Broker 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 UID : mqtt:broker:broker label : MQTT Bridge thingTypeUID : mqtt:broker configuration : lwtQos : 0 publickeypin : true keepAlive : 60 clientid : d825330e-3c51-4818-a43d-62778d379c83 qos : 0 reconnectTime : 60000 host : 127.0.0.1 secure : false certificatepin : true lwtRetain : true enableDiscovery : true Create a Generic MQTT Thing (Things -> (+) Icon -> MQTT Binding -> Generic MQTT Thing) Edit the created Generic MQTT Thing and paste the code below. Change attributes where needed or change them in the UI. (Things -> -Your Created Generic MQTT Thing- -> Code-Tab) Generic MQTT Thing 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 UID : mqtt:topic:broker:ems-esp label : Buderus Heating Pump thingTypeUID : mqtt:topic configuration : payloadNotAvailable : offline availabilityTopic : ems-esp/status payloadAvailable : online bridgeUID : mqtt:broker:broker location : gBoilerRoom channels : - id : EMS_s_pvcooling channelTypeUID : mqtt:switch label : Cooling only with PV description : null configuration : retained : false postCommand : false formatBeforePublish : '%s' commandTopic : ems-esp/boiler/pvcooling stateTopic : ems-esp/boiler_data transformationPattern : JSONPATH:$.pvcooling off : off on : on - id : EMS_n_pvraiseheat channelTypeUID : mqtt:number label : Raise Hot Water with PV by description : null configuration : retained : false postCommand : false formatBeforePublish : '%s' commandTopic : ems-esp/thermostat/pvraiseheat step : 1 stateTopic : ems-esp/thermostat_data transformationPattern : JSONPATH:$.pvraiseheat - id : EMS_maxheatheat channelTypeUID : mqtt:string label : Auxilliary Heater Limit Heating description : null configuration : commandTopic : ems-esp/boiler/maxheatheat retained : false postCommand : false formatBeforePublish : '%s' stateTopic : ems-esp/boiler_data transformationPattern : JSONPATH:$.maxheatheat Items ~ Select in the Things overview your created Thing and select Channels . In list of channels you can click on Use the Add Link to Item and create an item. Errors ~ It can happen that mqtt sends always the current state as value instead of the new one. A possible solution could be restarting openHab service and check if you have an item dimension. If there is one remove the dimension. There is currently no way to show the status of the Thing without using a rule","title":"openHAB"},{"location":"openHAB/#homeassistant-mqtt-components-binding","text":"","title":"HomeAssistant MQTT Components Binding"},{"location":"openHAB/#installation","text":"EMS-ESP creates retained MQTT messages prefixed with homeassistant/ for each device and their values (called entities) based on the Home Assistant (HA) Discovery protocol. To allow auto discovery in openHAB the MQTT Binding and the HomeAssistant MQTT Components Binding has to be installed. Additionally JINJA and JSONPath transformations are needed to map all entities and features. In EMS-ESP enable the Discovery option from the MQTT Settings page. Objects in HA are mapped to Things , Component+Node to ChannelGroup and Component Features to Channels . More information can be found in the binding specification.","title":"Installation"},{"location":"openHAB/#discovery","text":"You should see based on your heating setup related Things in your Inbox Inbox with EMS-ESP discovered Things After adding the Things you can see all Channels that are available for the specific device and which you have enabled in EMS-ESP for MQTT. Channels of a thermostat Thing","title":"Discovery"},{"location":"openHAB/#limitations","text":"There are currently some limitations by using the binding. One of them is also affecting the integration of EMS-ESP into openHAB. The HomeAssistant Climate Components is not yet supported (you won\u00b4t find those Channels in the list) It is possible that those entities will be supported in future depending on the further development of the binding.","title":"Limitations"},{"location":"openHAB/#mqtt-binding","text":"EMS-ESP offers all information via the base MQTT path ems-esp/ using topics and payloads that can be mapped to Generic MQTT Things and related Channels . openHAB offers different kind of configuration models to add new devices File based UI driven (can be combined) yaml based (Code Editor) UI Guided Menus","title":"MQTT Binding"},{"location":"openHAB/#installation_1","text":"You need to install the MQTT Binding as client for a MQTT broker and the JSONPath Transformation Service for selecting the specific channels in the provided JSON-structure of EMS-ESP.","title":"Installation"},{"location":"openHAB/#file-based-approach","text":"","title":"File based approach"},{"location":"openHAB/#ui-based-approach","text":"It is also possible to use the UI of openHab and the integrated Code-Editor to implement the integration of EMS-ESP. Therefor several steps have to be done in sequence. Create a MQTT Broker by (Things -> (+) Icon -> MQTT Binding -> MQTT Broker) Edit the created MQTT Broker and paste the code below. Change attributes where needed or change them in the UI. (Things -> -Your Created MQTT Broker- -> Code-Tab)","title":"UI based approach"},{"location":"openHAB/#errors","text":"It can happen that mqtt sends always the current state as value instead of the new one. A possible solution could be restarting openHab service and check if you have an item dimension. If there is one remove the dimension. There is currently no way to show the status of the Thing without using a rule","title":"Errors"},{"location":"tips-and-tricks/","text":"Below are a collection of useful tips, tricks and code submitted by the community: Control the boiler heating ~ (by @Oderik) In a very simple setup a boiler provides heat to one heating circuit. If heating activated is on , the boiler maintains the selected flow temperature by regulating the burner and the heat pump. Once the current flow temperature exceeds the selected flow temperature + temperature hysteresis off , the heating will stop until the current flow temperature drops below the selected flow temperature + temperature hysteresis on (which is typically a negative value). Thus to activate the heating you will need to set heatingactivated to on and set an appropriate flowtemp . The latter should be derived from the heating temperature setting which can be set using the physical dial/control on the boiler. It should be considered as the maximum flow temperature. You can also use a lower flow temperature to maintain a constant room temperature once the initial heating is done. Additional info from Michael: You can set the flowtemp with EMS-ESP directly on the boiler without using a Thermostat. Many users do this. Some pointers: the flowtemp value on the control panel has to be set higher as the temperature sent over the EMS bus is only accepted if it has a lower value you have to send a value at least every minute to maintain the flowtemp, otherwise the boiler will automatically fall back to the higher setpoint from the control panel. There is a special EMS-ESP entity called forceheatingoff that sets the flowtemp value to 0 every minute automatically to the boiler. Other users prefer like to use an on/off control instead. Retrieve data via REST using PHP ~ (by @flohse123) 1 2 3 4 5 /api?device=thermostat&cmd=info\" ); curl_exec ( $ch ); curl_close ( $ch ); ?> Adjusting the flow temperature based on whether CH or DHW is being heated ~ (by @IanC) From the Discord post IanC said: \"With a ~2012 Worcester Bosch boiler, house heating is managed by an EvoHome system that knows which parts of house need how much heat, but it can only use an on/off relay to control the boiler for space and water heating. This means it cannot directly control flow temperature, and historically this has been set at continuous 65C via dial on front of boiler to allow water heating when needed. Very pleased to have added EMS-ESP to my system to help manage flow temperatures. I wrote a simple C program to run on my OpenWrt internet router which eavesdrops on EvoHome messages to capture useful information on what amount of heat is needed for space and water into simple txt files in /tmp. I then schedule a shell script every 4 minutes which uses a few steps to select a flow temperature: start with a weather compensated value based on exterior temperature from online service; adjust this up or down by up to 25% based on EvoHome space heat demand; if necessary override this to heat hot water. The selected flow temperature and a max burner level are then sent via curl to a @BBQKees device running EMS-ESP which in turn controls boiler. So far it seems to be working as intended without loss of house comfort but with much lower flow temperatures observed to try and encourage boiler operating in condensing zone. Very hard to tell if it is affecting gas consumption - which I would like it to :). Main challenge I still see is how to stop EvoHome causing frequent on/off cycles of boiler while it still tries to use TPI flow control management.\" The temperature compensation algorithms are in the shell script: set_flowtemp.sh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 #!/bin/sh -x MINFLOW = 30 .0 MAXFLOW = 70 .0 function set_flowtemp () { local boiler_key = $( cat /tmp/boiler-key.txt ) curl --silent http://192.168.0.140/api/boiler/selflowtemp \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $1 }\" \\ -H \"Authorization: Bearer $boiler_key \" local burner_power = $( echo $1 | awk '{ \\ if ($1 < 40.0) bp = 35;\\ else if ($1 < 50.0) bp = 50;\\ else if ($1 < 60.0) bp = 65;\\ else bp = 90.0; \\ printf \"%2.1f\", bp}' ) curl --silent http://192.168.0.140/api/boiler/selburnpow \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $burner_power }\" \\ -H \"Authorization: Bearer $boiler_key \" } function dhw_active (){ local active = \"false\" if [[ -f /tmp/relay_dhw ]] ; then active = $( cat /tmp/relay_dhw | awk '{if ($1 == 0.0) print \"false\"; else print \"true\";}' ) else local curr_hour = $( date +%H ) if [[ $curr_hour -eq 6 ]] || [[ $curr_hour -eq 16 ]] ; then active = \"true\" fi fi echo $active } function dhw_flowtemp (){ if [[ -f /tmp/temp_dhw ]] ; then echo $( cat /tmp/temp_dhw | awk '{printf \"%2.1f\", $1 + 20.0}' ) else echo $MAXFLOW fi } function outside_temp (){ if [[ -f /tmp/meteo. $( date +%Y%m%d ) ]] ; then echo $( cat /tmp/meteo. $( date +%Y%m%d ) | jq .hourly.temperature_2m [ $( date +%H ) ] ) else echo UNKNOWN fi } function weather_flowtemp (){ local otemp = $( outside_temp ) if [[ $otemp = \"UNKNOWN\" ]] ; then # Default flow temperature if no outside temperature available echo 65 .0 else # Calculated flow temperature if outside temperature available # echo $(echo $otemp | awk '{printf \"%2.1f\", 70.0 - ($1 + 5) * 1.5}') echo $( echo $otemp $MINFLOW $MAXFLOW | awk '{printf \"%2.1f\", $2 + ($3 - $2) / 25.0 * (20.0 - $1)}' ) fi } function load_flowtemp (){ if [[ -f /tmp/relay_ch ]] ; then echo $( cat /tmp/relay_ch | awk '{printf \"%2.1f\", 20.0 + ($1 * 0.50)}' ) else echo $( weather_flowtemp ) fi } function load_factor (){ if [[ -f /tmp/relay_ch ]] ; then local relay_demand = $( cat /tmp/relay_ch ) echo $( echo $1 $relay_demand $MINFLOW | awk '{printf \"%2.1f\", $3 + ($1 - $3) * (0.75 + $2 / 200.0)}' ) else echo $1 fi } function max (){ echo $( echo $1 $2 | awk '{if ($2 > $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } function min (){ echo $( echo $1 $2 | awk '{if ($2 < $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } flowtemp = $( weather_flowtemp ) flowtemp = $( load_factor $flowtemp ) if [ $( dhw_active ) = \"true\" ] ; then alt_flowtemp = $( dhw_flowtemp ) flowtemp = $( max $flowtemp $alt_flowtemp ) fi flowtemp = $( min $flowtemp $MAXFLOW ) set_flowtemp $flowtemp Home Assistant sensor template for all status numbers on a GB192 Boiler ~ (by @tefracky from https://github.com/emsesp/EMS-ESP32/issues/938#issuecomment-1417592878 ) Here is the sensor in the new Home-Assistant template format for all status numbers for the Buderus GB192i-19 in German: Service code number text for Buderus GB192i-19 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 - name : 'Heizungsstatus' attributes : service-code : \"{{states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer')|int(0)}}\" timestamp : \"{{now().strftime('%Y-%m-%d %H:%M:%S')}}\" date : > {{ now().timestamp() | timestamp_custom(\"%Y-%m-%d\", true) }} time : > {{ now().timestamp() | timestamp_custom(\"%H:%M:%S\", true) }} state : >- {% set mapper = { '200' : '200 - Das Ger\u00e4t befindet sich im Heizbetrieb.', '201' : '201 - Das Ger\u00e4t befindet sich im Warmwasserbetrieb.', '202' : '202 - Wartephase des Ger\u00e4ts. W\u00e4rmeanforderung durch RC-Regelger\u00e4t oder einen ON/OFF-Thermostat erfolgt in Intervallen von weniger als 10 Minuten.', '203' : '203 - Betriebsbereitschaft: keine W\u00e4rmeanforderung vorhanden', '204' : '204 - Wartephase des Ger\u00e4ts. Die gemessene Vorlauf- temperatur ist h\u00f6her als die berechnete oder eingestellte Heizwassertemperatur. - Eingestellte Heizwassertemperatur am Ger\u00e4t pr\u00fcfen. Heizwassertemperatur ggf. erh\u00f6hen. Bei einer au\u00dfentemperaturgef\u00fchrten Regelung die eingestellte Heizkurve am Raumthermostat pr\u00fcfen. Heizkurve ggf. \u00e4ndern. Verkabelung und Funktion des Speichertemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '207' : '207 - Der Betriebsdruck ist zu niedrig (weniger als 0,2 bar). - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '208' : '208 - Das Ger\u00e4t befindet sich im Schornsteinfegerbe-trieb oder Servicebetrieb.', '210' : '210 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch und ist dadurch ge\u00f6ffnet. - Funktion des Abgastemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen. Ger\u00e4t auf Verschmutzung pr\u00fcfen. Ger\u00e4t ggf. warten.', '212' : '212 - Der Vorlauf- oder Sicherheitstemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des jeweiligen Temperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '213' : '213 - Der Vorlauf- oder R\u00fccklauftemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. W\u00e4rmeleistung nach der Gr\u00f6\u00dfe der Heizungsanlage einstellen. Verkabelung zur Pumpe oder zum jeweiligen Temperaturf\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '214' : '214 - Das Gebl\u00e4se wird w\u00e4hrend der Sicherheitszeit abgeschaltet. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '215' : '215 - Das Gebl\u00e4se l\u00e4uft zu schnell. - Abgasanlage pr\u00fcfen, ggf. reinigen oder instandsetzen.', '216' : '216 - Das Gebl\u00e4se l\u00e4uft zu langsam. - Gebl\u00e4sekabel mit Stecker pr\u00fcfen, ggf. austauschen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '217' : '217 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig w\u00e4hrend der Hochfahrphase. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '218' : '218 - Die vom Vorlauftemperaturf\u00fchler gemessene Temperatur ist h\u00f6her als 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '219' : '219 - Der Sicherheitstemperaturf\u00fchler misst eine Temperatur \u00fcber 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '220' : '220 - Kurzschluss des Sicherheitstemperaturf\u00fchlers oder gemessene Wassertemperatur ist h\u00f6her als 130 \u00b0C.', '221' : '221 - Die Kontakte des Sicherheitstemperaturf\u00fchlers sind unterbrochen. - Stecker des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Sicherheitstemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '222' : '222 - Die Kontakte des Vorlauftemperaturf\u00fchlers sind kurzgeschlossen. - Stecker des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Vorlauftemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '224' : '224 - W\u00e4rmeblock-Temperaturbegrenzer oder Abgas- temperaturbegrenzer hat ausgel\u00f6st. - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. W\u00e4rmeblock-Temperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fc- fen, ggf. austauschen. Bei St\u00f6rung des Abgastemperaturbegrenzers erscheint eine Meldung max. nach 2 Stunden. Abgastemperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen. Betriebsdruck der Heizungsanlage pr\u00fcfen. Im Servicemen\u00fc unter EINSTELLUNGEN > SONDERFKT. > ENTL\u00dcFTUNGSFKT. die Entl\u00fcftung einschalten und das Ger\u00e4t entl\u00fcften. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leis- tung anpassen. Im Men\u00fc Service unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Heizungspumpe andrehen, ggf. austauschen. W\u00e4rmeblock wasserseitig pr\u00fcfen, ggf. austauschen.', '227' : '227 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Z\u00fcndungsversuchs des Brenners. - Ger\u00e4t auf Verschmutzung pr\u00fcfen. Dynamischen Gasvordruck pr\u00fcfen. Gas-Luft-Verh\u00e4ltnis pr\u00fcfen. Steckverbindungen der Z\u00fcndeinrichtung pr\u00fcfen. Z\u00fcndung und Ionisationsstrom pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung pr\u00fcfen. Bauteil ggf. austauschen.', '228' : '228 - Flammenbildung (Ionisationsstrom) vor Bren- nerstart. - Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '229' : '229 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Brennerbetriebs. - Dynamischen Gasvordruck pr\u00fcfen. Verkabelung und Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '231' : '231 - Unterbrechung der Netzspannung w\u00e4hrend einer verriegelnden St\u00f6rung. - Ger\u00e4t erneut starten (Reset).', '232' : '232 - Der externe Schaltkontakt ist ge\u00f6ffnet. - Br\u00fccke am Anschluss des externen Schaltkontaktes pr\u00fcfen. Externen Schaltkontakt pr\u00fcfen.', '233' : '233 - Kodierstecker nicht erkannt. - Kodierstecker richtig aufstecken, ggf. austauschen.', '234' : '234 - Die Kontakte der Gasarmatur sind unterbro- chen. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '235' : '235 - Falscher Kodierstecker (HCM-Modul). - Kodierstecker (HCM-Modul) pr\u00fcfen.', '237' : '237 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '238' : '238 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '239' : '239 - Brennerautomat oder HCM-Modul ist defekt. - Kodierstecker austauschen. Steuerger\u00e4t austauschen.', '240' : '240 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '241' : '241 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '242' : '242 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '243' : '243 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '244' : '244 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '245' : '245 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '246' : '246 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '247' : '247 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '248' : '248 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '249' : '249 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '250' : '250 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '251' : '251 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '252' : '252 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '253' : '253 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '254' : '254 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '255' : '255 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '256' : '256 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '257' : '257 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '258' : '258 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '259' : '259 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '260' : '260 - Der Vorlauftemperaturf\u00fchler misst keinen Tem- peraturanstieg nach einem Brennerstart. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '261' : '261 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '262' : '262 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '263' : '263 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '264' : '264 - Gebl\u00e4se ausgefallen. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '265' : '265 - Ein-/Aus-Betrieb: Der W\u00e4rmebedarf ist geringer als die minimale W\u00e4rmeleistung.', '268' : '268 - Komponententest: Das Ger\u00e4t befindet sich im Testmodus.', '269' : '269 - Z\u00fcndeinrichtung wurde zu lange aktiviert. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '270' : '270 - Das Ger\u00e4t wird hochgefahren.', '272' : '272 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '273' : '273 - Der Brenner und das Gebl\u00e4se waren 24 Std. un- unterbrochen in Betrieb und werden zur Sicher- heitskontrolle f\u00fcr kurze Zeit au\u00dfer Betrieb genommen.', '275' : '275 - W\u00e4rmepumpe im Enteisungsmodus.', '276' : '276 - Die Temperatur am Vorlauftemperaturf\u00fchler ist > 95 \u00b0C. - Diese St\u00f6rungsanzeige kann auftreten, ohne dass eine St\u00f6rung vorliegt, wenn pl\u00f6tz- lich alle Heizk\u00f6rperventile geschlossen werden. Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Im Servicemen\u00fc unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Anschlusskabel zur Heizungspumpe pr\u00fcfen. Heizungspumpe andrehen, ggf. austauschen. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leistung anpassen.', '280' : '280 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '281' : '281 - Die Heizungspumpe erzeugt keinen Druck. - Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Heizungspumpe andrehen, ggf. austauschen.', '282' : '282 - Keine Drehzahlr\u00fcckmeldung der Heizungspumpe. - Verkabelung und Funktion der Heizungspumpe pr\u00fcfen. Bauteil ggf. austauschen.', '283' : '283 - Brennerstart.', '284' : '284 - Erste Sicherheitszeit: Die Gasarmatur wird ge\u00f6ffnet.', '290' : '290 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '305' : '305 - Das Zeitintervall f\u00fcr die Wasser-Warmhaltung ist noch nicht erreicht.', '306' : '306 - Flammenbildung (Ionisationsstrom) nach Ab- schalten des Brenners. - W\u00e4rmeblock an der Innenseite um die Z\u00fcndeinrichtung reinigen. Ionisationsteil der Z\u00fcndeinrichtung pr\u00fcfen. Bauteil ggf. austauschen. Pr\u00fcfen, ob das Gas-Luft-Verh\u00e4ltnis auch nach Abschalten des Brenners vorhan- den ist. Pr\u00fcfen, ob die Gasarmatur auch nach Abschalten des Brenners weiterhin ge\u00f6ff- net ist. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '307' : '307 - Heizungspumpe im Ger\u00e4t dreht nicht. - Heizungspumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '323' : '323 - BUS-Kommunikation unterbrochen. - Anschlusskabel BUS-Teilnehmer pr\u00fcfen, ggf. austauschen.', '328' : '328 - Es ist eine kurzzeitige Unterbrechung der Netz- spannung aufgetreten. - Verkabelung des Trafos pr\u00fcfen (falls vorhanden). Trafo austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen. Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '330' : '330 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '331' : '331 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '341' : '341 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler oder den R\u00fccklauftemperatur- f\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '342' : '342 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '350' : '350 - Vorlauftemperaturf\u00fchler defekt (Kurzschluss). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '351' : '351 - Vorlauftemperaturf\u00fchler defekt (Unterbre- chung). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '356' : '356 - Netzspannung niedriger als erlaubt. - Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '357' : '357 - Entl\u00fcftungsbetrieb.', '358' : '358 - Blockierschutz f\u00fcr Heizungspumpe und 3-WegeVentil.', '360' : '360 - Des angebrachte HCM-Modul korrespondiert nicht mit dem Brennerautomaten. - HCM-Modul-Nummer kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '361' : '361 - Der angebrachte Brennerautomat korrespon- diert nicht mit dem HCM-Modul. - Nummern auf dem Brennerautomaten kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '364' : '364 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '365' : '365 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '390' : '390 - Brennerautomaten liest falschen Wert im HCMModul. - HCM-Modul austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '537' : '537 - Keine Drehzahlr\u00fcckmeldung vom Gebl\u00e4se. - Anschlussstecker f\u00fcr die Drehzahlregelung am Gebl\u00e4se aufstecken. Anschlussstecker f\u00fcr die Spannungsversorgung am Gebl\u00e4se aufstecken. Anschlusskabel f\u00fcr die Drehzahlregelung zwischen Gebl\u00e4se und Feuerungs- automat (SAFe) austauschen. Anschlusskabel (230 vAC) zwischen Gebl\u00e4se und Feuerungsautomat (SAFe) aus- tauschen. Feuerungsautomat (SAFe) austauschen.', '550' : '550 - Netzspannung zu niedrig. - Versorgungsspannung von mindestens 196 VAC herstellen. Feuerungsautomat (SAFe) austauschen.', '560' : '560 - Luftdruckschalter offen. - Jegliche Blockade entfernen. Luftdruckschalter wieder anschlie\u00dfen. Luftdruckschalter ersetzen.', '604' : '604 - Anlagenst\u00f6rung Feuerungsautomat. - Feuerungsautomat (SAFe) austauschen.', '810' : '810 - Warmwasser bleibt kalt. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '811' : '811 - Warmwasserbereitung: Thermische Desinfekti- on misslungen. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '815' : '815 - Temperaturf\u00fchler hydraulische Weiche defekt. - F\u00fchleranschluss pr\u00fcfen. Weichenf\u00fchler auf falsche Einbauposition oder auf Bruchstelle pr\u00fcfen.', '1011' : '1011 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch. - Verkabelung des Temperaturf\u00fchlers pr\u00fcfen. Temperaturf\u00fchler pr\u00fcfen, ggf. austauschen. Anschlusskabel auf Unterbrechung oder Kurzschluss pr\u00fcfen, ggf. austauschen.', '1012' : '1012 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1013' : '1013 - Das Inspektionsintervall ist erreicht. Bitte Inspektion durchf\u00fchren. - Inspektion durchf\u00fchren. Nicht blockierende St\u00f6rung zur\u00fccksetzen (erforderlich).', '1014' : '1014 - Aktuelle Ionisation ist zu niedrig. - Wartung durchf\u00fchren.', '1017' : '1017 - Der Betriebsdruck ist niedrig. - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '1018' : '1018 - Service Zeit abgelaufen. - Wartung durchf\u00fchren.', '1019' : '1019 - Falscher Pumpentyp detektiert. - Pumpenkennfeld korrekt einstellen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Ger\u00e4t aus- und wieder einschalten. Pumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1021' : '1021 - Kaltwassertemperaturf\u00fchler des Schichtlade- speichers defekt. - Ger\u00e4t aus- und wieder einschalten. Verbindungsleitung zum Schichtladespeicherf\u00fchler (SLS) reparieren bzw. aus- tauschen. F\u00fchler austauschen.', '1022' : '1022 - Speichertemperaturf\u00fchler defekt oder Kontakt- probleme. - Angezeigte Speichertemperatur auf Plausibilit\u00e4t pr\u00fcfen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Grundeinstellungen zur\u00fccksetzen.', '1023' : '1023 - Eingestellte Wartungszeit ist \u00fcberschritten. Wartung erforderlich. - Wartung am Ger\u00e4t ausf\u00fchren.', '1025' : '1025 - R\u00fccklauftemperaturf\u00fchler ist defekt. - Verbindungsleitung zum R\u00fccklauftemperaturf\u00fchler reparieren bzw. austauschen. F\u00fchler austauschen.', '1065' : '1065 - Wasserdruckf\u00fchler defekt oder nicht ange- schlossen. - Anschlussstecker am Wasserdruckf\u00fchler korrekt aufstecken. Anschlusskabel zum Wasserdruckf\u00fchler austauschen. Wasserdruckf\u00fchler austauschen. Steuerger\u00e4t austauschen.', '1068' : '1068 - Au\u00dfentemperaturf\u00fchler oder Lambdasonde de- fekt. - Kontaktproblem beseitigen. Lambdasonde austauschen.', '2085' : '2085 - Interner Fehler. - Entriegeln. Anlage f\u00fcr 30 Sekunden spannungsfrei schalten. Feuerungsautomat ersetzen.', '2626' : '2626 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2908' : '2908 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2909' : '2909 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2910' : '2910 - Fehler im Abgassystem. - Abgassystem montieren. Ablagerungen im Abgassystem entfernen.', '2911' : '2911 - Kalibrierung fehlgeschlagen. - Fehlerhafte Komponente ersetzen.', '2912' : '2912 - Kein Flammensignal w\u00e4hrend der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2913' : '2913 - Flammensignal zu niedrig in der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2914' : '2914 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Bleibt die St\u00f6rung nach Reset erhalten, ist die Ger\u00e4testeuerung oder das Brennermodul defekt und muss ausgetauscht werden.', '2915' : '2915 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2916' : '2916 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2917' : '2917 - Kein Flammensignal w\u00e4hrend der \u00dcberpr\u00fcfung der Verbrennungsregelung. - Ger\u00e4t ausschalten. Eine W\u00e4rmeanforderung angeben. 5 Minuten warten. Wenn der Fehler innerhalb dieser Zeit wieder auftritt, Ger\u00e4t zu- r\u00fccksetzen, ohne Strom zu trennen. Dadurch wird eine Kalibrierung der Ionisationsschaltungen ausgel\u00f6st. Wenn der Fehler nach der Kalibrierung wieder auftritt, ist der Brennerregler de- fekt und muss ausgetauscht werden. Abgasanlage auf m\u00f6gliche Rezirkulation pr\u00fcfen.', '2918' : '2918 - St\u00f6rung in der Verbrennungsregelung. - Siphon reinigen und das Ger\u00e4t entw\u00e4ssern (Gasseite).', '2919' : '2919 - St\u00f6rung in der Verbrennungsregelung. - Fehlerhafte Komponente ersetzen.', '2920' : '2920 - St\u00f6rung Flammen\u00fcberwachung. - Feuerungsautomat austauschen.', '2921' : '2921 - Ger\u00e4teelektronik im Testmode. - Keine Ma\u00dfnahme erforderlich (W\u00e4rmeerzeuger startet automatisch).', '2922' : '2922 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Feuerungsautomat austauschen.', '2923' : '2923 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2926' : '2926 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2927' : '2927 - Flamme w\u00e4hrend Brennerbetrieb ausgefallen. - Hauptabsperreinrichtung \u00f6ffnen. Ger\u00e4teabsperrhahn \u00f6ffnen. Ger\u00e4t stilllegen und Gasleitung \u00fcberpr\u00fcfen. Signalauswertung auf Leiterplatte defekt. \u00dcberwachungselektrode austauschen. Schutzleiteranschluss (PE) im Steuerger\u00e4t herstellen. Z\u00fcndleitung austauschen. Anschlusskabel zur \u00dcberwachungselektrode austauschen. Gasarmatur austauschen.', '2928' : '2928 - Interner Fehler. - Feuerungsautomat austauschen.' } %} {% set state = states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer') %} {% set message = mapper[state] if state in mapper %} {{ message }} Using a custom Climate component in Home Assistant ~ (by @elRadix) from https://github.com/emsesp/EMS-ESP32/discussions/790#discussioncomment-4895520 This example sets up 2 climate entities for dhw with their mode and heating climate using a custom HACS card in HA https://github.com/nervetattoo/simple-thermostat like: configuration.yaml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 mqtt : sensor : climate : - name : boiler unique_id : bosh_boiler min_temp : 35 max_temp : 60 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data_ww' temperature_state_topic : 'ems-esp/boiler_data_ww' temperature_command_topic : 'ems-esp/boiler/wwseltemp' temperature_command_template : > {{ '{\"cmd\":\"wwseltemp \",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.wwcurtemp }}' temperature_state_template : '{{ value_json.wwseltemp }}' mode_state_template : \"{% if value_json.wwactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data_ww' mode_command_topic : 'ems-esp/boiler/wwactivated' mode_command_template : > {{ '{\"cmd\":\"wwactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' # use fan mode as proxy to set comfort mode fan_mode_command_topic : 'ems-esp/boiler/wwcomfort' fan_mode_command_template : > {{ '{\"cmd\":\"wwcomfort\",\"data\":\"'}} {%- if value == 'eco' -%}eco{%-elif value == 'hot' -%}hot{%- else -%}intelligent{%- endif -%} {{'\"}'}} fan_mode_state_topic : 'ems-esp/boiler_data_ww' fan_mode_state_template : '{{ value_json.wwcomfort }}' fan_modes : - 'eco' - 'hot' - 'intelligent' - name : heating unique_id : bosh_heating min_temp : 30 max_temp : 80 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data' temperature_state_topic : 'ems-esp/boiler_data' temperature_command_topic : 'ems-esp/boiler' temperature_command_template : > {{ '{\"cmd\":\"heatingtemp\",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.curflowtemp }}' temperature_state_template : '{{ value_json.heatingtemp }}' mode_state_template : \"{% if value_json.heatingactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data' mode_command_topic : 'ems-esp/boiler' mode_command_template : > {{ '{\"cmd\":\"heatingactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' HACS card 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 type : custom:simple-thermostat entity : climate.boiler sensors : - id : state label : State template : '{{hvac_action}}' label : state : Warm Water layout : mode : names : true icons : true headings : false step : column step_size : '1' control : hvac : 'off' : name : Warm Water Off heat : name : Warm Water On fan : eco : name : eco hot : name : hot intelligent : name : smart decimals : '1' hide : state : false header : toggle : entity : switch.ketel name : power name : Boiler view_layout : position : main Automating the on/off of the heat pump in Home Assistant ~ waengr on our Discord channel posted an message on how to automate a simple switch to turn on and off the heat pump. He references GitHub issues https://github.com/emsesp/EMS-ESP32/discussions/1600 and https://github.com/emsesp/EMS-ESP32/issues/1717 . In his own words, this is what he did: \"I went with analyzing the input binary string as suggested, which was provided by EMS-ESP in text.boiler_hpin1opt shown in Home Assistant. I changed the toggles on the pump's UI and watched the string change. Then I manually changed the string in Home Assistant and watched the pump's UI changing. So bidirectional communication is possible! I haven't tried out all options yet, but here are a few comments: I thought I was smart by thinking ahead, so when selecting \"Kompressorbetr. sperren\" (block compressor operation) I have also selected \"Zuheizerbetr. sperren\" (block auxiliary heater). BUT - I shit you not - ONLY aux actually came on wasting a lot of power (at least for a few minutes). \"Heizbetrieb sperren\" (block heating operation) also shuts down the circulation pump, which is not what I want since I have a 500 L buffer tank. \"EVU-Sperrzeit 1\" (power company block time 1) works nicely so far (what are the other EVU-Sperrzeit for?) Next was changing the string with automations. For the time being, I am going with fixed times: A heating period during the night when we have low tariff and then another around noon where I might have some excess PV power. I can later tinker around with hooking it to actual PV production. I am just changing the first bit which is to invert the always off input \"Eingang invertiert\" (invert input) as suggested. The second bit is \"EVU-Sperrzeit 1\". 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 automation heating : - id : 'heating_on_by_time' alias : 'Allow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '20:00:00' - platform : time at : '10:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '010000000000000' - id : 'heating_off_by_time' alias : 'Disallow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '06:00:00' - platform : time at : '16:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '110000000000000' Here is my work-in-progress dashboard in Home Assistant: left: text.boiler_hpin1opt and the above automations to change it to \"on\" and \"off\". top right: a hand drawn schema where I try to map some of the 200+ values from EMS-ESP. bottom right: the 200+ values. \" The next thing he is investigating is how to obtain a clear power reading (in W) of how much power the heatpump currently uses.","title":"Tips & Tricks"},{"location":"tips-and-tricks/#control-the-boiler-heating","text":"(by @Oderik) In a very simple setup a boiler provides heat to one heating circuit. If heating activated is on , the boiler maintains the selected flow temperature by regulating the burner and the heat pump. Once the current flow temperature exceeds the selected flow temperature + temperature hysteresis off , the heating will stop until the current flow temperature drops below the selected flow temperature + temperature hysteresis on (which is typically a negative value). Thus to activate the heating you will need to set heatingactivated to on and set an appropriate flowtemp . The latter should be derived from the heating temperature setting which can be set using the physical dial/control on the boiler. It should be considered as the maximum flow temperature. You can also use a lower flow temperature to maintain a constant room temperature once the initial heating is done. Additional info from Michael: You can set the flowtemp with EMS-ESP directly on the boiler without using a Thermostat. Many users do this. Some pointers: the flowtemp value on the control panel has to be set higher as the temperature sent over the EMS bus is only accepted if it has a lower value you have to send a value at least every minute to maintain the flowtemp, otherwise the boiler will automatically fall back to the higher setpoint from the control panel. There is a special EMS-ESP entity called forceheatingoff that sets the flowtemp value to 0 every minute automatically to the boiler. Other users prefer like to use an on/off control instead.","title":"Control the boiler heating"},{"location":"tips-and-tricks/#retrieve-data-via-rest-using-php","text":"(by @flohse123) 1 2 3 4 5 /api?device=thermostat&cmd=info\" ); curl_exec ( $ch ); curl_close ( $ch ); ?>","title":"Retrieve data via REST using PHP"},{"location":"tips-and-tricks/#adjusting-the-flow-temperature-based-on-whether-ch-or-dhw-is-being-heated","text":"(by @IanC) From the Discord post IanC said: \"With a ~2012 Worcester Bosch boiler, house heating is managed by an EvoHome system that knows which parts of house need how much heat, but it can only use an on/off relay to control the boiler for space and water heating. This means it cannot directly control flow temperature, and historically this has been set at continuous 65C via dial on front of boiler to allow water heating when needed. Very pleased to have added EMS-ESP to my system to help manage flow temperatures. I wrote a simple C program to run on my OpenWrt internet router which eavesdrops on EvoHome messages to capture useful information on what amount of heat is needed for space and water into simple txt files in /tmp. I then schedule a shell script every 4 minutes which uses a few steps to select a flow temperature: start with a weather compensated value based on exterior temperature from online service; adjust this up or down by up to 25% based on EvoHome space heat demand; if necessary override this to heat hot water. The selected flow temperature and a max burner level are then sent via curl to a @BBQKees device running EMS-ESP which in turn controls boiler. So far it seems to be working as intended without loss of house comfort but with much lower flow temperatures observed to try and encourage boiler operating in condensing zone. Very hard to tell if it is affecting gas consumption - which I would like it to :). Main challenge I still see is how to stop EvoHome causing frequent on/off cycles of boiler while it still tries to use TPI flow control management.\" The temperature compensation algorithms are in the shell script: set_flowtemp.sh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 #!/bin/sh -x MINFLOW = 30 .0 MAXFLOW = 70 .0 function set_flowtemp () { local boiler_key = $( cat /tmp/boiler-key.txt ) curl --silent http://192.168.0.140/api/boiler/selflowtemp \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $1 }\" \\ -H \"Authorization: Bearer $boiler_key \" local burner_power = $( echo $1 | awk '{ \\ if ($1 < 40.0) bp = 35;\\ else if ($1 < 50.0) bp = 50;\\ else if ($1 < 60.0) bp = 65;\\ else bp = 90.0; \\ printf \"%2.1f\", bp}' ) curl --silent http://192.168.0.140/api/boiler/selburnpow \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $burner_power }\" \\ -H \"Authorization: Bearer $boiler_key \" } function dhw_active (){ local active = \"false\" if [[ -f /tmp/relay_dhw ]] ; then active = $( cat /tmp/relay_dhw | awk '{if ($1 == 0.0) print \"false\"; else print \"true\";}' ) else local curr_hour = $( date +%H ) if [[ $curr_hour -eq 6 ]] || [[ $curr_hour -eq 16 ]] ; then active = \"true\" fi fi echo $active } function dhw_flowtemp (){ if [[ -f /tmp/temp_dhw ]] ; then echo $( cat /tmp/temp_dhw | awk '{printf \"%2.1f\", $1 + 20.0}' ) else echo $MAXFLOW fi } function outside_temp (){ if [[ -f /tmp/meteo. $( date +%Y%m%d ) ]] ; then echo $( cat /tmp/meteo. $( date +%Y%m%d ) | jq .hourly.temperature_2m [ $( date +%H ) ] ) else echo UNKNOWN fi } function weather_flowtemp (){ local otemp = $( outside_temp ) if [[ $otemp = \"UNKNOWN\" ]] ; then # Default flow temperature if no outside temperature available echo 65 .0 else # Calculated flow temperature if outside temperature available # echo $(echo $otemp | awk '{printf \"%2.1f\", 70.0 - ($1 + 5) * 1.5}') echo $( echo $otemp $MINFLOW $MAXFLOW | awk '{printf \"%2.1f\", $2 + ($3 - $2) / 25.0 * (20.0 - $1)}' ) fi } function load_flowtemp (){ if [[ -f /tmp/relay_ch ]] ; then echo $( cat /tmp/relay_ch | awk '{printf \"%2.1f\", 20.0 + ($1 * 0.50)}' ) else echo $( weather_flowtemp ) fi } function load_factor (){ if [[ -f /tmp/relay_ch ]] ; then local relay_demand = $( cat /tmp/relay_ch ) echo $( echo $1 $relay_demand $MINFLOW | awk '{printf \"%2.1f\", $3 + ($1 - $3) * (0.75 + $2 / 200.0)}' ) else echo $1 fi } function max (){ echo $( echo $1 $2 | awk '{if ($2 > $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } function min (){ echo $( echo $1 $2 | awk '{if ($2 < $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } flowtemp = $( weather_flowtemp ) flowtemp = $( load_factor $flowtemp ) if [ $( dhw_active ) = \"true\" ] ; then alt_flowtemp = $( dhw_flowtemp ) flowtemp = $( max $flowtemp $alt_flowtemp ) fi flowtemp = $( min $flowtemp $MAXFLOW ) set_flowtemp $flowtemp","title":"Adjusting the flow temperature based on whether CH or DHW is being heated"},{"location":"tips-and-tricks/#home-assistant-sensor-template-for-all-status-numbers-on-a-gb192-boiler","text":"(by @tefracky from https://github.com/emsesp/EMS-ESP32/issues/938#issuecomment-1417592878 ) Here is the sensor in the new Home-Assistant template format for all status numbers for the Buderus GB192i-19 in German: Service code number text for Buderus GB192i-19 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 - name : 'Heizungsstatus' attributes : service-code : \"{{states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer')|int(0)}}\" timestamp : \"{{now().strftime('%Y-%m-%d %H:%M:%S')}}\" date : > {{ now().timestamp() | timestamp_custom(\"%Y-%m-%d\", true) }} time : > {{ now().timestamp() | timestamp_custom(\"%H:%M:%S\", true) }} state : >- {% set mapper = { '200' : '200 - Das Ger\u00e4t befindet sich im Heizbetrieb.', '201' : '201 - Das Ger\u00e4t befindet sich im Warmwasserbetrieb.', '202' : '202 - Wartephase des Ger\u00e4ts. W\u00e4rmeanforderung durch RC-Regelger\u00e4t oder einen ON/OFF-Thermostat erfolgt in Intervallen von weniger als 10 Minuten.', '203' : '203 - Betriebsbereitschaft: keine W\u00e4rmeanforderung vorhanden', '204' : '204 - Wartephase des Ger\u00e4ts. Die gemessene Vorlauf- temperatur ist h\u00f6her als die berechnete oder eingestellte Heizwassertemperatur. - Eingestellte Heizwassertemperatur am Ger\u00e4t pr\u00fcfen. Heizwassertemperatur ggf. erh\u00f6hen. Bei einer au\u00dfentemperaturgef\u00fchrten Regelung die eingestellte Heizkurve am Raumthermostat pr\u00fcfen. Heizkurve ggf. \u00e4ndern. Verkabelung und Funktion des Speichertemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '207' : '207 - Der Betriebsdruck ist zu niedrig (weniger als 0,2 bar). - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '208' : '208 - Das Ger\u00e4t befindet sich im Schornsteinfegerbe-trieb oder Servicebetrieb.', '210' : '210 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch und ist dadurch ge\u00f6ffnet. - Funktion des Abgastemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen. Ger\u00e4t auf Verschmutzung pr\u00fcfen. Ger\u00e4t ggf. warten.', '212' : '212 - Der Vorlauf- oder Sicherheitstemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des jeweiligen Temperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '213' : '213 - Der Vorlauf- oder R\u00fccklauftemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. W\u00e4rmeleistung nach der Gr\u00f6\u00dfe der Heizungsanlage einstellen. Verkabelung zur Pumpe oder zum jeweiligen Temperaturf\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '214' : '214 - Das Gebl\u00e4se wird w\u00e4hrend der Sicherheitszeit abgeschaltet. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '215' : '215 - Das Gebl\u00e4se l\u00e4uft zu schnell. - Abgasanlage pr\u00fcfen, ggf. reinigen oder instandsetzen.', '216' : '216 - Das Gebl\u00e4se l\u00e4uft zu langsam. - Gebl\u00e4sekabel mit Stecker pr\u00fcfen, ggf. austauschen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '217' : '217 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig w\u00e4hrend der Hochfahrphase. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '218' : '218 - Die vom Vorlauftemperaturf\u00fchler gemessene Temperatur ist h\u00f6her als 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '219' : '219 - Der Sicherheitstemperaturf\u00fchler misst eine Temperatur \u00fcber 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '220' : '220 - Kurzschluss des Sicherheitstemperaturf\u00fchlers oder gemessene Wassertemperatur ist h\u00f6her als 130 \u00b0C.', '221' : '221 - Die Kontakte des Sicherheitstemperaturf\u00fchlers sind unterbrochen. - Stecker des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Sicherheitstemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '222' : '222 - Die Kontakte des Vorlauftemperaturf\u00fchlers sind kurzgeschlossen. - Stecker des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Vorlauftemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '224' : '224 - W\u00e4rmeblock-Temperaturbegrenzer oder Abgas- temperaturbegrenzer hat ausgel\u00f6st. - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. W\u00e4rmeblock-Temperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fc- fen, ggf. austauschen. Bei St\u00f6rung des Abgastemperaturbegrenzers erscheint eine Meldung max. nach 2 Stunden. Abgastemperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen. Betriebsdruck der Heizungsanlage pr\u00fcfen. Im Servicemen\u00fc unter EINSTELLUNGEN > SONDERFKT. > ENTL\u00dcFTUNGSFKT. die Entl\u00fcftung einschalten und das Ger\u00e4t entl\u00fcften. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leis- tung anpassen. Im Men\u00fc Service unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Heizungspumpe andrehen, ggf. austauschen. W\u00e4rmeblock wasserseitig pr\u00fcfen, ggf. austauschen.', '227' : '227 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Z\u00fcndungsversuchs des Brenners. - Ger\u00e4t auf Verschmutzung pr\u00fcfen. Dynamischen Gasvordruck pr\u00fcfen. Gas-Luft-Verh\u00e4ltnis pr\u00fcfen. Steckverbindungen der Z\u00fcndeinrichtung pr\u00fcfen. Z\u00fcndung und Ionisationsstrom pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung pr\u00fcfen. Bauteil ggf. austauschen.', '228' : '228 - Flammenbildung (Ionisationsstrom) vor Bren- nerstart. - Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '229' : '229 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Brennerbetriebs. - Dynamischen Gasvordruck pr\u00fcfen. Verkabelung und Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '231' : '231 - Unterbrechung der Netzspannung w\u00e4hrend einer verriegelnden St\u00f6rung. - Ger\u00e4t erneut starten (Reset).', '232' : '232 - Der externe Schaltkontakt ist ge\u00f6ffnet. - Br\u00fccke am Anschluss des externen Schaltkontaktes pr\u00fcfen. Externen Schaltkontakt pr\u00fcfen.', '233' : '233 - Kodierstecker nicht erkannt. - Kodierstecker richtig aufstecken, ggf. austauschen.', '234' : '234 - Die Kontakte der Gasarmatur sind unterbro- chen. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '235' : '235 - Falscher Kodierstecker (HCM-Modul). - Kodierstecker (HCM-Modul) pr\u00fcfen.', '237' : '237 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '238' : '238 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '239' : '239 - Brennerautomat oder HCM-Modul ist defekt. - Kodierstecker austauschen. Steuerger\u00e4t austauschen.', '240' : '240 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '241' : '241 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '242' : '242 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '243' : '243 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '244' : '244 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '245' : '245 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '246' : '246 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '247' : '247 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '248' : '248 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '249' : '249 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '250' : '250 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '251' : '251 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '252' : '252 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '253' : '253 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '254' : '254 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '255' : '255 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '256' : '256 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '257' : '257 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '258' : '258 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '259' : '259 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '260' : '260 - Der Vorlauftemperaturf\u00fchler misst keinen Tem- peraturanstieg nach einem Brennerstart. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '261' : '261 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '262' : '262 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '263' : '263 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '264' : '264 - Gebl\u00e4se ausgefallen. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '265' : '265 - Ein-/Aus-Betrieb: Der W\u00e4rmebedarf ist geringer als die minimale W\u00e4rmeleistung.', '268' : '268 - Komponententest: Das Ger\u00e4t befindet sich im Testmodus.', '269' : '269 - Z\u00fcndeinrichtung wurde zu lange aktiviert. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '270' : '270 - Das Ger\u00e4t wird hochgefahren.', '272' : '272 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '273' : '273 - Der Brenner und das Gebl\u00e4se waren 24 Std. un- unterbrochen in Betrieb und werden zur Sicher- heitskontrolle f\u00fcr kurze Zeit au\u00dfer Betrieb genommen.', '275' : '275 - W\u00e4rmepumpe im Enteisungsmodus.', '276' : '276 - Die Temperatur am Vorlauftemperaturf\u00fchler ist > 95 \u00b0C. - Diese St\u00f6rungsanzeige kann auftreten, ohne dass eine St\u00f6rung vorliegt, wenn pl\u00f6tz- lich alle Heizk\u00f6rperventile geschlossen werden. Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Im Servicemen\u00fc unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Anschlusskabel zur Heizungspumpe pr\u00fcfen. Heizungspumpe andrehen, ggf. austauschen. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leistung anpassen.', '280' : '280 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '281' : '281 - Die Heizungspumpe erzeugt keinen Druck. - Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Heizungspumpe andrehen, ggf. austauschen.', '282' : '282 - Keine Drehzahlr\u00fcckmeldung der Heizungspumpe. - Verkabelung und Funktion der Heizungspumpe pr\u00fcfen. Bauteil ggf. austauschen.', '283' : '283 - Brennerstart.', '284' : '284 - Erste Sicherheitszeit: Die Gasarmatur wird ge\u00f6ffnet.', '290' : '290 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '305' : '305 - Das Zeitintervall f\u00fcr die Wasser-Warmhaltung ist noch nicht erreicht.', '306' : '306 - Flammenbildung (Ionisationsstrom) nach Ab- schalten des Brenners. - W\u00e4rmeblock an der Innenseite um die Z\u00fcndeinrichtung reinigen. Ionisationsteil der Z\u00fcndeinrichtung pr\u00fcfen. Bauteil ggf. austauschen. Pr\u00fcfen, ob das Gas-Luft-Verh\u00e4ltnis auch nach Abschalten des Brenners vorhan- den ist. Pr\u00fcfen, ob die Gasarmatur auch nach Abschalten des Brenners weiterhin ge\u00f6ff- net ist. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '307' : '307 - Heizungspumpe im Ger\u00e4t dreht nicht. - Heizungspumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '323' : '323 - BUS-Kommunikation unterbrochen. - Anschlusskabel BUS-Teilnehmer pr\u00fcfen, ggf. austauschen.', '328' : '328 - Es ist eine kurzzeitige Unterbrechung der Netz- spannung aufgetreten. - Verkabelung des Trafos pr\u00fcfen (falls vorhanden). Trafo austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen. Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '330' : '330 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '331' : '331 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '341' : '341 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler oder den R\u00fccklauftemperatur- f\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '342' : '342 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '350' : '350 - Vorlauftemperaturf\u00fchler defekt (Kurzschluss). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '351' : '351 - Vorlauftemperaturf\u00fchler defekt (Unterbre- chung). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '356' : '356 - Netzspannung niedriger als erlaubt. - Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '357' : '357 - Entl\u00fcftungsbetrieb.', '358' : '358 - Blockierschutz f\u00fcr Heizungspumpe und 3-WegeVentil.', '360' : '360 - Des angebrachte HCM-Modul korrespondiert nicht mit dem Brennerautomaten. - HCM-Modul-Nummer kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '361' : '361 - Der angebrachte Brennerautomat korrespon- diert nicht mit dem HCM-Modul. - Nummern auf dem Brennerautomaten kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '364' : '364 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '365' : '365 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '390' : '390 - Brennerautomaten liest falschen Wert im HCMModul. - HCM-Modul austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '537' : '537 - Keine Drehzahlr\u00fcckmeldung vom Gebl\u00e4se. - Anschlussstecker f\u00fcr die Drehzahlregelung am Gebl\u00e4se aufstecken. Anschlussstecker f\u00fcr die Spannungsversorgung am Gebl\u00e4se aufstecken. Anschlusskabel f\u00fcr die Drehzahlregelung zwischen Gebl\u00e4se und Feuerungs- automat (SAFe) austauschen. Anschlusskabel (230 vAC) zwischen Gebl\u00e4se und Feuerungsautomat (SAFe) aus- tauschen. Feuerungsautomat (SAFe) austauschen.', '550' : '550 - Netzspannung zu niedrig. - Versorgungsspannung von mindestens 196 VAC herstellen. Feuerungsautomat (SAFe) austauschen.', '560' : '560 - Luftdruckschalter offen. - Jegliche Blockade entfernen. Luftdruckschalter wieder anschlie\u00dfen. Luftdruckschalter ersetzen.', '604' : '604 - Anlagenst\u00f6rung Feuerungsautomat. - Feuerungsautomat (SAFe) austauschen.', '810' : '810 - Warmwasser bleibt kalt. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '811' : '811 - Warmwasserbereitung: Thermische Desinfekti- on misslungen. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '815' : '815 - Temperaturf\u00fchler hydraulische Weiche defekt. - F\u00fchleranschluss pr\u00fcfen. Weichenf\u00fchler auf falsche Einbauposition oder auf Bruchstelle pr\u00fcfen.', '1011' : '1011 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch. - Verkabelung des Temperaturf\u00fchlers pr\u00fcfen. Temperaturf\u00fchler pr\u00fcfen, ggf. austauschen. Anschlusskabel auf Unterbrechung oder Kurzschluss pr\u00fcfen, ggf. austauschen.', '1012' : '1012 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1013' : '1013 - Das Inspektionsintervall ist erreicht. Bitte Inspektion durchf\u00fchren. - Inspektion durchf\u00fchren. Nicht blockierende St\u00f6rung zur\u00fccksetzen (erforderlich).', '1014' : '1014 - Aktuelle Ionisation ist zu niedrig. - Wartung durchf\u00fchren.', '1017' : '1017 - Der Betriebsdruck ist niedrig. - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '1018' : '1018 - Service Zeit abgelaufen. - Wartung durchf\u00fchren.', '1019' : '1019 - Falscher Pumpentyp detektiert. - Pumpenkennfeld korrekt einstellen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Ger\u00e4t aus- und wieder einschalten. Pumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1021' : '1021 - Kaltwassertemperaturf\u00fchler des Schichtlade- speichers defekt. - Ger\u00e4t aus- und wieder einschalten. Verbindungsleitung zum Schichtladespeicherf\u00fchler (SLS) reparieren bzw. aus- tauschen. F\u00fchler austauschen.', '1022' : '1022 - Speichertemperaturf\u00fchler defekt oder Kontakt- probleme. - Angezeigte Speichertemperatur auf Plausibilit\u00e4t pr\u00fcfen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Grundeinstellungen zur\u00fccksetzen.', '1023' : '1023 - Eingestellte Wartungszeit ist \u00fcberschritten. Wartung erforderlich. - Wartung am Ger\u00e4t ausf\u00fchren.', '1025' : '1025 - R\u00fccklauftemperaturf\u00fchler ist defekt. - Verbindungsleitung zum R\u00fccklauftemperaturf\u00fchler reparieren bzw. austauschen. F\u00fchler austauschen.', '1065' : '1065 - Wasserdruckf\u00fchler defekt oder nicht ange- schlossen. - Anschlussstecker am Wasserdruckf\u00fchler korrekt aufstecken. Anschlusskabel zum Wasserdruckf\u00fchler austauschen. Wasserdruckf\u00fchler austauschen. Steuerger\u00e4t austauschen.', '1068' : '1068 - Au\u00dfentemperaturf\u00fchler oder Lambdasonde de- fekt. - Kontaktproblem beseitigen. Lambdasonde austauschen.', '2085' : '2085 - Interner Fehler. - Entriegeln. Anlage f\u00fcr 30 Sekunden spannungsfrei schalten. Feuerungsautomat ersetzen.', '2626' : '2626 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2908' : '2908 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2909' : '2909 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2910' : '2910 - Fehler im Abgassystem. - Abgassystem montieren. Ablagerungen im Abgassystem entfernen.', '2911' : '2911 - Kalibrierung fehlgeschlagen. - Fehlerhafte Komponente ersetzen.', '2912' : '2912 - Kein Flammensignal w\u00e4hrend der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2913' : '2913 - Flammensignal zu niedrig in der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2914' : '2914 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Bleibt die St\u00f6rung nach Reset erhalten, ist die Ger\u00e4testeuerung oder das Brennermodul defekt und muss ausgetauscht werden.', '2915' : '2915 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2916' : '2916 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2917' : '2917 - Kein Flammensignal w\u00e4hrend der \u00dcberpr\u00fcfung der Verbrennungsregelung. - Ger\u00e4t ausschalten. Eine W\u00e4rmeanforderung angeben. 5 Minuten warten. Wenn der Fehler innerhalb dieser Zeit wieder auftritt, Ger\u00e4t zu- r\u00fccksetzen, ohne Strom zu trennen. Dadurch wird eine Kalibrierung der Ionisationsschaltungen ausgel\u00f6st. Wenn der Fehler nach der Kalibrierung wieder auftritt, ist der Brennerregler de- fekt und muss ausgetauscht werden. Abgasanlage auf m\u00f6gliche Rezirkulation pr\u00fcfen.', '2918' : '2918 - St\u00f6rung in der Verbrennungsregelung. - Siphon reinigen und das Ger\u00e4t entw\u00e4ssern (Gasseite).', '2919' : '2919 - St\u00f6rung in der Verbrennungsregelung. - Fehlerhafte Komponente ersetzen.', '2920' : '2920 - St\u00f6rung Flammen\u00fcberwachung. - Feuerungsautomat austauschen.', '2921' : '2921 - Ger\u00e4teelektronik im Testmode. - Keine Ma\u00dfnahme erforderlich (W\u00e4rmeerzeuger startet automatisch).', '2922' : '2922 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Feuerungsautomat austauschen.', '2923' : '2923 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2926' : '2926 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2927' : '2927 - Flamme w\u00e4hrend Brennerbetrieb ausgefallen. - Hauptabsperreinrichtung \u00f6ffnen. Ger\u00e4teabsperrhahn \u00f6ffnen. Ger\u00e4t stilllegen und Gasleitung \u00fcberpr\u00fcfen. Signalauswertung auf Leiterplatte defekt. \u00dcberwachungselektrode austauschen. Schutzleiteranschluss (PE) im Steuerger\u00e4t herstellen. Z\u00fcndleitung austauschen. Anschlusskabel zur \u00dcberwachungselektrode austauschen. Gasarmatur austauschen.', '2928' : '2928 - Interner Fehler. - Feuerungsautomat austauschen.' } %} {% set state = states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer') %} {% set message = mapper[state] if state in mapper %} {{ message }}","title":"Home Assistant sensor template for all status numbers on a GB192 Boiler"},{"location":"tips-and-tricks/#using-a-custom-climate-component-in-home-assistant","text":"(by @elRadix) from https://github.com/emsesp/EMS-ESP32/discussions/790#discussioncomment-4895520 This example sets up 2 climate entities for dhw with their mode and heating climate using a custom HACS card in HA https://github.com/nervetattoo/simple-thermostat like: configuration.yaml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 mqtt : sensor : climate : - name : boiler unique_id : bosh_boiler min_temp : 35 max_temp : 60 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data_ww' temperature_state_topic : 'ems-esp/boiler_data_ww' temperature_command_topic : 'ems-esp/boiler/wwseltemp' temperature_command_template : > {{ '{\"cmd\":\"wwseltemp \",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.wwcurtemp }}' temperature_state_template : '{{ value_json.wwseltemp }}' mode_state_template : \"{% if value_json.wwactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data_ww' mode_command_topic : 'ems-esp/boiler/wwactivated' mode_command_template : > {{ '{\"cmd\":\"wwactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' # use fan mode as proxy to set comfort mode fan_mode_command_topic : 'ems-esp/boiler/wwcomfort' fan_mode_command_template : > {{ '{\"cmd\":\"wwcomfort\",\"data\":\"'}} {%- if value == 'eco' -%}eco{%-elif value == 'hot' -%}hot{%- else -%}intelligent{%- endif -%} {{'\"}'}} fan_mode_state_topic : 'ems-esp/boiler_data_ww' fan_mode_state_template : '{{ value_json.wwcomfort }}' fan_modes : - 'eco' - 'hot' - 'intelligent' - name : heating unique_id : bosh_heating min_temp : 30 max_temp : 80 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data' temperature_state_topic : 'ems-esp/boiler_data' temperature_command_topic : 'ems-esp/boiler' temperature_command_template : > {{ '{\"cmd\":\"heatingtemp\",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.curflowtemp }}' temperature_state_template : '{{ value_json.heatingtemp }}' mode_state_template : \"{% if value_json.heatingactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data' mode_command_topic : 'ems-esp/boiler' mode_command_template : > {{ '{\"cmd\":\"heatingactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' HACS card 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 type : custom:simple-thermostat entity : climate.boiler sensors : - id : state label : State template : '{{hvac_action}}' label : state : Warm Water layout : mode : names : true icons : true headings : false step : column step_size : '1' control : hvac : 'off' : name : Warm Water Off heat : name : Warm Water On fan : eco : name : eco hot : name : hot intelligent : name : smart decimals : '1' hide : state : false header : toggle : entity : switch.ketel name : power name : Boiler view_layout : position : main","title":"Using a custom Climate component in Home Assistant"},{"location":"tips-and-tricks/#automating-the-onoff-of-the-heat-pump-in-home-assistant","text":"waengr on our Discord channel posted an message on how to automate a simple switch to turn on and off the heat pump. He references GitHub issues https://github.com/emsesp/EMS-ESP32/discussions/1600 and https://github.com/emsesp/EMS-ESP32/issues/1717 . In his own words, this is what he did: \"I went with analyzing the input binary string as suggested, which was provided by EMS-ESP in text.boiler_hpin1opt shown in Home Assistant. I changed the toggles on the pump's UI and watched the string change. Then I manually changed the string in Home Assistant and watched the pump's UI changing. So bidirectional communication is possible! I haven't tried out all options yet, but here are a few comments: I thought I was smart by thinking ahead, so when selecting \"Kompressorbetr. sperren\" (block compressor operation) I have also selected \"Zuheizerbetr. sperren\" (block auxiliary heater). BUT - I shit you not - ONLY aux actually came on wasting a lot of power (at least for a few minutes). \"Heizbetrieb sperren\" (block heating operation) also shuts down the circulation pump, which is not what I want since I have a 500 L buffer tank. \"EVU-Sperrzeit 1\" (power company block time 1) works nicely so far (what are the other EVU-Sperrzeit for?) Next was changing the string with automations. For the time being, I am going with fixed times: A heating period during the night when we have low tariff and then another around noon where I might have some excess PV power. I can later tinker around with hooking it to actual PV production. I am just changing the first bit which is to invert the always off input \"Eingang invertiert\" (invert input) as suggested. The second bit is \"EVU-Sperrzeit 1\". 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 automation heating : - id : 'heating_on_by_time' alias : 'Allow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '20:00:00' - platform : time at : '10:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '010000000000000' - id : 'heating_off_by_time' alias : 'Disallow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '06:00:00' - platform : time at : '16:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '110000000000000' Here is my work-in-progress dashboard in Home Assistant: left: text.boiler_hpin1opt and the above automations to change it to \"on\" and \"off\". top right: a hand drawn schema where I try to map some of the 200+ values from EMS-ESP. bottom right: the 200+ values. \" The next thing he is investigating is how to obtain a clear power reading (in W) of how much power the heatpump currently uses.","title":"Automating the on/off of the heat pump in Home Assistant"}]} \ No newline at end of file +{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Open-source firmware to communicate with EMS heating appliances ~ EMS-ESP is an open-source firmware for the Espressif ESP32 microcontroller to communicate with EMS (Energy Management System) compatible equipment from manufacturers such as Bosch, Buderus, Nefit, Junkers, Worcester, Sieger, elm.leblanc and iVT. Latest Releases Stable - version 3.7.0 Development - version 3.7.1 Key Features ~ Compatible with EMS, EMS+, EMS2, EMS Plus, Logamatic EMS, Junkers 2-wire, Heatronic 3 and 4 Supporting over 120 different EMS compatible devices such as thermostats, boilers, heat pumps, mixing units, solar modules, connect modules, ventilation units, switches and more Easy to add external Temperature and Analog sensors that are attached to GPIO pins on the ESP32 board A multi-user, multi-language web interface to change settings and monitor incoming data A simple to use console, accessible via Serial/USB or Telnet for advanced operations and detailed monitoring Native integration with Home Assistant, Domoticz, openHAB and Modbus Easy setup and install with automatic updates Simulation of remote thermostats Localized in 11 languages, and customizable to rename any device or sensor Extendable by adding own custom EMS entities Expandable via adding user-built external modules A powerful Scheduler to automate tasks and trigger events based data changes A Notification service to alert you of important events For a full list of features read the change log . See a live demo at https://demo.emsesp.org . Select your language on the sign-on page and log in with any username and password. Installing ~ Head over to the Getting Started section to see what hardware you need and how to install the firmware software. Support ~ See the support page for reporting issues and requesting new features. Join Our Community ~ For feedback, questions, live troubleshooting or just general chat hop on to our Discord channel: Contact us ~ For general questions about this project please use the contact form .","title":"News"},{"location":"#open-source-firmware-to-communicate-with-ems-heating-appliances","text":"EMS-ESP is an open-source firmware for the Espressif ESP32 microcontroller to communicate with EMS (Energy Management System) compatible equipment from manufacturers such as Bosch, Buderus, Nefit, Junkers, Worcester, Sieger, elm.leblanc and iVT. Latest Releases Stable - version 3.7.0 Development - version 3.7.1","title":"Open-source firmware to communicate with EMS heating appliances"},{"location":"#key-features","text":"Compatible with EMS, EMS+, EMS2, EMS Plus, Logamatic EMS, Junkers 2-wire, Heatronic 3 and 4 Supporting over 120 different EMS compatible devices such as thermostats, boilers, heat pumps, mixing units, solar modules, connect modules, ventilation units, switches and more Easy to add external Temperature and Analog sensors that are attached to GPIO pins on the ESP32 board A multi-user, multi-language web interface to change settings and monitor incoming data A simple to use console, accessible via Serial/USB or Telnet for advanced operations and detailed monitoring Native integration with Home Assistant, Domoticz, openHAB and Modbus Easy setup and install with automatic updates Simulation of remote thermostats Localized in 11 languages, and customizable to rename any device or sensor Extendable by adding own custom EMS entities Expandable via adding user-built external modules A powerful Scheduler to automate tasks and trigger events based data changes A Notification service to alert you of important events For a full list of features read the change log . See a live demo at https://demo.emsesp.org . Select your language on the sign-on page and log in with any username and password.","title":"Key Features"},{"location":"#installing","text":"Head over to the Getting Started section to see what hardware you need and how to install the firmware software.","title":"Installing"},{"location":"#support","text":"See the support page for reporting issues and requesting new features.","title":"Support"},{"location":"#join-our-community","text":"For feedback, questions, live troubleshooting or just general chat hop on to our Discord channel:","title":"Join Our Community"},{"location":"#contact-us","text":"For general questions about this project please use the contact form .","title":"Contact us"},{"location":"About/","text":"EMS-ESP is an open source firmware for Espressif ESP32 based chipsets based devices originally developed by @Proddy back in 2018 and now owned and maintained exclusively by both Proddy and @MichaelDvP . Disclaimer This code was developed based off information gathered on the internet and many hours of reverse engineering the communications between the EMS bus and real live devices. It is not based on any official documentation or supported libraries from Bosch/Buderus/Junkers/Nefit (and associated companies) and therefore there are no guarantees whatsoever regarding the safety of your devices and/or their settings, or the accuracy of the information provided. License ~ This program is licensed under GPL-3.0. A Brief history ~ How it all started. August 2017 - my first prototype, read only and based on an ESP8266. Because the Serial UART was used I couldn't display the values to the screen so had to write a Telnet service which consumed about 75% of the tine. The GitHub repo had 4 .cpp files and was called Boiler. May 2018 - Version 0.1.0 - The first public prototype. Built only for the ESP8266. This version only had a very simple telnet interface and MQTT. September 2018 - Version 1.0.0 - First official stable release on GitHub December 2018 - Version 1.1.0 - Added the RC30 and RC35 thermostats January 2019 - Version 1.3.0 - Added more boilers and thermostats, and EMS+ support February 2019 - Version 1.4.0 - Added dallas sensors. Renamed project from EMS-ESP-Boiler to just EMS-ESP March 2019 - Version 1.5.0 - Added support for the ESP32. Only way to change settings was via Telnet. March 2019 - Version 1.6.0 - Added Solar module support May 2019 - Version 1.7.0 - Added HT3 support and to handle multiple thermostats June 2019 - Version 1.8.0 - Added Mixer module, Heat pumps and improved UART logic September 2019 - Version 1.9.0 - Major release with a new WebUI based on javascript April 2020 - Version 1.9.5 - Big update with more solar, mixer support and writing to HT3 August 2020 - Version 2.0.0 - Complete re-write of the Telnet Console and WebUI. Added HA support plus an additional 50 new EMS devices November 2020 - Version 2.1.0 - More console commands and Web additions December 2020 - Version 2.2.0 - added RESTful API, SysLog March 2021 - Version 2.2.1 - the last version 2 for the ESP8266 March 2021 - Version 3.0.0 - exclusive to the ESP32. Ethernet support, improved MQTT May 2021 - Version 3.1.0 - write to device from WebUI August 2021 - Version 3.2.0 - IPv6 support, System Log in WebUI, more features November 2021 - Version 3.3.0 - More devices, pool data, mDNS January 2022 - Version 3.4.0 - New UI and more features February 2023 - Version 3.5.0 - Multi-Language, Heat pumps, Customizations, MQTT Discovery improvements. August 2023 - Version 3.6.0 - Sensors in it's own tab and able to browse all entities from the list. Added Scheduler and Custom Entity editor, plus Italian and Turkish. March 2024 - Version 3.6.5 - More supported devices, custom entities and variables, added Slovak language October 2024 - Version 3.7.0 - More of everything. Web UI refreshed with a Dashboard. Added Modbus support. Added Scheduler conditions and functions.","title":"About EMS-ESP"},{"location":"About/#license","text":"This program is licensed under GPL-3.0.","title":"License"},{"location":"About/#a-brief-history","text":"How it all started. August 2017 - my first prototype, read only and based on an ESP8266. Because the Serial UART was used I couldn't display the values to the screen so had to write a Telnet service which consumed about 75% of the tine. The GitHub repo had 4 .cpp files and was called Boiler. May 2018 - Version 0.1.0 - The first public prototype. Built only for the ESP8266. This version only had a very simple telnet interface and MQTT. September 2018 - Version 1.0.0 - First official stable release on GitHub December 2018 - Version 1.1.0 - Added the RC30 and RC35 thermostats January 2019 - Version 1.3.0 - Added more boilers and thermostats, and EMS+ support February 2019 - Version 1.4.0 - Added dallas sensors. Renamed project from EMS-ESP-Boiler to just EMS-ESP March 2019 - Version 1.5.0 - Added support for the ESP32. Only way to change settings was via Telnet. March 2019 - Version 1.6.0 - Added Solar module support May 2019 - Version 1.7.0 - Added HT3 support and to handle multiple thermostats June 2019 - Version 1.8.0 - Added Mixer module, Heat pumps and improved UART logic September 2019 - Version 1.9.0 - Major release with a new WebUI based on javascript April 2020 - Version 1.9.5 - Big update with more solar, mixer support and writing to HT3 August 2020 - Version 2.0.0 - Complete re-write of the Telnet Console and WebUI. Added HA support plus an additional 50 new EMS devices November 2020 - Version 2.1.0 - More console commands and Web additions December 2020 - Version 2.2.0 - added RESTful API, SysLog March 2021 - Version 2.2.1 - the last version 2 for the ESP8266 March 2021 - Version 3.0.0 - exclusive to the ESP32. Ethernet support, improved MQTT May 2021 - Version 3.1.0 - write to device from WebUI August 2021 - Version 3.2.0 - IPv6 support, System Log in WebUI, more features November 2021 - Version 3.3.0 - More devices, pool data, mDNS January 2022 - Version 3.4.0 - New UI and more features February 2023 - Version 3.5.0 - Multi-Language, Heat pumps, Customizations, MQTT Discovery improvements. August 2023 - Version 3.6.0 - Sensors in it's own tab and able to browse all entities from the list. Added Scheduler and Custom Entity editor, plus Italian and Turkish. March 2024 - Version 3.6.5 - More supported devices, custom entities and variables, added Slovak language October 2024 - Version 3.7.0 - More of everything. Web UI refreshed with a Dashboard. Added Modbus support. Added Scheduler conditions and functions.","title":"A Brief history"},{"location":"Adding-Languages/","text":"How to add language XY to the WebUI ~ Download the SVG flag from here and place in interface/src/i18n Create the folder XY in interface/src/i18n Copy interface/src/i18n/en/index.ts to interface/src/i18n/XY/index.ts Change in the first and last line en to your language and in the first lines BaseTranslation to Translation Edit interface/src/i18n/XY/index.ts and replace the English texts by your language Edit interface/src/components/layout/LanguageSelector.tsx and add the following: 1 2 3 4 5 6 import { ReactComponent as XYflag } from 'i18n/XY.svg'; ...  XY Navigate to the interface folder and type yarn standalone and test the WebUI How to add language XY to device entities ~ Edit interface/src/project/SettingsApplication.tsx and insert in selection box (~ line 345): 1 < MenuItem value = \"xy\" > NewLanguage ( XY ) < /MenuItem> Edit src/system.cpp line 45 and append EMSESP_LOCALE_XY to the languages[] array Edit src/local_translations.h and append the defines by adding #define EMSESP_LOCALE_XY \"xy\" add your translation as , \"your text\" at the end of each MAKE_PSTR_LIST() inside the bracket it should look something like this: MAKE_PSTR_LIST(tag, \"en\", \"de\", \"nl\", \"se\", \"pl\", \"xy\") Compile, flash, test","title":"Adding Languages"},{"location":"Adding-Languages/#how-to-add-language-xy-to-the-webui","text":"Download the SVG flag from here and place in interface/src/i18n Create the folder XY in interface/src/i18n Copy interface/src/i18n/en/index.ts to interface/src/i18n/XY/index.ts Change in the first and last line en to your language and in the first lines BaseTranslation to Translation Edit interface/src/i18n/XY/index.ts and replace the English texts by your language Edit interface/src/components/layout/LanguageSelector.tsx and add the following: 1 2 3 4 5 6 import { ReactComponent as XYflag } from 'i18n/XY.svg'; ...  XY Navigate to the interface folder and type yarn standalone and test the WebUI","title":"How to add language XY to the WebUI"},{"location":"Adding-Languages/#how-to-add-language-xy-to-device-entities","text":"Edit interface/src/project/SettingsApplication.tsx and insert in selection box (~ line 345): 1 < MenuItem value = \"xy\" > NewLanguage ( XY ) < /MenuItem> Edit src/system.cpp line 45 and append EMSESP_LOCALE_XY to the languages[] array Edit src/local_translations.h and append the defines by adding #define EMSESP_LOCALE_XY \"xy\" add your translation as , \"your text\" at the end of each MAKE_PSTR_LIST() inside the bracket it should look something like this: MAKE_PSTR_LIST(tag, \"en\", \"de\", \"nl\", \"se\", \"pl\", \"xy\") Compile, flash, test","title":"How to add language XY to device entities"},{"location":"All-Devices/","text":"please read Make sure you have read and understood the Disclaimer before sending ambiguous messages to your EMS bus as you could cause serious damage to your equipment. Most Bosch branded boilers that support the Logamatic EMS bus protocols work with this design. This includes Nefit, Buderus, Worcester, Junkers and Sieger (all copyrighted). EMS devices are being constantly added to the database on each new release. The following device types are supported: boiler thermostat heatpump heatsource solar connect mixer controller switch gateway alert pump All EMS Telegrams ~ Download the full CSV file telegram_type_id name is_fetched 0x04 UBAFactory fetched 0x06 RCTime 0x0A EasyMonitor fetched 0x10 UBAErrorMessage1 0x11 UBAErrorMessage2 0x12 RCErrorMessage 0x13 RCErrorMessage2 0x14 UBATotalUptime fetched 0x15 UBAMaintenanceData 0x16 UBAParameters fetched 0x18 UBAMonitorFast 0x19 UBAMonitorSlow 0x1A UBASetPoints 0x1C UBAMaintenanceStatus 0x1E WM10TempMessage 0x23 JunkersSetMixer fetched 0x26 UBASettingsWW fetched 0x28 WeatherComp fetched 0x2A MC110Status 0x2E Meters 0x33 UBAParameterWW fetched 0x34 UBAMonitorWW 0x35 UBAFlags 0x37 WWSettings fetched 0x38 WWTimer fetched 0x39 WWCircTimer fetched 0x3A RC30WWSettings fetched 0x3B Energy 0x3D RC35Set 0x3E RC35Monitor 0x3F RC35Timer 0x40 RC30Temp 0x41 RC30Monitor 0x42 RC35Timer2 0x47 RC35Set 0x48 RC35Monitor 0x49 RC35Timer 0x4C RC35Timer2 0x51 RC35Set 0x52 RC35Monitor 0x53 RC35Timer 0x56 RC35Timer2 0x5B RC35Set 0x5C RC35Monitor 0x5D RC35Timer 0x60 RC35Timer2 0x96 SM10Config fetched 0x97 SM10Monitor 0x9C WM10MonitorMessage 0x9D WM10SetMessage 0xA2 RCError 0xA3 RCOutdoorTemp 0xA5 IBASettings fetched 0xA7 RC30Set 0xA9 RC30Vacation fetched 0xAA MMConfigMessage fetched 0xAB MMStatusMessage 0xAC MMSetMessage 0xAF RC20Remote 0xB0 RC10Set 0xB1 RC10Monitor 0xBB HybridSettings fetched 0xBF ErrorMessage 0xC2 UBAErrorMessage3 0xD1 UBAOutdoorTemp 0xE3 UBAMonitorSlowPlus2 0xE4 UBAMonitorFastPlus 0xE5 UBAMonitorSlowPlus 0xE6 UBAParametersPlus fetched 0xE9 UBAMonitorWWPlus 0xEA UBAParameterWWPlus fetched 0x0101 ISM1Set fetched 0x0103 ISM1StatusMessage fetched 0x0104 ISM2StatusMessage 0x010C IPMStatusMessage 0x011E IPMTempMessage 0x0165 JunkersSet 0x0166 JunkersSet 0x0167 JunkersSet 0x0168 JunkersSet 0x016F JunkersMonitor 0x0170 JunkersMonitor 0x0171 JunkersMonitor 0x0172 JunkersMonitor 0x0179 JunkersSet 0x017A JunkersSet 0x017B JunkersSet 0x017C JunkersSet 0x01D3 JunkersDhw fetched 0x023A RC300OutdoorTemp fetched 0x023E PVSettings fetched 0x0240 RC300Settings fetched 0x0267 RC300Floordry 0x0269 RC300Holiday1 fetched 0x0291 HPMode fetched 0x0292 HPMode fetched 0x0293 HPMode fetched 0x0294 HPMode fetched 0x029B RC300Curves 0x029C RC300Curves 0x029D RC300Curves 0x029E RC300Curves 0x029F RC300Curves 0x02A0 RC300Curves 0x02A1 RC300Curves 0x02A2 RC300Curves 0x02A5 RC300Monitor 0x02A6 RC300Monitor 0x02A7 RC300Monitor 0x02A8 RC300Monitor 0x02A9 RC300Monitor 0x02AA RC300Monitor 0x02AB RC300Monitor 0x02AC RC300Monitor 0x02AF RC300Summer 0x02B0 RC300Summer 0x02B1 RC300Summer 0x02B2 RC300Summer 0x02B3 RC300Summer 0x02B4 RC300Summer 0x02B5 RC300Summer 0x02B6 RC300Summer 0x02B9 RC300Set 0x02BA RC300Set 0x02BB RC300Set 0x02BC RC300Set 0x02BD RC300Set 0x02BE RC300Set 0x02BF RC300Set 0x02C0 RC300Set 0x02CC RC300Set2 0x02CD MMPLUSConfigMessage fetched 0x02CE RC300Set2 0x02D0 RC300Set2 0x02D2 RC300Set2 0x02D5 MMPLUSConfigMessage fetched 0x02D6 HPPump2 fetched 0x02D7 MMPLUSStatusMessage 0x02DF MMPLUSStatusMessage 0x02F5 RC300WWmode fetched 0x02F6 RC300WW2mode fetched 0x031B RC300WWtemp fetched 0x031D RC300WWmode2 0x031E RC300WWmode2 0x0358 SM100SystemConfig fetched 0x035A SM100CircuitConfig fetched 0x035C SM100HeatAssist fetched 0x035D SM100Circuit2Config fetched 0x035F SM100Config1 fetched 0x0361 SM100Differential fetched 0x0362 SM100Monitor 0x0363 SM100Monitor2 0x0364 SM100Status 0x0366 SM100Config 0x036A SM100Status2 0x0380 SM100CollectorConfig fetched 0x038E SM100Energy fetched 0x0391 SM100Time fetched 0x0467 HPSet 0x0468 HPSet 0x0469 HPSet 0x046A HPSet 0x0471 RC300Summer2 0x0472 RC300Summer2 0x0473 RC300Summer2 0x0474 RC300Summer2 0x0475 RC300Summer2 0x0476 RC300Summer2 0x0477 RC300Summer2 0x0478 RC300Summer2 0x047B HP2 0x0484 HPSilentMode fetched 0x0485 HpCooling fetched 0x0486 HpInConfig fetched 0x0488 HPValve fetched 0x048A HpPool fetched 0x048B HPPumps fetched 0x048D HpPower fetched 0x048F HpTemperatures 0x0491 HPAdditionalHeater fetched 0x0492 HpHeaterConfig fetched 0x0494 UBAEnergySupplied 0x0495 UBAInformation 0x0499 HPDhwSettings fetched 0x049C HPSettings2 fetched 0x049D HPSettings3 fetched 0x04A2 HpInput fetched 0x04A5 HPFan fetched 0x04A7 HPPowerLimit fetched 0x04AA HPPower2 fetched 0x04AE HPEnergy fetched 0x04AF HPMeters fetched 0x056B VentilationMode fetched 0x0583 VentilationMonitor 0x0585 Blowerspeed 0x0587 Bypass 0x05BA HpPoolStatus fetched 0x05D9 Airquality 0x0772 HIUSettings 0x0779 HIUMonitor 0x0935 EM100SetMessage fetched 0x0936 EM100OutMessage 0x0937 EM100TempMessage 0x0938 EM100InputMessage 0x0939 EM100MonitorMessage 0x093A EM100ConfigMessage 0x0998 HPSettings fetched 0x0999 HPFunctionTest fetched 0x099B HPFlowTemp 0x099C HPComp 0x09A0 HPTemperature All devices and entities ~ Download the full CSV file device name device type product id shortname fullname type [options...] | (min/max) uom writeable discovery entityid v3.4 discovery entityid modbus unit identifier modbus block modbus scale factor modbus offset modbus count CS 800i, Logatherm WLW boiler 8 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 CS 800i, Logatherm WLW boiler 8 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 CS 800i, Logatherm WLW boiler 8 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 CS 800i, Logatherm WLW boiler 8 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 CS 800i, Logatherm WLW boiler 8 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 CS 800i, Logatherm WLW boiler 8 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 CS 800i, Logatherm WLW boiler 8 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 CS 800i, Logatherm WLW boiler 8 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 CS 800i, Logatherm WLW boiler 8 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 CS 800i, Logatherm WLW boiler 8 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 CS 800i, Logatherm WLW boiler 8 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 CS 800i, Logatherm WLW boiler 8 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 CS 800i, Logatherm WLW boiler 8 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 CS 800i, Logatherm WLW boiler 8 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 CS 800i, Logatherm WLW boiler 8 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 CS 800i, Logatherm WLW boiler 8 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 CS 800i, Logatherm WLW boiler 8 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 CS 800i, Logatherm WLW boiler 8 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 CS 800i, Logatherm WLW boiler 8 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 CS 800i, Logatherm WLW boiler 8 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 CS 800i, Logatherm WLW boiler 8 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 CS 800i, Logatherm WLW boiler 8 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 CS 800i, Logatherm WLW boiler 8 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 CS 800i, Logatherm WLW boiler 8 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 CS 800i, Logatherm WLW boiler 8 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 CS 800i, Logatherm WLW boiler 8 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 CS 800i, Logatherm WLW boiler 8 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 CS 800i, Logatherm WLW boiler 8 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 CS 800i, Logatherm WLW boiler 8 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 CS 800i, Logatherm WLW boiler 8 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 CS 800i, Logatherm WLW boiler 8 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 CS 800i, Logatherm WLW boiler 8 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 CS 800i, Logatherm WLW boiler 8 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 CS 800i, Logatherm WLW boiler 8 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 CS 800i, Logatherm WLW boiler 8 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 CS 800i, Logatherm WLW boiler 8 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 CS 800i, Logatherm WLW boiler 8 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 CS 800i, Logatherm WLW boiler 8 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 CS 800i, Logatherm WLW boiler 8 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 CS 800i, Logatherm WLW boiler 8 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 CS 800i, Logatherm WLW boiler 8 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 CS 800i, Logatherm WLW boiler 8 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 CS 800i, Logatherm WLW boiler 8 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 CS 800i, Logatherm WLW boiler 8 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 CS 800i, Logatherm WLW boiler 8 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 CS 800i, Logatherm WLW boiler 8 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 CS 800i, Logatherm WLW boiler 8 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 CS 800i, Logatherm WLW boiler 8 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 CS 800i, Logatherm WLW boiler 8 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 CS 800i, Logatherm WLW boiler 8 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 CS 800i, Logatherm WLW boiler 8 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 CS 800i, Logatherm WLW boiler 8 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 CS 800i, Logatherm WLW boiler 8 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 CS 800i, Logatherm WLW boiler 8 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 CS 800i, Logatherm WLW boiler 8 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 CS 800i, Logatherm WLW boiler 8 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 CS 800i, Logatherm WLW boiler 8 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 CS 800i, Logatherm WLW boiler 8 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 CS 800i, Logatherm WLW boiler 8 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 CS 800i, Logatherm WLW boiler 8 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 CS 800i, Logatherm WLW boiler 8 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 CS 800i, Logatherm WLW boiler 8 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 CS 800i, Logatherm WLW boiler 8 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 CS 800i, Logatherm WLW boiler 8 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 CS 800i, Logatherm WLW boiler 8 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 CS 800i, Logatherm WLW boiler 8 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 CS 800i, Logatherm WLW boiler 8 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 CS 800i, Logatherm WLW boiler 8 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 CS 800i, Logatherm WLW boiler 8 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 CS 800i, Logatherm WLW boiler 8 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 CS 800i, Logatherm WLW boiler 8 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 CS 800i, Logatherm WLW boiler 8 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 CS 800i, Logatherm WLW boiler 8 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 CS 800i, Logatherm WLW boiler 8 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 CS 800i, Logatherm WLW boiler 8 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 CS 800i, Logatherm WLW boiler 8 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 CS 800i, Logatherm WLW boiler 8 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 CS 800i, Logatherm WLW boiler 8 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 CS 800i, Logatherm WLW boiler 8 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 CS 800i, Logatherm WLW boiler 8 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 CS 800i, Logatherm WLW boiler 8 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 CS 800i, Logatherm WLW boiler 8 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 CS 800i, Logatherm WLW boiler 8 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 CS 800i, Logatherm WLW boiler 8 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 CS 800i, Logatherm WLW boiler 8 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 CS 800i, Logatherm WLW boiler 8 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 CS 800i, Logatherm WLW boiler 8 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 CS 800i, Logatherm WLW boiler 8 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 CS 800i, Logatherm WLW boiler 8 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 CS 800i, Logatherm WLW boiler 8 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 CS 800i, Logatherm WLW boiler 8 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 CS 800i, Logatherm WLW boiler 8 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 CS 800i, Logatherm WLW boiler 8 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 CS 800i, Logatherm WLW boiler 8 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 CS 800i, Logatherm WLW boiler 8 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 CS 800i, Logatherm WLW boiler 8 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 CS 800i, Logatherm WLW boiler 8 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 CS 800i, Logatherm WLW boiler 8 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 CS 800i, Logatherm WLW boiler 8 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 CS 800i, Logatherm WLW boiler 8 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 CS 800i, Logatherm WLW boiler 8 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 CS 800i, Logatherm WLW boiler 8 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 CS 800i, Logatherm WLW boiler 8 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 CS 800i, Logatherm WLW boiler 8 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 CS 800i, Logatherm WLW boiler 8 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 CS 800i, Logatherm WLW boiler 8 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 CS 800i, Logatherm WLW boiler 8 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 CS 800i, Logatherm WLW boiler 8 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 CS 800i, Logatherm WLW boiler 8 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 CS 800i, Logatherm WLW boiler 8 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 CS 800i, Logatherm WLW boiler 8 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 CS 800i, Logatherm WLW boiler 8 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 CS 800i, Logatherm WLW boiler 8 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 CS 800i, Logatherm WLW boiler 8 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 CS 800i, Logatherm WLW boiler 8 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 CS 800i, Logatherm WLW boiler 8 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 CS 800i, Logatherm WLW boiler 8 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 CS 800i, Logatherm WLW boiler 8 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 CS 800i, Logatherm WLW boiler 8 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 CS 800i, Logatherm WLW boiler 8 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 CS 800i, Logatherm WLW boiler 8 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 CS 800i, Logatherm WLW boiler 8 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 CS 800i, Logatherm WLW boiler 8 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 CS 800i, Logatherm WLW boiler 8 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 CS 800i, Logatherm WLW boiler 8 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 CS 800i, Logatherm WLW boiler 8 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 CS 800i, Logatherm WLW boiler 8 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 CS 800i, Logatherm WLW boiler 8 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 CS 800i, Logatherm WLW boiler 8 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 CS 800i, Logatherm WLW boiler 8 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 CS 800i, Logatherm WLW boiler 8 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 CS 800i, Logatherm WLW boiler 8 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 CS 800i, Logatherm WLW boiler 8 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 CS 800i, Logatherm WLW boiler 8 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 CS 800i, Logatherm WLW boiler 8 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 CS 800i, Logatherm WLW boiler 8 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 CS 800i, Logatherm WLW boiler 8 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 CS 800i, Logatherm WLW boiler 8 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 CS 800i, Logatherm WLW boiler 8 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 CS 800i, Logatherm WLW boiler 8 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 CS 800i, Logatherm WLW boiler 8 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 CS 800i, Logatherm WLW boiler 8 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 CS 800i, Logatherm WLW boiler 8 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 CS 800i, Logatherm WLW boiler 8 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 CS 800i, Logatherm WLW boiler 8 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 CS 800i, Logatherm WLW boiler 8 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 CS 800i, Logatherm WLW boiler 8 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 CS 800i, Logatherm WLW boiler 8 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 CS 800i, Logatherm WLW boiler 8 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 CS 800i, Logatherm WLW boiler 8 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 CS 800i, Logatherm WLW boiler 8 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 CS 800i, Logatherm WLW boiler 8 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 CS 800i, Logatherm WLW boiler 8 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 CS 800i, Logatherm WLW boiler 8 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 CS 800i, Logatherm WLW boiler 8 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 CS 800i, Logatherm WLW boiler 8 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 CS 800i, Logatherm WLW boiler 8 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 CS 800i, Logatherm WLW boiler 8 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 CS 800i, Logatherm WLW boiler 8 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 CS 800i, Logatherm WLW boiler 8 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 CS 800i, Logatherm WLW boiler 8 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 CS 800i, Logatherm WLW boiler 8 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 CS 800i, Logatherm WLW boiler 8 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 CS 800i, Logatherm WLW boiler 8 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 CS 800i, Logatherm WLW boiler 8 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 CS 800i, Logatherm WLW boiler 8 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 CS 800i, Logatherm WLW boiler 8 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 CS 800i, Logatherm WLW boiler 8 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 CS 800i, Logatherm WLW boiler 8 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 CS 800i, Logatherm WLW boiler 8 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 CS 800i, Logatherm WLW boiler 8 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 CS 800i, Logatherm WLW boiler 8 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 CS 800i, Logatherm WLW boiler 8 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 CS 800i, Logatherm WLW boiler 8 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 CS 800i, Logatherm WLW boiler 8 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 CS 800i, Logatherm WLW boiler 8 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 CS 800i, Logatherm WLW boiler 8 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 CS 800i, Logatherm WLW boiler 8 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 CS 800i, Logatherm WLW boiler 8 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 CS 800i, Logatherm WLW boiler 8 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 CS 800i, Logatherm WLW boiler 8 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 CS 800i, Logatherm WLW boiler 8 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 CS 800i, Logatherm WLW boiler 8 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 CS 800i, Logatherm WLW boiler 8 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 CS 800i, Logatherm WLW boiler 8 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 CS 800i, Logatherm WLW boiler 8 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 CS 800i, Logatherm WLW boiler 8 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 CS 800i, Logatherm WLW boiler 8 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 CS 800i, Logatherm WLW boiler 8 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 CS 800i, Logatherm WLW boiler 8 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 CS 800i, Logatherm WLW boiler 8 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 CS 800i, Logatherm WLW boiler 8 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 CS 800i, Logatherm WLW boiler 8 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 CS 800i, Logatherm WLW boiler 8 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 CS 800i, Logatherm WLW boiler 8 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 CS 800i, Logatherm WLW boiler 8 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 CS 800i, Logatherm WLW boiler 8 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 CS 800i, Logatherm WLW boiler 8 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 CS 800i, Logatherm WLW boiler 8 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 CS 800i, Logatherm WLW boiler 8 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 CS 800i, Logatherm WLW boiler 8 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 C1200W boiler 12 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 C1200W boiler 12 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 C1200W boiler 12 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 C1200W boiler 12 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 C1200W boiler 12 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 C1200W boiler 12 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 C1200W boiler 12 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 C1200W boiler 12 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 C1200W boiler 12 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 C1200W boiler 12 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 C1200W boiler 12 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 C1200W boiler 12 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 C1200W boiler 12 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 C1200W boiler 12 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 C1200W boiler 12 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 C1200W boiler 12 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 C1200W boiler 12 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 C1200W boiler 12 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 C1200W boiler 12 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 C1200W boiler 12 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 C1200W boiler 12 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 C1200W boiler 12 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 C1200W boiler 12 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 C1200W boiler 12 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 C1200W boiler 12 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 C1200W boiler 12 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 C1200W boiler 12 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 C1200W boiler 12 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 C1200W boiler 12 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 C1200W boiler 12 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 C1200W boiler 12 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 C1200W boiler 12 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 C1200W boiler 12 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 C1200W boiler 12 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 C1200W boiler 12 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 C1200W boiler 12 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 C1200W boiler 12 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 C1200W boiler 12 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 C1200W boiler 12 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 C1200W boiler 12 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 C1200W boiler 12 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 C1200W boiler 12 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 C1200W boiler 12 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 C1200W boiler 12 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 C1200W boiler 12 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 C1200W boiler 12 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 C1200W boiler 12 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 C1200W boiler 12 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 C1200W boiler 12 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 C1200W boiler 12 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 C1200W boiler 12 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 C1200W boiler 12 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 C1200W boiler 12 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 C1200W boiler 12 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 C1200W boiler 12 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 C1200W boiler 12 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 C1200W boiler 12 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 C1200W boiler 12 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 C1200W boiler 12 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 C1200W boiler 12 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 C1200W boiler 12 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 C1200W boiler 12 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 C1200W boiler 12 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 C1200W boiler 12 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 C1200W boiler 12 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 C1200W boiler 12 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 C1200W boiler 12 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 C1200W boiler 12 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 C1200W boiler 12 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 C1200W boiler 12 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 C1200W boiler 12 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 C1200W boiler 12 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 C1200W boiler 12 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 C1200W boiler 12 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 C1200W boiler 12 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 C1200W boiler 12 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 C1200W boiler 12 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 C1200W boiler 12 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 C1200W boiler 12 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 C1200W boiler 12 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 C1200W boiler 12 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 C1200W boiler 12 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 C1200W boiler 12 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 C1200W boiler 12 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 C1200W boiler 12 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 C1200W boiler 12 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 C1200W boiler 12 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 C1200W boiler 12 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 C1200W boiler 12 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 C1200W boiler 12 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 C1200W boiler 12 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 C1200W boiler 12 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 C1200W boiler 12 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 C1200W boiler 12 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 C1200W boiler 12 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 C1200W boiler 12 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 C1200W boiler 12 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 C1200W boiler 12 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 C1200W boiler 12 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 C1200W boiler 12 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 C1200W boiler 12 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 C1200W boiler 12 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 C1200W boiler 12 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 C1200W boiler 12 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 C1200W boiler 12 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 C1200W boiler 12 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 C1200W boiler 12 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 C1200W boiler 12 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 BK13/BK15, Smartline, GB1*2 boiler 64 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 BK13/BK15, Smartline, GB1*2 boiler 64 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 BK13/BK15, Smartline, GB1*2 boiler 64 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 BK13/BK15, Smartline, GB1*2 boiler 64 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 BK13/BK15, Smartline, GB1*2 boiler 64 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 BK13/BK15, Smartline, GB1*2 boiler 64 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 BK13/BK15, Smartline, GB1*2 boiler 64 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 BK13/BK15, Smartline, GB1*2 boiler 64 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 BK13/BK15, Smartline, GB1*2 boiler 64 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 BK13/BK15, Smartline, GB1*2 boiler 64 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 BK13/BK15, Smartline, GB1*2 boiler 64 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 BK13/BK15, Smartline, GB1*2 boiler 64 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 BK13/BK15, Smartline, GB1*2 boiler 64 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 BK13/BK15, Smartline, GB1*2 boiler 64 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 BK13/BK15, Smartline, GB1*2 boiler 64 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 BK13/BK15, Smartline, GB1*2 boiler 64 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 BK13/BK15, Smartline, GB1*2 boiler 64 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 BK13/BK15, Smartline, GB1*2 boiler 64 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 BK13/BK15, Smartline, GB1*2 boiler 64 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 BK13/BK15, Smartline, GB1*2 boiler 64 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 BK13/BK15, Smartline, GB1*2 boiler 64 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 BK13/BK15, Smartline, GB1*2 boiler 64 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 BK13/BK15, Smartline, GB1*2 boiler 64 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 BK13/BK15, Smartline, GB1*2 boiler 64 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 BK13/BK15, Smartline, GB1*2 boiler 64 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 BK13/BK15, Smartline, GB1*2 boiler 64 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 BK13/BK15, Smartline, GB1*2 boiler 64 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 BK13/BK15, Smartline, GB1*2 boiler 64 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 BK13/BK15, Smartline, GB1*2 boiler 64 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 BK13/BK15, Smartline, GB1*2 boiler 64 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 BK13/BK15, Smartline, GB1*2 boiler 64 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 BK13/BK15, Smartline, GB1*2 boiler 64 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 BK13/BK15, Smartline, GB1*2 boiler 64 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 BK13/BK15, Smartline, GB1*2 boiler 64 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 BK13/BK15, Smartline, GB1*2 boiler 64 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 BK13/BK15, Smartline, GB1*2 boiler 64 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 BK13/BK15, Smartline, GB1*2 boiler 64 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 BK13/BK15, Smartline, GB1*2 boiler 64 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 BK13/BK15, Smartline, GB1*2 boiler 64 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 BK13/BK15, Smartline, GB1*2 boiler 64 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 BK13/BK15, Smartline, GB1*2 boiler 64 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 BK13/BK15, Smartline, GB1*2 boiler 64 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 BK13/BK15, Smartline, GB1*2 boiler 64 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 BK13/BK15, Smartline, GB1*2 boiler 64 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 BK13/BK15, Smartline, GB1*2 boiler 64 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 BK13/BK15, Smartline, GB1*2 boiler 64 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 BK13/BK15, Smartline, GB1*2 boiler 64 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 BK13/BK15, Smartline, GB1*2 boiler 64 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 BK13/BK15, Smartline, GB1*2 boiler 64 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 BK13/BK15, Smartline, GB1*2 boiler 64 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB1*5, Logamatic MC10 boiler 72 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB1*5, Logamatic MC10 boiler 72 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB1*5, Logamatic MC10 boiler 72 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB1*5, Logamatic MC10 boiler 72 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB1*5, Logamatic MC10 boiler 72 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB1*5, Logamatic MC10 boiler 72 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB1*5, Logamatic MC10 boiler 72 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB1*5, Logamatic MC10 boiler 72 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB1*5, Logamatic MC10 boiler 72 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB1*5, Logamatic MC10 boiler 72 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB1*5, Logamatic MC10 boiler 72 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB1*5, Logamatic MC10 boiler 72 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB1*5, Logamatic MC10 boiler 72 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB1*5, Logamatic MC10 boiler 72 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB1*5, Logamatic MC10 boiler 72 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB1*5, Logamatic MC10 boiler 72 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB1*5, Logamatic MC10 boiler 72 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB1*5, Logamatic MC10 boiler 72 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB1*5, Logamatic MC10 boiler 72 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB1*5, Logamatic MC10 boiler 72 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB1*5, Logamatic MC10 boiler 72 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB1*5, Logamatic MC10 boiler 72 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB1*5, Logamatic MC10 boiler 72 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB1*5, Logamatic MC10 boiler 72 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB1*5, Logamatic MC10 boiler 72 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB1*5, Logamatic MC10 boiler 72 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB1*5, Logamatic MC10 boiler 72 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB1*5, Logamatic MC10 boiler 72 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB1*5, Logamatic MC10 boiler 72 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB1*5, Logamatic MC10 boiler 72 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB1*5, Logamatic MC10 boiler 72 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB1*5, Logamatic MC10 boiler 72 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB1*5, Logamatic MC10 boiler 72 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB1*5, Logamatic MC10 boiler 72 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB1*5, Logamatic MC10 boiler 72 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB1*5, Logamatic MC10 boiler 72 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB1*5, Logamatic MC10 boiler 72 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB1*5, Logamatic MC10 boiler 72 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB1*5, Logamatic MC10 boiler 72 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB1*5, Logamatic MC10 boiler 72 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB1*5, Logamatic MC10 boiler 72 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB1*5, Logamatic MC10 boiler 72 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB1*5, Logamatic MC10 boiler 72 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB1*5, Logamatic MC10 boiler 72 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB1*5, Logamatic MC10 boiler 72 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB1*5, Logamatic MC10 boiler 72 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB1*5, Logamatic MC10 boiler 72 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB1*5, Logamatic MC10 boiler 72 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB1*5, Logamatic MC10 boiler 72 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB1*5, Logamatic MC10 boiler 72 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB1*5, Logamatic MC10 boiler 72 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB1*5, Logamatic MC10 boiler 72 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB1*5, Logamatic MC10 boiler 72 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB1*5, Logamatic MC10 boiler 72 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB1*5, Logamatic MC10 boiler 72 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB1*5, Logamatic MC10 boiler 72 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB1*5, Logamatic MC10 boiler 72 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB1*5, Logamatic MC10 boiler 72 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB1*5, Logamatic MC10 boiler 72 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB1*5, Logamatic MC10 boiler 72 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB1*5, Logamatic MC10 boiler 72 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB1*5, Logamatic MC10 boiler 72 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB1*5, Logamatic MC10 boiler 72 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB1*5, Logamatic MC10 boiler 72 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB1*5, Logamatic MC10 boiler 72 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade CM10 boiler 81 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade CM10 boiler 81 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade CM10 boiler 81 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade CM10 boiler 81 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade CM10 boiler 81 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade CM10 boiler 81 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade CM10 boiler 81 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade CM10 boiler 81 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade CM10 boiler 81 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade CM10 boiler 81 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade CM10 boiler 81 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade CM10 boiler 81 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade CM10 boiler 81 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade CM10 boiler 81 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade CM10 boiler 81 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade CM10 boiler 81 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade CM10 boiler 81 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade CM10 boiler 81 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade CM10 boiler 81 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade CM10 boiler 81 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade CM10 boiler 81 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade CM10 boiler 81 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade CM10 boiler 81 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade CM10 boiler 81 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade CM10 boiler 81 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade CM10 boiler 81 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade CM10 boiler 81 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade CM10 boiler 81 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade CM10 boiler 81 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade CM10 boiler 81 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade CM10 boiler 81 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade CM10 boiler 81 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade CM10 boiler 81 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade CM10 boiler 81 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade CM10 boiler 81 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade CM10 boiler 81 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade CM10 boiler 81 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade CM10 boiler 81 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade CM10 boiler 81 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade CM10 boiler 81 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade CM10 boiler 81 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade CM10 boiler 81 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade CM10 boiler 81 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade CM10 boiler 81 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade CM10 boiler 81 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade CM10 boiler 81 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade CM10 boiler 81 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade CM10 boiler 81 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade CM10 boiler 81 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade CM10 boiler 81 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade CM10 boiler 81 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade CM10 boiler 81 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade CM10 boiler 81 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade CM10 boiler 81 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade CM10 boiler 81 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade CM10 boiler 81 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade CM10 boiler 81 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade CM10 boiler 81 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade CM10 boiler 81 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade CM10 boiler 81 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade CM10 boiler 81 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade CM10 boiler 81 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade CM10 boiler 81 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade CM10 boiler 81 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade CM10 boiler 81 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade CM10 boiler 81 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade CM10 boiler 81 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade CM10 boiler 81 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade CM10 boiler 81 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade CM10 boiler 81 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade CM10 boiler 81 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade CM10 boiler 81 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade CM10 boiler 81 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade CM10 boiler 81 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade CM10 boiler 81 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade CM10 boiler 81 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade CM10 boiler 81 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade CM10 boiler 81 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade CM10 boiler 81 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade CM10 boiler 81 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade CM10 boiler 81 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade CM10 boiler 81 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade CM10 boiler 81 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade CM10 boiler 81 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade CM10 boiler 81 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade CM10 boiler 81 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade CM10 boiler 81 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade CM10 boiler 81 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade CM10 boiler 81 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade CM10 boiler 81 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade CM10 boiler 81 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade CM10 boiler 81 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade CM10 boiler 81 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade CM10 boiler 81 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade CM10 boiler 81 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade CM10 boiler 81 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade CM10 boiler 81 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade CM10 boiler 81 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade CM10 boiler 81 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade CM10 boiler 81 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade CM10 boiler 81 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade CM10 boiler 81 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade CM10 boiler 81 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade CM10 boiler 81 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade CM10 boiler 81 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade CM10 boiler 81 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade CM10 boiler 81 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade CM10 boiler 81 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade CM10 boiler 81 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade CM10 boiler 81 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus GB022 boiler 84 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB022 boiler 84 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB022 boiler 84 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB022 boiler 84 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB022 boiler 84 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB022 boiler 84 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB022 boiler 84 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB022 boiler 84 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB022 boiler 84 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB022 boiler 84 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB022 boiler 84 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB022 boiler 84 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB022 boiler 84 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB022 boiler 84 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB022 boiler 84 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB022 boiler 84 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB022 boiler 84 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB022 boiler 84 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB022 boiler 84 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB022 boiler 84 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB022 boiler 84 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB022 boiler 84 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB022 boiler 84 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB022 boiler 84 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB022 boiler 84 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB022 boiler 84 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB022 boiler 84 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB022 boiler 84 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB022 boiler 84 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB022 boiler 84 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB022 boiler 84 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB022 boiler 84 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB022 boiler 84 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB022 boiler 84 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB022 boiler 84 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB022 boiler 84 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB022 boiler 84 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB022 boiler 84 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB022 boiler 84 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB022 boiler 84 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB022 boiler 84 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB022 boiler 84 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB022 boiler 84 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB022 boiler 84 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB022 boiler 84 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB022 boiler 84 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB022 boiler 84 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB022 boiler 84 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB022 boiler 84 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB022 boiler 84 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB022 boiler 84 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB022 boiler 84 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB022 boiler 84 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB022 boiler 84 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB022 boiler 84 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB022 boiler 84 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB022 boiler 84 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB022 boiler 84 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB022 boiler 84 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB022 boiler 84 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB022 boiler 84 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB022 boiler 84 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB022 boiler 84 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB022 boiler 84 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB022 boiler 84 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB022 boiler 84 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB022 boiler 84 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB022 boiler 84 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB022 boiler 84 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB022 boiler 84 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB022 boiler 84 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB022 boiler 84 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB022 boiler 84 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB022 boiler 84 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB022 boiler 84 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB022 boiler 84 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB022 boiler 84 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB022 boiler 84 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB022 boiler 84 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB022 boiler 84 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB022 boiler 84 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB022 boiler 84 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB022 boiler 84 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB022 boiler 84 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB022 boiler 84 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB022 boiler 84 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB022 boiler 84 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB022 boiler 84 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB022 boiler 84 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB022 boiler 84 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB022 boiler 84 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB022 boiler 84 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB022 boiler 84 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB022 boiler 84 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB022 boiler 84 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB022 boiler 84 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB022 boiler 84 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB022 boiler 84 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB022 boiler 84 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB022 boiler 84 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB022 boiler 84 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB022 boiler 84 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB022 boiler 84 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB022 boiler 84 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB022 boiler 84 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB022 boiler 84 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB022 boiler 84 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB022 boiler 84 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB022 boiler 84 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB022 boiler 84 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Topline, GB162 boiler 115 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Topline, GB162 boiler 115 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Topline, GB162 boiler 115 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Topline, GB162 boiler 115 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Topline, GB162 boiler 115 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Topline, GB162 boiler 115 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Topline, GB162 boiler 115 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Topline, GB162 boiler 115 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Topline, GB162 boiler 115 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Topline, GB162 boiler 115 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Topline, GB162 boiler 115 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Topline, GB162 boiler 115 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Topline, GB162 boiler 115 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Topline, GB162 boiler 115 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Topline, GB162 boiler 115 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Topline, GB162 boiler 115 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Topline, GB162 boiler 115 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Topline, GB162 boiler 115 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Topline, GB162 boiler 115 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Topline, GB162 boiler 115 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Topline, GB162 boiler 115 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Topline, GB162 boiler 115 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Topline, GB162 boiler 115 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Topline, GB162 boiler 115 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Topline, GB162 boiler 115 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Topline, GB162 boiler 115 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Topline, GB162 boiler 115 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Topline, GB162 boiler 115 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Topline, GB162 boiler 115 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Topline, GB162 boiler 115 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Topline, GB162 boiler 115 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Topline, GB162 boiler 115 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Topline, GB162 boiler 115 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Topline, GB162 boiler 115 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Topline, GB162 boiler 115 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Topline, GB162 boiler 115 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Topline, GB162 boiler 115 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Topline, GB162 boiler 115 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Topline, GB162 boiler 115 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Topline, GB162 boiler 115 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Topline, GB162 boiler 115 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Topline, GB162 boiler 115 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Topline, GB162 boiler 115 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Topline, GB162 boiler 115 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Topline, GB162 boiler 115 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Topline, GB162 boiler 115 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Topline, GB162 boiler 115 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Topline, GB162 boiler 115 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Topline, GB162 boiler 115 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Topline, GB162 boiler 115 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Topline, GB162 boiler 115 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Topline, GB162 boiler 115 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Topline, GB162 boiler 115 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Topline, GB162 boiler 115 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Topline, GB162 boiler 115 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Topline, GB162 boiler 115 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Topline, GB162 boiler 115 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Topline, GB162 boiler 115 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Topline, GB162 boiler 115 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Topline, GB162 boiler 115 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Topline, GB162 boiler 115 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Topline, GB162 boiler 115 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Topline, GB162 boiler 115 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Topline, GB162 boiler 115 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Topline, GB162 boiler 115 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Topline, GB162 boiler 115 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Topline, GB162 boiler 115 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Topline, GB162 boiler 115 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Topline, GB162 boiler 115 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Topline, GB162 boiler 115 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Topline, GB162 boiler 115 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Topline, GB162 boiler 115 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Topline, GB162 boiler 115 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Topline, GB162 boiler 115 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Topline, GB162 boiler 115 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Topline, GB162 boiler 115 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Topline, GB162 boiler 115 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Topline, GB162 boiler 115 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Topline, GB162 boiler 115 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Topline, GB162 boiler 115 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Topline, GB162 boiler 115 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Topline, GB162 boiler 115 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Topline, GB162 boiler 115 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Topline, GB162 boiler 115 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Topline, GB162 boiler 115 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Topline, GB162 boiler 115 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Topline, GB162 boiler 115 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Topline, GB162 boiler 115 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Topline, GB162 boiler 115 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Topline, GB162 boiler 115 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Topline, GB162 boiler 115 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Topline, GB162 boiler 115 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Topline, GB162 boiler 115 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Topline, GB162 boiler 115 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Topline, GB162 boiler 115 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Topline, GB162 boiler 115 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Topline, GB162 boiler 115 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Topline, GB162 boiler 115 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Topline, GB162 boiler 115 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Topline, GB162 boiler 115 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Topline, GB162 boiler 115 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Topline, GB162 boiler 115 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Topline, GB162 boiler 115 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Topline, GB162 boiler 115 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Topline, GB162 boiler 115 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Topline, GB162 boiler 115 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Topline, GB162 boiler 115 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Topline, GB162 boiler 115 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Topline, GB162 boiler 115 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Topline, GB162 boiler 115 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MCM10 boiler 121 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MCM10 boiler 121 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MCM10 boiler 121 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MCM10 boiler 121 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MCM10 boiler 121 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MCM10 boiler 121 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MCM10 boiler 121 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MCM10 boiler 121 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MCM10 boiler 121 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MCM10 boiler 121 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MCM10 boiler 121 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MCM10 boiler 121 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MCM10 boiler 121 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MCM10 boiler 121 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MCM10 boiler 121 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MCM10 boiler 121 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MCM10 boiler 121 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MCM10 boiler 121 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MCM10 boiler 121 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MCM10 boiler 121 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MCM10 boiler 121 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MCM10 boiler 121 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MCM10 boiler 121 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MCM10 boiler 121 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MCM10 boiler 121 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MCM10 boiler 121 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MCM10 boiler 121 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MCM10 boiler 121 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MCM10 boiler 121 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MCM10 boiler 121 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MCM10 boiler 121 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MCM10 boiler 121 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MCM10 boiler 121 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MCM10 boiler 121 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MCM10 boiler 121 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MCM10 boiler 121 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MCM10 boiler 121 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MCM10 boiler 121 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MCM10 boiler 121 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MCM10 boiler 121 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MCM10 boiler 121 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MCM10 boiler 121 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MCM10 boiler 121 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MCM10 boiler 121 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MCM10 boiler 121 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MCM10 boiler 121 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MCM10 boiler 121 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MCM10 boiler 121 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MCM10 boiler 121 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MCM10 boiler 121 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MCM10 boiler 121 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MCM10 boiler 121 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MCM10 boiler 121 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MCM10 boiler 121 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MCM10 boiler 121 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MCM10 boiler 121 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MCM10 boiler 121 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MCM10 boiler 121 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MCM10 boiler 121 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MCM10 boiler 121 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MCM10 boiler 121 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MCM10 boiler 121 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MCM10 boiler 121 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MCM10 boiler 121 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MCM10 boiler 121 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MCM10 boiler 121 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MCM10 boiler 121 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MCM10 boiler 121 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MCM10 boiler 121 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MCM10 boiler 121 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MCM10 boiler 121 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MCM10 boiler 121 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MCM10 boiler 121 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MCM10 boiler 121 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MCM10 boiler 121 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MCM10 boiler 121 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MCM10 boiler 121 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MCM10 boiler 121 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MCM10 boiler 121 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MCM10 boiler 121 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MCM10 boiler 121 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MCM10 boiler 121 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MCM10 boiler 121 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MCM10 boiler 121 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MCM10 boiler 121 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MCM10 boiler 121 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MCM10 boiler 121 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MCM10 boiler 121 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MCM10 boiler 121 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MCM10 boiler 121 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MCM10 boiler 121 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MCM10 boiler 121 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MCM10 boiler 121 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MCM10 boiler 121 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MCM10 boiler 121 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MCM10 boiler 121 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MCM10 boiler 121 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MCM10 boiler 121 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MCM10 boiler 121 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MCM10 boiler 121 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MCM10 boiler 121 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MCM10 boiler 121 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MCM10 boiler 121 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MCM10 boiler 121 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MCM10 boiler 121 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MCM10 boiler 121 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MCM10 boiler 121 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MCM10 boiler 121 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MCM10 boiler 121 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MCM10 boiler 121 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Proline boiler 122 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Proline boiler 122 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Proline boiler 122 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Proline boiler 122 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Proline boiler 122 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Proline boiler 122 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Proline boiler 122 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Proline boiler 122 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Proline boiler 122 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Proline boiler 122 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Proline boiler 122 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Proline boiler 122 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Proline boiler 122 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Proline boiler 122 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Proline boiler 122 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Proline boiler 122 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Proline boiler 122 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Proline boiler 122 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Proline boiler 122 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Proline boiler 122 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Proline boiler 122 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Proline boiler 122 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Proline boiler 122 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Proline boiler 122 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Proline boiler 122 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Proline boiler 122 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Proline boiler 122 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Proline boiler 122 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Proline boiler 122 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Proline boiler 122 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Proline boiler 122 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Proline boiler 122 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Proline boiler 122 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Proline boiler 122 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Proline boiler 122 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Proline boiler 122 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Proline boiler 122 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Proline boiler 122 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Proline boiler 122 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Proline boiler 122 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Proline boiler 122 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Proline boiler 122 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Proline boiler 122 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Proline boiler 122 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Proline boiler 122 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Proline boiler 122 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Proline boiler 122 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Proline boiler 122 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Proline boiler 122 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Proline boiler 122 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Proline boiler 122 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Proline boiler 122 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Proline boiler 122 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Proline boiler 122 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Proline boiler 122 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Proline boiler 122 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Proline boiler 122 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Proline boiler 122 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Proline boiler 122 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Proline boiler 122 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Proline boiler 122 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Proline boiler 122 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Proline boiler 122 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Proline boiler 122 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Proline boiler 122 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Proline boiler 122 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Proline boiler 122 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Proline boiler 122 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Proline boiler 122 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Proline boiler 122 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Proline boiler 122 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Proline boiler 122 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Proline boiler 122 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Proline boiler 122 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Proline boiler 122 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Proline boiler 122 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Proline boiler 122 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Proline boiler 122 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Proline boiler 122 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Proline boiler 122 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Proline boiler 122 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Proline boiler 122 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Proline boiler 122 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Proline boiler 122 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Proline boiler 122 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Proline boiler 122 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Proline boiler 122 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Proline boiler 122 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Proline boiler 122 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Proline boiler 122 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Proline boiler 122 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Proline boiler 122 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Proline boiler 122 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Proline boiler 122 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Proline boiler 122 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Proline boiler 122 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Proline boiler 122 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Proline boiler 122 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Proline boiler 122 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Proline boiler 122 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Proline boiler 122 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Proline boiler 122 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Proline boiler 122 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Proline boiler 122 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Proline boiler 122 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Proline boiler 122 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Proline boiler 122 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Proline boiler 122 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Proline boiler 122 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Proline boiler 122 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB212 boiler 131 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB212 boiler 131 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB212 boiler 131 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB212 boiler 131 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB212 boiler 131 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB212 boiler 131 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB212 boiler 131 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB212 boiler 131 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB212 boiler 131 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB212 boiler 131 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB212 boiler 131 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB212 boiler 131 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB212 boiler 131 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB212 boiler 131 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB212 boiler 131 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB212 boiler 131 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB212 boiler 131 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB212 boiler 131 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB212 boiler 131 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB212 boiler 131 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB212 boiler 131 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB212 boiler 131 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB212 boiler 131 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB212 boiler 131 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB212 boiler 131 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB212 boiler 131 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB212 boiler 131 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB212 boiler 131 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB212 boiler 131 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB212 boiler 131 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB212 boiler 131 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB212 boiler 131 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB212 boiler 131 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB212 boiler 131 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB212 boiler 131 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB212 boiler 131 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB212 boiler 131 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB212 boiler 131 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB212 boiler 131 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB212 boiler 131 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB212 boiler 131 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB212 boiler 131 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB212 boiler 131 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB212 boiler 131 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB212 boiler 131 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB212 boiler 131 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB212 boiler 131 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB212 boiler 131 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB212 boiler 131 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB212 boiler 131 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB212 boiler 131 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB212 boiler 131 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB212 boiler 131 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB212 boiler 131 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB212 boiler 131 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB212 boiler 131 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB212 boiler 131 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB212 boiler 131 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB212 boiler 131 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB212 boiler 131 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB212 boiler 131 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB212 boiler 131 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB212 boiler 131 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB212 boiler 131 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB212 boiler 131 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB212 boiler 131 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB212 boiler 131 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB212 boiler 131 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB212 boiler 131 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB212 boiler 131 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB212 boiler 131 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB212 boiler 131 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB212 boiler 131 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB212 boiler 131 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB212 boiler 131 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB212 boiler 131 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB212 boiler 131 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB212 boiler 131 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB212 boiler 131 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB212 boiler 131 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB212 boiler 131 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB212 boiler 131 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB212 boiler 131 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB212 boiler 131 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB212 boiler 131 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB212 boiler 131 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB212 boiler 131 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB212 boiler 131 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB212 boiler 131 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB212 boiler 131 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB212 boiler 131 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB212 boiler 131 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB212 boiler 131 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB212 boiler 131 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB212 boiler 131 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB212 boiler 131 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB212 boiler 131 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB212 boiler 131 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB212 boiler 131 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB212 boiler 131 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB212 boiler 131 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB212 boiler 131 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB212 boiler 131 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB212 boiler 131 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB212 boiler 131 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB212 boiler 131 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB212 boiler 131 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB212 boiler 131 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB212 boiler 131 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB212 boiler 131 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GC7000F boiler 132 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GC7000F boiler 132 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GC7000F boiler 132 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GC7000F boiler 132 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GC7000F boiler 132 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GC7000F boiler 132 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GC7000F boiler 132 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GC7000F boiler 132 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GC7000F boiler 132 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GC7000F boiler 132 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GC7000F boiler 132 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GC7000F boiler 132 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GC7000F boiler 132 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GC7000F boiler 132 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GC7000F boiler 132 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GC7000F boiler 132 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GC7000F boiler 132 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GC7000F boiler 132 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GC7000F boiler 132 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GC7000F boiler 132 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GC7000F boiler 132 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GC7000F boiler 132 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GC7000F boiler 132 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GC7000F boiler 132 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GC7000F boiler 132 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GC7000F boiler 132 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GC7000F boiler 132 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GC7000F boiler 132 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GC7000F boiler 132 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GC7000F boiler 132 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GC7000F boiler 132 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GC7000F boiler 132 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GC7000F boiler 132 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GC7000F boiler 132 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GC7000F boiler 132 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GC7000F boiler 132 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GC7000F boiler 132 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GC7000F boiler 132 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GC7000F boiler 132 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GC7000F boiler 132 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GC7000F boiler 132 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GC7000F boiler 132 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GC7000F boiler 132 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GC7000F boiler 132 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GC7000F boiler 132 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GC7000F boiler 132 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GC7000F boiler 132 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GC7000F boiler 132 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GC7000F boiler 132 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GC7000F boiler 132 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GC7000F boiler 132 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GC7000F boiler 132 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GC7000F boiler 132 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GC7000F boiler 132 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GC7000F boiler 132 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GC7000F boiler 132 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GC7000F boiler 132 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GC7000F boiler 132 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GC7000F boiler 132 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GC7000F boiler 132 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GC7000F boiler 132 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GC7000F boiler 132 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GC7000F boiler 132 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GC7000F boiler 132 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GC7000F boiler 132 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GC7000F boiler 132 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GC7000F boiler 132 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GC7000F boiler 132 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GC7000F boiler 132 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GC7000F boiler 132 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GC7000F boiler 132 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GC7000F boiler 132 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GC7000F boiler 132 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GC7000F boiler 132 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GC7000F boiler 132 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GC7000F boiler 132 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GC7000F boiler 132 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GC7000F boiler 132 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GC7000F boiler 132 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GC7000F boiler 132 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GC7000F boiler 132 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GC7000F boiler 132 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GC7000F boiler 132 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GC7000F boiler 132 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GC7000F boiler 132 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GC7000F boiler 132 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GC7000F boiler 132 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GC7000F boiler 132 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GC7000F boiler 132 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GC7000F boiler 132 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GC7000F boiler 132 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GC7000F boiler 132 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GC7000F boiler 132 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GC7000F boiler 132 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GC7000F boiler 132 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GC7000F boiler 132 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GC7000F boiler 132 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GC7000F boiler 132 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GC7000F boiler 132 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GC7000F boiler 132 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GC7000F boiler 132 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GC7000F boiler 132 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GC7000F boiler 132 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GC7000F boiler 132 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GC7000F boiler 132 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GC7000F boiler 132 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GC7000F boiler 132 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GC7000F boiler 132 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GC7000F boiler 132 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GC7000F boiler 132 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar 30Ri Compact boiler 154 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar 30Ri Compact boiler 154 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar 30Ri Compact boiler 154 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar 30Ri Compact boiler 154 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar 30Ri Compact boiler 154 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar 30Ri Compact boiler 154 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar 30Ri Compact boiler 154 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar 30Ri Compact boiler 154 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar 30Ri Compact boiler 154 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar 30Ri Compact boiler 154 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar 30Ri Compact boiler 154 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar 30Ri Compact boiler 154 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar 30Ri Compact boiler 154 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar 30Ri Compact boiler 154 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Greenstar 30Ri Compact boiler 154 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Greenstar 30Ri Compact boiler 154 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Greenstar 30Ri Compact boiler 154 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Greenstar 30Ri Compact boiler 154 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Greenstar 30Ri Compact boiler 154 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Greenstar 30Ri Compact boiler 154 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Greenstar 30Ri Compact boiler 154 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Greenstar 30Ri Compact boiler 154 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Greenstar 30Ri Compact boiler 154 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Greenstar 30Ri Compact boiler 154 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Greenstar 30Ri Compact boiler 154 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Greenstar 30Ri Compact boiler 154 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Greenstar 30Ri Compact boiler 154 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Greenstar 30Ri Compact boiler 154 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Greenstar 30Ri Compact boiler 154 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Greenstar 30Ri Compact boiler 154 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Greenstar 30Ri Compact boiler 154 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Greenstar 30Ri Compact boiler 154 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Greenstar 30Ri Compact boiler 154 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Greenstar 30Ri Compact boiler 154 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Greenstar 30Ri Compact boiler 154 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Greenstar 30Ri Compact boiler 154 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar 30Ri Compact boiler 154 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar 30Ri Compact boiler 154 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar 30Ri Compact boiler 154 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar 30Ri Compact boiler 154 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar 30Ri Compact boiler 154 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar 30Ri Compact boiler 154 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar 30Ri Compact boiler 154 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar 30Ri Compact boiler 154 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar 30Ri Compact boiler 154 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar 30Ri Compact boiler 154 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar 30Ri Compact boiler 154 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar 30Ri Compact boiler 154 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar 30Ri Compact boiler 154 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar 30Ri Compact boiler 154 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar 30Ri Compact boiler 154 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar 30Ri Compact boiler 154 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar 30Ri Compact boiler 154 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar 30Ri Compact boiler 154 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar 30Ri Compact boiler 154 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar 30Ri Compact boiler 154 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar 30Ri Compact boiler 154 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar 30Ri Compact boiler 154 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar 30Ri Compact boiler 154 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar 30Ri Compact boiler 154 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar 30Ri Compact boiler 154 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar 30Ri Compact boiler 154 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar 30Ri Compact boiler 154 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar 30Ri Compact boiler 154 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar 30Ri Compact boiler 154 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar 30Ri Compact boiler 154 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar 30Ri Compact boiler 154 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar 30Ri Compact boiler 154 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar 30Ri Compact boiler 154 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar 30Ri Compact boiler 154 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar 30Ri Compact boiler 154 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar 30Ri Compact boiler 154 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar 30Ri Compact boiler 154 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar 30Ri Compact boiler 154 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar 30Ri Compact boiler 154 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar 30Ri Compact boiler 154 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar 30Ri Compact boiler 154 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar 30Ri Compact boiler 154 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar 30Ri Compact boiler 154 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar 30Ri Compact boiler 154 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar 30Ri Compact boiler 154 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar 30Ri Compact boiler 154 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar 30Ri Compact boiler 154 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar 30Ri Compact boiler 154 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar 30Ri Compact boiler 154 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar 30Ri Compact boiler 154 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar 30Ri Compact boiler 154 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar 30Ri Compact boiler 154 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar 30Ri Compact boiler 154 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar 30Ri Compact boiler 154 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar 30Ri Compact boiler 154 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar 30Ri Compact boiler 154 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar 30Ri Compact boiler 154 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar 30Ri Compact boiler 154 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar 30Ri Compact boiler 154 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar 30Ri Compact boiler 154 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar 30Ri Compact boiler 154 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar 30Ri Compact boiler 154 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar 30Ri Compact boiler 154 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar 30Ri Compact boiler 154 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar 30Ri Compact boiler 154 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar 30Ri Compact boiler 154 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar 30Ri Compact boiler 154 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar 30Ri Compact boiler 154 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar 30Ri Compact boiler 154 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar 30Ri Compact boiler 154 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Greenstar 30Ri Compact boiler 154 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Greenstar 30Ri Compact boiler 154 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Greenstar 30Ri Compact boiler 154 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Greenstar 30Ri Compact boiler 154 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cerapur Aero boiler 167 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cerapur Aero boiler 167 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cerapur Aero boiler 167 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cerapur Aero boiler 167 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cerapur Aero boiler 167 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cerapur Aero boiler 167 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cerapur Aero boiler 167 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cerapur Aero boiler 167 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cerapur Aero boiler 167 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cerapur Aero boiler 167 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cerapur Aero boiler 167 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cerapur Aero boiler 167 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cerapur Aero boiler 167 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cerapur Aero boiler 167 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cerapur Aero boiler 167 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cerapur Aero boiler 167 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cerapur Aero boiler 167 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cerapur Aero boiler 167 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cerapur Aero boiler 167 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cerapur Aero boiler 167 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cerapur Aero boiler 167 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cerapur Aero boiler 167 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cerapur Aero boiler 167 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cerapur Aero boiler 167 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cerapur Aero boiler 167 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cerapur Aero boiler 167 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cerapur Aero boiler 167 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cerapur Aero boiler 167 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cerapur Aero boiler 167 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cerapur Aero boiler 167 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cerapur Aero boiler 167 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cerapur Aero boiler 167 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cerapur Aero boiler 167 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cerapur Aero boiler 167 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cerapur Aero boiler 167 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cerapur Aero boiler 167 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cerapur Aero boiler 167 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cerapur Aero boiler 167 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cerapur Aero boiler 167 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cerapur Aero boiler 167 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cerapur Aero boiler 167 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cerapur Aero boiler 167 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cerapur Aero boiler 167 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cerapur Aero boiler 167 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cerapur Aero boiler 167 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cerapur Aero boiler 167 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cerapur Aero boiler 167 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cerapur Aero boiler 167 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cerapur Aero boiler 167 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cerapur Aero boiler 167 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cerapur Aero boiler 167 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cerapur Aero boiler 167 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cerapur Aero boiler 167 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cerapur Aero boiler 167 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cerapur Aero boiler 167 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cerapur Aero boiler 167 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cerapur Aero boiler 167 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cerapur Aero boiler 167 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cerapur Aero boiler 167 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cerapur Aero boiler 167 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cerapur Aero boiler 167 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cerapur Aero boiler 167 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cerapur Aero boiler 167 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cerapur Aero boiler 167 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cerapur Aero boiler 167 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cerapur Aero boiler 167 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cerapur Aero boiler 167 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cerapur Aero boiler 167 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cerapur Aero boiler 167 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cerapur Aero boiler 167 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cerapur Aero boiler 167 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cerapur Aero boiler 167 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cerapur Aero boiler 167 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cerapur Aero boiler 167 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cerapur Aero boiler 167 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cerapur Aero boiler 167 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cerapur Aero boiler 167 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cerapur Aero boiler 167 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cerapur Aero boiler 167 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cerapur Aero boiler 167 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cerapur Aero boiler 167 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cerapur Aero boiler 167 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cerapur Aero boiler 167 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cerapur Aero boiler 167 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cerapur Aero boiler 167 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cerapur Aero boiler 167 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cerapur Aero boiler 167 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cerapur Aero boiler 167 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cerapur Aero boiler 167 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cerapur Aero boiler 167 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cerapur Aero boiler 167 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cerapur Aero boiler 167 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cerapur Aero boiler 167 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cerapur Aero boiler 167 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cerapur Aero boiler 167 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cerapur Aero boiler 167 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cerapur Aero boiler 167 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cerapur Aero boiler 167 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cerapur Aero boiler 167 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cerapur Aero boiler 167 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cerapur Aero boiler 167 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cerapur Aero boiler 167 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cerapur Aero boiler 167 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cerapur Aero boiler 167 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cerapur Aero boiler 167 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cerapur Aero boiler 167 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cerapur Aero boiler 167 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cerapur Aero boiler 167 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cerapur Aero boiler 167 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cerapur Aero boiler 167 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Hybrid Heatpump boiler 168 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Hybrid Heatpump boiler 168 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Hybrid Heatpump boiler 168 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Hybrid Heatpump boiler 168 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Hybrid Heatpump boiler 168 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Hybrid Heatpump boiler 168 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Hybrid Heatpump boiler 168 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Hybrid Heatpump boiler 168 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Hybrid Heatpump boiler 168 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Hybrid Heatpump boiler 168 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Hybrid Heatpump boiler 168 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Hybrid Heatpump boiler 168 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Hybrid Heatpump boiler 168 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Hybrid Heatpump boiler 168 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Hybrid Heatpump boiler 168 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Hybrid Heatpump boiler 168 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Hybrid Heatpump boiler 168 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Hybrid Heatpump boiler 168 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Hybrid Heatpump boiler 168 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Hybrid Heatpump boiler 168 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Hybrid Heatpump boiler 168 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Hybrid Heatpump boiler 168 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Hybrid Heatpump boiler 168 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Hybrid Heatpump boiler 168 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Hybrid Heatpump boiler 168 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Hybrid Heatpump boiler 168 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Hybrid Heatpump boiler 168 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Hybrid Heatpump boiler 168 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Hybrid Heatpump boiler 168 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Hybrid Heatpump boiler 168 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Hybrid Heatpump boiler 168 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Hybrid Heatpump boiler 168 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Hybrid Heatpump boiler 168 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Hybrid Heatpump boiler 168 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Hybrid Heatpump boiler 168 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Hybrid Heatpump boiler 168 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Hybrid Heatpump boiler 168 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Hybrid Heatpump boiler 168 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Hybrid Heatpump boiler 168 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Hybrid Heatpump boiler 168 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Hybrid Heatpump boiler 168 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Hybrid Heatpump boiler 168 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Hybrid Heatpump boiler 168 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Hybrid Heatpump boiler 168 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Hybrid Heatpump boiler 168 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Hybrid Heatpump boiler 168 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Hybrid Heatpump boiler 168 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Hybrid Heatpump boiler 168 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Hybrid Heatpump boiler 168 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Hybrid Heatpump boiler 168 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Hybrid Heatpump boiler 168 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Hybrid Heatpump boiler 168 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Hybrid Heatpump boiler 168 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Hybrid Heatpump boiler 168 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Hybrid Heatpump boiler 168 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Hybrid Heatpump boiler 168 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Hybrid Heatpump boiler 168 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Hybrid Heatpump boiler 168 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Hybrid Heatpump boiler 168 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Hybrid Heatpump boiler 168 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Hybrid Heatpump boiler 168 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Hybrid Heatpump boiler 168 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Hybrid Heatpump boiler 168 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Hybrid Heatpump boiler 168 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Hybrid Heatpump boiler 168 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Hybrid Heatpump boiler 168 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Hybrid Heatpump boiler 168 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Hybrid Heatpump boiler 168 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Hybrid Heatpump boiler 168 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Hybrid Heatpump boiler 168 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Hybrid Heatpump boiler 168 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Hybrid Heatpump boiler 168 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Hybrid Heatpump boiler 168 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Hybrid Heatpump boiler 168 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Hybrid Heatpump boiler 168 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Hybrid Heatpump boiler 168 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Hybrid Heatpump boiler 168 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Hybrid Heatpump boiler 168 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Hybrid Heatpump boiler 168 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Hybrid Heatpump boiler 168 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Hybrid Heatpump boiler 168 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Hybrid Heatpump boiler 168 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Hybrid Heatpump boiler 168 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Hybrid Heatpump boiler 168 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Hybrid Heatpump boiler 168 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Hybrid Heatpump boiler 168 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Hybrid Heatpump boiler 168 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Hybrid Heatpump boiler 168 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Hybrid Heatpump boiler 168 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Hybrid Heatpump boiler 168 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Hybrid Heatpump boiler 168 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Hybrid Heatpump boiler 168 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Hybrid Heatpump boiler 168 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Hybrid Heatpump boiler 168 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Hybrid Heatpump boiler 168 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Hybrid Heatpump boiler 168 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Hybrid Heatpump boiler 168 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Hybrid Heatpump boiler 168 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Hybrid Heatpump boiler 168 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Hybrid Heatpump boiler 168 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Hybrid Heatpump boiler 168 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Hybrid Heatpump boiler 168 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Hybrid Heatpump boiler 168 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Hybrid Heatpump boiler 168 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Hybrid Heatpump boiler 168 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Hybrid Heatpump boiler 168 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Hybrid Heatpump boiler 168 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Hybrid Heatpump boiler 168 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Hybrid Heatpump boiler 168 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Hybrid Heatpump boiler 168 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB212 boiler 170 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB212 boiler 170 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB212 boiler 170 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB212 boiler 170 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB212 boiler 170 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB212 boiler 170 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB212 boiler 170 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB212 boiler 170 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB212 boiler 170 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB212 boiler 170 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB212 boiler 170 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB212 boiler 170 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB212 boiler 170 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB212 boiler 170 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB212 boiler 170 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB212 boiler 170 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB212 boiler 170 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB212 boiler 170 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB212 boiler 170 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB212 boiler 170 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB212 boiler 170 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB212 boiler 170 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB212 boiler 170 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB212 boiler 170 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB212 boiler 170 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB212 boiler 170 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB212 boiler 170 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB212 boiler 170 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB212 boiler 170 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB212 boiler 170 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB212 boiler 170 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB212 boiler 170 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB212 boiler 170 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB212 boiler 170 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB212 boiler 170 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB212 boiler 170 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB212 boiler 170 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB212 boiler 170 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB212 boiler 170 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB212 boiler 170 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB212 boiler 170 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB212 boiler 170 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB212 boiler 170 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB212 boiler 170 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB212 boiler 170 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB212 boiler 170 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB212 boiler 170 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB212 boiler 170 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB212 boiler 170 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB212 boiler 170 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB212 boiler 170 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB212 boiler 170 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB212 boiler 170 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB212 boiler 170 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB212 boiler 170 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB212 boiler 170 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB212 boiler 170 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB212 boiler 170 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB212 boiler 170 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB212 boiler 170 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB212 boiler 170 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB212 boiler 170 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB212 boiler 170 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB212 boiler 170 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB212 boiler 170 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB212 boiler 170 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB212 boiler 170 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB212 boiler 170 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB212 boiler 170 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB212 boiler 170 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB212 boiler 170 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB212 boiler 170 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB212 boiler 170 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB212 boiler 170 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB212 boiler 170 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB212 boiler 170 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB212 boiler 170 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB212 boiler 170 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB212 boiler 170 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB212 boiler 170 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB212 boiler 170 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB212 boiler 170 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB212 boiler 170 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB212 boiler 170 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB212 boiler 170 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB212 boiler 170 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB212 boiler 170 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB212 boiler 170 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB212 boiler 170 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB212 boiler 170 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB212 boiler 170 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB212 boiler 170 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB212 boiler 170 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB212 boiler 170 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB212 boiler 170 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB212 boiler 170 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB212 boiler 170 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB212 boiler 170 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB212 boiler 170 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB212 boiler 170 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB212 boiler 170 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB212 boiler 170 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB212 boiler 170 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB212 boiler 170 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB212 boiler 170 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB212 boiler 170 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB212 boiler 170 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB212 boiler 170 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB212 boiler 170 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB212 boiler 170 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Geo 5xx boiler 173 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Geo 5xx boiler 173 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Geo 5xx boiler 173 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Geo 5xx boiler 173 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Geo 5xx boiler 173 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Geo 5xx boiler 173 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Geo 5xx boiler 173 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Geo 5xx boiler 173 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Geo 5xx boiler 173 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Geo 5xx boiler 173 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Geo 5xx boiler 173 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Geo 5xx boiler 173 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Geo 5xx boiler 173 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Geo 5xx boiler 173 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Geo 5xx boiler 173 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Geo 5xx boiler 173 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Geo 5xx boiler 173 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Geo 5xx boiler 173 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Geo 5xx boiler 173 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Geo 5xx boiler 173 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Geo 5xx boiler 173 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Geo 5xx boiler 173 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Geo 5xx boiler 173 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Geo 5xx boiler 173 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Geo 5xx boiler 173 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Geo 5xx boiler 173 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Geo 5xx boiler 173 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Geo 5xx boiler 173 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Geo 5xx boiler 173 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Geo 5xx boiler 173 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Geo 5xx boiler 173 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Geo 5xx boiler 173 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Geo 5xx boiler 173 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Geo 5xx boiler 173 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Geo 5xx boiler 173 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Geo 5xx boiler 173 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Geo 5xx boiler 173 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Geo 5xx boiler 173 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Geo 5xx boiler 173 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Geo 5xx boiler 173 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Geo 5xx boiler 173 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Geo 5xx boiler 173 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Geo 5xx boiler 173 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Geo 5xx boiler 173 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Geo 5xx boiler 173 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Geo 5xx boiler 173 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Geo 5xx boiler 173 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Geo 5xx boiler 173 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Geo 5xx boiler 173 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Geo 5xx boiler 173 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Geo 5xx boiler 173 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Geo 5xx boiler 173 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Geo 5xx boiler 173 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Geo 5xx boiler 173 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Geo 5xx boiler 173 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Geo 5xx boiler 173 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Geo 5xx boiler 173 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Geo 5xx boiler 173 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Geo 5xx boiler 173 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Geo 5xx boiler 173 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Geo 5xx boiler 173 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Geo 5xx boiler 173 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Geo 5xx boiler 173 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Geo 5xx boiler 173 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Geo 5xx boiler 173 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Geo 5xx boiler 173 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Geo 5xx boiler 173 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Geo 5xx boiler 173 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Geo 5xx boiler 173 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Geo 5xx boiler 173 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Geo 5xx boiler 173 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Geo 5xx boiler 173 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Geo 5xx boiler 173 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Geo 5xx boiler 173 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Geo 5xx boiler 173 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Geo 5xx boiler 173 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Geo 5xx boiler 173 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Geo 5xx boiler 173 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Geo 5xx boiler 173 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Geo 5xx boiler 173 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Geo 5xx boiler 173 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Geo 5xx boiler 173 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Geo 5xx boiler 173 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Geo 5xx boiler 173 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Geo 5xx boiler 173 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Geo 5xx boiler 173 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Geo 5xx boiler 173 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Geo 5xx boiler 173 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Geo 5xx boiler 173 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Geo 5xx boiler 173 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Geo 5xx boiler 173 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Geo 5xx boiler 173 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Geo 5xx boiler 173 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Geo 5xx boiler 173 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Geo 5xx boiler 173 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Geo 5xx boiler 173 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Geo 5xx boiler 173 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Geo 5xx boiler 173 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Geo 5xx boiler 173 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Geo 5xx boiler 173 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Geo 5xx boiler 173 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Geo 5xx boiler 173 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Geo 5xx boiler 173 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Geo 5xx boiler 173 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Geo 5xx boiler 173 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Geo 5xx boiler 173 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Geo 5xx boiler 173 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Geo 5xx boiler 173 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Geo 5xx boiler 173 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Geo 5xx boiler 173 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Geo 5xx boiler 173 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Geo 5xx boiler 173 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Geo 5xx boiler 173 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Geo 5xx boiler 173 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Geo 5xx boiler 173 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Geo 5xx boiler 173 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Geo 5xx boiler 173 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Geo 5xx boiler 173 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Geo 5xx boiler 173 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Geo 5xx boiler 173 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Geo 5xx boiler 173 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Geo 5xx boiler 173 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Geo 5xx boiler 173 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Geo 5xx boiler 173 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Geo 5xx boiler 173 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Geo 5xx boiler 173 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Geo 5xx boiler 173 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Geo 5xx boiler 173 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Geo 5xx boiler 173 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Geo 5xx boiler 173 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Geo 5xx boiler 173 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Geo 5xx boiler 173 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Geo 5xx boiler 173 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Geo 5xx boiler 173 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Geo 5xx boiler 173 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Geo 5xx boiler 173 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Geo 5xx boiler 173 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Geo 5xx boiler 173 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Geo 5xx boiler 173 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Geo 5xx boiler 173 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Geo 5xx boiler 173 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Geo 5xx boiler 173 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Geo 5xx boiler 173 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Geo 5xx boiler 173 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Geo 5xx boiler 173 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Geo 5xx boiler 173 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Geo 5xx boiler 173 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Geo 5xx boiler 173 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Geo 5xx boiler 173 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Geo 5xx boiler 173 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Geo 5xx boiler 173 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Geo 5xx boiler 173 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Geo 5xx boiler 173 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Geo 5xx boiler 173 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Geo 5xx boiler 173 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Geo 5xx boiler 173 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Geo 5xx boiler 173 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Geo 5xx boiler 173 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Geo 5xx boiler 173 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Geo 5xx boiler 173 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Geo 5xx boiler 173 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Geo 5xx boiler 173 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Geo 5xx boiler 173 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Geo 5xx boiler 173 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Geo 5xx boiler 173 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Geo 5xx boiler 173 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Geo 5xx boiler 173 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Geo 5xx boiler 173 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Geo 5xx boiler 173 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Geo 5xx boiler 173 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Geo 5xx boiler 173 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Geo 5xx boiler 173 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Geo 5xx boiler 173 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Geo 5xx boiler 173 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Geo 5xx boiler 173 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Geo 5xx boiler 173 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Geo 5xx boiler 173 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Geo 5xx boiler 173 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Geo 5xx boiler 173 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Geo 5xx boiler 173 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Geo 5xx boiler 173 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Geo 5xx boiler 173 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Geo 5xx boiler 173 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Geo 5xx boiler 173 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Geo 5xx boiler 173 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Geo 5xx boiler 173 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Geo 5xx boiler 173 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Geo 5xx boiler 173 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Geo 5xx boiler 173 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Geo 5xx boiler 173 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Geo 5xx boiler 173 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Geo 5xx boiler 173 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Geo 5xx boiler 173 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Geo 5xx boiler 173 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Geo 5xx boiler 173 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Geo 5xx boiler 173 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Geo 5xx boiler 173 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Geo 5xx boiler 173 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Geo 5xx boiler 173 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Geo 5xx boiler 173 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Geo 5xx boiler 173 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Geo 5xx boiler 173 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Geo 5xx boiler 173 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Geo 5xx boiler 173 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Geo 5xx boiler 173 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax U122, Cerapur boiler 203 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax U122, Cerapur boiler 203 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax U122, Cerapur boiler 203 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax U122, Cerapur boiler 203 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax U122, Cerapur boiler 203 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax U122, Cerapur boiler 203 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax U122, Cerapur boiler 203 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax U122, Cerapur boiler 203 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax U122, Cerapur boiler 203 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax U122, Cerapur boiler 203 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax U122, Cerapur boiler 203 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax U122, Cerapur boiler 203 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax U122, Cerapur boiler 203 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax U122, Cerapur boiler 203 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax U122, Cerapur boiler 203 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax U122, Cerapur boiler 203 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax U122, Cerapur boiler 203 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax U122, Cerapur boiler 203 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax U122, Cerapur boiler 203 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax U122, Cerapur boiler 203 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax U122, Cerapur boiler 203 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax U122, Cerapur boiler 203 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax U122, Cerapur boiler 203 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax U122, Cerapur boiler 203 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax U122, Cerapur boiler 203 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax U122, Cerapur boiler 203 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax U122, Cerapur boiler 203 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax U122, Cerapur boiler 203 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax U122, Cerapur boiler 203 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax U122, Cerapur boiler 203 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax U122, Cerapur boiler 203 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax U122, Cerapur boiler 203 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax U122, Cerapur boiler 203 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax U122, Cerapur boiler 203 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax U122, Cerapur boiler 203 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax U122, Cerapur boiler 203 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax U122, Cerapur boiler 203 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax U122, Cerapur boiler 203 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax U122, Cerapur boiler 203 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax U122, Cerapur boiler 203 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax U122, Cerapur boiler 203 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax U122, Cerapur boiler 203 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax U122, Cerapur boiler 203 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax U122, Cerapur boiler 203 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax U122, Cerapur boiler 203 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax U122, Cerapur boiler 203 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax U122, Cerapur boiler 203 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax U122, Cerapur boiler 203 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax U122, Cerapur boiler 203 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax U122, Cerapur boiler 203 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax U122, Cerapur boiler 203 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax U122, Cerapur boiler 203 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax U122, Cerapur boiler 203 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax U122, Cerapur boiler 203 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax U122, Cerapur boiler 203 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax U122, Cerapur boiler 203 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax U122, Cerapur boiler 203 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax U122, Cerapur boiler 203 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax U122, Cerapur boiler 203 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax U122, Cerapur boiler 203 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax U122, Cerapur boiler 203 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax U122, Cerapur boiler 203 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax U122, Cerapur boiler 203 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax U122, Cerapur boiler 203 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax U122, Cerapur boiler 203 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax U122, Cerapur boiler 203 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax U122, Cerapur boiler 203 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax U122, Cerapur boiler 203 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax U122, Cerapur boiler 203 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax U122, Cerapur boiler 203 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax U122, Cerapur boiler 203 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax U122, Cerapur boiler 203 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax U122, Cerapur boiler 203 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax U122, Cerapur boiler 203 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax U122, Cerapur boiler 203 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax U122, Cerapur boiler 203 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax U122, Cerapur boiler 203 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax U122, Cerapur boiler 203 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax U122, Cerapur boiler 203 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax U122, Cerapur boiler 203 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax U122, Cerapur boiler 203 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax U122, Cerapur boiler 203 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax U122, Cerapur boiler 203 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax U122, Cerapur boiler 203 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax U122, Cerapur boiler 203 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax U122, Cerapur boiler 203 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax U122, Cerapur boiler 203 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax U122, Cerapur boiler 203 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax U122, Cerapur boiler 203 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax U122, Cerapur boiler 203 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax U122, Cerapur boiler 203 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax U122, Cerapur boiler 203 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax U122, Cerapur boiler 203 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax U122, Cerapur boiler 203 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax U122, Cerapur boiler 203 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax U122, Cerapur boiler 203 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax U122, Cerapur boiler 203 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax U122, Cerapur boiler 203 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax U122, Cerapur boiler 203 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax U122, Cerapur boiler 203 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax U122, Cerapur boiler 203 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax U122, Cerapur boiler 203 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax U122, Cerapur boiler 203 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax U122, Cerapur boiler 203 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax U122, Cerapur boiler 203 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax U122, Cerapur boiler 203 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax U122, Cerapur boiler 203 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax U122, Cerapur boiler 203 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax U122, Cerapur boiler 203 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax U122, Cerapur boiler 203 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Ecomline Excellent boiler 206 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Ecomline Excellent boiler 206 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Ecomline Excellent boiler 206 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Ecomline Excellent boiler 206 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Ecomline Excellent boiler 206 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Ecomline Excellent boiler 206 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Ecomline Excellent boiler 206 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Ecomline Excellent boiler 206 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Ecomline Excellent boiler 206 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Ecomline Excellent boiler 206 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Ecomline Excellent boiler 206 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Ecomline Excellent boiler 206 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Ecomline Excellent boiler 206 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Ecomline Excellent boiler 206 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Ecomline Excellent boiler 206 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Ecomline Excellent boiler 206 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Ecomline Excellent boiler 206 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Ecomline Excellent boiler 206 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Ecomline Excellent boiler 206 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Ecomline Excellent boiler 206 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Ecomline Excellent boiler 206 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Ecomline Excellent boiler 206 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Ecomline Excellent boiler 206 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Ecomline Excellent boiler 206 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Ecomline Excellent boiler 206 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Ecomline Excellent boiler 206 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Ecomline Excellent boiler 206 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Ecomline Excellent boiler 206 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Ecomline Excellent boiler 206 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Ecomline Excellent boiler 206 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Ecomline Excellent boiler 206 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Ecomline Excellent boiler 206 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Ecomline Excellent boiler 206 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Ecomline Excellent boiler 206 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Ecomline Excellent boiler 206 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Ecomline Excellent boiler 206 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Ecomline Excellent boiler 206 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Ecomline Excellent boiler 206 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Ecomline Excellent boiler 206 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Ecomline Excellent boiler 206 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Ecomline Excellent boiler 206 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Ecomline Excellent boiler 206 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Ecomline Excellent boiler 206 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Ecomline Excellent boiler 206 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Ecomline Excellent boiler 206 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Ecomline Excellent boiler 206 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Ecomline Excellent boiler 206 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Ecomline Excellent boiler 206 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Ecomline Excellent boiler 206 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Ecomline Excellent boiler 206 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Ecomline Excellent boiler 206 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Ecomline Excellent boiler 206 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Ecomline Excellent boiler 206 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Ecomline Excellent boiler 206 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Ecomline Excellent boiler 206 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Ecomline Excellent boiler 206 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Ecomline Excellent boiler 206 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Ecomline Excellent boiler 206 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Ecomline Excellent boiler 206 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Ecomline Excellent boiler 206 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Ecomline Excellent boiler 206 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Ecomline Excellent boiler 206 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Ecomline Excellent boiler 206 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Ecomline Excellent boiler 206 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Ecomline Excellent boiler 206 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Ecomline Excellent boiler 206 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Ecomline Excellent boiler 206 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Ecomline Excellent boiler 206 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Ecomline Excellent boiler 206 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Ecomline Excellent boiler 206 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Ecomline Excellent boiler 206 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Ecomline Excellent boiler 206 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Ecomline Excellent boiler 206 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Ecomline Excellent boiler 206 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Ecomline Excellent boiler 206 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Ecomline Excellent boiler 206 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Ecomline Excellent boiler 206 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Ecomline Excellent boiler 206 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Ecomline Excellent boiler 206 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Ecomline Excellent boiler 206 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Ecomline Excellent boiler 206 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Ecomline Excellent boiler 206 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Ecomline Excellent boiler 206 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Ecomline Excellent boiler 206 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Ecomline Excellent boiler 206 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Ecomline Excellent boiler 206 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Ecomline Excellent boiler 206 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Ecomline Excellent boiler 206 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Ecomline Excellent boiler 206 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Ecomline Excellent boiler 206 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Ecomline Excellent boiler 206 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Ecomline Excellent boiler 206 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Ecomline Excellent boiler 206 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Ecomline Excellent boiler 206 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Ecomline Excellent boiler 206 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Ecomline Excellent boiler 206 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Ecomline Excellent boiler 206 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Ecomline Excellent boiler 206 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Ecomline Excellent boiler 206 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Ecomline Excellent boiler 206 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Ecomline Excellent boiler 206 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Ecomline Excellent boiler 206 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Ecomline Excellent boiler 206 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Ecomline Excellent boiler 206 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Ecomline Excellent boiler 206 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Ecomline Excellent boiler 206 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Ecomline Excellent boiler 206 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Ecomline Excellent boiler 206 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Ecomline Excellent boiler 206 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Ecomline Excellent boiler 206 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MC400 boiler 210 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MC400 boiler 210 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MC400 boiler 210 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MC400 boiler 210 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MC400 boiler 210 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MC400 boiler 210 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MC400 boiler 210 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MC400 boiler 210 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MC400 boiler 210 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MC400 boiler 210 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MC400 boiler 210 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MC400 boiler 210 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MC400 boiler 210 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MC400 boiler 210 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MC400 boiler 210 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MC400 boiler 210 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MC400 boiler 210 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MC400 boiler 210 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MC400 boiler 210 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MC400 boiler 210 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MC400 boiler 210 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MC400 boiler 210 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MC400 boiler 210 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MC400 boiler 210 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MC400 boiler 210 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MC400 boiler 210 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MC400 boiler 210 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MC400 boiler 210 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MC400 boiler 210 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MC400 boiler 210 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MC400 boiler 210 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MC400 boiler 210 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MC400 boiler 210 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MC400 boiler 210 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MC400 boiler 210 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MC400 boiler 210 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MC400 boiler 210 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MC400 boiler 210 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MC400 boiler 210 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MC400 boiler 210 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MC400 boiler 210 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MC400 boiler 210 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MC400 boiler 210 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MC400 boiler 210 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MC400 boiler 210 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MC400 boiler 210 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MC400 boiler 210 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MC400 boiler 210 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MC400 boiler 210 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MC400 boiler 210 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MC400 boiler 210 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MC400 boiler 210 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MC400 boiler 210 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MC400 boiler 210 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MC400 boiler 210 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MC400 boiler 210 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MC400 boiler 210 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MC400 boiler 210 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MC400 boiler 210 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MC400 boiler 210 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MC400 boiler 210 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MC400 boiler 210 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MC400 boiler 210 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MC400 boiler 210 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MC400 boiler 210 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MC400 boiler 210 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MC400 boiler 210 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MC400 boiler 210 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MC400 boiler 210 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MC400 boiler 210 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MC400 boiler 210 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MC400 boiler 210 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MC400 boiler 210 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MC400 boiler 210 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MC400 boiler 210 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MC400 boiler 210 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MC400 boiler 210 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MC400 boiler 210 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MC400 boiler 210 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MC400 boiler 210 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MC400 boiler 210 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MC400 boiler 210 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MC400 boiler 210 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MC400 boiler 210 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MC400 boiler 210 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MC400 boiler 210 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MC400 boiler 210 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MC400 boiler 210 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MC400 boiler 210 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MC400 boiler 210 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MC400 boiler 210 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MC400 boiler 210 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MC400 boiler 210 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MC400 boiler 210 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MC400 boiler 210 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MC400 boiler 210 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MC400 boiler 210 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MC400 boiler 210 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MC400 boiler 210 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MC400 boiler 210 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MC400 boiler 210 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MC400 boiler 210 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MC400 boiler 210 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MC400 boiler 210 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MC400 boiler 210 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MC400 boiler 210 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MC400 boiler 210 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MC400 boiler 210 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MC400 boiler 210 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MC400 boiler 210 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 EasyControl Adapter boiler 211 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 EasyControl Adapter boiler 211 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 EasyControl Adapter boiler 211 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 EasyControl Adapter boiler 211 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 EasyControl Adapter boiler 211 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 EasyControl Adapter boiler 211 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 EasyControl Adapter boiler 211 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 EasyControl Adapter boiler 211 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 EasyControl Adapter boiler 211 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 EasyControl Adapter boiler 211 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 EasyControl Adapter boiler 211 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 EasyControl Adapter boiler 211 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 EasyControl Adapter boiler 211 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 EasyControl Adapter boiler 211 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 EasyControl Adapter boiler 211 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 EasyControl Adapter boiler 211 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 EasyControl Adapter boiler 211 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 EasyControl Adapter boiler 211 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 EasyControl Adapter boiler 211 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 EasyControl Adapter boiler 211 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 EasyControl Adapter boiler 211 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 EasyControl Adapter boiler 211 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 EasyControl Adapter boiler 211 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 EasyControl Adapter boiler 211 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 EasyControl Adapter boiler 211 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 EasyControl Adapter boiler 211 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 EasyControl Adapter boiler 211 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 EasyControl Adapter boiler 211 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 EasyControl Adapter boiler 211 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 EasyControl Adapter boiler 211 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 EasyControl Adapter boiler 211 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 EasyControl Adapter boiler 211 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 EasyControl Adapter boiler 211 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 EasyControl Adapter boiler 211 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 EasyControl Adapter boiler 211 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 EasyControl Adapter boiler 211 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 EasyControl Adapter boiler 211 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 EasyControl Adapter boiler 211 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 EasyControl Adapter boiler 211 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 EasyControl Adapter boiler 211 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 EasyControl Adapter boiler 211 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 EasyControl Adapter boiler 211 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 EasyControl Adapter boiler 211 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 EasyControl Adapter boiler 211 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 EasyControl Adapter boiler 211 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 EasyControl Adapter boiler 211 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 EasyControl Adapter boiler 211 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 EasyControl Adapter boiler 211 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 EasyControl Adapter boiler 211 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 EasyControl Adapter boiler 211 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 EasyControl Adapter boiler 211 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 EasyControl Adapter boiler 211 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 EasyControl Adapter boiler 211 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 EasyControl Adapter boiler 211 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 EasyControl Adapter boiler 211 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 EasyControl Adapter boiler 211 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 EasyControl Adapter boiler 211 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 EasyControl Adapter boiler 211 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 EasyControl Adapter boiler 211 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 EasyControl Adapter boiler 211 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 EasyControl Adapter boiler 211 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 EasyControl Adapter boiler 211 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 EasyControl Adapter boiler 211 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 EasyControl Adapter boiler 211 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 EasyControl Adapter boiler 211 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 EasyControl Adapter boiler 211 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 EasyControl Adapter boiler 211 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 EasyControl Adapter boiler 211 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 EasyControl Adapter boiler 211 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 EasyControl Adapter boiler 211 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 EasyControl Adapter boiler 211 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 EasyControl Adapter boiler 211 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 EasyControl Adapter boiler 211 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 EasyControl Adapter boiler 211 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 EasyControl Adapter boiler 211 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 EasyControl Adapter boiler 211 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 EasyControl Adapter boiler 211 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 EasyControl Adapter boiler 211 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 EasyControl Adapter boiler 211 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 EasyControl Adapter boiler 211 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 EasyControl Adapter boiler 211 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 EasyControl Adapter boiler 211 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 EasyControl Adapter boiler 211 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 EasyControl Adapter boiler 211 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 EasyControl Adapter boiler 211 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 EasyControl Adapter boiler 211 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 EasyControl Adapter boiler 211 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 EasyControl Adapter boiler 211 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 EasyControl Adapter boiler 211 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 EasyControl Adapter boiler 211 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 EasyControl Adapter boiler 211 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 EasyControl Adapter boiler 211 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 EasyControl Adapter boiler 211 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 EasyControl Adapter boiler 211 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 EasyControl Adapter boiler 211 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 EasyControl Adapter boiler 211 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 EasyControl Adapter boiler 211 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 EasyControl Adapter boiler 211 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 EasyControl Adapter boiler 211 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 EasyControl Adapter boiler 211 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 EasyControl Adapter boiler 211 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 EasyControl Adapter boiler 211 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 EasyControl Adapter boiler 211 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 EasyControl Adapter boiler 211 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 EasyControl Adapter boiler 211 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 EasyControl Adapter boiler 211 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 EasyControl Adapter boiler 211 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 EasyControl Adapter boiler 211 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 EasyControl Adapter boiler 211 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 EasyControl Adapter boiler 211 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 netflowtemp heat network flow temp uint16 (>=0<=3199) C False sensor.boiler_heat_network_flow_temp sensor.boiler_netflowtemp 5 0 1/10 269 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatvalve heating valve uint8 (>=0<=100) % False sensor.boiler_heating_valve sensor.boiler_heatvalve 5 0 1 270 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 dhwvalve valve uint8 (>=0<=100) % False sensor.boiler_dhw_valve sensor.boiler_dhw_dhwvalve 5 9 1 73 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 keepwarmtemp keep warm temperature uint8 (>=0<=254) C True number.boiler_keep_warm_temperature number.boiler_keepwarmtemp 5 0 1 271 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 setreturntemp set temp return uint8 (>=0<=254) C True number.boiler_set_temp_return number.boiler_setreturntemp 5 0 1 272 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heating heating boolean False binary_sensor.boiler_heating binary_sensor.boiler_heating 5 0 1 273 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamatic TC100, Moduline Easy thermostat 202 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Logamatic TC100, Moduline Easy thermostat 202 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Logamatic TC100, Moduline Easy thermostat 202 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Logamatic TC100, Moduline Easy thermostat 202 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 Logamatic TC100, Moduline Easy thermostat 202 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 Logamatic TC100, Moduline Easy thermostat 202 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 EasyControl, CT200 thermostat 203 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 EasyControl, CT200 thermostat 203 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 EasyControl, CT200 thermostat 203 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 EasyControl, CT200 thermostat 203 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 EasyControl, CT200 thermostat 203 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 EasyControl, CT200 thermostat 203 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 UI800, BC400 thermostat 4 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 UI800, BC400 thermostat 4 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 UI800, BC400 thermostat 4 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 UI800, BC400 thermostat 4 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 UI800, BC400 thermostat 4 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 UI800, BC400 thermostat 4 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 UI800, BC400 thermostat 4 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 UI800, BC400 thermostat 4 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 UI800, BC400 thermostat 4 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 UI800, BC400 thermostat 4 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 UI800, BC400 thermostat 4 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 UI800, BC400 thermostat 4 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 UI800, BC400 thermostat 4 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 UI800, BC400 thermostat 4 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 UI800, BC400 thermostat 4 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 UI800, BC400 thermostat 4 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 UI800, BC400 thermostat 4 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 UI800, BC400 thermostat 4 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 UI800, BC400 thermostat 4 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 UI800, BC400 thermostat 4 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 UI800, BC400 thermostat 4 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 UI800, BC400 thermostat 4 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 UI800, BC400 thermostat 4 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 UI800, BC400 thermostat 4 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 UI800, BC400 thermostat 4 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 UI800, BC400 thermostat 4 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 UI800, BC400 thermostat 4 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 UI800, BC400 thermostat 4 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 UI800, BC400 thermostat 4 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 UI800, BC400 thermostat 4 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 UI800, BC400 thermostat 4 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 UI800, BC400 thermostat 4 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 UI800, BC400 thermostat 4 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 UI800, BC400 thermostat 4 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 UI800, BC400 thermostat 4 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 UI800, BC400 thermostat 4 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 UI800, BC400 thermostat 4 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 UI800, BC400 thermostat 4 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 UI800, BC400 thermostat 4 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 UI800, BC400 thermostat 4 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 UI800, BC400 thermostat 4 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 UI800, BC400 thermostat 4 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 UI800, BC400 thermostat 4 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 UI800, BC400 thermostat 4 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 UI800, BC400 thermostat 4 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 UI800, BC400 thermostat 4 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 UI800, BC400 thermostat 4 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 UI800, BC400 thermostat 4 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 UI800, BC400 thermostat 4 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 UI800, BC400 thermostat 4 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 UI800, BC400 thermostat 4 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 UI800, BC400 thermostat 4 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 UI800, BC400 thermostat 4 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 UI800, BC400 thermostat 4 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 UI800, BC400 thermostat 4 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 UI800, BC400 thermostat 4 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 UI800, BC400 thermostat 4 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 UI800, BC400 thermostat 4 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 UI800, BC400 thermostat 4 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 UI800, BC400 thermostat 4 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 UI800, BC400 thermostat 4 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 UI800, BC400 thermostat 4 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 UI800, BC400 thermostat 4 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 UI800, BC400 thermostat 4 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 UI800, BC400 thermostat 4 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 UI800, BC400 thermostat 4 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 UI800, BC400 thermostat 4 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 UI800, BC400 thermostat 4 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 UI800, BC400 thermostat 4 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 UI800, BC400 thermostat 4 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 UI800, BC400 thermostat 4 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 UI800, BC400 thermostat 4 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 UI800, BC400 thermostat 4 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 UI800, BC400 thermostat 4 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 UI800, BC400 thermostat 4 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 UI800, BC400 thermostat 4 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 UI800, BC400 thermostat 4 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 UI800, BC400 thermostat 4 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 UI800, BC400 thermostat 4 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 UI800, BC400 thermostat 4 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 UI800, BC400 thermostat 4 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 UI800, BC400 thermostat 4 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC10 thermostat 65 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10 thermostat 65 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10 thermostat 65 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10 thermostat 65 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10 thermostat 65 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10 thermostat 65 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10 thermostat 65 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10 thermostat 65 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10 thermostat 65 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10 thermostat 65 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10 thermostat 65 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10 thermostat 65 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10 thermostat 65 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10 thermostat 65 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10 thermostat 65 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10 thermostat 65 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10 thermostat 65 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10 thermostat 65 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC30 thermostat 67 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC30 thermostat 67 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC30 thermostat 67 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 RC30 thermostat 67 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 RC30 thermostat 67 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 RC30 thermostat 67 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC30 thermostat 67 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC30 thermostat 67 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC30 thermostat 67 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC30 thermostat 67 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC30 thermostat 67 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC30 thermostat 67 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC30 thermostat 67 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC30 thermostat 67 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC30 thermostat 67 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC30 thermostat 67 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC30 thermostat 67 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC30 thermostat 67 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC30 thermostat 67 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC30 thermostat 67 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC30 thermostat 67 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC30 thermostat 67 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC30 thermostat 67 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC30 thermostat 67 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC30 thermostat 67 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC30 thermostat 67 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC30 thermostat 67 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC30 thermostat 67 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC30 thermostat 67 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC30 thermostat 67 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC30 thermostat 67 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC30 thermostat 67 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC30 thermostat 67 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC30 thermostat 67 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC30 thermostat 67 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC30 thermostat 67 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC30 thermostat 67 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC30 thermostat 67 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC30 thermostat 67 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC30 thermostat 67 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC30 thermostat 67 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC30 thermostat 67 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC30 thermostat 67 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC30 thermostat 67 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC30 thermostat 67 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC30 thermostat 67 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC30 thermostat 67 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC30 thermostat 67 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC30 thermostat 67 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC30 thermostat 67 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC30 thermostat 67 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC30 thermostat 67 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC30 thermostat 67 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC30 thermostat 67 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC30 thermostat 67 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC30 thermostat 67 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC30 thermostat 67 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC30 thermostat 67 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC30 thermostat 67 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC20, Moduline 300 thermostat 77 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20, Moduline 300 thermostat 77 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20, Moduline 300 thermostat 77 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20, Moduline 300 thermostat 77 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20, Moduline 300 thermostat 77 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20, Moduline 300 thermostat 77 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20, Moduline 300 thermostat 77 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20, Moduline 300 thermostat 77 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20, Moduline 300 thermostat 77 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20, Moduline 300 thermostat 77 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20, Moduline 300 thermostat 77 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20, Moduline 300 thermostat 77 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20, Moduline 300 thermostat 77 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20, Moduline 300 thermostat 77 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 Moduline 400 thermostat 78 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 400 thermostat 78 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 400 thermostat 78 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Moduline 400 thermostat 78 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 Moduline 400 thermostat 78 autodst automatic change daylight saving time boolean True switch.thermostat_automatic_change_daylight_saving_time switch.thermostat_autodst 6 0 1 68 1 Moduline 400 thermostat 78 language language enum [german|dutch] True select.thermostat_language select.thermostat_language 6 0 1 64 1 Moduline 400 thermostat 78 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 400 thermostat 78 brightness screen brightness int8 (>=-15<=15) True number.thermostat_screen_brightness number.thermostat_brightness 6 0 1 70 1 Moduline 400 thermostat 78 mixingvalves mixing valves uint8 (>=0<=2) True number.thermostat_mixing_valves number.thermostat_mixingvalves 6 0 1 71 1 Moduline 400 thermostat 78 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Moduline 400 thermostat 78 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 400 thermostat 78 preheating preheating in the clock program boolean True switch.thermostat_preheating_in_the_clock_program switch.thermostat_preheating 6 0 1 73 1 Moduline 400 thermostat 78 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 400 thermostat 78 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 400 thermostat 78 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 400 thermostat 78 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 400 thermostat 78 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 400 thermostat 78 pause pause time uint8 (>=0<=254) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 Moduline 400 thermostat 78 party party time uint8 (>=0<=254) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 Moduline 400 thermostat 78 vacations1 vacation dates 1 string True sensor.thermostat_hc1_vacation_dates_1 sensor.thermostat_hc1_vacations1 6 1 1 115 11 Moduline 400 thermostat 78 vacations2 vacation dates 2 string True sensor.thermostat_hc1_vacation_dates_2 sensor.thermostat_hc1_vacations2 6 1 1 126 11 Moduline 400 thermostat 78 vacations3 vacation dates 3 string True sensor.thermostat_hc1_vacation_dates_3 sensor.thermostat_hc1_vacations3 6 1 1 137 11 Moduline 400 thermostat 78 vacations4 vacation dates 4 string True sensor.thermostat_hc1_vacation_dates_4 sensor.thermostat_hc1_vacations4 6 1 1 148 11 Moduline 400 thermostat 78 vacations5 vacation dates 5 string True sensor.thermostat_hc1_vacation_dates_5 sensor.thermostat_hc1_vacations5 6 1 1 159 11 Moduline 400 thermostat 78 vacations6 vacation dates 6 string True sensor.thermostat_hc1_vacation_dates_6 sensor.thermostat_hc1_vacations6 6 1 1 170 11 Moduline 400 thermostat 78 vacations7 vacation dates 7 string True sensor.thermostat_hc1_vacation_dates_7 sensor.thermostat_hc1_vacations7 6 1 1 181 11 Moduline 400 thermostat 78 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Moduline 400 thermostat 78 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 Moduline 400 thermostat 78 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Moduline 400 thermostat 78 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Moduline 400 thermostat 78 holidaytemp holiday temperature uint8 (>=0<=127) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 Moduline 400 thermostat 78 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 400 thermostat 78 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 Moduline 400 thermostat 78 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 Moduline 400 thermostat 78 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 Moduline 400 thermostat 78 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Moduline 400 thermostat 78 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 Moduline 400 thermostat 78 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 400 thermostat 78 whenmodeoff when thermostat mode off boolean True switch.thermostat_dhw_when_thermostat_mode_off switch.thermostat_dhw_whenmodeoff 6 9 1 62 1 Moduline 400 thermostat 78 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Moduline 400 thermostat 78 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Moduline 400 thermostat 78 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC10, Moduline 100 thermostat 79 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 79 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 79 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC10, Moduline 100 thermostat 79 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 RC10, Moduline 100 thermostat 79 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 RC10, Moduline 100 thermostat 79 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 79 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 79 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 79 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 79 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 79 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 RC10, Moduline 100 thermostat 79 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 200 thermostat 80 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 200 thermostat 80 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 200 thermostat 80 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 200 thermostat 80 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 200 thermostat 80 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 200 thermostat 80 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 200 thermostat 80 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 200 thermostat 80 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 200 thermostat 80 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 200 thermostat 80 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 Moduline 200 thermostat 80 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 200 thermostat 80 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 Moduline 200 thermostat 80 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 Moduline 200 thermostat 80 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC35 thermostat 86 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC35 thermostat 86 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC35 thermostat 86 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC35 thermostat 86 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC35 thermostat 86 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC35 thermostat 86 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC35 thermostat 86 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC35 thermostat 86 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC35 thermostat 86 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC35 thermostat 86 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC35 thermostat 86 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC35 thermostat 86 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC35 thermostat 86 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC35 thermostat 86 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC35 thermostat 86 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC35 thermostat 86 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC35 thermostat 86 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC35 thermostat 86 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC35 thermostat 86 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC35 thermostat 86 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC35 thermostat 86 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC35 thermostat 86 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC35 thermostat 86 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC35 thermostat 86 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC35 thermostat 86 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC35 thermostat 86 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC35 thermostat 86 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC35 thermostat 86 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC35 thermostat 86 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC35 thermostat 86 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC35 thermostat 86 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC35 thermostat 86 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC35 thermostat 86 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC35 thermostat 86 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC35 thermostat 86 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC35 thermostat 86 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC35 thermostat 86 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC35 thermostat 86 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC35 thermostat 86 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC35 thermostat 86 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC35 thermostat 86 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC35 thermostat 86 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC35 thermostat 86 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC35 thermostat 86 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC35 thermostat 86 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC35 thermostat 86 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC35 thermostat 86 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC35 thermostat 86 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC35 thermostat 86 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC35 thermostat 86 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC35 thermostat 86 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC35 thermostat 86 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC35 thermostat 86 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC35 thermostat 86 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC35 thermostat 86 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC35 thermostat 86 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC10, Moduline 100 thermostat 90 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 90 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 90 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10, Moduline 100 thermostat 90 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10, Moduline 100 thermostat 90 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 90 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 90 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 90 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 90 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10, Moduline 100 thermostat 90 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 90 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 90 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10, Moduline 100 thermostat 90 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10, Moduline 100 thermostat 90 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10, Moduline 100 thermostat 90 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10, Moduline 100 thermostat 90 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10, Moduline 100 thermostat 90 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10, Moduline 100 thermostat 90 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC20RF thermostat 93 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20RF thermostat 93 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20RF thermostat 93 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20RF thermostat 93 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20RF thermostat 93 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20RF thermostat 93 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20RF thermostat 93 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20RF thermostat 93 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20RF thermostat 93 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20RF thermostat 93 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20RF thermostat 93 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20RF thermostat 93 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20RF thermostat 93 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20RF thermostat 93 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 RFM20 Remote thermostat 94 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RFM20 Remote thermostat 94 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RFM20 Remote thermostat 94 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RFM20 Remote thermostat 94 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RFM20 Remote thermostat 94 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RFM20 Remote thermostat 94 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC25 thermostat 151 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC25 thermostat 151 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC25 thermostat 151 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC25 thermostat 151 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC25 thermostat 151 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC25 thermostat 151 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC25 thermostat 151 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC25 thermostat 151 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC25 thermostat 151 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC25 thermostat 151 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC25 thermostat 151 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC25 thermostat 151 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC25 thermostat 151 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC25 thermostat 151 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC25 thermostat 151 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC25 thermostat 151 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC200, CW100, CR120, CR50 thermostat 157 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC200, CW100, CR120, CR50 thermostat 157 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC200, CW100, CR120, CR50 thermostat 157 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC200, CW100, CR120, CR50 thermostat 157 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC200, CW100, CR120, CR50 thermostat 157 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC200, CW100, CR120, CR50 thermostat 157 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC200, CW100, CR120, CR50 thermostat 157 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC200, CW100, CR120, CR50 thermostat 157 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC200, CW100, CR120, CR50 thermostat 157 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC200, CW100, CR120, CR50 thermostat 157 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC200, CW100, CR120, CR50 thermostat 157 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC200, CW100, CR120, CR50 thermostat 157 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC200, CW100, CR120, CR50 thermostat 157 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC200, CW100, CR120, CR50 thermostat 157 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC200, CW100, CR120, CR50 thermostat 157 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC200, CW100, CR120, CR50 thermostat 157 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC200, CW100, CR120, CR50 thermostat 157 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC200, CW100, CR120, CR50 thermostat 157 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC200, CW100, CR120, CR50 thermostat 157 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC200, CW100, CR120, CR50 thermostat 157 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC200, CW100, CR120, CR50 thermostat 157 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC200, CW100, CR120, CR50 thermostat 157 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC200, CW100, CR120, CR50 thermostat 157 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC200, CW100, CR120, CR50 thermostat 157 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC200, CW100, CR120, CR50 thermostat 157 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC200, CW100, CR120, CR50 thermostat 157 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC200, CW100, CR120, CR50 thermostat 157 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC200, CW100, CR120, CR50 thermostat 157 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC200, CW100, CR120, CR50 thermostat 157 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC200, CW100, CR120, CR50 thermostat 157 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC200, CW100, CR120, CR50 thermostat 157 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC200, CW100, CR120, CR50 thermostat 157 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC200, CW100, CR120, CR50 thermostat 157 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC200, CW100, CR120, CR50 thermostat 157 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC200, CW100, CR120, CR50 thermostat 157 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC200, CW100, CR120, CR50 thermostat 157 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC200, CW100, CR120, CR50 thermostat 157 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC200, CW100, CR120, CR50 thermostat 157 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC200, CW100, CR120, CR50 thermostat 157 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC200, CW100, CR120, CR50 thermostat 157 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC200, CW100, CR120, CR50 thermostat 157 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC200, CW100, CR120, CR50 thermostat 157 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC200, CW100, CR120, CR50 thermostat 157 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC200, CW100, CR120, CR50 thermostat 157 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC200, CW100, CR120, CR50 thermostat 157 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC200, CW100, CR120, CR50 thermostat 157 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC200, CW100, CR120, CR50 thermostat 157 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC200, CW100, CR120, CR50 thermostat 157 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC200, CW100, CR120, CR50 thermostat 157 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC200, CW100, CR120, CR50 thermostat 157 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC200, CW100, CR120, CR50 thermostat 157 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC200, CW100, CR120, CR50 thermostat 157 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC200, CW100, CR120, CR50 thermostat 157 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC200, CW100, CR120, CR50 thermostat 157 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC200, CW100, CR120, CR50 thermostat 157 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC200, CW100, CR120, CR50 thermostat 157 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC200, CW100, CR120, CR50 thermostat 157 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC200, CW100, CR120, CR50 thermostat 157 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC200, CW100, CR120, CR50 thermostat 157 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC200, CW100, CR120, CR50 thermostat 157 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC200, CW100, CR120, CR50 thermostat 157 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC200, CW100, CR120, CR50 thermostat 157 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC200, CW100, CR120, CR50 thermostat 157 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100, CR10, Moduline 1000/1010 thermostat 165 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100, CR10, Moduline 1000/1010 thermostat 165 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100, CR10, Moduline 1000/1010 thermostat 165 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC100, CR10, Moduline 1000/1010 thermostat 165 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC100, CR10, Moduline 1000/1010 thermostat 165 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC100, CR10, Moduline 1000/1010 thermostat 165 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC100, CR10, Moduline 1000/1010 thermostat 165 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC100, CR10, Moduline 1000/1010 thermostat 165 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC100, CR10, Moduline 1000/1010 thermostat 165 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC100, CR10, Moduline 1000/1010 thermostat 165 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC100, CR10, Moduline 1000/1010 thermostat 165 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC100, CR10, Moduline 1000/1010 thermostat 165 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC100, CR10, Moduline 1000/1010 thermostat 165 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC100, CR10, Moduline 1000/1010 thermostat 165 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Rego 2000/3000 thermostat 172 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 2000/3000 thermostat 172 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 2000/3000 thermostat 172 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 2000/3000 thermostat 172 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 2000/3000 thermostat 172 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 2000/3000 thermostat 172 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 2000/3000 thermostat 172 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 2000/3000 thermostat 172 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 2000/3000 thermostat 172 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 2000/3000 thermostat 172 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 2000/3000 thermostat 172 vacations vacation dates string True sensor.thermostat_vacation_dates sensor.thermostat_vacations 6 0 1 74 13 Rego 2000/3000 thermostat 172 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 2000/3000 thermostat 172 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 2000/3000 thermostat 172 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 2000/3000 thermostat 172 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 2000/3000 thermostat 172 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 2000/3000 thermostat 172 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 2000/3000 thermostat 172 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 2000/3000 thermostat 172 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 2000/3000 thermostat 172 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 2000/3000 thermostat 172 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 2000/3000 thermostat 172 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 2000/3000 thermostat 172 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 2000/3000 thermostat 172 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 2000/3000 thermostat 172 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 2000/3000 thermostat 172 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 2000/3000 thermostat 172 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 2000/3000 thermostat 172 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 2000/3000 thermostat 172 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 2000/3000 thermostat 172 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 2000/3000 thermostat 172 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 2000/3000 thermostat 172 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 2000/3000 thermostat 172 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 2000/3000 thermostat 172 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 2000/3000 thermostat 172 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 2000/3000 thermostat 172 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 2000/3000 thermostat 172 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 2000/3000 thermostat 172 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 2000/3000 thermostat 172 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 2000/3000 thermostat 172 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 2000/3000 thermostat 172 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 2000/3000 thermostat 172 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 2000/3000 thermostat 172 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 2000/3000 thermostat 172 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 2000/3000 thermostat 172 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 2000/3000 thermostat 172 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 2000/3000 thermostat 172 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 2000/3000 thermostat 172 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 2000/3000 thermostat 172 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 2000/3000 thermostat 172 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 2000/3000 thermostat 172 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 2000/3000 thermostat 172 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 2000/3000 thermostat 172 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 2000/3000 thermostat 172 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 2000/3000 thermostat 172 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 2000/3000 thermostat 172 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 2000/3000 thermostat 172 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 2000/3000 thermostat 172 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 2000/3000 thermostat 172 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 2000/3000 thermostat 172 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 2000/3000 thermostat 172 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 2000/3000 thermostat 172 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 2000/3000 thermostat 172 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 2000/3000 thermostat 172 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 2000/3000 thermostat 172 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 2000/3000 thermostat 172 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 2000/3000 thermostat 172 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 2000/3000 thermostat 172 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 2000/3000 thermostat 172 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 2000/3000 thermostat 172 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 2000/3000 thermostat 172 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 2000/3000 thermostat 172 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 2000/3000 thermostat 172 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 2000/3000 thermostat 172 mode operating mode enum [normal|comfort|eco+] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 2000/3000 thermostat 172 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 2000/3000 thermostat 172 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 2000/3000 thermostat 172 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 2000/3000 thermostat 172 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 2000/3000 thermostat 172 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 2000/3000 thermostat 172 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 2000/3000 thermostat 172 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 2000/3000 thermostat 172 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 2000/3000 thermostat 172 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 2000/3000 thermostat 172 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 2000/3000 thermostat 172 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Comfort RF thermostat 215 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort RF thermostat 215 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort RF thermostat 215 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort RF thermostat 215 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort RF thermostat 215 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort RF thermostat 215 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort RF thermostat 215 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort RF thermostat 215 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort RF thermostat 215 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 CRF200S thermostat 216 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 CRF200S thermostat 216 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 CRF200S thermostat 216 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 CRF200S thermostat 216 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 CRF200S thermostat 216 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 CRF200S thermostat 216 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 CRF200S thermostat 216 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 CRF200S thermostat 216 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 CRF200S thermostat 216 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Comfort+2RF thermostat 246 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort+2RF thermostat 246 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort+2RF thermostat 246 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort+2RF thermostat 246 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort+2RF thermostat 246 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort+2RF thermostat 246 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort+2RF thermostat 246 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort+2RF thermostat 246 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort+2RF thermostat 246 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 3000, UI800, Logamatic BC400 thermostat 253 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 3000, UI800, Logamatic BC400 thermostat 253 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 3000, UI800, Logamatic BC400 thermostat 253 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 ES72, RC20 thermostat 66 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 66 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 66 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 66 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 66 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 66 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 66 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 66 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 66 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 66 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 66 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 66 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 66 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 66 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 66 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 66 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 66 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 66 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES73 thermostat 76 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES73 thermostat 76 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES73 thermostat 76 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 ES73 thermostat 76 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 ES73 thermostat 76 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 ES73 thermostat 76 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES73 thermostat 76 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES73 thermostat 76 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES73 thermostat 76 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES73 thermostat 76 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES73 thermostat 76 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES73 thermostat 76 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES73 thermostat 76 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES73 thermostat 76 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES73 thermostat 76 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES73 thermostat 76 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES73 thermostat 76 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES73 thermostat 76 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES73 thermostat 76 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES73 thermostat 76 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES73 thermostat 76 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES73 thermostat 76 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES73 thermostat 76 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES73 thermostat 76 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES73 thermostat 76 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES73 thermostat 76 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES73 thermostat 76 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES73 thermostat 76 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES73 thermostat 76 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES73 thermostat 76 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES73 thermostat 76 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES73 thermostat 76 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES73 thermostat 76 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES73 thermostat 76 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES73 thermostat 76 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES73 thermostat 76 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES73 thermostat 76 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES73 thermostat 76 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES73 thermostat 76 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES73 thermostat 76 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES73 thermostat 76 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES73 thermostat 76 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES73 thermostat 76 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES73 thermostat 76 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES73 thermostat 76 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES73 thermostat 76 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES73 thermostat 76 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES73 thermostat 76 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES73 thermostat 76 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES73 thermostat 76 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES73 thermostat 76 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES73 thermostat 76 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES73 thermostat 76 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES73 thermostat 76 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES73 thermostat 76 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES73 thermostat 76 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES73 thermostat 76 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES73 thermostat 76 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES73 thermostat 76 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 ES72, RC20 thermostat 113 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 113 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 113 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 113 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 113 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 113 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 113 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 113 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 113 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 113 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 113 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 113 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 113 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 113 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 113 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 113 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 113 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 113 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES79 thermostat 156 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES79 thermostat 156 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES79 thermostat 156 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES79 thermostat 156 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES79 thermostat 156 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES79 thermostat 156 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES79 thermostat 156 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES79 thermostat 156 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES79 thermostat 156 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES79 thermostat 156 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES79 thermostat 156 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES79 thermostat 156 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES79 thermostat 156 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES79 thermostat 156 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES79 thermostat 156 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES79 thermostat 156 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES79 thermostat 156 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES79 thermostat 156 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES79 thermostat 156 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES79 thermostat 156 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES79 thermostat 156 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES79 thermostat 156 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES79 thermostat 156 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES79 thermostat 156 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES79 thermostat 156 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES79 thermostat 156 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES79 thermostat 156 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES79 thermostat 156 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES79 thermostat 156 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES79 thermostat 156 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES79 thermostat 156 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES79 thermostat 156 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES79 thermostat 156 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES79 thermostat 156 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES79 thermostat 156 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES79 thermostat 156 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES79 thermostat 156 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES79 thermostat 156 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES79 thermostat 156 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES79 thermostat 156 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES79 thermostat 156 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES79 thermostat 156 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES79 thermostat 156 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES79 thermostat 156 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES79 thermostat 156 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES79 thermostat 156 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES79 thermostat 156 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES79 thermostat 156 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES79 thermostat 156 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES79 thermostat 156 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES79 thermostat 156 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES79 thermostat 156 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES79 thermostat 156 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES79 thermostat 156 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES79 thermostat 156 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES79 thermostat 156 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 FW100 thermostat 105 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW100 thermostat 105 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW100 thermostat 105 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW100 thermostat 105 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW100 thermostat 105 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW100 thermostat 105 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW100 thermostat 105 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW100 thermostat 105 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW100 thermostat 105 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW100 thermostat 105 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW100 thermostat 105 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW100 thermostat 105 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW100 thermostat 105 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW100 thermostat 105 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW100 thermostat 105 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW100 thermostat 105 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW100 thermostat 105 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW100 thermostat 105 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW100 thermostat 105 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW100 thermostat 105 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW100 thermostat 105 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW100 thermostat 105 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW100 thermostat 105 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW100 thermostat 105 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW100 thermostat 105 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW100 thermostat 105 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW100 thermostat 105 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW100 thermostat 105 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW100 thermostat 105 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW100 thermostat 105 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW100 thermostat 105 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW100 thermostat 105 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW100 thermostat 105 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW100 thermostat 105 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW100 thermostat 105 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW200 thermostat 106 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW200 thermostat 106 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW200 thermostat 106 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW200 thermostat 106 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW200 thermostat 106 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW200 thermostat 106 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW200 thermostat 106 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW200 thermostat 106 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW200 thermostat 106 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW200 thermostat 106 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW200 thermostat 106 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW200 thermostat 106 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW200 thermostat 106 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW200 thermostat 106 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW200 thermostat 106 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW200 thermostat 106 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW200 thermostat 106 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW200 thermostat 106 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW200 thermostat 106 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW200 thermostat 106 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW200 thermostat 106 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW200 thermostat 106 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW200 thermostat 106 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW200 thermostat 106 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW200 thermostat 106 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW200 thermostat 106 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW200 thermostat 106 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW200 thermostat 106 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW200 thermostat 106 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW200 thermostat 106 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW200 thermostat 106 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW200 thermostat 106 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW200 thermostat 106 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW200 thermostat 106 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW200 thermostat 106 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR100 thermostat 107 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR100 thermostat 107 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR100 thermostat 107 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR100 thermostat 107 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR100 thermostat 107 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR100 thermostat 107 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR100 thermostat 107 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR100 thermostat 107 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR100 thermostat 107 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR100 thermostat 107 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR100 thermostat 107 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR100 thermostat 107 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR100 thermostat 107 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR100 thermostat 107 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR100 thermostat 107 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR100 thermostat 107 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR100 thermostat 107 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR100 thermostat 107 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR100 thermostat 107 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR100 thermostat 107 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR100 thermostat 107 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR100 thermostat 107 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR100 thermostat 107 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR100 thermostat 107 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR100 thermostat 107 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR100 thermostat 107 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR100 thermostat 107 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR100 thermostat 107 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR100 thermostat 107 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR100 thermostat 107 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR100 thermostat 107 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR100 thermostat 107 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR100 thermostat 107 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR100 thermostat 107 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR100 thermostat 107 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR110 thermostat 108 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR110 thermostat 108 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR110 thermostat 108 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR110 thermostat 108 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR110 thermostat 108 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR110 thermostat 108 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR110 thermostat 108 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR110 thermostat 108 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR110 thermostat 108 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR110 thermostat 108 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR110 thermostat 108 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR110 thermostat 108 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR110 thermostat 108 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR110 thermostat 108 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR110 thermostat 108 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR110 thermostat 108 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR110 thermostat 108 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR110 thermostat 108 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR110 thermostat 108 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR110 thermostat 108 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR110 thermostat 108 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR110 thermostat 108 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR110 thermostat 108 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR110 thermostat 108 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR110 thermostat 108 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR110 thermostat 108 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR110 thermostat 108 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR110 thermostat 108 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR110 thermostat 108 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR110 thermostat 108 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR110 thermostat 108 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR110 thermostat 108 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR110 thermostat 108 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR110 thermostat 108 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR110 thermostat 108 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB10 thermostat 109 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB10 thermostat 109 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB10 thermostat 109 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB10 thermostat 109 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB10 thermostat 109 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB10 thermostat 109 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB10 thermostat 109 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB10 thermostat 109 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB10 thermostat 109 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB10 thermostat 109 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB10 thermostat 109 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB10 thermostat 109 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB10 thermostat 109 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB10 thermostat 109 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB10 thermostat 109 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB10 thermostat 109 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB10 thermostat 109 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB10 thermostat 109 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB10 thermostat 109 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB10 thermostat 109 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB10 thermostat 109 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB10 thermostat 109 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB10 thermostat 109 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB10 thermostat 109 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB10 thermostat 109 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB10 thermostat 109 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB10 thermostat 109 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB10 thermostat 109 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB10 thermostat 109 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB10 thermostat 109 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB10 thermostat 109 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB10 thermostat 109 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB10 thermostat 109 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB10 thermostat 109 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB10 thermostat 109 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB100 thermostat 110 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB100 thermostat 110 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB100 thermostat 110 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB100 thermostat 110 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB100 thermostat 110 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB100 thermostat 110 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB100 thermostat 110 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB100 thermostat 110 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB100 thermostat 110 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB100 thermostat 110 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB100 thermostat 110 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB100 thermostat 110 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB100 thermostat 110 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB100 thermostat 110 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB100 thermostat 110 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB100 thermostat 110 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB100 thermostat 110 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB100 thermostat 110 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB100 thermostat 110 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB100 thermostat 110 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB100 thermostat 110 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB100 thermostat 110 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB100 thermostat 110 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB100 thermostat 110 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB100 thermostat 110 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB100 thermostat 110 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB100 thermostat 110 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB100 thermostat 110 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB100 thermostat 110 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB100 thermostat 110 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB100 thermostat 110 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB100 thermostat 110 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB100 thermostat 110 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB100 thermostat 110 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB100 thermostat 110 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR10 thermostat 111 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR10 thermostat 111 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR10 thermostat 111 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR10 thermostat 111 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR10 thermostat 111 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR10 thermostat 111 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR10 thermostat 111 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR10 thermostat 111 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR10 thermostat 111 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR10 thermostat 111 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR10 thermostat 111 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR10 thermostat 111 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR10 thermostat 111 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR10 thermostat 111 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR10 thermostat 111 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR10 thermostat 111 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR10 thermostat 111 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR10 thermostat 111 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR10 thermostat 111 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR10 thermostat 111 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR10 thermostat 111 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR10 thermostat 111 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR10 thermostat 111 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR10 thermostat 111 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR10 thermostat 111 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR10 thermostat 111 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR10 thermostat 111 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR10 thermostat 111 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR10 thermostat 111 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR10 thermostat 111 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR10 thermostat 111 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR10 thermostat 111 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR10 thermostat 111 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR10 thermostat 111 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR10 thermostat 111 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW500 thermostat 116 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW500 thermostat 116 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW500 thermostat 116 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW500 thermostat 116 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW500 thermostat 116 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW500 thermostat 116 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW500 thermostat 116 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW500 thermostat 116 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW500 thermostat 116 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW500 thermostat 116 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW500 thermostat 116 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW500 thermostat 116 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW500 thermostat 116 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW500 thermostat 116 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW500 thermostat 116 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW500 thermostat 116 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW500 thermostat 116 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW500 thermostat 116 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW500 thermostat 116 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW500 thermostat 116 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW500 thermostat 116 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW500 thermostat 116 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW500 thermostat 116 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW500 thermostat 116 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW500 thermostat 116 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW500 thermostat 116 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW500 thermostat 116 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW500 thermostat 116 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW500 thermostat 116 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW500 thermostat 116 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW500 thermostat 116 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW500 thermostat 116 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW500 thermostat 116 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW500 thermostat 116 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW500 thermostat 116 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR50 thermostat 147 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR50 thermostat 147 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR50 thermostat 147 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR50 thermostat 147 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR50 thermostat 147 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR50 thermostat 147 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR50 thermostat 147 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR50 thermostat 147 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR50 thermostat 147 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR50 thermostat 147 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR50 thermostat 147 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR50 thermostat 147 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR50 thermostat 147 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR50 thermostat 147 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR50 thermostat 147 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR50 thermostat 147 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR50 thermostat 147 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR50 thermostat 147 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR50 thermostat 147 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR50 thermostat 147 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR50 thermostat 147 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR50 thermostat 147 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR50 thermostat 147 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR50 thermostat 147 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR50 thermostat 147 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR50 thermostat 147 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR50 thermostat 147 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR50 thermostat 147 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR50 thermostat 147 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR50 thermostat 147 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR50 thermostat 147 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR50 thermostat 147 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR50 thermostat 147 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR50 thermostat 147 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR50 thermostat 147 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR120 thermostat 191 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR120 thermostat 191 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR120 thermostat 191 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR120 thermostat 191 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR120 thermostat 191 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR120 thermostat 191 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR120 thermostat 191 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR120 thermostat 191 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR120 thermostat 191 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR120 thermostat 191 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR120 thermostat 191 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR120 thermostat 191 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR120 thermostat 191 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR120 thermostat 191 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR120 thermostat 191 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR120 thermostat 191 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR120 thermostat 191 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR120 thermostat 191 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR120 thermostat 191 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR120 thermostat 191 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR120 thermostat 191 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR120 thermostat 191 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR120 thermostat 191 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR120 thermostat 191 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR120 thermostat 191 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR120 thermostat 191 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR120 thermostat 191 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR120 thermostat 191 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR120 thermostat 191 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR120 thermostat 191 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR120 thermostat 191 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR120 thermostat 191 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR120 thermostat 191 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR120 thermostat 191 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR120 thermostat 191 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW120 thermostat 192 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW120 thermostat 192 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW120 thermostat 192 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW120 thermostat 192 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW120 thermostat 192 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW120 thermostat 192 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW120 thermostat 192 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW120 thermostat 192 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW120 thermostat 192 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW120 thermostat 192 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW120 thermostat 192 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW120 thermostat 192 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW120 thermostat 192 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW120 thermostat 192 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW120 thermostat 192 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW120 thermostat 192 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW120 thermostat 192 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW120 thermostat 192 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW120 thermostat 192 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW120 thermostat 192 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW120 thermostat 192 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW120 thermostat 192 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW120 thermostat 192 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW120 thermostat 192 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW120 thermostat 192 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW120 thermostat 192 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW120 thermostat 192 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW120 thermostat 192 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW120 thermostat 192 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW120 thermostat 192 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW120 thermostat 192 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW120 thermostat 192 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW120 thermostat 192 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW120 thermostat 192 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW120 thermostat 192 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RT800, RC220 thermostat 3 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RT800, RC220 thermostat 3 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RT800, RC220 thermostat 3 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RT800, RC220 thermostat 3 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RT800, RC220 thermostat 3 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RT800, RC220 thermostat 3 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100H, CR10H thermostat 200 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100H, CR10H thermostat 200 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100H, CR10H thermostat 200 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100H, CR10H thermostat 200 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100H, CR10H thermostat 200 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100H, CR10H thermostat 200 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 TR120RF, CR20RF thermostat 249 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 TR120RF, CR20RF thermostat 249 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 TR120RF, CR20RF thermostat 249 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 TR120RF, CR20RF thermostat 249 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 TR120RF, CR20RF thermostat 249 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 TR120RF, CR20RF thermostat 249 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 MM10 mixer 69 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM10 mixer 69 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM10 mixer 69 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM10 mixer 69 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM10 mixer 69 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM10 mixer 69 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 IPM mixer 100 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 100 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 100 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 100 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 100 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 IPM mixer 102 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 102 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 102 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 102 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 102 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 MM50 mixer 159 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM50 mixer 159 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM50 mixer 159 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM50 mixer 159 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM50 mixer 159 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM50 mixer 159 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM50 mixer 159 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MM100 mixer 160 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_dhw_flow_temperature_(TC1) sensor.mixer_dhw_flowtemphc 7 9 1/10 0 1 MM100 mixer 160 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_dhw_mixing_valve_actuator_(VC1) sensor.mixer_dhw_valvestatus 7 9 1 1 1 MM100 mixer 160 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_dhw_setpoint_flow_temperature number.mixer_dhw_flowsettemp 7 9 1 2 1 MM100 mixer 160 pumpstatus pump status (PC1) boolean True switch.mixer_dhw_pump_status_(PC1) switch.mixer_dhw_pumpstatus 7 9 1 3 1 MM100 mixer 160 activated activated boolean True switch.mixer_dhw_activated switch.mixer_dhw_activated 7 9 1 4 1 MM100 mixer 160 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_dhw_time_to_set_valve number.mixer_dhw_valvesettime 7 9 10 5 1 MM100 mixer 160 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_dhw_flow_temperature_offset_for_mixer number.mixer_dhw_flowtempoffset 7 9 1 6 1 MM200 mixer 161 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM200 mixer 161 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM200 mixer 161 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM200 mixer 161 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM200 mixer 161 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM200 mixer 161 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM200 mixer 161 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MZ100 mixer 193 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MZ100 mixer 193 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MZ100 mixer 193 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MZ100 mixer 193 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MZ100 mixer 193 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MZ100 mixer 193 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MZ100 mixer 193 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 SM10 solar 73 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM10 solar 73 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM10 solar 73 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM10 solar 73 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM10 solar 73 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM10 solar 73 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM10 solar 73 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM10 solar 73 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM10 solar 73 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 1 9 1 SM10 solar 73 turnondiff pump turn on difference uint8 (>=0<=254) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1 10 1 SM10 solar 73 turnoffdiff pump turn off difference uint8 (>=0<=254) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1 11 1 SM10 solar 73 solarpower actual solar power int16 (>=-31999<=31999) W False sensor.solar_actual_solar_power sensor.solar_solarpower 8 0 1 12 1 SM10 solar 73 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM10 solar 73 maxflow maximum solar flow uint8 (>=0<=25) l/min True number.solar_maximum_solar_flow number.solar_maxflow 8 0 1/10 15 1 SM10 solar 73 mintemp minimum temperature uint8 (>=0<=254) C True number.solar_dhw_minimum_temperature number.solar_dhw_mintemp 8 9 1 0 1 SM10 solar 73 solarenabled solarmodule enabled boolean True switch.solar_solarmodule_enabled switch.solar_solarenabled 8 0 1 16 1 ISM1 solar 101 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM1 solar 101 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM1 solar 101 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM1 solar 101 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM1 solar 101 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM1 solar 101 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM1 solar 101 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM1 solar 101 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM1 solar 101 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM1 solar 101 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM1 solar 101 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 ISM2 solar 103 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM2 solar 103 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM2 solar 103 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM2 solar 103 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM2 solar 103 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM2 solar 103 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM2 solar 103 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM2 solar 103 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM2 solar 103 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM2 solar 103 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM2 solar 103 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM50 solar 162 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM50 solar 162 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM50 solar 162 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM50 solar 162 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM50 solar 162 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM50 solar 162 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM50 solar 162 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM50 solar 162 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM50 solar 162 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM50 solar 162 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM50 solar 162 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM50 solar 162 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM50 solar 162 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM50 solar 162 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM50 solar 162 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM50 solar 162 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM50 solar 162 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM50 solar 162 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM50 solar 162 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM50 solar 162 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM50 solar 162 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM50 solar 162 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM50 solar 162 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM50 solar 162 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM50 solar 162 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM50 solar 162 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM50 solar 162 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM50 solar 162 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM50 solar 162 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM50 solar 162 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM50 solar 162 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM50 solar 162 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM50 solar 162 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM50 solar 162 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM50 solar 162 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM50 solar 162 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM50 solar 162 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM50 solar 162 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM50 solar 162 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM50 solar 162 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM50 solar 162 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM50 solar 162 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM50 solar 162 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM50 solar 162 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM50 solar 162 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM50 solar 162 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM50 solar 162 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM50 solar 162 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM50 solar 162 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM50 solar 162 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM50 solar 162 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM50 solar 162 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM100, MS100 solar 163 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM100, MS100 solar 163 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM100, MS100 solar 163 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM100, MS100 solar 163 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM100, MS100 solar 163 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM100, MS100 solar 163 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM100, MS100 solar 163 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM100, MS100 solar 163 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM100, MS100 solar 163 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM100, MS100 solar 163 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM100, MS100 solar 163 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM100, MS100 solar 163 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM100, MS100 solar 163 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM100, MS100 solar 163 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM100, MS100 solar 163 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM100, MS100 solar 163 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM100, MS100 solar 163 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM100, MS100 solar 163 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM100, MS100 solar 163 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM100, MS100 solar 163 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM100, MS100 solar 163 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM100, MS100 solar 163 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM100, MS100 solar 163 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM100, MS100 solar 163 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM100, MS100 solar 163 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM100, MS100 solar 163 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM100, MS100 solar 163 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM100, MS100 solar 163 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM100, MS100 solar 163 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM100, MS100 solar 163 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM100, MS100 solar 163 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM100, MS100 solar 163 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM100, MS100 solar 163 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM100, MS100 solar 163 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM100, MS100 solar 163 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM100, MS100 solar 163 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM100, MS100 solar 163 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM100, MS100 solar 163 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM100, MS100 solar 163 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM100, MS100 solar 163 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM100, MS100 solar 163 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM100, MS100 solar 163 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM100, MS100 solar 163 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM100, MS100 solar 163 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM100, MS100 solar 163 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM100, MS100 solar 163 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM100, MS100 solar 163 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM100, MS100 solar 163 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM100, MS100 solar 163 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM100, MS100 solar 163 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM100, MS100 solar 163 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM100, MS100 solar 163 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM100, MS100 solar 163 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM100, MS100 solar 163 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM200, MS200 solar 164 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM200, MS200 solar 164 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM200, MS200 solar 164 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM200, MS200 solar 164 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM200, MS200 solar 164 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM200, MS200 solar 164 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM200, MS200 solar 164 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM200, MS200 solar 164 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM200, MS200 solar 164 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM200, MS200 solar 164 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM200, MS200 solar 164 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM200, MS200 solar 164 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM200, MS200 solar 164 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM200, MS200 solar 164 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM200, MS200 solar 164 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM200, MS200 solar 164 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM200, MS200 solar 164 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM200, MS200 solar 164 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM200, MS200 solar 164 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM200, MS200 solar 164 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM200, MS200 solar 164 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM200, MS200 solar 164 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM200, MS200 solar 164 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM200, MS200 solar 164 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM200, MS200 solar 164 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM200, MS200 solar 164 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM200, MS200 solar 164 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM200, MS200 solar 164 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM200, MS200 solar 164 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM200, MS200 solar 164 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM200, MS200 solar 164 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM200, MS200 solar 164 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM200, MS200 solar 164 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM200, MS200 solar 164 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM200, MS200 solar 164 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM200, MS200 solar 164 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM200, MS200 solar 164 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM200, MS200 solar 164 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM200, MS200 solar 164 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM200, MS200 solar 164 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM200, MS200 solar 164 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM200, MS200 solar 164 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM200, MS200 solar 164 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM200, MS200 solar 164 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM200, MS200 solar 164 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM200, MS200 solar 164 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM200, MS200 solar 164 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM200, MS200 solar 164 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM200, MS200 solar 164 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM200, MS200 solar 164 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM200, MS200 solar 164 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM200, MS200 solar 164 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM200, MS200 solar 164 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM200, MS200 solar 164 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 HP Module heatpump 252 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 HP Module heatpump 252 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 HP Module heatpump 252 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 HP Module heatpump 252 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 HP Module heatpump 252 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 HP Module heatpump 252 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 HP Module heatpump 252 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 HP Module heatpump 252 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 HP Module heatpump 252 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 HP Module heatpump 252 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 HP Module heatpump 252 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 HP Module heatpump 252 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 HP Module heatpump 252 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 HP Module heatpump 252 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 HP Module heatpump 252 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 HP Module heatpump 252 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 HP Module heatpump 252 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 HP Module heatpump 252 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 HP Module heatpump 252 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 HP Module heatpump 252 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 HP Module heatpump 252 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 HP Module heatpump 252 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 HP Module heatpump 252 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 HP Module heatpump 252 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 HP Module heatpump 252 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 HP Module heatpump 252 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 HP Module heatpump 252 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 HP Module heatpump 252 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 HP Module heatpump 252 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 HP Module heatpump 252 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 HP Module heatpump 252 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 HP Module heatpump 252 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 HP Module heatpump 252 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 HP Module heatpump 252 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 HP Module heatpump 252 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 HP Module heatpump 252 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 HP Module heatpump 252 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 HP Module heatpump 252 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 HP Module heatpump 252 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 Hybrid Manager HM200 heatpump 248 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 Hybrid Manager HM200 heatpump 248 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 Hybrid Manager HM200 heatpump 248 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 Hybrid Manager HM200 heatpump 248 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 Hybrid Manager HM200 heatpump 248 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 Hybrid Manager HM200 heatpump 248 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 Hybrid Manager HM200 heatpump 248 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 Hybrid Manager HM200 heatpump 248 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 Hybrid Manager HM200 heatpump 248 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 Hybrid Manager HM200 heatpump 248 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 Hybrid Manager HM200 heatpump 248 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 Hybrid Manager HM200 heatpump 248 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 Hybrid Manager HM200 heatpump 248 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 Hybrid Manager HM200 heatpump 248 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 Hybrid Manager HM200 heatpump 248 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 Hybrid Manager HM200 heatpump 248 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 Hybrid Manager HM200 heatpump 248 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 Hybrid Manager HM200 heatpump 248 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 Hybrid Manager HM200 heatpump 248 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 Hybrid Manager HM200 heatpump 248 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 Hybrid Manager HM200 heatpump 248 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 Hybrid Manager HM200 heatpump 248 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 Hybrid Manager HM200 heatpump 248 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 Hybrid Manager HM200 heatpump 248 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 Hybrid Manager HM200 heatpump 248 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 Hybrid Manager HM200 heatpump 248 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 Hybrid Manager HM200 heatpump 248 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 Hybrid Manager HM200 heatpump 248 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 Hybrid Manager HM200 heatpump 248 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 Hybrid Manager HM200 heatpump 248 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 Hybrid Manager HM200 heatpump 248 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 Hybrid Manager HM200 heatpump 248 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 Hybrid Manager HM200 heatpump 248 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 Hybrid Manager HM200 heatpump 248 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 Hybrid Manager HM200 heatpump 248 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 Hybrid Manager HM200 heatpump 248 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 Hybrid Manager HM200 heatpump 248 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 Hybrid Manager HM200 heatpump 248 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 Hybrid Manager HM200 heatpump 248 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 WM10 switch 71 activated activated boolean False binary_sensor.switch_activated binary_sensor.switch_activated 11 0 1 0 1 WM10 switch 71 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.switch_flow_temperature_(TC1) sensor.switch_flowtemphc 11 0 1/10 1 1 WM10 switch 71 status status int8 (>=-126<=126) False sensor.switch_status sensor.switch_status 11 0 1 2 1 Rego 3000 controller 240 datetime date/time string False sensor.controller_date/time sensor.controller_datetime 12 0 1 0 13 EM10 alert 74 setflowtemp set flow temperature uint8 (>=0<=254) C False sensor.alert_set_flow_temperature sensor.alert_setflowtemp 14 0 1 0 1 EM10 alert 74 setburnpow burner set power uint8 (>=0<=100) % False sensor.alert_burner_set_power sensor.alert_setburnpow 14 0 1 1 1 EM10, EM100 extension 243 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 EM10, EM100 extension 243 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 EM10, EM100 extension 243 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 EM10, EM100 extension 243 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 EM10, EM100 extension 243 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 EM10, EM100 extension 243 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 EM10, EM100 extension 243 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 EM10, EM100 extension 243 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 EM10, EM100 extension 243 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 EM10, EM100 extension 243 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 T1RF extension 220 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 T1RF extension 220 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 T1RF extension 220 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 T1RF extension 220 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 T1RF extension 220 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 T1RF extension 220 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 T1RF extension 220 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 T1RF extension 220 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 T1RF extension 220 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 T1RF extension 220 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 Logavent HRV176 ventilation 231 outfresh outdoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_fresh_air sensor.ventilation_outfresh 18 0 1/10 0 1 Logavent HRV176 ventilation 231 infresh indoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_fresh_air sensor.ventilation_infresh 18 0 1/10 1 1 Logavent HRV176 ventilation 231 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_exhaust_air sensor.ventilation_outexhaust 18 0 1/10 2 1 Logavent HRV176 ventilation 231 inexhaust indoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_exhaust_air sensor.ventilation_inexhaust 18 0 1/10 3 1 Logavent HRV176 ventilation 231 ventinspeed in blower speed uint8 (>=0<=100) % False sensor.ventilation_in_blower_speed sensor.ventilation_ventinspeed 18 0 1 4 1 Logavent HRV176 ventilation 231 ventoutspeed out blower speed uint8 (>=0<=100) % False sensor.ventilation_out_blower_speed sensor.ventilation_ventoutspeed 18 0 1 5 1 Logavent HRV176 ventilation 231 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] True select.ventilation_ventilation_mode select.ventilation_ventmode 18 0 1 6 1 Logavent HRV176 ventilation 231 airquality air quality (voc) uint16 (>=0<=31999) False sensor.ventilation_air_quality_(voc) sensor.ventilation_airquality 18 0 1 7 1 Logavent HRV176 ventilation 231 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.ventilation_relative_air_humidity sensor.ventilation_airhumidity 18 0 1 8 1 MP100 pool 204 pooltemp pool temperature int16 (>=-3199<=3199) C False sensor.pool_pool_temperature sensor.pool_pooltemp 20 0 1/10 -1 1 MP100 pool 204 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] False sensor.pool_pool_shunt_status_opening/closing sensor.pool_poolshuntstatus 20 0 1 -1 1 MP100 pool 204 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % False sensor.pool_pool_shunt_open/close_(0% =_pool / 100% =_heat) sensor.pool_poolshunt 20 0 1 -1 1","title":"All EMS Devices and their Entities"},{"location":"All-Devices/#all-ems-telegrams","text":"Download the full CSV file telegram_type_id name is_fetched 0x04 UBAFactory fetched 0x06 RCTime 0x0A EasyMonitor fetched 0x10 UBAErrorMessage1 0x11 UBAErrorMessage2 0x12 RCErrorMessage 0x13 RCErrorMessage2 0x14 UBATotalUptime fetched 0x15 UBAMaintenanceData 0x16 UBAParameters fetched 0x18 UBAMonitorFast 0x19 UBAMonitorSlow 0x1A UBASetPoints 0x1C UBAMaintenanceStatus 0x1E WM10TempMessage 0x23 JunkersSetMixer fetched 0x26 UBASettingsWW fetched 0x28 WeatherComp fetched 0x2A MC110Status 0x2E Meters 0x33 UBAParameterWW fetched 0x34 UBAMonitorWW 0x35 UBAFlags 0x37 WWSettings fetched 0x38 WWTimer fetched 0x39 WWCircTimer fetched 0x3A RC30WWSettings fetched 0x3B Energy 0x3D RC35Set 0x3E RC35Monitor 0x3F RC35Timer 0x40 RC30Temp 0x41 RC30Monitor 0x42 RC35Timer2 0x47 RC35Set 0x48 RC35Monitor 0x49 RC35Timer 0x4C RC35Timer2 0x51 RC35Set 0x52 RC35Monitor 0x53 RC35Timer 0x56 RC35Timer2 0x5B RC35Set 0x5C RC35Monitor 0x5D RC35Timer 0x60 RC35Timer2 0x96 SM10Config fetched 0x97 SM10Monitor 0x9C WM10MonitorMessage 0x9D WM10SetMessage 0xA2 RCError 0xA3 RCOutdoorTemp 0xA5 IBASettings fetched 0xA7 RC30Set 0xA9 RC30Vacation fetched 0xAA MMConfigMessage fetched 0xAB MMStatusMessage 0xAC MMSetMessage 0xAF RC20Remote 0xB0 RC10Set 0xB1 RC10Monitor 0xBB HybridSettings fetched 0xBF ErrorMessage 0xC2 UBAErrorMessage3 0xD1 UBAOutdoorTemp 0xE3 UBAMonitorSlowPlus2 0xE4 UBAMonitorFastPlus 0xE5 UBAMonitorSlowPlus 0xE6 UBAParametersPlus fetched 0xE9 UBAMonitorWWPlus 0xEA UBAParameterWWPlus fetched 0x0101 ISM1Set fetched 0x0103 ISM1StatusMessage fetched 0x0104 ISM2StatusMessage 0x010C IPMStatusMessage 0x011E IPMTempMessage 0x0165 JunkersSet 0x0166 JunkersSet 0x0167 JunkersSet 0x0168 JunkersSet 0x016F JunkersMonitor 0x0170 JunkersMonitor 0x0171 JunkersMonitor 0x0172 JunkersMonitor 0x0179 JunkersSet 0x017A JunkersSet 0x017B JunkersSet 0x017C JunkersSet 0x01D3 JunkersDhw fetched 0x023A RC300OutdoorTemp fetched 0x023E PVSettings fetched 0x0240 RC300Settings fetched 0x0267 RC300Floordry 0x0269 RC300Holiday1 fetched 0x0291 HPMode fetched 0x0292 HPMode fetched 0x0293 HPMode fetched 0x0294 HPMode fetched 0x029B RC300Curves 0x029C RC300Curves 0x029D RC300Curves 0x029E RC300Curves 0x029F RC300Curves 0x02A0 RC300Curves 0x02A1 RC300Curves 0x02A2 RC300Curves 0x02A5 RC300Monitor 0x02A6 RC300Monitor 0x02A7 RC300Monitor 0x02A8 RC300Monitor 0x02A9 RC300Monitor 0x02AA RC300Monitor 0x02AB RC300Monitor 0x02AC RC300Monitor 0x02AF RC300Summer 0x02B0 RC300Summer 0x02B1 RC300Summer 0x02B2 RC300Summer 0x02B3 RC300Summer 0x02B4 RC300Summer 0x02B5 RC300Summer 0x02B6 RC300Summer 0x02B9 RC300Set 0x02BA RC300Set 0x02BB RC300Set 0x02BC RC300Set 0x02BD RC300Set 0x02BE RC300Set 0x02BF RC300Set 0x02C0 RC300Set 0x02CC RC300Set2 0x02CD MMPLUSConfigMessage fetched 0x02CE RC300Set2 0x02D0 RC300Set2 0x02D2 RC300Set2 0x02D5 MMPLUSConfigMessage fetched 0x02D6 HPPump2 fetched 0x02D7 MMPLUSStatusMessage 0x02DF MMPLUSStatusMessage 0x02F5 RC300WWmode fetched 0x02F6 RC300WW2mode fetched 0x031B RC300WWtemp fetched 0x031D RC300WWmode2 0x031E RC300WWmode2 0x0358 SM100SystemConfig fetched 0x035A SM100CircuitConfig fetched 0x035C SM100HeatAssist fetched 0x035D SM100Circuit2Config fetched 0x035F SM100Config1 fetched 0x0361 SM100Differential fetched 0x0362 SM100Monitor 0x0363 SM100Monitor2 0x0364 SM100Status 0x0366 SM100Config 0x036A SM100Status2 0x0380 SM100CollectorConfig fetched 0x038E SM100Energy fetched 0x0391 SM100Time fetched 0x0467 HPSet 0x0468 HPSet 0x0469 HPSet 0x046A HPSet 0x0471 RC300Summer2 0x0472 RC300Summer2 0x0473 RC300Summer2 0x0474 RC300Summer2 0x0475 RC300Summer2 0x0476 RC300Summer2 0x0477 RC300Summer2 0x0478 RC300Summer2 0x047B HP2 0x0484 HPSilentMode fetched 0x0485 HpCooling fetched 0x0486 HpInConfig fetched 0x0488 HPValve fetched 0x048A HpPool fetched 0x048B HPPumps fetched 0x048D HpPower fetched 0x048F HpTemperatures 0x0491 HPAdditionalHeater fetched 0x0492 HpHeaterConfig fetched 0x0494 UBAEnergySupplied 0x0495 UBAInformation 0x0499 HPDhwSettings fetched 0x049C HPSettings2 fetched 0x049D HPSettings3 fetched 0x04A2 HpInput fetched 0x04A5 HPFan fetched 0x04A7 HPPowerLimit fetched 0x04AA HPPower2 fetched 0x04AE HPEnergy fetched 0x04AF HPMeters fetched 0x056B VentilationMode fetched 0x0583 VentilationMonitor 0x0585 Blowerspeed 0x0587 Bypass 0x05BA HpPoolStatus fetched 0x05D9 Airquality 0x0772 HIUSettings 0x0779 HIUMonitor 0x0935 EM100SetMessage fetched 0x0936 EM100OutMessage 0x0937 EM100TempMessage 0x0938 EM100InputMessage 0x0939 EM100MonitorMessage 0x093A EM100ConfigMessage 0x0998 HPSettings fetched 0x0999 HPFunctionTest fetched 0x099B HPFlowTemp 0x099C HPComp 0x09A0 HPTemperature","title":"All EMS Telegrams"},{"location":"All-Devices/#all-devices-and-entities","text":"Download the full CSV file device name device type product id shortname fullname type [options...] | (min/max) uom writeable discovery entityid v3.4 discovery entityid modbus unit identifier modbus block modbus scale factor modbus offset modbus count CS 800i, Logatherm WLW boiler 8 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 CS 800i, Logatherm WLW boiler 8 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 CS 800i, Logatherm WLW boiler 8 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 CS 800i, Logatherm WLW boiler 8 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 CS 800i, Logatherm WLW boiler 8 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 CS 800i, Logatherm WLW boiler 8 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 CS 800i, Logatherm WLW boiler 8 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 CS 800i, Logatherm WLW boiler 8 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 CS 800i, Logatherm WLW boiler 8 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 CS 800i, Logatherm WLW boiler 8 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 CS 800i, Logatherm WLW boiler 8 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 CS 800i, Logatherm WLW boiler 8 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 CS 800i, Logatherm WLW boiler 8 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 CS 800i, Logatherm WLW boiler 8 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 CS 800i, Logatherm WLW boiler 8 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 CS 800i, Logatherm WLW boiler 8 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 CS 800i, Logatherm WLW boiler 8 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 CS 800i, Logatherm WLW boiler 8 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 CS 800i, Logatherm WLW boiler 8 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 CS 800i, Logatherm WLW boiler 8 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 CS 800i, Logatherm WLW boiler 8 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 CS 800i, Logatherm WLW boiler 8 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 CS 800i, Logatherm WLW boiler 8 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 CS 800i, Logatherm WLW boiler 8 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 CS 800i, Logatherm WLW boiler 8 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 CS 800i, Logatherm WLW boiler 8 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 CS 800i, Logatherm WLW boiler 8 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 CS 800i, Logatherm WLW boiler 8 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 CS 800i, Logatherm WLW boiler 8 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 CS 800i, Logatherm WLW boiler 8 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 CS 800i, Logatherm WLW boiler 8 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 CS 800i, Logatherm WLW boiler 8 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 CS 800i, Logatherm WLW boiler 8 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 CS 800i, Logatherm WLW boiler 8 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 CS 800i, Logatherm WLW boiler 8 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 CS 800i, Logatherm WLW boiler 8 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 CS 800i, Logatherm WLW boiler 8 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 CS 800i, Logatherm WLW boiler 8 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 CS 800i, Logatherm WLW boiler 8 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 CS 800i, Logatherm WLW boiler 8 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 CS 800i, Logatherm WLW boiler 8 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 CS 800i, Logatherm WLW boiler 8 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 CS 800i, Logatherm WLW boiler 8 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 CS 800i, Logatherm WLW boiler 8 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 CS 800i, Logatherm WLW boiler 8 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 CS 800i, Logatherm WLW boiler 8 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 CS 800i, Logatherm WLW boiler 8 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 CS 800i, Logatherm WLW boiler 8 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 CS 800i, Logatherm WLW boiler 8 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 CS 800i, Logatherm WLW boiler 8 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 CS 800i, Logatherm WLW boiler 8 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 CS 800i, Logatherm WLW boiler 8 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 CS 800i, Logatherm WLW boiler 8 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 CS 800i, Logatherm WLW boiler 8 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 CS 800i, Logatherm WLW boiler 8 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 CS 800i, Logatherm WLW boiler 8 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 CS 800i, Logatherm WLW boiler 8 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 CS 800i, Logatherm WLW boiler 8 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 CS 800i, Logatherm WLW boiler 8 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 CS 800i, Logatherm WLW boiler 8 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 CS 800i, Logatherm WLW boiler 8 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 CS 800i, Logatherm WLW boiler 8 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 CS 800i, Logatherm WLW boiler 8 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 CS 800i, Logatherm WLW boiler 8 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 CS 800i, Logatherm WLW boiler 8 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 CS 800i, Logatherm WLW boiler 8 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 CS 800i, Logatherm WLW boiler 8 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 CS 800i, Logatherm WLW boiler 8 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 CS 800i, Logatherm WLW boiler 8 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 CS 800i, Logatherm WLW boiler 8 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 CS 800i, Logatherm WLW boiler 8 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 CS 800i, Logatherm WLW boiler 8 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 CS 800i, Logatherm WLW boiler 8 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 CS 800i, Logatherm WLW boiler 8 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 CS 800i, Logatherm WLW boiler 8 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 CS 800i, Logatherm WLW boiler 8 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 CS 800i, Logatherm WLW boiler 8 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 CS 800i, Logatherm WLW boiler 8 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 CS 800i, Logatherm WLW boiler 8 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 CS 800i, Logatherm WLW boiler 8 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 CS 800i, Logatherm WLW boiler 8 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 CS 800i, Logatherm WLW boiler 8 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 CS 800i, Logatherm WLW boiler 8 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 CS 800i, Logatherm WLW boiler 8 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 CS 800i, Logatherm WLW boiler 8 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 CS 800i, Logatherm WLW boiler 8 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 CS 800i, Logatherm WLW boiler 8 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 CS 800i, Logatherm WLW boiler 8 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 CS 800i, Logatherm WLW boiler 8 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 CS 800i, Logatherm WLW boiler 8 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 CS 800i, Logatherm WLW boiler 8 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 CS 800i, Logatherm WLW boiler 8 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 CS 800i, Logatherm WLW boiler 8 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 CS 800i, Logatherm WLW boiler 8 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 CS 800i, Logatherm WLW boiler 8 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 CS 800i, Logatherm WLW boiler 8 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 CS 800i, Logatherm WLW boiler 8 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 CS 800i, Logatherm WLW boiler 8 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 CS 800i, Logatherm WLW boiler 8 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 CS 800i, Logatherm WLW boiler 8 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 CS 800i, Logatherm WLW boiler 8 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 CS 800i, Logatherm WLW boiler 8 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 CS 800i, Logatherm WLW boiler 8 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 CS 800i, Logatherm WLW boiler 8 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 CS 800i, Logatherm WLW boiler 8 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 CS 800i, Logatherm WLW boiler 8 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 CS 800i, Logatherm WLW boiler 8 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 CS 800i, Logatherm WLW boiler 8 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 CS 800i, Logatherm WLW boiler 8 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 CS 800i, Logatherm WLW boiler 8 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 CS 800i, Logatherm WLW boiler 8 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 CS 800i, Logatherm WLW boiler 8 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 CS 800i, Logatherm WLW boiler 8 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 CS 800i, Logatherm WLW boiler 8 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 CS 800i, Logatherm WLW boiler 8 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 CS 800i, Logatherm WLW boiler 8 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 CS 800i, Logatherm WLW boiler 8 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 CS 800i, Logatherm WLW boiler 8 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 CS 800i, Logatherm WLW boiler 8 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 CS 800i, Logatherm WLW boiler 8 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 CS 800i, Logatherm WLW boiler 8 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 CS 800i, Logatherm WLW boiler 8 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 CS 800i, Logatherm WLW boiler 8 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 CS 800i, Logatherm WLW boiler 8 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 CS 800i, Logatherm WLW boiler 8 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 CS 800i, Logatherm WLW boiler 8 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 CS 800i, Logatherm WLW boiler 8 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 CS 800i, Logatherm WLW boiler 8 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 CS 800i, Logatherm WLW boiler 8 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 CS 800i, Logatherm WLW boiler 8 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 CS 800i, Logatherm WLW boiler 8 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 CS 800i, Logatherm WLW boiler 8 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 CS 800i, Logatherm WLW boiler 8 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 CS 800i, Logatherm WLW boiler 8 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 CS 800i, Logatherm WLW boiler 8 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 CS 800i, Logatherm WLW boiler 8 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 CS 800i, Logatherm WLW boiler 8 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 CS 800i, Logatherm WLW boiler 8 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 CS 800i, Logatherm WLW boiler 8 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 CS 800i, Logatherm WLW boiler 8 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 CS 800i, Logatherm WLW boiler 8 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 CS 800i, Logatherm WLW boiler 8 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 CS 800i, Logatherm WLW boiler 8 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 CS 800i, Logatherm WLW boiler 8 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 CS 800i, Logatherm WLW boiler 8 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 CS 800i, Logatherm WLW boiler 8 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 CS 800i, Logatherm WLW boiler 8 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 CS 800i, Logatherm WLW boiler 8 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 CS 800i, Logatherm WLW boiler 8 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 CS 800i, Logatherm WLW boiler 8 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 CS 800i, Logatherm WLW boiler 8 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 CS 800i, Logatherm WLW boiler 8 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 CS 800i, Logatherm WLW boiler 8 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 CS 800i, Logatherm WLW boiler 8 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 CS 800i, Logatherm WLW boiler 8 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 CS 800i, Logatherm WLW boiler 8 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 CS 800i, Logatherm WLW boiler 8 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 CS 800i, Logatherm WLW boiler 8 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 CS 800i, Logatherm WLW boiler 8 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 CS 800i, Logatherm WLW boiler 8 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 CS 800i, Logatherm WLW boiler 8 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 CS 800i, Logatherm WLW boiler 8 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 CS 800i, Logatherm WLW boiler 8 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 CS 800i, Logatherm WLW boiler 8 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 CS 800i, Logatherm WLW boiler 8 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 CS 800i, Logatherm WLW boiler 8 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 CS 800i, Logatherm WLW boiler 8 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 CS 800i, Logatherm WLW boiler 8 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 CS 800i, Logatherm WLW boiler 8 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 CS 800i, Logatherm WLW boiler 8 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 CS 800i, Logatherm WLW boiler 8 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 CS 800i, Logatherm WLW boiler 8 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 CS 800i, Logatherm WLW boiler 8 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 CS 800i, Logatherm WLW boiler 8 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 CS 800i, Logatherm WLW boiler 8 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 CS 800i, Logatherm WLW boiler 8 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 CS 800i, Logatherm WLW boiler 8 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 CS 800i, Logatherm WLW boiler 8 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 CS 800i, Logatherm WLW boiler 8 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 CS 800i, Logatherm WLW boiler 8 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 CS 800i, Logatherm WLW boiler 8 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 CS 800i, Logatherm WLW boiler 8 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 CS 800i, Logatherm WLW boiler 8 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 CS 800i, Logatherm WLW boiler 8 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 CS 800i, Logatherm WLW boiler 8 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 CS 800i, Logatherm WLW boiler 8 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 CS 800i, Logatherm WLW boiler 8 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 CS 800i, Logatherm WLW boiler 8 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 CS 800i, Logatherm WLW boiler 8 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 CS 800i, Logatherm WLW boiler 8 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 CS 800i, Logatherm WLW boiler 8 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 CS 800i, Logatherm WLW boiler 8 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 CS 800i, Logatherm WLW boiler 8 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 CS 800i, Logatherm WLW boiler 8 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 CS 800i, Logatherm WLW boiler 8 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 CS 800i, Logatherm WLW boiler 8 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 CS 800i, Logatherm WLW boiler 8 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 CS 800i, Logatherm WLW boiler 8 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 CS 800i, Logatherm WLW boiler 8 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 CS 800i, Logatherm WLW boiler 8 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 CS 800i, Logatherm WLW boiler 8 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 CS 800i, Logatherm WLW boiler 8 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 C1200W boiler 12 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 C1200W boiler 12 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 C1200W boiler 12 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 C1200W boiler 12 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 C1200W boiler 12 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 C1200W boiler 12 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 C1200W boiler 12 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 C1200W boiler 12 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 C1200W boiler 12 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 C1200W boiler 12 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 C1200W boiler 12 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 C1200W boiler 12 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 C1200W boiler 12 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 C1200W boiler 12 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 C1200W boiler 12 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 C1200W boiler 12 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 C1200W boiler 12 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 C1200W boiler 12 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 C1200W boiler 12 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 C1200W boiler 12 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 C1200W boiler 12 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 C1200W boiler 12 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 C1200W boiler 12 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 C1200W boiler 12 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 C1200W boiler 12 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 C1200W boiler 12 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 C1200W boiler 12 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 C1200W boiler 12 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 C1200W boiler 12 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 C1200W boiler 12 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 C1200W boiler 12 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 C1200W boiler 12 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 C1200W boiler 12 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 C1200W boiler 12 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 C1200W boiler 12 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 C1200W boiler 12 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 C1200W boiler 12 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 C1200W boiler 12 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 C1200W boiler 12 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 C1200W boiler 12 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 C1200W boiler 12 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 C1200W boiler 12 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 C1200W boiler 12 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 C1200W boiler 12 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 C1200W boiler 12 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 C1200W boiler 12 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 C1200W boiler 12 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 C1200W boiler 12 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 C1200W boiler 12 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 C1200W boiler 12 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 C1200W boiler 12 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 C1200W boiler 12 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 C1200W boiler 12 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 C1200W boiler 12 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 C1200W boiler 12 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 C1200W boiler 12 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 C1200W boiler 12 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 C1200W boiler 12 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 C1200W boiler 12 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 C1200W boiler 12 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 C1200W boiler 12 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 C1200W boiler 12 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 C1200W boiler 12 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 C1200W boiler 12 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 C1200W boiler 12 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 C1200W boiler 12 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 C1200W boiler 12 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 C1200W boiler 12 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 C1200W boiler 12 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 C1200W boiler 12 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 C1200W boiler 12 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 C1200W boiler 12 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 C1200W boiler 12 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 C1200W boiler 12 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 C1200W boiler 12 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 C1200W boiler 12 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 C1200W boiler 12 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 C1200W boiler 12 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 C1200W boiler 12 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 C1200W boiler 12 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 C1200W boiler 12 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 C1200W boiler 12 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 C1200W boiler 12 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 C1200W boiler 12 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 C1200W boiler 12 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 C1200W boiler 12 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 C1200W boiler 12 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 C1200W boiler 12 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 C1200W boiler 12 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 C1200W boiler 12 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 C1200W boiler 12 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 C1200W boiler 12 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 C1200W boiler 12 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 C1200W boiler 12 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 C1200W boiler 12 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 C1200W boiler 12 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 C1200W boiler 12 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 C1200W boiler 12 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 C1200W boiler 12 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 C1200W boiler 12 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 C1200W boiler 12 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 C1200W boiler 12 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 C1200W boiler 12 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 C1200W boiler 12 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 C1200W boiler 12 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 C1200W boiler 12 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 C1200W boiler 12 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 C1200W boiler 12 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 C1200W boiler 12 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 BK13/BK15, Smartline, GB1*2 boiler 64 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 BK13/BK15, Smartline, GB1*2 boiler 64 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 BK13/BK15, Smartline, GB1*2 boiler 64 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 BK13/BK15, Smartline, GB1*2 boiler 64 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 BK13/BK15, Smartline, GB1*2 boiler 64 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 BK13/BK15, Smartline, GB1*2 boiler 64 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 BK13/BK15, Smartline, GB1*2 boiler 64 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 BK13/BK15, Smartline, GB1*2 boiler 64 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 BK13/BK15, Smartline, GB1*2 boiler 64 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 BK13/BK15, Smartline, GB1*2 boiler 64 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 BK13/BK15, Smartline, GB1*2 boiler 64 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 BK13/BK15, Smartline, GB1*2 boiler 64 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 BK13/BK15, Smartline, GB1*2 boiler 64 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 BK13/BK15, Smartline, GB1*2 boiler 64 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 BK13/BK15, Smartline, GB1*2 boiler 64 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 BK13/BK15, Smartline, GB1*2 boiler 64 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 BK13/BK15, Smartline, GB1*2 boiler 64 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 BK13/BK15, Smartline, GB1*2 boiler 64 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 BK13/BK15, Smartline, GB1*2 boiler 64 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 BK13/BK15, Smartline, GB1*2 boiler 64 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 BK13/BK15, Smartline, GB1*2 boiler 64 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 BK13/BK15, Smartline, GB1*2 boiler 64 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 BK13/BK15, Smartline, GB1*2 boiler 64 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 BK13/BK15, Smartline, GB1*2 boiler 64 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 BK13/BK15, Smartline, GB1*2 boiler 64 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 BK13/BK15, Smartline, GB1*2 boiler 64 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 BK13/BK15, Smartline, GB1*2 boiler 64 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 BK13/BK15, Smartline, GB1*2 boiler 64 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 BK13/BK15, Smartline, GB1*2 boiler 64 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 BK13/BK15, Smartline, GB1*2 boiler 64 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 BK13/BK15, Smartline, GB1*2 boiler 64 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 BK13/BK15, Smartline, GB1*2 boiler 64 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 BK13/BK15, Smartline, GB1*2 boiler 64 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 BK13/BK15, Smartline, GB1*2 boiler 64 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 BK13/BK15, Smartline, GB1*2 boiler 64 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 BK13/BK15, Smartline, GB1*2 boiler 64 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 BK13/BK15, Smartline, GB1*2 boiler 64 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 BK13/BK15, Smartline, GB1*2 boiler 64 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 BK13/BK15, Smartline, GB1*2 boiler 64 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 BK13/BK15, Smartline, GB1*2 boiler 64 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 BK13/BK15, Smartline, GB1*2 boiler 64 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 BK13/BK15, Smartline, GB1*2 boiler 64 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 BK13/BK15, Smartline, GB1*2 boiler 64 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 BK13/BK15, Smartline, GB1*2 boiler 64 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 BK13/BK15, Smartline, GB1*2 boiler 64 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 BK13/BK15, Smartline, GB1*2 boiler 64 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 BK13/BK15, Smartline, GB1*2 boiler 64 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 BK13/BK15, Smartline, GB1*2 boiler 64 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 BK13/BK15, Smartline, GB1*2 boiler 64 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 BK13/BK15, Smartline, GB1*2 boiler 64 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 BK13/BK15, Smartline, GB1*2 boiler 64 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 BK13/BK15, Smartline, GB1*2 boiler 64 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 BK13/BK15, Smartline, GB1*2 boiler 64 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 BK13/BK15, Smartline, GB1*2 boiler 64 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 BK13/BK15, Smartline, GB1*2 boiler 64 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 BK13/BK15, Smartline, GB1*2 boiler 64 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 BK13/BK15, Smartline, GB1*2 boiler 64 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 BK13/BK15, Smartline, GB1*2 boiler 64 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 BK13/BK15, Smartline, GB1*2 boiler 64 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 BK13/BK15, Smartline, GB1*2 boiler 64 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 BK13/BK15, Smartline, GB1*2 boiler 64 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 BK13/BK15, Smartline, GB1*2 boiler 64 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 BK13/BK15, Smartline, GB1*2 boiler 64 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 BK13/BK15, Smartline, GB1*2 boiler 64 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 BK13/BK15, Smartline, GB1*2 boiler 64 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 BK13/BK15, Smartline, GB1*2 boiler 64 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 BK13/BK15, Smartline, GB1*2 boiler 64 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 BK13/BK15, Smartline, GB1*2 boiler 64 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 BK13/BK15, Smartline, GB1*2 boiler 64 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 BK13/BK15, Smartline, GB1*2 boiler 64 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 BK13/BK15, Smartline, GB1*2 boiler 64 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 BK13/BK15, Smartline, GB1*2 boiler 64 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB1*5, Logamatic MC10 boiler 72 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB1*5, Logamatic MC10 boiler 72 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB1*5, Logamatic MC10 boiler 72 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB1*5, Logamatic MC10 boiler 72 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB1*5, Logamatic MC10 boiler 72 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB1*5, Logamatic MC10 boiler 72 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB1*5, Logamatic MC10 boiler 72 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB1*5, Logamatic MC10 boiler 72 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB1*5, Logamatic MC10 boiler 72 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB1*5, Logamatic MC10 boiler 72 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB1*5, Logamatic MC10 boiler 72 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB1*5, Logamatic MC10 boiler 72 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB1*5, Logamatic MC10 boiler 72 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB1*5, Logamatic MC10 boiler 72 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB1*5, Logamatic MC10 boiler 72 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB1*5, Logamatic MC10 boiler 72 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB1*5, Logamatic MC10 boiler 72 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB1*5, Logamatic MC10 boiler 72 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB1*5, Logamatic MC10 boiler 72 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB1*5, Logamatic MC10 boiler 72 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB1*5, Logamatic MC10 boiler 72 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB1*5, Logamatic MC10 boiler 72 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB1*5, Logamatic MC10 boiler 72 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB1*5, Logamatic MC10 boiler 72 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB1*5, Logamatic MC10 boiler 72 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB1*5, Logamatic MC10 boiler 72 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB1*5, Logamatic MC10 boiler 72 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB1*5, Logamatic MC10 boiler 72 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB1*5, Logamatic MC10 boiler 72 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB1*5, Logamatic MC10 boiler 72 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB1*5, Logamatic MC10 boiler 72 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB1*5, Logamatic MC10 boiler 72 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB1*5, Logamatic MC10 boiler 72 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB1*5, Logamatic MC10 boiler 72 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB1*5, Logamatic MC10 boiler 72 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB1*5, Logamatic MC10 boiler 72 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB1*5, Logamatic MC10 boiler 72 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB1*5, Logamatic MC10 boiler 72 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB1*5, Logamatic MC10 boiler 72 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB1*5, Logamatic MC10 boiler 72 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB1*5, Logamatic MC10 boiler 72 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB1*5, Logamatic MC10 boiler 72 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB1*5, Logamatic MC10 boiler 72 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB1*5, Logamatic MC10 boiler 72 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB1*5, Logamatic MC10 boiler 72 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB1*5, Logamatic MC10 boiler 72 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB1*5, Logamatic MC10 boiler 72 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB1*5, Logamatic MC10 boiler 72 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB1*5, Logamatic MC10 boiler 72 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB1*5, Logamatic MC10 boiler 72 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB1*5, Logamatic MC10 boiler 72 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB1*5, Logamatic MC10 boiler 72 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB1*5, Logamatic MC10 boiler 72 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB1*5, Logamatic MC10 boiler 72 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB1*5, Logamatic MC10 boiler 72 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB1*5, Logamatic MC10 boiler 72 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB1*5, Logamatic MC10 boiler 72 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB1*5, Logamatic MC10 boiler 72 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB1*5, Logamatic MC10 boiler 72 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB1*5, Logamatic MC10 boiler 72 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB1*5, Logamatic MC10 boiler 72 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB1*5, Logamatic MC10 boiler 72 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB1*5, Logamatic MC10 boiler 72 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB1*5, Logamatic MC10 boiler 72 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB1*5, Logamatic MC10 boiler 72 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB1*5, Logamatic MC10 boiler 72 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB1*5, Logamatic MC10 boiler 72 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB1*5, Logamatic MC10 boiler 72 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB1*5, Logamatic MC10 boiler 72 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB1*5, Logamatic MC10 boiler 72 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB1*5, Logamatic MC10 boiler 72 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB1*5, Logamatic MC10 boiler 72 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB1*5, Logamatic MC10 boiler 72 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB1*5, Logamatic MC10 boiler 72 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB1*5, Logamatic MC10 boiler 72 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB1*5, Logamatic MC10 boiler 72 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB1*5, Logamatic MC10 boiler 72 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB1*5, Logamatic MC10 boiler 72 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB1*5, Logamatic MC10 boiler 72 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB1*5, Logamatic MC10 boiler 72 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB1*5, Logamatic MC10 boiler 72 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB1*5, Logamatic MC10 boiler 72 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB1*5, Logamatic MC10 boiler 72 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade CM10 boiler 81 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade CM10 boiler 81 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade CM10 boiler 81 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade CM10 boiler 81 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade CM10 boiler 81 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade CM10 boiler 81 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade CM10 boiler 81 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade CM10 boiler 81 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade CM10 boiler 81 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade CM10 boiler 81 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade CM10 boiler 81 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade CM10 boiler 81 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade CM10 boiler 81 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade CM10 boiler 81 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade CM10 boiler 81 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade CM10 boiler 81 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade CM10 boiler 81 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade CM10 boiler 81 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade CM10 boiler 81 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade CM10 boiler 81 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade CM10 boiler 81 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade CM10 boiler 81 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade CM10 boiler 81 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade CM10 boiler 81 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade CM10 boiler 81 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade CM10 boiler 81 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade CM10 boiler 81 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade CM10 boiler 81 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade CM10 boiler 81 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade CM10 boiler 81 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade CM10 boiler 81 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade CM10 boiler 81 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade CM10 boiler 81 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade CM10 boiler 81 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade CM10 boiler 81 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade CM10 boiler 81 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade CM10 boiler 81 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade CM10 boiler 81 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade CM10 boiler 81 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade CM10 boiler 81 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade CM10 boiler 81 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade CM10 boiler 81 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade CM10 boiler 81 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade CM10 boiler 81 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade CM10 boiler 81 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade CM10 boiler 81 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade CM10 boiler 81 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade CM10 boiler 81 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade CM10 boiler 81 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade CM10 boiler 81 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade CM10 boiler 81 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade CM10 boiler 81 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade CM10 boiler 81 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade CM10 boiler 81 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade CM10 boiler 81 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade CM10 boiler 81 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade CM10 boiler 81 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade CM10 boiler 81 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade CM10 boiler 81 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade CM10 boiler 81 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade CM10 boiler 81 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade CM10 boiler 81 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade CM10 boiler 81 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade CM10 boiler 81 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade CM10 boiler 81 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade CM10 boiler 81 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade CM10 boiler 81 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade CM10 boiler 81 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade CM10 boiler 81 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade CM10 boiler 81 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade CM10 boiler 81 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade CM10 boiler 81 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade CM10 boiler 81 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade CM10 boiler 81 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade CM10 boiler 81 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade CM10 boiler 81 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade CM10 boiler 81 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade CM10 boiler 81 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade CM10 boiler 81 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade CM10 boiler 81 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade CM10 boiler 81 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade CM10 boiler 81 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade CM10 boiler 81 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade CM10 boiler 81 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade CM10 boiler 81 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade CM10 boiler 81 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade CM10 boiler 81 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade CM10 boiler 81 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade CM10 boiler 81 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade CM10 boiler 81 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade CM10 boiler 81 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade CM10 boiler 81 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade CM10 boiler 81 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade CM10 boiler 81 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade CM10 boiler 81 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade CM10 boiler 81 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade CM10 boiler 81 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade CM10 boiler 81 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade CM10 boiler 81 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade CM10 boiler 81 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade CM10 boiler 81 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade CM10 boiler 81 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade CM10 boiler 81 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade CM10 boiler 81 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade CM10 boiler 81 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade CM10 boiler 81 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade CM10 boiler 81 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade CM10 boiler 81 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade CM10 boiler 81 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade CM10 boiler 81 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus GB022 boiler 84 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB022 boiler 84 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB022 boiler 84 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB022 boiler 84 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB022 boiler 84 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB022 boiler 84 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB022 boiler 84 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB022 boiler 84 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB022 boiler 84 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB022 boiler 84 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB022 boiler 84 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB022 boiler 84 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB022 boiler 84 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB022 boiler 84 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB022 boiler 84 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB022 boiler 84 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB022 boiler 84 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB022 boiler 84 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB022 boiler 84 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB022 boiler 84 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB022 boiler 84 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB022 boiler 84 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB022 boiler 84 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB022 boiler 84 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB022 boiler 84 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB022 boiler 84 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB022 boiler 84 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB022 boiler 84 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB022 boiler 84 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB022 boiler 84 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB022 boiler 84 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB022 boiler 84 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB022 boiler 84 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB022 boiler 84 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB022 boiler 84 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB022 boiler 84 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB022 boiler 84 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB022 boiler 84 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB022 boiler 84 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB022 boiler 84 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB022 boiler 84 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB022 boiler 84 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB022 boiler 84 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB022 boiler 84 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB022 boiler 84 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB022 boiler 84 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB022 boiler 84 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB022 boiler 84 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB022 boiler 84 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB022 boiler 84 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB022 boiler 84 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB022 boiler 84 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB022 boiler 84 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB022 boiler 84 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB022 boiler 84 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB022 boiler 84 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB022 boiler 84 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB022 boiler 84 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB022 boiler 84 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB022 boiler 84 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB022 boiler 84 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB022 boiler 84 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB022 boiler 84 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB022 boiler 84 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB022 boiler 84 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB022 boiler 84 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB022 boiler 84 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB022 boiler 84 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB022 boiler 84 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB022 boiler 84 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB022 boiler 84 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB022 boiler 84 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB022 boiler 84 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB022 boiler 84 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB022 boiler 84 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB022 boiler 84 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB022 boiler 84 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB022 boiler 84 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB022 boiler 84 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB022 boiler 84 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB022 boiler 84 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB022 boiler 84 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB022 boiler 84 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB022 boiler 84 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB022 boiler 84 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB022 boiler 84 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB022 boiler 84 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB022 boiler 84 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB022 boiler 84 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB022 boiler 84 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB022 boiler 84 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB022 boiler 84 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB022 boiler 84 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB022 boiler 84 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB022 boiler 84 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB022 boiler 84 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB022 boiler 84 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB022 boiler 84 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB022 boiler 84 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB022 boiler 84 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB022 boiler 84 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB022 boiler 84 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB022 boiler 84 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB022 boiler 84 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB022 boiler 84 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB022 boiler 84 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB022 boiler 84 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB022 boiler 84 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB022 boiler 84 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB022 boiler 84 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 boiler 95 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Topline, GB162 boiler 115 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Topline, GB162 boiler 115 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Topline, GB162 boiler 115 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Topline, GB162 boiler 115 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Topline, GB162 boiler 115 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Topline, GB162 boiler 115 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Topline, GB162 boiler 115 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Topline, GB162 boiler 115 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Topline, GB162 boiler 115 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Topline, GB162 boiler 115 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Topline, GB162 boiler 115 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Topline, GB162 boiler 115 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Topline, GB162 boiler 115 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Topline, GB162 boiler 115 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Topline, GB162 boiler 115 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Topline, GB162 boiler 115 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Topline, GB162 boiler 115 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Topline, GB162 boiler 115 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Topline, GB162 boiler 115 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Topline, GB162 boiler 115 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Topline, GB162 boiler 115 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Topline, GB162 boiler 115 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Topline, GB162 boiler 115 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Topline, GB162 boiler 115 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Topline, GB162 boiler 115 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Topline, GB162 boiler 115 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Topline, GB162 boiler 115 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Topline, GB162 boiler 115 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Topline, GB162 boiler 115 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Topline, GB162 boiler 115 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Topline, GB162 boiler 115 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Topline, GB162 boiler 115 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Topline, GB162 boiler 115 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Topline, GB162 boiler 115 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Topline, GB162 boiler 115 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Topline, GB162 boiler 115 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Topline, GB162 boiler 115 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Topline, GB162 boiler 115 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Topline, GB162 boiler 115 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Topline, GB162 boiler 115 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Topline, GB162 boiler 115 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Topline, GB162 boiler 115 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Topline, GB162 boiler 115 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Topline, GB162 boiler 115 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Topline, GB162 boiler 115 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Topline, GB162 boiler 115 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Topline, GB162 boiler 115 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Topline, GB162 boiler 115 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Topline, GB162 boiler 115 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Topline, GB162 boiler 115 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Topline, GB162 boiler 115 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Topline, GB162 boiler 115 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Topline, GB162 boiler 115 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Topline, GB162 boiler 115 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Topline, GB162 boiler 115 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Topline, GB162 boiler 115 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Topline, GB162 boiler 115 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Topline, GB162 boiler 115 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Topline, GB162 boiler 115 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Topline, GB162 boiler 115 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Topline, GB162 boiler 115 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Topline, GB162 boiler 115 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Topline, GB162 boiler 115 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Topline, GB162 boiler 115 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Topline, GB162 boiler 115 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Topline, GB162 boiler 115 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Topline, GB162 boiler 115 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Topline, GB162 boiler 115 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Topline, GB162 boiler 115 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Topline, GB162 boiler 115 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Topline, GB162 boiler 115 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Topline, GB162 boiler 115 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Topline, GB162 boiler 115 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Topline, GB162 boiler 115 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Topline, GB162 boiler 115 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Topline, GB162 boiler 115 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Topline, GB162 boiler 115 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Topline, GB162 boiler 115 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Topline, GB162 boiler 115 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Topline, GB162 boiler 115 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Topline, GB162 boiler 115 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Topline, GB162 boiler 115 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Topline, GB162 boiler 115 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Topline, GB162 boiler 115 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Topline, GB162 boiler 115 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Topline, GB162 boiler 115 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Topline, GB162 boiler 115 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Topline, GB162 boiler 115 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Topline, GB162 boiler 115 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Topline, GB162 boiler 115 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Topline, GB162 boiler 115 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Topline, GB162 boiler 115 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Topline, GB162 boiler 115 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Topline, GB162 boiler 115 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Topline, GB162 boiler 115 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Topline, GB162 boiler 115 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Topline, GB162 boiler 115 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Topline, GB162 boiler 115 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Topline, GB162 boiler 115 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Topline, GB162 boiler 115 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Topline, GB162 boiler 115 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Topline, GB162 boiler 115 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Topline, GB162 boiler 115 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Topline, GB162 boiler 115 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Topline, GB162 boiler 115 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Topline, GB162 boiler 115 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Topline, GB162 boiler 115 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Topline, GB162 boiler 115 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Topline, GB162 boiler 115 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Topline, GB162 boiler 115 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MCM10 boiler 121 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MCM10 boiler 121 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MCM10 boiler 121 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MCM10 boiler 121 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MCM10 boiler 121 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MCM10 boiler 121 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MCM10 boiler 121 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MCM10 boiler 121 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MCM10 boiler 121 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MCM10 boiler 121 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MCM10 boiler 121 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MCM10 boiler 121 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MCM10 boiler 121 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MCM10 boiler 121 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MCM10 boiler 121 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MCM10 boiler 121 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MCM10 boiler 121 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MCM10 boiler 121 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MCM10 boiler 121 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MCM10 boiler 121 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MCM10 boiler 121 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MCM10 boiler 121 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MCM10 boiler 121 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MCM10 boiler 121 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MCM10 boiler 121 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MCM10 boiler 121 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MCM10 boiler 121 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MCM10 boiler 121 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MCM10 boiler 121 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MCM10 boiler 121 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MCM10 boiler 121 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MCM10 boiler 121 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MCM10 boiler 121 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MCM10 boiler 121 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MCM10 boiler 121 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MCM10 boiler 121 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MCM10 boiler 121 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MCM10 boiler 121 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MCM10 boiler 121 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MCM10 boiler 121 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MCM10 boiler 121 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MCM10 boiler 121 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MCM10 boiler 121 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MCM10 boiler 121 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MCM10 boiler 121 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MCM10 boiler 121 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MCM10 boiler 121 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MCM10 boiler 121 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MCM10 boiler 121 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MCM10 boiler 121 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MCM10 boiler 121 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MCM10 boiler 121 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MCM10 boiler 121 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MCM10 boiler 121 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MCM10 boiler 121 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MCM10 boiler 121 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MCM10 boiler 121 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MCM10 boiler 121 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MCM10 boiler 121 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MCM10 boiler 121 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MCM10 boiler 121 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MCM10 boiler 121 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MCM10 boiler 121 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MCM10 boiler 121 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MCM10 boiler 121 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MCM10 boiler 121 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MCM10 boiler 121 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MCM10 boiler 121 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MCM10 boiler 121 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MCM10 boiler 121 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MCM10 boiler 121 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MCM10 boiler 121 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MCM10 boiler 121 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MCM10 boiler 121 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MCM10 boiler 121 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MCM10 boiler 121 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MCM10 boiler 121 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MCM10 boiler 121 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MCM10 boiler 121 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MCM10 boiler 121 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MCM10 boiler 121 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MCM10 boiler 121 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MCM10 boiler 121 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MCM10 boiler 121 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MCM10 boiler 121 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MCM10 boiler 121 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MCM10 boiler 121 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MCM10 boiler 121 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MCM10 boiler 121 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MCM10 boiler 121 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MCM10 boiler 121 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MCM10 boiler 121 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MCM10 boiler 121 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MCM10 boiler 121 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MCM10 boiler 121 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MCM10 boiler 121 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MCM10 boiler 121 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MCM10 boiler 121 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MCM10 boiler 121 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MCM10 boiler 121 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MCM10 boiler 121 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MCM10 boiler 121 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MCM10 boiler 121 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MCM10 boiler 121 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MCM10 boiler 121 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MCM10 boiler 121 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MCM10 boiler 121 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MCM10 boiler 121 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MCM10 boiler 121 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MCM10 boiler 121 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Proline boiler 122 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Proline boiler 122 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Proline boiler 122 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Proline boiler 122 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Proline boiler 122 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Proline boiler 122 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Proline boiler 122 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Proline boiler 122 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Proline boiler 122 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Proline boiler 122 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Proline boiler 122 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Proline boiler 122 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Proline boiler 122 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Proline boiler 122 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Proline boiler 122 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Proline boiler 122 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Proline boiler 122 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Proline boiler 122 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Proline boiler 122 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Proline boiler 122 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Proline boiler 122 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Proline boiler 122 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Proline boiler 122 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Proline boiler 122 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Proline boiler 122 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Proline boiler 122 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Proline boiler 122 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Proline boiler 122 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Proline boiler 122 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Proline boiler 122 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Proline boiler 122 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Proline boiler 122 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Proline boiler 122 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Proline boiler 122 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Proline boiler 122 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Proline boiler 122 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Proline boiler 122 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Proline boiler 122 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Proline boiler 122 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Proline boiler 122 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Proline boiler 122 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Proline boiler 122 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Proline boiler 122 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Proline boiler 122 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Proline boiler 122 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Proline boiler 122 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Proline boiler 122 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Proline boiler 122 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Proline boiler 122 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Proline boiler 122 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Proline boiler 122 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Proline boiler 122 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Proline boiler 122 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Proline boiler 122 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Proline boiler 122 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Proline boiler 122 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Proline boiler 122 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Proline boiler 122 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Proline boiler 122 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Proline boiler 122 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Proline boiler 122 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Proline boiler 122 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Proline boiler 122 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Proline boiler 122 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Proline boiler 122 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Proline boiler 122 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Proline boiler 122 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Proline boiler 122 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Proline boiler 122 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Proline boiler 122 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Proline boiler 122 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Proline boiler 122 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Proline boiler 122 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Proline boiler 122 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Proline boiler 122 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Proline boiler 122 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Proline boiler 122 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Proline boiler 122 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Proline boiler 122 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Proline boiler 122 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Proline boiler 122 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Proline boiler 122 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Proline boiler 122 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Proline boiler 122 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Proline boiler 122 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Proline boiler 122 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Proline boiler 122 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Proline boiler 122 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Proline boiler 122 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Proline boiler 122 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Proline boiler 122 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Proline boiler 122 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Proline boiler 122 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Proline boiler 122 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Proline boiler 122 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Proline boiler 122 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Proline boiler 122 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Proline boiler 122 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Proline boiler 122 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Proline boiler 122 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Proline boiler 122 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Proline boiler 122 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Proline boiler 122 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Proline boiler 122 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Proline boiler 122 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Proline boiler 122 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Proline boiler 122 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Proline boiler 122 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Proline boiler 122 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Proline boiler 122 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB*72, Trendline, Cerapur, Greenstar Si boiler 123 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GB212 boiler 131 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GB212 boiler 131 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GB212 boiler 131 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GB212 boiler 131 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GB212 boiler 131 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GB212 boiler 131 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GB212 boiler 131 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GB212 boiler 131 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GB212 boiler 131 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GB212 boiler 131 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GB212 boiler 131 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GB212 boiler 131 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GB212 boiler 131 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GB212 boiler 131 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GB212 boiler 131 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GB212 boiler 131 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GB212 boiler 131 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GB212 boiler 131 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GB212 boiler 131 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GB212 boiler 131 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GB212 boiler 131 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GB212 boiler 131 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GB212 boiler 131 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GB212 boiler 131 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GB212 boiler 131 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GB212 boiler 131 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GB212 boiler 131 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GB212 boiler 131 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GB212 boiler 131 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GB212 boiler 131 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GB212 boiler 131 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GB212 boiler 131 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GB212 boiler 131 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GB212 boiler 131 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GB212 boiler 131 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GB212 boiler 131 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GB212 boiler 131 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GB212 boiler 131 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GB212 boiler 131 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GB212 boiler 131 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GB212 boiler 131 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GB212 boiler 131 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GB212 boiler 131 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GB212 boiler 131 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GB212 boiler 131 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GB212 boiler 131 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GB212 boiler 131 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GB212 boiler 131 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GB212 boiler 131 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GB212 boiler 131 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GB212 boiler 131 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GB212 boiler 131 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GB212 boiler 131 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GB212 boiler 131 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GB212 boiler 131 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GB212 boiler 131 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GB212 boiler 131 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GB212 boiler 131 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GB212 boiler 131 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GB212 boiler 131 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GB212 boiler 131 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GB212 boiler 131 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GB212 boiler 131 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GB212 boiler 131 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GB212 boiler 131 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GB212 boiler 131 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GB212 boiler 131 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GB212 boiler 131 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GB212 boiler 131 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GB212 boiler 131 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GB212 boiler 131 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GB212 boiler 131 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GB212 boiler 131 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GB212 boiler 131 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GB212 boiler 131 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GB212 boiler 131 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GB212 boiler 131 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GB212 boiler 131 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GB212 boiler 131 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GB212 boiler 131 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GB212 boiler 131 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GB212 boiler 131 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GB212 boiler 131 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GB212 boiler 131 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GB212 boiler 131 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GB212 boiler 131 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GB212 boiler 131 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GB212 boiler 131 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GB212 boiler 131 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GB212 boiler 131 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GB212 boiler 131 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GB212 boiler 131 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GB212 boiler 131 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GB212 boiler 131 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GB212 boiler 131 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GB212 boiler 131 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GB212 boiler 131 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GB212 boiler 131 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GB212 boiler 131 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GB212 boiler 131 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GB212 boiler 131 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GB212 boiler 131 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GB212 boiler 131 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GB212 boiler 131 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GB212 boiler 131 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GB212 boiler 131 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GB212 boiler 131 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GB212 boiler 131 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GB212 boiler 131 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GB212 boiler 131 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 GC7000F boiler 132 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 GC7000F boiler 132 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 GC7000F boiler 132 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 GC7000F boiler 132 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 GC7000F boiler 132 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 GC7000F boiler 132 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 GC7000F boiler 132 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 GC7000F boiler 132 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 GC7000F boiler 132 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 GC7000F boiler 132 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 GC7000F boiler 132 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 GC7000F boiler 132 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 GC7000F boiler 132 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 GC7000F boiler 132 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 GC7000F boiler 132 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 GC7000F boiler 132 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 GC7000F boiler 132 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 GC7000F boiler 132 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 GC7000F boiler 132 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 GC7000F boiler 132 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 GC7000F boiler 132 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 GC7000F boiler 132 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 GC7000F boiler 132 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 GC7000F boiler 132 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 GC7000F boiler 132 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 GC7000F boiler 132 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 GC7000F boiler 132 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 GC7000F boiler 132 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 GC7000F boiler 132 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 GC7000F boiler 132 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 GC7000F boiler 132 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 GC7000F boiler 132 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 GC7000F boiler 132 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 GC7000F boiler 132 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 GC7000F boiler 132 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 GC7000F boiler 132 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 GC7000F boiler 132 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 GC7000F boiler 132 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 GC7000F boiler 132 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 GC7000F boiler 132 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 GC7000F boiler 132 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 GC7000F boiler 132 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 GC7000F boiler 132 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 GC7000F boiler 132 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 GC7000F boiler 132 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 GC7000F boiler 132 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 GC7000F boiler 132 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 GC7000F boiler 132 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 GC7000F boiler 132 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 GC7000F boiler 132 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 GC7000F boiler 132 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 GC7000F boiler 132 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 GC7000F boiler 132 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 GC7000F boiler 132 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 GC7000F boiler 132 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 GC7000F boiler 132 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 GC7000F boiler 132 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 GC7000F boiler 132 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 GC7000F boiler 132 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 GC7000F boiler 132 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 GC7000F boiler 132 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 GC7000F boiler 132 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 GC7000F boiler 132 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 GC7000F boiler 132 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 GC7000F boiler 132 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 GC7000F boiler 132 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 GC7000F boiler 132 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 GC7000F boiler 132 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 GC7000F boiler 132 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 GC7000F boiler 132 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 GC7000F boiler 132 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 GC7000F boiler 132 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 GC7000F boiler 132 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 GC7000F boiler 132 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 GC7000F boiler 132 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 GC7000F boiler 132 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 GC7000F boiler 132 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 GC7000F boiler 132 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 GC7000F boiler 132 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 GC7000F boiler 132 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 GC7000F boiler 132 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 GC7000F boiler 132 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 GC7000F boiler 132 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 GC7000F boiler 132 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 GC7000F boiler 132 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 GC7000F boiler 132 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 GC7000F boiler 132 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 GC7000F boiler 132 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 GC7000F boiler 132 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 GC7000F boiler 132 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 GC7000F boiler 132 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 GC7000F boiler 132 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 GC7000F boiler 132 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 GC7000F boiler 132 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 GC7000F boiler 132 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 GC7000F boiler 132 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 GC7000F boiler 132 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 GC7000F boiler 132 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 GC7000F boiler 132 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 GC7000F boiler 132 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 GC7000F boiler 132 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 GC7000F boiler 132 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 GC7000F boiler 132 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 GC7000F boiler 132 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 GC7000F boiler 132 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 GC7000F boiler 132 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 GC7000F boiler 132 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 GC7000F boiler 132 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 GC7000F boiler 132 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 GC7000F boiler 132 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB125/KB195i, Logamatic MC110 boiler 133 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar 30Ri Compact boiler 154 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar 30Ri Compact boiler 154 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar 30Ri Compact boiler 154 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar 30Ri Compact boiler 154 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar 30Ri Compact boiler 154 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar 30Ri Compact boiler 154 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar 30Ri Compact boiler 154 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar 30Ri Compact boiler 154 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar 30Ri Compact boiler 154 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar 30Ri Compact boiler 154 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar 30Ri Compact boiler 154 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar 30Ri Compact boiler 154 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar 30Ri Compact boiler 154 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar 30Ri Compact boiler 154 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Greenstar 30Ri Compact boiler 154 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Greenstar 30Ri Compact boiler 154 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Greenstar 30Ri Compact boiler 154 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Greenstar 30Ri Compact boiler 154 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Greenstar 30Ri Compact boiler 154 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Greenstar 30Ri Compact boiler 154 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Greenstar 30Ri Compact boiler 154 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Greenstar 30Ri Compact boiler 154 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Greenstar 30Ri Compact boiler 154 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Greenstar 30Ri Compact boiler 154 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Greenstar 30Ri Compact boiler 154 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Greenstar 30Ri Compact boiler 154 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Greenstar 30Ri Compact boiler 154 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Greenstar 30Ri Compact boiler 154 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Greenstar 30Ri Compact boiler 154 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Greenstar 30Ri Compact boiler 154 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Greenstar 30Ri Compact boiler 154 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Greenstar 30Ri Compact boiler 154 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Greenstar 30Ri Compact boiler 154 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Greenstar 30Ri Compact boiler 154 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Greenstar 30Ri Compact boiler 154 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Greenstar 30Ri Compact boiler 154 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar 30Ri Compact boiler 154 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar 30Ri Compact boiler 154 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar 30Ri Compact boiler 154 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar 30Ri Compact boiler 154 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar 30Ri Compact boiler 154 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar 30Ri Compact boiler 154 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar 30Ri Compact boiler 154 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar 30Ri Compact boiler 154 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar 30Ri Compact boiler 154 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar 30Ri Compact boiler 154 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar 30Ri Compact boiler 154 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar 30Ri Compact boiler 154 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar 30Ri Compact boiler 154 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar 30Ri Compact boiler 154 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar 30Ri Compact boiler 154 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar 30Ri Compact boiler 154 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar 30Ri Compact boiler 154 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar 30Ri Compact boiler 154 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar 30Ri Compact boiler 154 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar 30Ri Compact boiler 154 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar 30Ri Compact boiler 154 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar 30Ri Compact boiler 154 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar 30Ri Compact boiler 154 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar 30Ri Compact boiler 154 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar 30Ri Compact boiler 154 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar 30Ri Compact boiler 154 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar 30Ri Compact boiler 154 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar 30Ri Compact boiler 154 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar 30Ri Compact boiler 154 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar 30Ri Compact boiler 154 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar 30Ri Compact boiler 154 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar 30Ri Compact boiler 154 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar 30Ri Compact boiler 154 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar 30Ri Compact boiler 154 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar 30Ri Compact boiler 154 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar 30Ri Compact boiler 154 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar 30Ri Compact boiler 154 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar 30Ri Compact boiler 154 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar 30Ri Compact boiler 154 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar 30Ri Compact boiler 154 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar 30Ri Compact boiler 154 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar 30Ri Compact boiler 154 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar 30Ri Compact boiler 154 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar 30Ri Compact boiler 154 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar 30Ri Compact boiler 154 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar 30Ri Compact boiler 154 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar 30Ri Compact boiler 154 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar 30Ri Compact boiler 154 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar 30Ri Compact boiler 154 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar 30Ri Compact boiler 154 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar 30Ri Compact boiler 154 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar 30Ri Compact boiler 154 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar 30Ri Compact boiler 154 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar 30Ri Compact boiler 154 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar 30Ri Compact boiler 154 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar 30Ri Compact boiler 154 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar 30Ri Compact boiler 154 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar 30Ri Compact boiler 154 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar 30Ri Compact boiler 154 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar 30Ri Compact boiler 154 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar 30Ri Compact boiler 154 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar 30Ri Compact boiler 154 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar 30Ri Compact boiler 154 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar 30Ri Compact boiler 154 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar 30Ri Compact boiler 154 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar 30Ri Compact boiler 154 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar 30Ri Compact boiler 154 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar 30Ri Compact boiler 154 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar 30Ri Compact boiler 154 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar 30Ri Compact boiler 154 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Greenstar 30Ri Compact boiler 154 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Greenstar 30Ri Compact boiler 154 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Greenstar 30Ri Compact boiler 154 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Greenstar 30Ri Compact boiler 154 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cerapur Aero boiler 167 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cerapur Aero boiler 167 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cerapur Aero boiler 167 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cerapur Aero boiler 167 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cerapur Aero boiler 167 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cerapur Aero boiler 167 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cerapur Aero boiler 167 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cerapur Aero boiler 167 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cerapur Aero boiler 167 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cerapur Aero boiler 167 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cerapur Aero boiler 167 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cerapur Aero boiler 167 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cerapur Aero boiler 167 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cerapur Aero boiler 167 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cerapur Aero boiler 167 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cerapur Aero boiler 167 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cerapur Aero boiler 167 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cerapur Aero boiler 167 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cerapur Aero boiler 167 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cerapur Aero boiler 167 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cerapur Aero boiler 167 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cerapur Aero boiler 167 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cerapur Aero boiler 167 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cerapur Aero boiler 167 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cerapur Aero boiler 167 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cerapur Aero boiler 167 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cerapur Aero boiler 167 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cerapur Aero boiler 167 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cerapur Aero boiler 167 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cerapur Aero boiler 167 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cerapur Aero boiler 167 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cerapur Aero boiler 167 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cerapur Aero boiler 167 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cerapur Aero boiler 167 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cerapur Aero boiler 167 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cerapur Aero boiler 167 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cerapur Aero boiler 167 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cerapur Aero boiler 167 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cerapur Aero boiler 167 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cerapur Aero boiler 167 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cerapur Aero boiler 167 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cerapur Aero boiler 167 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cerapur Aero boiler 167 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cerapur Aero boiler 167 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cerapur Aero boiler 167 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cerapur Aero boiler 167 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cerapur Aero boiler 167 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cerapur Aero boiler 167 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cerapur Aero boiler 167 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cerapur Aero boiler 167 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cerapur Aero boiler 167 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cerapur Aero boiler 167 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cerapur Aero boiler 167 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cerapur Aero boiler 167 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cerapur Aero boiler 167 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cerapur Aero boiler 167 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cerapur Aero boiler 167 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cerapur Aero boiler 167 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cerapur Aero boiler 167 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cerapur Aero boiler 167 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cerapur Aero boiler 167 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cerapur Aero boiler 167 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cerapur Aero boiler 167 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cerapur Aero boiler 167 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cerapur Aero boiler 167 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cerapur Aero boiler 167 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cerapur Aero boiler 167 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cerapur Aero boiler 167 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cerapur Aero boiler 167 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cerapur Aero boiler 167 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cerapur Aero boiler 167 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cerapur Aero boiler 167 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cerapur Aero boiler 167 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cerapur Aero boiler 167 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cerapur Aero boiler 167 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cerapur Aero boiler 167 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cerapur Aero boiler 167 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cerapur Aero boiler 167 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cerapur Aero boiler 167 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cerapur Aero boiler 167 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cerapur Aero boiler 167 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cerapur Aero boiler 167 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cerapur Aero boiler 167 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cerapur Aero boiler 167 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cerapur Aero boiler 167 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cerapur Aero boiler 167 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cerapur Aero boiler 167 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cerapur Aero boiler 167 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cerapur Aero boiler 167 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cerapur Aero boiler 167 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cerapur Aero boiler 167 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cerapur Aero boiler 167 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cerapur Aero boiler 167 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cerapur Aero boiler 167 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cerapur Aero boiler 167 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cerapur Aero boiler 167 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cerapur Aero boiler 167 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cerapur Aero boiler 167 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cerapur Aero boiler 167 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cerapur Aero boiler 167 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cerapur Aero boiler 167 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cerapur Aero boiler 167 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cerapur Aero boiler 167 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cerapur Aero boiler 167 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cerapur Aero boiler 167 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cerapur Aero boiler 167 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cerapur Aero boiler 167 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cerapur Aero boiler 167 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cerapur Aero boiler 167 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cerapur Aero boiler 167 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Hybrid Heatpump boiler 168 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Hybrid Heatpump boiler 168 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Hybrid Heatpump boiler 168 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Hybrid Heatpump boiler 168 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Hybrid Heatpump boiler 168 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Hybrid Heatpump boiler 168 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Hybrid Heatpump boiler 168 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Hybrid Heatpump boiler 168 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Hybrid Heatpump boiler 168 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Hybrid Heatpump boiler 168 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Hybrid Heatpump boiler 168 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Hybrid Heatpump boiler 168 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Hybrid Heatpump boiler 168 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Hybrid Heatpump boiler 168 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Hybrid Heatpump boiler 168 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Hybrid Heatpump boiler 168 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Hybrid Heatpump boiler 168 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Hybrid Heatpump boiler 168 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Hybrid Heatpump boiler 168 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Hybrid Heatpump boiler 168 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Hybrid Heatpump boiler 168 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Hybrid Heatpump boiler 168 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Hybrid Heatpump boiler 168 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Hybrid Heatpump boiler 168 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Hybrid Heatpump boiler 168 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Hybrid Heatpump boiler 168 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Hybrid Heatpump boiler 168 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Hybrid Heatpump boiler 168 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Hybrid Heatpump boiler 168 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Hybrid Heatpump boiler 168 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Hybrid Heatpump boiler 168 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Hybrid Heatpump boiler 168 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Hybrid Heatpump boiler 168 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Hybrid Heatpump boiler 168 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Hybrid Heatpump boiler 168 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Hybrid Heatpump boiler 168 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Hybrid Heatpump boiler 168 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Hybrid Heatpump boiler 168 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Hybrid Heatpump boiler 168 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Hybrid Heatpump boiler 168 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Hybrid Heatpump boiler 168 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Hybrid Heatpump boiler 168 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Hybrid Heatpump boiler 168 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Hybrid Heatpump boiler 168 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Hybrid Heatpump boiler 168 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Hybrid Heatpump boiler 168 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Hybrid Heatpump boiler 168 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Hybrid Heatpump boiler 168 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Hybrid Heatpump boiler 168 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Hybrid Heatpump boiler 168 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Hybrid Heatpump boiler 168 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Hybrid Heatpump boiler 168 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Hybrid Heatpump boiler 168 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Hybrid Heatpump boiler 168 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Hybrid Heatpump boiler 168 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Hybrid Heatpump boiler 168 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Hybrid Heatpump boiler 168 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Hybrid Heatpump boiler 168 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Hybrid Heatpump boiler 168 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Hybrid Heatpump boiler 168 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Hybrid Heatpump boiler 168 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Hybrid Heatpump boiler 168 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Hybrid Heatpump boiler 168 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Hybrid Heatpump boiler 168 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Hybrid Heatpump boiler 168 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Hybrid Heatpump boiler 168 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Hybrid Heatpump boiler 168 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Hybrid Heatpump boiler 168 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Hybrid Heatpump boiler 168 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Hybrid Heatpump boiler 168 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Hybrid Heatpump boiler 168 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Hybrid Heatpump boiler 168 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Hybrid Heatpump boiler 168 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Hybrid Heatpump boiler 168 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Hybrid Heatpump boiler 168 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Hybrid Heatpump boiler 168 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Hybrid Heatpump boiler 168 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Hybrid Heatpump boiler 168 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Hybrid Heatpump boiler 168 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Hybrid Heatpump boiler 168 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Hybrid Heatpump boiler 168 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Hybrid Heatpump boiler 168 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Hybrid Heatpump boiler 168 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Hybrid Heatpump boiler 168 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Hybrid Heatpump boiler 168 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Hybrid Heatpump boiler 168 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Hybrid Heatpump boiler 168 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Hybrid Heatpump boiler 168 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Hybrid Heatpump boiler 168 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Hybrid Heatpump boiler 168 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Hybrid Heatpump boiler 168 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Hybrid Heatpump boiler 168 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Hybrid Heatpump boiler 168 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Hybrid Heatpump boiler 168 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Hybrid Heatpump boiler 168 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Hybrid Heatpump boiler 168 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Hybrid Heatpump boiler 168 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Hybrid Heatpump boiler 168 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Hybrid Heatpump boiler 168 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Hybrid Heatpump boiler 168 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Hybrid Heatpump boiler 168 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Hybrid Heatpump boiler 168 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Hybrid Heatpump boiler 168 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Hybrid Heatpump boiler 168 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Hybrid Heatpump boiler 168 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Hybrid Heatpump boiler 168 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Hybrid Heatpump boiler 168 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Hybrid Heatpump boiler 168 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Hybrid Heatpump boiler 168 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Hybrid Heatpump boiler 168 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logano GB212 boiler 170 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logano GB212 boiler 170 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logano GB212 boiler 170 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logano GB212 boiler 170 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logano GB212 boiler 170 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logano GB212 boiler 170 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logano GB212 boiler 170 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logano GB212 boiler 170 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logano GB212 boiler 170 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logano GB212 boiler 170 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logano GB212 boiler 170 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logano GB212 boiler 170 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logano GB212 boiler 170 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logano GB212 boiler 170 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logano GB212 boiler 170 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logano GB212 boiler 170 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logano GB212 boiler 170 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logano GB212 boiler 170 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logano GB212 boiler 170 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logano GB212 boiler 170 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logano GB212 boiler 170 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logano GB212 boiler 170 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logano GB212 boiler 170 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logano GB212 boiler 170 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logano GB212 boiler 170 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logano GB212 boiler 170 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logano GB212 boiler 170 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logano GB212 boiler 170 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logano GB212 boiler 170 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logano GB212 boiler 170 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logano GB212 boiler 170 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logano GB212 boiler 170 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logano GB212 boiler 170 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logano GB212 boiler 170 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logano GB212 boiler 170 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logano GB212 boiler 170 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logano GB212 boiler 170 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logano GB212 boiler 170 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logano GB212 boiler 170 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logano GB212 boiler 170 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logano GB212 boiler 170 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logano GB212 boiler 170 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logano GB212 boiler 170 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logano GB212 boiler 170 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logano GB212 boiler 170 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logano GB212 boiler 170 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logano GB212 boiler 170 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logano GB212 boiler 170 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logano GB212 boiler 170 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logano GB212 boiler 170 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logano GB212 boiler 170 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logano GB212 boiler 170 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logano GB212 boiler 170 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logano GB212 boiler 170 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logano GB212 boiler 170 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logano GB212 boiler 170 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logano GB212 boiler 170 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logano GB212 boiler 170 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logano GB212 boiler 170 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logano GB212 boiler 170 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logano GB212 boiler 170 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logano GB212 boiler 170 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logano GB212 boiler 170 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logano GB212 boiler 170 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logano GB212 boiler 170 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logano GB212 boiler 170 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logano GB212 boiler 170 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logano GB212 boiler 170 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logano GB212 boiler 170 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logano GB212 boiler 170 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logano GB212 boiler 170 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logano GB212 boiler 170 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logano GB212 boiler 170 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logano GB212 boiler 170 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logano GB212 boiler 170 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logano GB212 boiler 170 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logano GB212 boiler 170 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logano GB212 boiler 170 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logano GB212 boiler 170 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logano GB212 boiler 170 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logano GB212 boiler 170 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logano GB212 boiler 170 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logano GB212 boiler 170 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logano GB212 boiler 170 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logano GB212 boiler 170 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logano GB212 boiler 170 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logano GB212 boiler 170 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logano GB212 boiler 170 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logano GB212 boiler 170 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logano GB212 boiler 170 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logano GB212 boiler 170 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logano GB212 boiler 170 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logano GB212 boiler 170 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logano GB212 boiler 170 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logano GB212 boiler 170 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logano GB212 boiler 170 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logano GB212 boiler 170 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logano GB212 boiler 170 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logano GB212 boiler 170 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logano GB212 boiler 170 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logano GB212 boiler 170 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logano GB212 boiler 170 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logano GB212 boiler 170 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logano GB212 boiler 170 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logano GB212 boiler 170 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logano GB212 boiler 170 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logano GB212 boiler 170 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logano GB212 boiler 170 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logano GB212 boiler 170 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logano GB212 boiler 170 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i boiler 172 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Geo 5xx boiler 173 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Geo 5xx boiler 173 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Geo 5xx boiler 173 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Geo 5xx boiler 173 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Geo 5xx boiler 173 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Geo 5xx boiler 173 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Geo 5xx boiler 173 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Geo 5xx boiler 173 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Geo 5xx boiler 173 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Geo 5xx boiler 173 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Geo 5xx boiler 173 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Geo 5xx boiler 173 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Geo 5xx boiler 173 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Geo 5xx boiler 173 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Geo 5xx boiler 173 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Geo 5xx boiler 173 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Geo 5xx boiler 173 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Geo 5xx boiler 173 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Geo 5xx boiler 173 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Geo 5xx boiler 173 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Geo 5xx boiler 173 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Geo 5xx boiler 173 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Geo 5xx boiler 173 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Geo 5xx boiler 173 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Geo 5xx boiler 173 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Geo 5xx boiler 173 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Geo 5xx boiler 173 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Geo 5xx boiler 173 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Geo 5xx boiler 173 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Geo 5xx boiler 173 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Geo 5xx boiler 173 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Geo 5xx boiler 173 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Geo 5xx boiler 173 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Geo 5xx boiler 173 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Geo 5xx boiler 173 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Geo 5xx boiler 173 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Geo 5xx boiler 173 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Geo 5xx boiler 173 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Geo 5xx boiler 173 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Geo 5xx boiler 173 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Geo 5xx boiler 173 nrg energy uint24 (>=0<=167772) kWh False sensor.boiler_dhw_energy sensor.boiler_dhw_nrg 5 9 1/100 0 2 Geo 5xx boiler 173 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.boiler_energy_heating sensor.boiler_nrgheat 5 0 1/100 81 2 Geo 5xx boiler 173 nrgcool energy cooling uint24 (>=0<=167772) kWh False sensor.boiler_energy_cooling sensor.boiler_nrgcool 5 0 1/100 83 2 Geo 5xx boiler 173 metertotal meter total uint24 (>=0<=167772) kWh False sensor.boiler_meter_total sensor.boiler_metertotal 5 0 1/100 85 2 Geo 5xx boiler 173 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.boiler_meter_compressor sensor.boiler_metercomp 5 0 1/100 87 2 Geo 5xx boiler 173 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.boiler_meter_e-heater sensor.boiler_metereheat 5 0 1/100 89 2 Geo 5xx boiler 173 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/100 91 2 Geo 5xx boiler 173 metercool meter cooling uint24 (>=0<=167772) kWh False sensor.boiler_meter_cooling sensor.boiler_metercool 5 0 1/100 93 2 Geo 5xx boiler 173 meter meter uint24 (>=0<=167772) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/100 2 2 Geo 5xx boiler 173 uptimetotal heatpump total uptime time (>=0<=279620) minutes False sensor.boiler_heatpump_total_uptime sensor.boiler_uptimetotal 5 0 1/60 95 2 Geo 5xx boiler 173 uptimecontrol total operating time heat time (>=0<=279620) minutes False sensor.boiler_total_operating_time_heat sensor.boiler_uptimecontrol 5 0 1/60 97 2 Geo 5xx boiler 173 uptimecompheating operating time compressor heating time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_heating sensor.boiler_uptimecompheating 5 0 1/60 99 2 Geo 5xx boiler 173 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_cooling sensor.boiler_uptimecompcooling 5 0 1/60 101 2 Geo 5xx boiler 173 uptimecomp operating time compressor time (>=0<=279620) minutes False sensor.boiler_dhw_operating_time_compressor sensor.boiler_dhw_uptimecomp 5 9 1/60 4 2 Geo 5xx boiler 173 uptimecomppool operating time compressor pool time (>=0<=279620) minutes False sensor.boiler_operating_time_compressor_pool sensor.boiler_uptimecomppool 5 0 1/60 103 2 Geo 5xx boiler 173 totalcompstarts total compressor control starts uint24 (>=0<=16777213) False sensor.boiler_total_compressor_control_starts sensor.boiler_totalcompstarts 5 0 1 105 2 Geo 5xx boiler 173 heatingstarts heating control starts uint24 (>=0<=16777213) False sensor.boiler_heating_control_starts sensor.boiler_heatingstarts 5 0 1 107 2 Geo 5xx boiler 173 coolingstarts cooling control starts uint24 (>=0<=16777213) False sensor.boiler_cooling_control_starts sensor.boiler_coolingstarts 5 0 1 109 2 Geo 5xx boiler 173 starts2 control starts2 uint24 (>=0<=16777213) False sensor.boiler_dhw_control_starts2 sensor.boiler_dhw_starts2 5 9 1 6 2 Geo 5xx boiler 173 poolstarts pool control starts uint24 (>=0<=16777213) False sensor.boiler_pool_control_starts sensor.boiler_poolstarts 5 0 1 111 2 Geo 5xx boiler 173 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption sensor.boiler_nrgconstotal 5 0 1 113 2 Geo 5xx boiler 173 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_consumption_compressor sensor.boiler_nrgconscomptotal 5 0 1 115 2 Geo 5xx boiler 173 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_heating sensor.boiler_nrgconscompheating 5 0 1 117 2 Geo 5xx boiler 173 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_energy_consumption_compressor sensor.boiler_dhw_nrgconscomp 5 9 1 8 2 Geo 5xx boiler 173 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_cooling sensor.boiler_nrgconscompcooling 5 0 1 119 2 Geo 5xx boiler 173 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh False sensor.boiler_energy_consumption_compressor_pool sensor.boiler_nrgconscomppool 5 0 1 121 2 Geo 5xx boiler 173 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_total_aux_elec._heater_energy_consumption sensor.boiler_auxelecheatnrgconstotal 5 0 1 123 2 Geo 5xx boiler 173 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_heating sensor.boiler_auxelecheatnrgconsheating 5 0 1 125 2 Geo 5xx boiler 173 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_aux_elec._heater_energy_consumption sensor.boiler_dhw_auxelecheatnrgcons 5 9 1 10 2 Geo 5xx boiler 173 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh False sensor.boiler_aux_elec._heater_energy_consumption_pool sensor.boiler_auxelecheatnrgconspool 5 0 1 127 2 Geo 5xx boiler 173 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied sensor.boiler_nrgsupptotal 5 0 1 129 2 Geo 5xx boiler 173 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_heating sensor.boiler_nrgsuppheating 5 0 1 131 2 Geo 5xx boiler 173 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh False sensor.boiler_dhw_total_energy_warm_supplied sensor.boiler_dhw_nrgsupp 5 9 1 12 2 Geo 5xx boiler 173 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_cooling sensor.boiler_nrgsuppcooling 5 0 1 133 2 Geo 5xx boiler 173 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh False sensor.boiler_total_energy_supplied_pool sensor.boiler_nrgsupppool 5 0 1 135 2 Geo 5xx boiler 173 hppower compressor power output uint8 (>=0<=25) kW False sensor.boiler_compressor_power_output sensor.boiler_hppower 5 0 1/10 137 1 Geo 5xx boiler 173 hpmaxpower compressor max power uint8 (>=0<=100) % True number.boiler_compressor_max_power number.boiler_hpmaxpower 5 0 1 138 1 Geo 5xx boiler 173 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW True number.boiler_pv_compressor_max_power number.boiler_pvmaxcomp 5 0 1/10 139 1 Geo 5xx boiler 173 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar True number.boiler_set_differental_pressure number.boiler_hpsetdiffpress 5 0 50 140 1 Geo 5xx boiler 173 hpcompon hp compressor boolean False binary_sensor.boiler_hp_compressor binary_sensor.boiler_hpcompon 5 0 1 141 1 Geo 5xx boiler 173 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] False sensor.boiler_compressor_activity sensor.boiler_hpactivity 5 0 1 142 1 Geo 5xx boiler 173 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % False sensor.boiler_brine_pump_speed sensor.boiler_hpbrinepumpspd 5 0 1 143 1 Geo 5xx boiler 173 hpswitchvalve switch valve boolean False binary_sensor.boiler_switch_valve binary_sensor.boiler_hpswitchvalve 5 0 1 144 1 Geo 5xx boiler 173 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.boiler_compressor_speed sensor.boiler_hpcompspd 5 0 1 145 1 Geo 5xx boiler 173 hpcircspd circulation pump speed uint8 (>=0<=100) % False sensor.boiler_circulation_pump_speed sensor.boiler_hpcircspd 5 0 1 146 1 Geo 5xx boiler 173 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C False sensor.boiler_brine_in/evaporator sensor.boiler_hpbrinein 5 0 1/10 147 1 Geo 5xx boiler 173 hpbrineout brine out/condenser int16 (>=-3199<=3199) C False sensor.boiler_brine_out/condenser sensor.boiler_hpbrineout 5 0 1/10 148 1 Geo 5xx boiler 173 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_return_(TC0) sensor.boiler_hptc0 5 0 1/10 149 1 Geo 5xx boiler 173 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C False sensor.boiler_heat_carrier_forward_(TC1) sensor.boiler_hptc1 5 0 1/10 150 1 Geo 5xx boiler 173 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C False sensor.boiler_condenser_temperature_(TC3) sensor.boiler_hptc3 5 0 1/10 151 1 Geo 5xx boiler 173 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.boiler_compressor_temperature_(TR1) sensor.boiler_hptr1 5 0 1/10 152 1 Geo 5xx boiler 173 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.boiler_hptr3 5 0 1/10 153 1 Geo 5xx boiler 173 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.boiler_evaporator_inlet_temperature_(TR4) sensor.boiler_hptr4 5 0 1/10 154 1 Geo 5xx boiler 173 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.boiler_compressor_inlet_temperature_(TR5) sensor.boiler_hptr5 5 0 1/10 155 1 Geo 5xx boiler 173 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.boiler_compressor_outlet_temperature_(TR6) sensor.boiler_hptr6 5 0 1/10 156 1 Geo 5xx boiler 173 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C False sensor.boiler_refrigerant_temperature_gas_side_(condenser_input)_(TR7) sensor.boiler_hptr7 5 0 1/10 157 1 Geo 5xx boiler 173 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.boiler_air_inlet_temperature_(TL2) sensor.boiler_hptl2 5 0 1/10 158 1 Geo 5xx boiler 173 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.boiler_low_pressure_side_temperature_(PL1) sensor.boiler_hppl1 5 0 1/10 159 1 Geo 5xx boiler 173 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.boiler_high_pressure_side_temperature_(PH1) sensor.boiler_hpph1 5 0 1/10 160 1 Geo 5xx boiler 173 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.boiler_drain_pan_temp_(TA4) sensor.boiler_hpta4 5 0 1/10 161 1 Geo 5xx boiler 173 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C False sensor.boiler_reservoir_temp_(TW1) sensor.boiler_hptw1 5 0 1/10 162 1 Geo 5xx boiler 173 poolsettemp pool set temperature uint8 (>=0<=127) C True number.boiler_pool_set_temperature number.boiler_poolsettemp 5 0 1/2 163 1 Geo 5xx boiler 173 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] False sensor.boiler_4-way_valve_(VR4) sensor.boiler_hp4way 5 0 1 164 1 Geo 5xx boiler 173 hpin1 input 1 state boolean False binary_sensor.boiler_input_1_state binary_sensor.boiler_hpin1 5 0 1 165 1 Geo 5xx boiler 173 hpin1opt input 1 options string True sensor.boiler_input_1_options sensor.boiler_hpin1opt 5 0 1 166 8 Geo 5xx boiler 173 hpin2 input 2 state boolean False binary_sensor.boiler_input_2_state binary_sensor.boiler_hpin2 5 0 1 174 1 Geo 5xx boiler 173 hpin2opt input 2 options string True sensor.boiler_input_2_options sensor.boiler_hpin2opt 5 0 1 175 8 Geo 5xx boiler 173 hpin3 input 3 state boolean False binary_sensor.boiler_input_3_state binary_sensor.boiler_hpin3 5 0 1 183 1 Geo 5xx boiler 173 hpin3opt input 3 options string True sensor.boiler_input_3_options sensor.boiler_hpin3opt 5 0 1 184 8 Geo 5xx boiler 173 hpin4 input 4 state boolean False binary_sensor.boiler_input_4_state binary_sensor.boiler_hpin4 5 0 1 192 1 Geo 5xx boiler 173 hpin4opt input 4 options string True sensor.boiler_input_4_options sensor.boiler_hpin4opt 5 0 1 193 8 Geo 5xx boiler 173 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_compressor select.boiler_maxheatcomp 5 0 1 201 1 Geo 5xx boiler 173 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_heat_limit_heating select.boiler_maxheatheat 5 0 1 202 1 Geo 5xx boiler 173 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] True select.boiler_dhw_heat_limit select.boiler_dhw_maxheat 5 9 1 14 1 Geo 5xx boiler 173 mandefrost manual defrost boolean True switch.boiler_manual_defrost switch.boiler_mandefrost 5 0 1 203 1 Geo 5xx boiler 173 pvcooling cooling only with PV boolean True switch.boiler_cooling_only_with_PV switch.boiler_pvcooling 5 0 1 204 1 Geo 5xx boiler 173 auxheateronly aux heater only boolean True switch.boiler_aux_heater_only switch.boiler_auxheateronly 5 0 1 205 1 Geo 5xx boiler 173 auxheateroff disable aux heater boolean True switch.boiler_disable_aux_heater switch.boiler_auxheateroff 5 0 1 206 1 Geo 5xx boiler 173 auxheaterstatus aux heater status uint8 (>=0<=100) % False sensor.boiler_aux_heater_status sensor.boiler_auxheaterstatus 5 0 1 207 1 Geo 5xx boiler 173 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min True number.boiler_aux_heater_on_delay number.boiler_auxheaterdelay 5 0 10 208 1 Geo 5xx boiler 173 auxmaxlimit aux heater max limit uint8 (>=0<=10) K True number.boiler_aux_heater_max_limit number.boiler_auxmaxlimit 5 0 1/10 209 1 Geo 5xx boiler 173 auxlimitstart aux heater limit start uint8 (>=0<=10) K True number.boiler_aux_heater_limit_start number.boiler_auxlimitstart 5 0 1/10 210 1 Geo 5xx boiler 173 auxheatrmode aux heater mode enum [eco|comfort] True select.boiler_aux_heater_mode select.boiler_auxheatrmode 5 0 1 211 1 Geo 5xx boiler 173 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_heat number.boiler_hphystheat 5 0 5 212 1 Geo 5xx boiler 173 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_cool number.boiler_hphystcool 5 0 5 213 1 Geo 5xx boiler 173 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min True number.boiler_on/off_hyst_pool number.boiler_hphystpool 5 0 5 214 1 Geo 5xx boiler 173 silentmode silent mode enum [off|auto|on] True select.boiler_silent_mode select.boiler_silentmode 5 0 1 215 1 Geo 5xx boiler 173 silentfrom silent mode from uint8 (>=0<=3810) minutes True number.boiler_silent_mode_from number.boiler_silentfrom 5 0 15 216 1 Geo 5xx boiler 173 silentto silent mode to uint8 (>=0<=3810) minutes True number.boiler_silent_mode_to number.boiler_silentto 5 0 15 217 1 Geo 5xx boiler 173 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C True number.boiler_min_outside_temp_for_silent_mode number.boiler_mintempsilent 5 0 1 218 1 Geo 5xx boiler 173 tempparmode outside temp parallel mode int8 (>=-126<=126) C True number.boiler_outside_temp_parallel_mode number.boiler_tempparmode 5 0 1 219 1 Geo 5xx boiler 173 auxheatmix aux heater mixing valve int8 (>=-100<=100) % False sensor.boiler_aux_heater_mixing_valve sensor.boiler_auxheatmix 5 0 1 220 1 Geo 5xx boiler 173 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_heat number.boiler_tempdiffheat 5 0 1/10 221 1 Geo 5xx boiler 173 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K True number.boiler_temp_diff_TC3/TC0_cool number.boiler_tempdiffcool 5 0 1/10 222 1 Geo 5xx boiler 173 vpcooling valve/pump cooling boolean True switch.boiler_valve/pump_cooling switch.boiler_vpcooling 5 0 1 223 1 Geo 5xx boiler 173 heatcable heating cable boolean True switch.boiler_heating_cable switch.boiler_heatcable 5 0 1 224 1 Geo 5xx boiler 173 vc0valve VC0 valve boolean True switch.boiler_VC0_valve switch.boiler_vc0valve 5 0 1 225 1 Geo 5xx boiler 173 primepump primary heatpump boolean True switch.boiler_primary_heatpump switch.boiler_primepump 5 0 1 226 1 Geo 5xx boiler 173 primepumpmod primary heatpump modulation uint8 (>=0<=100) % True number.boiler_primary_heatpump_modulation number.boiler_primepumpmod 5 0 1 227 1 Geo 5xx boiler 173 hp3way 3-way valve boolean True switch.boiler_3-way_valve switch.boiler_hp3way 5 0 1 228 1 Geo 5xx boiler 173 elheatstep1 el. heater step 1 boolean True switch.boiler_el._heater_step_1 switch.boiler_elheatstep1 5 0 1 229 1 Geo 5xx boiler 173 elheatstep2 el. heater step 2 boolean True switch.boiler_el._heater_step_2 switch.boiler_elheatstep2 5 0 1 230 1 Geo 5xx boiler 173 elheatstep3 el. heater step 3 boolean True switch.boiler_el._heater_step_3 switch.boiler_elheatstep3 5 0 1 231 1 Geo 5xx boiler 173 hpea0 condensate reservoir heating (EA0) boolean False binary_sensor.boiler_condensate_reservoir_heating_(EA0) binary_sensor.boiler_hpea0 5 0 1 232 1 Geo 5xx boiler 173 hppumpmode primary heatpump mode enum [auto|continuous] True select.boiler_primary_heatpump_mode select.boiler_hppumpmode 5 0 1 233 1 Geo 5xx boiler 173 fan fan uint8 (>=20<=100) % True number.boiler_fan number.boiler_fan 5 0 1 234 1 Geo 5xx boiler 173 shutdown shutdown cmd [off|on] True sensor.boiler_shutdown sensor.boiler_shutdown 5 0 1 235 1 Geo 5xx boiler 173 hpcurrpower compressor current power uint16 (>=0<=31999) W False sensor.boiler_compressor_current_power sensor.boiler_hpcurrpower 5 0 1 236 1 Geo 5xx boiler 173 hppowerlimit power limit uint16 (>=0<=31999) W True number.boiler_power_limit number.boiler_hppowerlimit 5 0 1 237 1 Geo 5xx boiler 173 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC0 sensor.boiler_pc0flow 5 0 1 238 1 Geo 5xx boiler 173 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h False sensor.boiler_Flow_PC1 sensor.boiler_pc1flow 5 0 1 239 1 Geo 5xx boiler 173 pc1on PC1 boolean False binary_sensor.boiler_PC1 binary_sensor.boiler_pc1on 5 0 1 240 1 Geo 5xx boiler 173 pc1rate PC1 rate uint8 (>=0<=100) % False sensor.boiler_PC1_rate sensor.boiler_pc1rate 5 0 1 241 1 Geo 5xx boiler 173 alternatingop alternating operation boolean True switch.boiler_dhw_alternating_operation switch.boiler_dhw_alternatingop 5 9 1 15 1 Geo 5xx boiler 173 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes True number.boiler_dhw_prioritise_heating_during_dhw number.boiler_dhw_altopprioheat 5 9 1 16 1 Geo 5xx boiler 173 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes True number.boiler_dhw_prioritise_dhw_during_heating number.boiler_dhw_altopprio 5 9 1 17 1 Geo 5xx boiler 173 comfoff comfort switch off uint8 (>=15<=65) C True number.boiler_dhw_comfort_switch_off number.boiler_dhw_comfoff 5 9 1 18 1 Geo 5xx boiler 173 ecooff eco switch off uint8 (>=15<=65) C True number.boiler_dhw_eco_switch_off number.boiler_dhw_ecooff 5 9 1 19 1 Geo 5xx boiler 173 ecoplusoff eco+ switch off uint8 (>=48<=63) C True number.boiler_dhw_eco+_switch_off number.boiler_dhw_ecoplusoff 5 9 1 20 1 Geo 5xx boiler 173 comfdiff comfort diff uint8 (>=6<=12) K True number.boiler_dhw_comfort_diff number.boiler_dhw_comfdiff 5 9 1 21 1 Geo 5xx boiler 173 ecodiff eco diff uint8 (>=6<=12) K True number.boiler_dhw_eco_diff number.boiler_dhw_ecodiff 5 9 1 22 1 Geo 5xx boiler 173 ecoplusdiff eco+ diff uint8 (>=6<=12) K True number.boiler_dhw_eco+_diff number.boiler_dhw_ecoplusdiff 5 9 1 23 1 Geo 5xx boiler 173 comfstop comfort stop temp uint8 (>=0<=254) C True number.boiler_dhw_comfort_stop_temp number.boiler_dhw_comfstop 5 9 1 24 1 Geo 5xx boiler 173 ecostop eco stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco_stop_temp number.boiler_dhw_ecostop 5 9 1 25 1 Geo 5xx boiler 173 ecoplusstop eco+ stop temp uint8 (>=0<=254) C True number.boiler_dhw_eco+_stop_temp number.boiler_dhw_ecoplusstop 5 9 1 26 1 Geo 5xx boiler 173 hpcircpump circulation pump available during dhw boolean True switch.boiler_dhw_circulation_pump_available_during_dhw switch.boiler_dhw_hpcircpump 5 9 1 27 1 Geo 5xx boiler 173 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Geo 5xx boiler 173 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Geo 5xx boiler 173 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Geo 5xx boiler 173 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Geo 5xx boiler 173 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Geo 5xx boiler 173 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Geo 5xx boiler 173 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Geo 5xx boiler 173 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Geo 5xx boiler 173 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Geo 5xx boiler 173 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Geo 5xx boiler 173 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Geo 5xx boiler 173 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Geo 5xx boiler 173 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Geo 5xx boiler 173 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Geo 5xx boiler 173 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Geo 5xx boiler 173 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Geo 5xx boiler 173 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Geo 5xx boiler 173 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Geo 5xx boiler 173 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Geo 5xx boiler 173 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Geo 5xx boiler 173 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Geo 5xx boiler 173 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Geo 5xx boiler 173 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Geo 5xx boiler 173 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Geo 5xx boiler 173 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Geo 5xx boiler 173 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Geo 5xx boiler 173 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Geo 5xx boiler 173 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Geo 5xx boiler 173 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Geo 5xx boiler 173 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Geo 5xx boiler 173 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Geo 5xx boiler 173 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Geo 5xx boiler 173 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Geo 5xx boiler 173 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Geo 5xx boiler 173 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Geo 5xx boiler 173 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Geo 5xx boiler 173 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Geo 5xx boiler 173 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Geo 5xx boiler 173 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 boiler 195 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax U122, Cerapur boiler 203 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax U122, Cerapur boiler 203 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax U122, Cerapur boiler 203 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax U122, Cerapur boiler 203 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax U122, Cerapur boiler 203 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax U122, Cerapur boiler 203 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax U122, Cerapur boiler 203 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax U122, Cerapur boiler 203 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax U122, Cerapur boiler 203 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax U122, Cerapur boiler 203 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax U122, Cerapur boiler 203 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax U122, Cerapur boiler 203 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax U122, Cerapur boiler 203 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax U122, Cerapur boiler 203 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax U122, Cerapur boiler 203 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax U122, Cerapur boiler 203 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax U122, Cerapur boiler 203 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax U122, Cerapur boiler 203 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax U122, Cerapur boiler 203 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax U122, Cerapur boiler 203 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax U122, Cerapur boiler 203 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax U122, Cerapur boiler 203 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax U122, Cerapur boiler 203 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax U122, Cerapur boiler 203 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax U122, Cerapur boiler 203 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax U122, Cerapur boiler 203 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax U122, Cerapur boiler 203 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax U122, Cerapur boiler 203 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax U122, Cerapur boiler 203 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax U122, Cerapur boiler 203 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax U122, Cerapur boiler 203 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax U122, Cerapur boiler 203 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax U122, Cerapur boiler 203 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax U122, Cerapur boiler 203 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax U122, Cerapur boiler 203 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax U122, Cerapur boiler 203 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax U122, Cerapur boiler 203 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax U122, Cerapur boiler 203 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax U122, Cerapur boiler 203 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax U122, Cerapur boiler 203 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax U122, Cerapur boiler 203 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax U122, Cerapur boiler 203 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax U122, Cerapur boiler 203 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax U122, Cerapur boiler 203 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax U122, Cerapur boiler 203 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax U122, Cerapur boiler 203 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax U122, Cerapur boiler 203 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax U122, Cerapur boiler 203 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax U122, Cerapur boiler 203 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax U122, Cerapur boiler 203 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax U122, Cerapur boiler 203 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax U122, Cerapur boiler 203 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax U122, Cerapur boiler 203 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax U122, Cerapur boiler 203 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax U122, Cerapur boiler 203 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax U122, Cerapur boiler 203 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax U122, Cerapur boiler 203 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax U122, Cerapur boiler 203 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax U122, Cerapur boiler 203 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax U122, Cerapur boiler 203 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax U122, Cerapur boiler 203 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax U122, Cerapur boiler 203 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax U122, Cerapur boiler 203 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax U122, Cerapur boiler 203 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax U122, Cerapur boiler 203 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax U122, Cerapur boiler 203 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax U122, Cerapur boiler 203 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax U122, Cerapur boiler 203 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax U122, Cerapur boiler 203 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax U122, Cerapur boiler 203 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax U122, Cerapur boiler 203 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax U122, Cerapur boiler 203 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax U122, Cerapur boiler 203 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax U122, Cerapur boiler 203 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax U122, Cerapur boiler 203 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax U122, Cerapur boiler 203 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax U122, Cerapur boiler 203 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax U122, Cerapur boiler 203 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax U122, Cerapur boiler 203 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax U122, Cerapur boiler 203 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax U122, Cerapur boiler 203 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax U122, Cerapur boiler 203 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax U122, Cerapur boiler 203 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax U122, Cerapur boiler 203 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax U122, Cerapur boiler 203 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax U122, Cerapur boiler 203 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax U122, Cerapur boiler 203 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax U122, Cerapur boiler 203 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax U122, Cerapur boiler 203 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax U122, Cerapur boiler 203 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax U122, Cerapur boiler 203 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax U122, Cerapur boiler 203 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax U122, Cerapur boiler 203 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax U122, Cerapur boiler 203 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax U122, Cerapur boiler 203 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax U122, Cerapur boiler 203 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax U122, Cerapur boiler 203 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax U122, Cerapur boiler 203 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax U122, Cerapur boiler 203 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax U122, Cerapur boiler 203 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax U122, Cerapur boiler 203 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax U122, Cerapur boiler 203 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax U122, Cerapur boiler 203 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax U122, Cerapur boiler 203 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax U122, Cerapur boiler 203 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax U122, Cerapur boiler 203 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax U122, Cerapur boiler 203 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax U122, Cerapur boiler 203 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax U122, Cerapur boiler 203 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax U122, Cerapur boiler 203 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Ecomline Excellent boiler 206 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Ecomline Excellent boiler 206 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Ecomline Excellent boiler 206 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Ecomline Excellent boiler 206 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Ecomline Excellent boiler 206 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Ecomline Excellent boiler 206 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Ecomline Excellent boiler 206 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Ecomline Excellent boiler 206 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Ecomline Excellent boiler 206 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Ecomline Excellent boiler 206 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Ecomline Excellent boiler 206 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Ecomline Excellent boiler 206 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Ecomline Excellent boiler 206 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Ecomline Excellent boiler 206 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Ecomline Excellent boiler 206 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Ecomline Excellent boiler 206 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Ecomline Excellent boiler 206 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Ecomline Excellent boiler 206 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Ecomline Excellent boiler 206 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Ecomline Excellent boiler 206 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Ecomline Excellent boiler 206 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Ecomline Excellent boiler 206 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Ecomline Excellent boiler 206 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Ecomline Excellent boiler 206 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Ecomline Excellent boiler 206 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Ecomline Excellent boiler 206 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Ecomline Excellent boiler 206 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Ecomline Excellent boiler 206 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Ecomline Excellent boiler 206 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Ecomline Excellent boiler 206 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Ecomline Excellent boiler 206 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Ecomline Excellent boiler 206 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Ecomline Excellent boiler 206 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Ecomline Excellent boiler 206 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Ecomline Excellent boiler 206 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Ecomline Excellent boiler 206 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Ecomline Excellent boiler 206 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Ecomline Excellent boiler 206 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Ecomline Excellent boiler 206 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Ecomline Excellent boiler 206 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Ecomline Excellent boiler 206 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Ecomline Excellent boiler 206 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Ecomline Excellent boiler 206 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Ecomline Excellent boiler 206 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Ecomline Excellent boiler 206 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Ecomline Excellent boiler 206 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Ecomline Excellent boiler 206 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Ecomline Excellent boiler 206 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Ecomline Excellent boiler 206 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Ecomline Excellent boiler 206 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Ecomline Excellent boiler 206 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Ecomline Excellent boiler 206 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Ecomline Excellent boiler 206 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Ecomline Excellent boiler 206 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Ecomline Excellent boiler 206 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Ecomline Excellent boiler 206 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Ecomline Excellent boiler 206 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Ecomline Excellent boiler 206 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Ecomline Excellent boiler 206 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Ecomline Excellent boiler 206 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Ecomline Excellent boiler 206 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Ecomline Excellent boiler 206 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Ecomline Excellent boiler 206 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Ecomline Excellent boiler 206 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Ecomline Excellent boiler 206 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Ecomline Excellent boiler 206 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Ecomline Excellent boiler 206 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Ecomline Excellent boiler 206 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Ecomline Excellent boiler 206 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Ecomline Excellent boiler 206 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Ecomline Excellent boiler 206 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Ecomline Excellent boiler 206 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Ecomline Excellent boiler 206 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Ecomline Excellent boiler 206 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Ecomline Excellent boiler 206 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Ecomline Excellent boiler 206 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Ecomline Excellent boiler 206 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Ecomline Excellent boiler 206 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Ecomline Excellent boiler 206 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Ecomline Excellent boiler 206 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Ecomline Excellent boiler 206 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Ecomline Excellent boiler 206 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Ecomline Excellent boiler 206 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Ecomline Excellent boiler 206 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Ecomline Excellent boiler 206 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Ecomline Excellent boiler 206 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Ecomline Excellent boiler 206 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Ecomline Excellent boiler 206 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Ecomline Excellent boiler 206 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Ecomline Excellent boiler 206 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Ecomline Excellent boiler 206 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Ecomline Excellent boiler 206 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Ecomline Excellent boiler 206 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Ecomline Excellent boiler 206 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Ecomline Excellent boiler 206 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Ecomline Excellent boiler 206 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Ecomline Excellent boiler 206 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Ecomline Excellent boiler 206 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Ecomline Excellent boiler 206 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Ecomline Excellent boiler 206 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Ecomline Excellent boiler 206 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Ecomline Excellent boiler 206 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Ecomline Excellent boiler 206 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Ecomline Excellent boiler 206 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Ecomline Excellent boiler 206 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Ecomline Excellent boiler 206 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Ecomline Excellent boiler 206 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Ecomline Excellent boiler 206 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Ecomline Excellent boiler 206 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Ecomline Excellent boiler 206 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus, GB192, Condens GC9000, Greenstar ErP boiler 208 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Cascade MC400 boiler 210 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Cascade MC400 boiler 210 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Cascade MC400 boiler 210 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Cascade MC400 boiler 210 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Cascade MC400 boiler 210 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Cascade MC400 boiler 210 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Cascade MC400 boiler 210 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Cascade MC400 boiler 210 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Cascade MC400 boiler 210 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Cascade MC400 boiler 210 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Cascade MC400 boiler 210 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Cascade MC400 boiler 210 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Cascade MC400 boiler 210 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Cascade MC400 boiler 210 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Cascade MC400 boiler 210 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Cascade MC400 boiler 210 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Cascade MC400 boiler 210 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Cascade MC400 boiler 210 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Cascade MC400 boiler 210 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Cascade MC400 boiler 210 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Cascade MC400 boiler 210 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Cascade MC400 boiler 210 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Cascade MC400 boiler 210 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Cascade MC400 boiler 210 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Cascade MC400 boiler 210 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Cascade MC400 boiler 210 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Cascade MC400 boiler 210 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Cascade MC400 boiler 210 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Cascade MC400 boiler 210 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Cascade MC400 boiler 210 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Cascade MC400 boiler 210 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Cascade MC400 boiler 210 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Cascade MC400 boiler 210 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Cascade MC400 boiler 210 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Cascade MC400 boiler 210 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Cascade MC400 boiler 210 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Cascade MC400 boiler 210 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Cascade MC400 boiler 210 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Cascade MC400 boiler 210 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Cascade MC400 boiler 210 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Cascade MC400 boiler 210 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Cascade MC400 boiler 210 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Cascade MC400 boiler 210 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Cascade MC400 boiler 210 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Cascade MC400 boiler 210 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Cascade MC400 boiler 210 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Cascade MC400 boiler 210 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Cascade MC400 boiler 210 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Cascade MC400 boiler 210 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Cascade MC400 boiler 210 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Cascade MC400 boiler 210 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Cascade MC400 boiler 210 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Cascade MC400 boiler 210 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Cascade MC400 boiler 210 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Cascade MC400 boiler 210 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Cascade MC400 boiler 210 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Cascade MC400 boiler 210 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Cascade MC400 boiler 210 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Cascade MC400 boiler 210 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Cascade MC400 boiler 210 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Cascade MC400 boiler 210 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Cascade MC400 boiler 210 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Cascade MC400 boiler 210 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Cascade MC400 boiler 210 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Cascade MC400 boiler 210 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Cascade MC400 boiler 210 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Cascade MC400 boiler 210 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Cascade MC400 boiler 210 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Cascade MC400 boiler 210 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Cascade MC400 boiler 210 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Cascade MC400 boiler 210 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Cascade MC400 boiler 210 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Cascade MC400 boiler 210 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Cascade MC400 boiler 210 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Cascade MC400 boiler 210 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Cascade MC400 boiler 210 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Cascade MC400 boiler 210 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Cascade MC400 boiler 210 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Cascade MC400 boiler 210 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Cascade MC400 boiler 210 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Cascade MC400 boiler 210 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Cascade MC400 boiler 210 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Cascade MC400 boiler 210 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Cascade MC400 boiler 210 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Cascade MC400 boiler 210 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Cascade MC400 boiler 210 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Cascade MC400 boiler 210 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Cascade MC400 boiler 210 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Cascade MC400 boiler 210 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Cascade MC400 boiler 210 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Cascade MC400 boiler 210 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Cascade MC400 boiler 210 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Cascade MC400 boiler 210 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Cascade MC400 boiler 210 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Cascade MC400 boiler 210 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Cascade MC400 boiler 210 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Cascade MC400 boiler 210 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Cascade MC400 boiler 210 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Cascade MC400 boiler 210 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Cascade MC400 boiler 210 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Cascade MC400 boiler 210 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Cascade MC400 boiler 210 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Cascade MC400 boiler 210 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Cascade MC400 boiler 210 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Cascade MC400 boiler 210 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Cascade MC400 boiler 210 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Cascade MC400 boiler 210 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Cascade MC400 boiler 210 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Cascade MC400 boiler 210 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Cascade MC400 boiler 210 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 EasyControl Adapter boiler 211 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 EasyControl Adapter boiler 211 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 EasyControl Adapter boiler 211 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 EasyControl Adapter boiler 211 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 EasyControl Adapter boiler 211 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 EasyControl Adapter boiler 211 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 EasyControl Adapter boiler 211 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 EasyControl Adapter boiler 211 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 EasyControl Adapter boiler 211 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 EasyControl Adapter boiler 211 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 EasyControl Adapter boiler 211 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 EasyControl Adapter boiler 211 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 EasyControl Adapter boiler 211 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 EasyControl Adapter boiler 211 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 EasyControl Adapter boiler 211 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 EasyControl Adapter boiler 211 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 EasyControl Adapter boiler 211 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 EasyControl Adapter boiler 211 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 EasyControl Adapter boiler 211 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 EasyControl Adapter boiler 211 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 EasyControl Adapter boiler 211 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 EasyControl Adapter boiler 211 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 EasyControl Adapter boiler 211 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 EasyControl Adapter boiler 211 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 EasyControl Adapter boiler 211 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 EasyControl Adapter boiler 211 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 EasyControl Adapter boiler 211 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 EasyControl Adapter boiler 211 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 EasyControl Adapter boiler 211 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 EasyControl Adapter boiler 211 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 EasyControl Adapter boiler 211 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 EasyControl Adapter boiler 211 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 EasyControl Adapter boiler 211 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 EasyControl Adapter boiler 211 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 EasyControl Adapter boiler 211 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 EasyControl Adapter boiler 211 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 EasyControl Adapter boiler 211 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 EasyControl Adapter boiler 211 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 EasyControl Adapter boiler 211 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 EasyControl Adapter boiler 211 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 EasyControl Adapter boiler 211 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 EasyControl Adapter boiler 211 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 EasyControl Adapter boiler 211 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 EasyControl Adapter boiler 211 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 EasyControl Adapter boiler 211 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 EasyControl Adapter boiler 211 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 EasyControl Adapter boiler 211 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 EasyControl Adapter boiler 211 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 EasyControl Adapter boiler 211 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 EasyControl Adapter boiler 211 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 EasyControl Adapter boiler 211 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 EasyControl Adapter boiler 211 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 EasyControl Adapter boiler 211 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 EasyControl Adapter boiler 211 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 EasyControl Adapter boiler 211 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 EasyControl Adapter boiler 211 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 EasyControl Adapter boiler 211 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 EasyControl Adapter boiler 211 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 EasyControl Adapter boiler 211 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 EasyControl Adapter boiler 211 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 EasyControl Adapter boiler 211 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 EasyControl Adapter boiler 211 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 EasyControl Adapter boiler 211 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 EasyControl Adapter boiler 211 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 EasyControl Adapter boiler 211 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 EasyControl Adapter boiler 211 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 EasyControl Adapter boiler 211 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 EasyControl Adapter boiler 211 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 EasyControl Adapter boiler 211 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 EasyControl Adapter boiler 211 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 EasyControl Adapter boiler 211 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 EasyControl Adapter boiler 211 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 EasyControl Adapter boiler 211 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 EasyControl Adapter boiler 211 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 EasyControl Adapter boiler 211 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 EasyControl Adapter boiler 211 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 EasyControl Adapter boiler 211 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 EasyControl Adapter boiler 211 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 EasyControl Adapter boiler 211 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 EasyControl Adapter boiler 211 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 EasyControl Adapter boiler 211 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 EasyControl Adapter boiler 211 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 EasyControl Adapter boiler 211 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 EasyControl Adapter boiler 211 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 EasyControl Adapter boiler 211 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 EasyControl Adapter boiler 211 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 EasyControl Adapter boiler 211 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 EasyControl Adapter boiler 211 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 EasyControl Adapter boiler 211 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 EasyControl Adapter boiler 211 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 EasyControl Adapter boiler 211 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 EasyControl Adapter boiler 211 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 EasyControl Adapter boiler 211 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 EasyControl Adapter boiler 211 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 EasyControl Adapter boiler 211 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 EasyControl Adapter boiler 211 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 EasyControl Adapter boiler 211 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 EasyControl Adapter boiler 211 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 EasyControl Adapter boiler 211 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 EasyControl Adapter boiler 211 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 EasyControl Adapter boiler 211 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 EasyControl Adapter boiler 211 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 EasyControl Adapter boiler 211 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 EasyControl Adapter boiler 211 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 EasyControl Adapter boiler 211 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 EasyControl Adapter boiler 211 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 EasyControl Adapter boiler 211 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 EasyControl Adapter boiler 211 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 EasyControl Adapter boiler 211 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 EasyControl Adapter boiler 211 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 netflowtemp heat network flow temp uint16 (>=0<=3199) C False sensor.boiler_heat_network_flow_temp sensor.boiler_netflowtemp 5 0 1/10 269 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatvalve heating valve uint8 (>=0<=100) % False sensor.boiler_heating_valve sensor.boiler_heatvalve 5 0 1 270 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 dhwvalve valve uint8 (>=0<=100) % False sensor.boiler_dhw_valve sensor.boiler_dhw_dhwvalve 5 9 1 73 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 keepwarmtemp keep warm temperature uint8 (>=0<=254) C True number.boiler_keep_warm_temperature number.boiler_keepwarmtemp 5 0 1 271 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 setreturntemp set temp return uint8 (>=0<=254) C True number.boiler_set_temp_return number.boiler_setreturntemp 5 0 1 272 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heating heating boolean False binary_sensor.boiler_heating binary_sensor.boiler_heating 5 0 1 273 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Greenstar HIU, Logamax kompakt WS170 boiler 219 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Greenstar HIU, Logamax kompakt WS170 boiler 219 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 reset reset cmd [-|maintenance|error|history|message] True sensor.boiler_reset sensor.boiler_reset 5 0 1 0 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingoff force heating off boolean True switch.boiler_force_heating_off switch.boiler_heatingoff 5 0 1 1 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactive heating active boolean False binary_sensor.boiler_heating_active binary_sensor.boiler_heatingactive 5 0 1 2 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapwateractive tapwater active boolean False binary_sensor.boiler_tapwater_active binary_sensor.boiler_tapwateractive 5 0 1 3 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selflowtemp selected flow temperature uint8 (>=0<=90) C True number.boiler_selected_flow_temperature number.boiler_selflowtemp 5 0 1 4 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.boiler_heating_pump_modulation sensor.boiler_heatingpumpmod 5 0 1 5 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 outdoortemp outside temperature int16 (>=-3199<=3199) C False sensor.boiler_outside_temperature sensor.boiler_outdoortemp 5 0 1/10 6 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflowtemp current flow temperature uint16 (>=0<=3199) C False sensor.boiler_current_flow_temperature sensor.boiler_curflowtemp 5 0 1/10 7 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 rettemp return temperature uint16 (>=0<=3199) C False sensor.boiler_return_temperature sensor.boiler_rettemp 5 0 1/10 8 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 switchtemp mixing switch temperature uint16 (>=0<=3199) C False sensor.boiler_mixing_switch_temperature sensor.boiler_switchtemp 5 0 1/10 9 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 syspress system pressure uint8 (>=0<=25) bar False sensor.boiler_system_pressure sensor.boiler_syspress 5 0 1/10 10 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boiltemp actual boiler temperature uint16 (>=0<=3199) C False sensor.boiler_actual_boiler_temperature sensor.boiler_boiltemp 5 0 1/10 11 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 headertemp low loss header uint16 (>=0<=3199) C False sensor.boiler_low_loss_header sensor.boiler_headertemp 5 0 1/10 12 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 exhausttemp exhaust temperature uint16 (>=0<=3199) C False sensor.boiler_exhaust_temperature sensor.boiler_exhausttemp 5 0 1/10 242 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas gas boolean False binary_sensor.boiler_gas binary_sensor.boiler_burngas 5 0 1 243 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burngas2 gas stage 2 boolean False binary_sensor.boiler_gas_stage_2 binary_sensor.boiler_burngas2 5 0 1 244 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flamecurr flame current uint16 (>=0<=3199) \u00b5A False sensor.boiler_flame_current sensor.boiler_flamecurr 5 0 1/10 245 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 fanwork fan boolean False binary_sensor.boiler_fan binary_sensor.boiler_fanwork 5 0 1 246 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ignwork ignition boolean False binary_sensor.boiler_ignition binary_sensor.boiler_ignwork 5 0 1 247 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 oilpreheat oil preheating boolean False binary_sensor.boiler_oil_preheating binary_sensor.boiler_oilpreheat 5 0 1 248 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminpower burner min power uint8 (>=0<=100) % True number.boiler_burner_min_power number.boiler_burnminpower 5 0 1 249 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnmaxpower burner max power uint8 (>=0<=254) % True number.boiler_burner_max_power number.boiler_burnmaxpower 5 0 1 250 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnminperiod burner min period uint8 (>=0<=120) minutes True number.boiler_burner_min_period number.boiler_burnminperiod 5 0 1 251 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 absburnpow burner current power (absolute) uint8 (>=0<=100) % False sensor.boiler_burner_current_power_(absolute) sensor.boiler_absburnpow 5 0 1 252 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatblock heating block uint16 (>=0<=3199) C False sensor.boiler_heating_block sensor.boiler_heatblock 5 0 1/10 253 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhyston hysteresis on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_on_temperature number.boiler_boilhyston 5 0 1 254 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boilhystoff hysteresis off temperature int8 (>=0<=20) C True number.boiler_hysteresis_off_temperature number.boiler_boilhystoff 5 0 1 255 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C True number.boiler_hysteresis_stage_2_on_temperature number.boiler_boil2hyston 5 0 1 256 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C True number.boiler_hysteresis_stage_2_off_temperature number.boiler_boil2hystoff 5 0 1 257 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveon heatingcurve on boolean True switch.boiler_heatingcurve_on switch.boiler_curveon 5 0 1 258 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curvebase heatingcurve base uint8 (>=20<=90) C True number.boiler_heatingcurve_base number.boiler_curvebase 5 0 1 259 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curveend heatingcurve end uint8 (>=20<=90) C True number.boiler_heatingcurve_end number.boiler_curveend 5 0 1 260 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 summertemp summer temperature uint8 (>=0<=45) C True number.boiler_summer_temperature number.boiler_summertemp 5 0 1 261 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrostmode nofrost mode boolean True switch.boiler_nofrost_mode switch.boiler_nofrostmode 5 0 1 262 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nofrosttemp nofrost temperature uint8 (>=0<=10) C True number.boiler_nofrost_temperature number.boiler_nofrosttemp 5 0 1 263 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingactivated heating activated boolean True switch.boiler_heating_activated switch.boiler_heatingactivated 5 0 1 13 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingtemp heating temperature uint8 (>=0<=90) C True number.boiler_heating_temperature number.boiler_heatingtemp 5 0 1 14 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatingpump heating pump boolean False binary_sensor.boiler_heating_pump binary_sensor.boiler_heatingpump 5 0 1 15 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmax boiler pump max power uint8 (>=0<=100) % True number.boiler_boiler_pump_max_power number.boiler_pumpmodmax 5 0 1 16 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmodmin boiler pump min power uint8 (>=0<=100) % True number.boiler_boiler_pump_min_power number.boiler_pumpmodmin 5 0 1 17 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] True select.boiler_boiler_pump_mode select.boiler_pumpmode 5 0 1 18 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] True select.boiler_boiler_pump_characteristic select.boiler_pumpcharacter 5 0 1 19 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpdelay pump delay uint8 (>=0<=60) minutes True number.boiler_pump_delay number.boiler_pumpdelay 5 0 1 20 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 pumpontemp pump logic temperature uint8 (>=0<=60) C True number.boiler_pump_logic_temperature number.boiler_pumpontemp 5 0 1 21 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 selburnpow burner selected max power uint8 (>=0<=254) % True number.boiler_burner_selected_max_power number.boiler_selburnpow 5 0 1 22 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curburnpow burner current power uint8 (>=0<=100) % False sensor.boiler_burner_current_power sensor.boiler_curburnpow 5 0 1 23 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnstarts burner starts uint24 (>=0<=16777213) False sensor.boiler_burner_starts sensor.boiler_burnstarts 5 0 1 24 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burnworkmin total burner operating time time (>=0<=16777213) minutes False sensor.boiler_total_burner_operating_time sensor.boiler_burnworkmin 5 0 1 26 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes False sensor.boiler_burner_stage_2_operating_time sensor.boiler_burn2workmin 5 0 1 28 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatworkmin total heat operating time time (>=0<=16777213) minutes False sensor.boiler_total_heat_operating_time sensor.boiler_heatworkmin 5 0 1 30 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 heatstarts burner starts heating uint24 (>=0<=16777213) False sensor.boiler_burner_starts_heating sensor.boiler_heatstarts 5 0 1 32 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 ubauptime total UBA operating time time (>=0<=16777213) minutes False sensor.boiler_total_UBA_operating_time sensor.boiler_ubauptime 5 0 1 34 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 lastcode last error code string False sensor.boiler_last_error_code sensor.boiler_lastcode 5 0 1 36 28 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecode service code string False sensor.boiler_service_code sensor.boiler_servicecode 5 0 1 64 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 servicecodenumber service code number uint16 (>=0<=31999) False sensor.boiler_service_code_number sensor.boiler_servicecodenumber 5 0 1 66 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancemessage maintenance message string False sensor.boiler_maintenance_message sensor.boiler_maintenancemessage 5 0 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenance maintenance scheduled enum [off|time|date|manual] True select.boiler_maintenance_scheduled select.boiler_maintenance 5 0 1 69 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancetime time to next maintenance uint16 (>=0<=31999) hours True number.boiler_time_to_next_maintenance number.boiler_maintenancetime 5 0 1 70 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maintenancedate next maintenance date string True sensor.boiler_next_maintenance_date sensor.boiler_maintenancedate 5 0 1 71 6 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencyops emergency operation boolean True switch.boiler_emergency_operation switch.boiler_emergencyops 5 0 1 77 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 emergencytemp emergency temperature uint8 (>=15<=70) C True number.boiler_emergency_temperature number.boiler_emergencytemp 5 0 1 78 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meterheat meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_meter_heating sensor.boiler_meterheat 5 0 1/10 91 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 meter meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_meter sensor.boiler_dhw_meter 5 9 1/10 2 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh False sensor.boiler_gas_meter_heating sensor.boiler_gasmeterheat 5 0 1/10 264 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 gasmeter gas meter uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_gas_meter sensor.boiler_dhw_gasmeter 5 9 1/10 69 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh False sensor.boiler_energy_heating_2 sensor.boiler_nrgheat2 5 0 1/10 266 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg2 energy 2 uint24 (>=0<=1677721) kWh False sensor.boiler_dhw_energy_2 sensor.boiler_dhw_nrg2 5 9 1/10 71 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tapactivated turn on/off boolean True switch.boiler_dhw_turn_on/off switch.boiler_dhw_tapactivated 5 9 1 28 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 settemp set temperature uint8 (>=0<=254) C False sensor.boiler_dhw_set_temperature sensor.boiler_dhw_settemp 5 9 1 29 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemp selected temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_temperature number.boiler_dhw_seltemp 5 9 1 30 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltemplow selected lower temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_lower_temperature number.boiler_dhw_seltemplow 5 9 1 31 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempecoplus selected eco+ temperature uint8 (>=0<=254) C True number.boiler_dhw_selected_eco+_temperature number.boiler_dhw_tempecoplus 5 9 1 32 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempoff selected temperature for off uint8 (>=0<=254) C False sensor.boiler_dhw_selected_temperature_for_off sensor.boiler_dhw_seltempoff 5 9 1 33 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 seltempsingle single charge temperature uint8 (>=0<=254) C True number.boiler_dhw_single_charge_temperature number.boiler_dhw_seltempsingle 5 9 1 34 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 solartemp solar boiler temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_solar_boiler_temperature sensor.boiler_dhw_solartemp 5 9 1/10 35 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 type type enum [off|flow|buffered flow|buffer|layered buffer] False sensor.boiler_dhw_type sensor.boiler_dhw_type 5 9 1 36 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort comfort enum [hot|eco|intelligent] True select.boiler_dhw_comfort select.boiler_dhw_comfort 5 9 1 37 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 comfort1 comfort mode enum [high comfort|eco] True select.boiler_dhw_comfort_mode select.boiler_dhw_comfort1 5 9 1 38 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 flowtempoffset flow temperature offset uint8 (>=0<=100) C True number.boiler_dhw_flow_temperature_offset number.boiler_dhw_flowtempoffset 5 9 1 39 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargeoptimization charge optimization boolean True switch.boiler_dhw_charge_optimization switch.boiler_dhw_chargeoptimization 5 9 1 40 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxpower max power uint8 (>=0<=254) % True number.boiler_dhw_max_power number.boiler_dhw_maxpower 5 9 1 41 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 maxtemp maximum temperature uint8 (>=0<=80) C True number.boiler_dhw_maximum_temperature number.boiler_dhw_maxtemp 5 9 1 42 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circpump circulation pump available boolean True switch.boiler_dhw_circulation_pump_available switch.boiler_dhw_circpump 5 9 1 43 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 chargetype charging type enum [chargepump|3-way valve] False sensor.boiler_dhw_charging_type sensor.boiler_dhw_chargetype 5 9 1 44 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hyston hysteresis on temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_on_temperature number.boiler_dhw_hyston 5 9 1 45 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 hystoff hysteresis off temperature int8 (>=-126<=126) C True number.boiler_dhw_hysteresis_off_temperature number.boiler_dhw_hystoff 5 9 1 46 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfectiontemp disinfection temperature uint8 (>=60<=80) C True number.boiler_dhw_disinfection_temperature number.boiler_dhw_disinfectiontemp 5 9 1 47 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] True select.boiler_dhw_circulation_pump_mode select.boiler_dhw_circmode 5 9 1 48 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 circ circulation active boolean True switch.boiler_dhw_circulation_active switch.boiler_dhw_circ 5 9 1 49 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp current intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_intern_temperature sensor.boiler_dhw_curtemp 5 9 1/10 50 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curtemp2 current extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_current_extern_temperature sensor.boiler_dhw_curtemp2 5 9 1/10 51 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 curflow current tap water flow uint8 (>=0<=25) l/min False sensor.boiler_dhw_current_tap_water_flow sensor.boiler_dhw_curflow 5 9 1/10 52 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp1 storage intern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_intern_temperature sensor.boiler_dhw_storagetemp1 5 9 1/10 53 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 storagetemp2 storage extern temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_storage_extern_temperature sensor.boiler_dhw_storagetemp2 5 9 1/10 54 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 activated activated boolean True switch.boiler_dhw_activated switch.boiler_dhw_activated 5 9 1 55 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 onetime one time charging boolean True switch.boiler_dhw_one_time_charging switch.boiler_dhw_onetime 5 9 1 56 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 disinfecting disinfecting boolean True switch.boiler_dhw_disinfecting switch.boiler_dhw_disinfecting 5 9 1 57 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 charging charging boolean False binary_sensor.boiler_dhw_charging binary_sensor.boiler_dhw_charging 5 9 1 58 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 recharging recharging boolean False binary_sensor.boiler_dhw_recharging binary_sensor.boiler_dhw_recharging 5 9 1 59 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 tempok temperature ok boolean False binary_sensor.boiler_dhw_temperature_ok binary_sensor.boiler_dhw_tempok 5 9 1 60 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 active active boolean False binary_sensor.boiler_dhw_active binary_sensor.boiler_dhw_active 5 9 1 61 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 3wayvalve 3-way valve active boolean False binary_sensor.boiler_dhw_3-way_valve_active binary_sensor.boiler_dhw_3wayvalve 5 9 1 62 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 mixertemp mixer temperature uint16 (>=0<=3199) C False sensor.boiler_dhw_mixer_temperature sensor.boiler_dhw_mixertemp 5 9 1/10 63 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C False sensor.boiler_dhw_cylinder_middle_temperature_(TS3) sensor.boiler_dhw_cylmiddletemp 5 9 1/10 64 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 starts starts uint24 (>=0<=16777213) False sensor.boiler_dhw_starts sensor.boiler_dhw_starts 5 9 1 65 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 workm active time time (>=0<=16777213) minutes False sensor.boiler_dhw_active_time sensor.boiler_dhw_workm 5 9 1 67 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nompower nominal Power uint8 (>=0<=254) kW True number.boiler_nominal_Power number.boiler_nompower 5 0 1 268 1 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.boiler_total_energy sensor.boiler_nrgtotal 5 0 1/100 79 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrgheat energy heating uint24 (>=0<=10000000) kWh True number.boiler_energy_heating number.boiler_nrgheat 5 0 1/100 81 2 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W boiler 234 nrg energy uint24 (>=0<=10000000) kWh True number.boiler_dhw_energy number.boiler_dhw_nrg 5 9 1/100 0 2 Logamatic TC100, Moduline Easy thermostat 202 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Logamatic TC100, Moduline Easy thermostat 202 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Logamatic TC100, Moduline Easy thermostat 202 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Logamatic TC100, Moduline Easy thermostat 202 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 Logamatic TC100, Moduline Easy thermostat 202 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 Logamatic TC100, Moduline Easy thermostat 202 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 EasyControl, CT200 thermostat 203 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 EasyControl, CT200 thermostat 203 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 EasyControl, CT200 thermostat 203 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 EasyControl, CT200 thermostat 203 seltemp selected room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/100 0 1 EasyControl, CT200 thermostat 203 currtemp current room temperature int16 (>=-319<=319) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/100 1 1 EasyControl, CT200 thermostat 203 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 UI800, BC400 thermostat 4 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 UI800, BC400 thermostat 4 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 UI800, BC400 thermostat 4 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 UI800, BC400 thermostat 4 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 UI800, BC400 thermostat 4 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 UI800, BC400 thermostat 4 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 UI800, BC400 thermostat 4 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 UI800, BC400 thermostat 4 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 UI800, BC400 thermostat 4 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 UI800, BC400 thermostat 4 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 UI800, BC400 thermostat 4 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 UI800, BC400 thermostat 4 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 UI800, BC400 thermostat 4 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 UI800, BC400 thermostat 4 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 UI800, BC400 thermostat 4 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 UI800, BC400 thermostat 4 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 UI800, BC400 thermostat 4 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 UI800, BC400 thermostat 4 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 UI800, BC400 thermostat 4 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 UI800, BC400 thermostat 4 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 UI800, BC400 thermostat 4 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 UI800, BC400 thermostat 4 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 UI800, BC400 thermostat 4 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 UI800, BC400 thermostat 4 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 UI800, BC400 thermostat 4 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 UI800, BC400 thermostat 4 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 UI800, BC400 thermostat 4 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 UI800, BC400 thermostat 4 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 UI800, BC400 thermostat 4 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 UI800, BC400 thermostat 4 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 UI800, BC400 thermostat 4 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 UI800, BC400 thermostat 4 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 UI800, BC400 thermostat 4 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 UI800, BC400 thermostat 4 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 UI800, BC400 thermostat 4 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 UI800, BC400 thermostat 4 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 UI800, BC400 thermostat 4 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 UI800, BC400 thermostat 4 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 UI800, BC400 thermostat 4 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 UI800, BC400 thermostat 4 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 UI800, BC400 thermostat 4 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 UI800, BC400 thermostat 4 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 UI800, BC400 thermostat 4 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 UI800, BC400 thermostat 4 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 UI800, BC400 thermostat 4 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 UI800, BC400 thermostat 4 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 UI800, BC400 thermostat 4 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 UI800, BC400 thermostat 4 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 UI800, BC400 thermostat 4 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 UI800, BC400 thermostat 4 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 UI800, BC400 thermostat 4 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 UI800, BC400 thermostat 4 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 UI800, BC400 thermostat 4 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 UI800, BC400 thermostat 4 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 UI800, BC400 thermostat 4 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 UI800, BC400 thermostat 4 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 UI800, BC400 thermostat 4 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 UI800, BC400 thermostat 4 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 UI800, BC400 thermostat 4 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 UI800, BC400 thermostat 4 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 UI800, BC400 thermostat 4 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 UI800, BC400 thermostat 4 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 UI800, BC400 thermostat 4 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 UI800, BC400 thermostat 4 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 UI800, BC400 thermostat 4 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 UI800, BC400 thermostat 4 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 UI800, BC400 thermostat 4 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 UI800, BC400 thermostat 4 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 UI800, BC400 thermostat 4 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 UI800, BC400 thermostat 4 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 UI800, BC400 thermostat 4 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 UI800, BC400 thermostat 4 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 UI800, BC400 thermostat 4 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 UI800, BC400 thermostat 4 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 UI800, BC400 thermostat 4 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 UI800, BC400 thermostat 4 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 UI800, BC400 thermostat 4 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 UI800, BC400 thermostat 4 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 UI800, BC400 thermostat 4 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 UI800, BC400 thermostat 4 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 UI800, BC400 thermostat 4 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 UI800, BC400 thermostat 4 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 UI800, BC400 thermostat 4 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC10 thermostat 65 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10 thermostat 65 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10 thermostat 65 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10 thermostat 65 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10 thermostat 65 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10 thermostat 65 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10 thermostat 65 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10 thermostat 65 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10 thermostat 65 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10 thermostat 65 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10 thermostat 65 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10 thermostat 65 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10 thermostat 65 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10 thermostat 65 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10 thermostat 65 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10 thermostat 65 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10 thermostat 65 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10 thermostat 65 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC30 thermostat 67 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC30 thermostat 67 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC30 thermostat 67 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 RC30 thermostat 67 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 RC30 thermostat 67 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 RC30 thermostat 67 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC30 thermostat 67 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC30 thermostat 67 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC30 thermostat 67 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC30 thermostat 67 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC30 thermostat 67 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC30 thermostat 67 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC30 thermostat 67 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC30 thermostat 67 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC30 thermostat 67 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC30 thermostat 67 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC30 thermostat 67 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC30 thermostat 67 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC30 thermostat 67 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC30 thermostat 67 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC30 thermostat 67 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC30 thermostat 67 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC30 thermostat 67 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC30 thermostat 67 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC30 thermostat 67 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC30 thermostat 67 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC30 thermostat 67 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC30 thermostat 67 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC30 thermostat 67 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC30 thermostat 67 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC30 thermostat 67 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC30 thermostat 67 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC30 thermostat 67 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC30 thermostat 67 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC30 thermostat 67 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC30 thermostat 67 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC30 thermostat 67 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC30 thermostat 67 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC30 thermostat 67 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC30 thermostat 67 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC30 thermostat 67 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC30 thermostat 67 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC30 thermostat 67 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC30 thermostat 67 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC30 thermostat 67 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC30 thermostat 67 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC30 thermostat 67 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC30 thermostat 67 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC30 thermostat 67 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC30 thermostat 67 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC30 thermostat 67 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC30 thermostat 67 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC30 thermostat 67 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC30 thermostat 67 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC30 thermostat 67 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC30 thermostat 67 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC30 thermostat 67 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC30 thermostat 67 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC30 thermostat 67 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC30 thermostat 67 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC30 thermostat 67 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC30 thermostat 67 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC20, Moduline 300 thermostat 77 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20, Moduline 300 thermostat 77 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20, Moduline 300 thermostat 77 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20, Moduline 300 thermostat 77 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20, Moduline 300 thermostat 77 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20, Moduline 300 thermostat 77 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20, Moduline 300 thermostat 77 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20, Moduline 300 thermostat 77 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20, Moduline 300 thermostat 77 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20, Moduline 300 thermostat 77 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20, Moduline 300 thermostat 77 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20, Moduline 300 thermostat 77 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20, Moduline 300 thermostat 77 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20, Moduline 300 thermostat 77 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 Moduline 400 thermostat 78 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 400 thermostat 78 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 400 thermostat 78 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Moduline 400 thermostat 78 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 Moduline 400 thermostat 78 autodst automatic change daylight saving time boolean True switch.thermostat_automatic_change_daylight_saving_time switch.thermostat_autodst 6 0 1 68 1 Moduline 400 thermostat 78 language language enum [german|dutch] True select.thermostat_language select.thermostat_language 6 0 1 64 1 Moduline 400 thermostat 78 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 400 thermostat 78 brightness screen brightness int8 (>=-15<=15) True number.thermostat_screen_brightness number.thermostat_brightness 6 0 1 70 1 Moduline 400 thermostat 78 mixingvalves mixing valves uint8 (>=0<=2) True number.thermostat_mixing_valves number.thermostat_mixingvalves 6 0 1 71 1 Moduline 400 thermostat 78 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Moduline 400 thermostat 78 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 400 thermostat 78 preheating preheating in the clock program boolean True switch.thermostat_preheating_in_the_clock_program switch.thermostat_preheating 6 0 1 73 1 Moduline 400 thermostat 78 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 400 thermostat 78 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 400 thermostat 78 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 400 thermostat 78 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 400 thermostat 78 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 400 thermostat 78 pause pause time uint8 (>=0<=254) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 Moduline 400 thermostat 78 party party time uint8 (>=0<=254) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 Moduline 400 thermostat 78 vacations1 vacation dates 1 string True sensor.thermostat_hc1_vacation_dates_1 sensor.thermostat_hc1_vacations1 6 1 1 115 11 Moduline 400 thermostat 78 vacations2 vacation dates 2 string True sensor.thermostat_hc1_vacation_dates_2 sensor.thermostat_hc1_vacations2 6 1 1 126 11 Moduline 400 thermostat 78 vacations3 vacation dates 3 string True sensor.thermostat_hc1_vacation_dates_3 sensor.thermostat_hc1_vacations3 6 1 1 137 11 Moduline 400 thermostat 78 vacations4 vacation dates 4 string True sensor.thermostat_hc1_vacation_dates_4 sensor.thermostat_hc1_vacations4 6 1 1 148 11 Moduline 400 thermostat 78 vacations5 vacation dates 5 string True sensor.thermostat_hc1_vacation_dates_5 sensor.thermostat_hc1_vacations5 6 1 1 159 11 Moduline 400 thermostat 78 vacations6 vacation dates 6 string True sensor.thermostat_hc1_vacation_dates_6 sensor.thermostat_hc1_vacations6 6 1 1 170 11 Moduline 400 thermostat 78 vacations7 vacation dates 7 string True sensor.thermostat_hc1_vacation_dates_7 sensor.thermostat_hc1_vacations7 6 1 1 181 11 Moduline 400 thermostat 78 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Moduline 400 thermostat 78 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 Moduline 400 thermostat 78 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Moduline 400 thermostat 78 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Moduline 400 thermostat 78 holidaytemp holiday temperature uint8 (>=0<=127) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 Moduline 400 thermostat 78 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 400 thermostat 78 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 Moduline 400 thermostat 78 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 Moduline 400 thermostat 78 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 Moduline 400 thermostat 78 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Moduline 400 thermostat 78 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 Moduline 400 thermostat 78 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 400 thermostat 78 whenmodeoff when thermostat mode off boolean True switch.thermostat_dhw_when_thermostat_mode_off switch.thermostat_dhw_whenmodeoff 6 9 1 62 1 Moduline 400 thermostat 78 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Moduline 400 thermostat 78 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Moduline 400 thermostat 78 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC10, Moduline 100 thermostat 79 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 79 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 79 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC10, Moduline 100 thermostat 79 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 RC10, Moduline 100 thermostat 79 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 RC10, Moduline 100 thermostat 79 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 79 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 79 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 79 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 79 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 79 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 RC10, Moduline 100 thermostat 79 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 RC10, Moduline 100 thermostat 79 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Moduline 200 thermostat 80 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Moduline 200 thermostat 80 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Moduline 200 thermostat 80 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Moduline 200 thermostat 80 heatingpid heating PID enum [fast|medium|slow] True select.thermostat_heating_PID select.thermostat_heatingpid 6 0 1 72 1 Moduline 200 thermostat 80 backlight key backlight boolean True switch.thermostat_key_backlight switch.thermostat_backlight 6 0 1 69 1 Moduline 200 thermostat 80 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Moduline 200 thermostat 80 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Moduline 200 thermostat 80 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Moduline 200 thermostat 80 mode operating mode enum [nofrost|night|day] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Moduline 200 thermostat 80 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 Moduline 200 thermostat 80 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 Moduline 200 thermostat 80 reducehours duration for nighttemp uint8 (>=0<=254) hours True number.thermostat_hc1_duration_for_nighttemp number.thermostat_hc1_reducehours 6 1 1 192 1 Moduline 200 thermostat 80 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes False sensor.thermostat_hc1_remaining_time_for_nightmode sensor.thermostat_hc1_reduceminutes 6 1 1 193 1 Moduline 200 thermostat 80 mode operating mode enum [on|off|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC35 thermostat 86 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC35 thermostat 86 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC35 thermostat 86 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC35 thermostat 86 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC35 thermostat 86 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 RC35 thermostat 86 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 RC35 thermostat 86 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC35 thermostat 86 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 RC35 thermostat 86 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC35 thermostat 86 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC35 thermostat 86 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC35 thermostat 86 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC35 thermostat 86 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC35 thermostat 86 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC35 thermostat 86 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC35 thermostat 86 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC35 thermostat 86 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC35 thermostat 86 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 RC35 thermostat 86 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 RC35 thermostat 86 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC35 thermostat 86 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC35 thermostat 86 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC35 thermostat 86 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 RC35 thermostat 86 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC35 thermostat 86 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC35 thermostat 86 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC35 thermostat 86 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC35 thermostat 86 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC35 thermostat 86 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 RC35 thermostat 86 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC35 thermostat 86 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC35 thermostat 86 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC35 thermostat 86 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 RC35 thermostat 86 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC35 thermostat 86 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 RC35 thermostat 86 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 RC35 thermostat 86 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC35 thermostat 86 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC35 thermostat 86 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC35 thermostat 86 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 RC35 thermostat 86 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 RC35 thermostat 86 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC35 thermostat 86 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC35 thermostat 86 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC35 thermostat 86 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 RC35 thermostat 86 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 RC35 thermostat 86 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC35 thermostat 86 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC35 thermostat 86 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 RC35 thermostat 86 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 RC35 thermostat 86 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC35 thermostat 86 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC35 thermostat 86 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 RC35 thermostat 86 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 RC35 thermostat 86 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 RC35 thermostat 86 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 RC35 thermostat 86 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 RC35 thermostat 86 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 RC35 thermostat 86 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 RC10, Moduline 100 thermostat 90 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC10, Moduline 100 thermostat 90 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC10, Moduline 100 thermostat 90 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC10, Moduline 100 thermostat 90 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC10, Moduline 100 thermostat 90 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC10, Moduline 100 thermostat 90 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC10, Moduline 100 thermostat 90 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC10, Moduline 100 thermostat 90 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC10, Moduline 100 thermostat 90 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC10, Moduline 100 thermostat 90 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC10, Moduline 100 thermostat 90 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC10, Moduline 100 thermostat 90 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC10, Moduline 100 thermostat 90 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC10, Moduline 100 thermostat 90 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC10, Moduline 100 thermostat 90 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC10, Moduline 100 thermostat 90 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC10, Moduline 100 thermostat 90 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC10, Moduline 100 thermostat 90 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC20RF thermostat 93 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC20RF thermostat 93 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC20RF thermostat 93 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC20RF thermostat 93 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC20RF thermostat 93 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC20RF thermostat 93 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC20RF thermostat 93 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC20RF thermostat 93 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC20RF thermostat 93 offtemp temperature when mode is off uint8 (>=0<=127) C True number.thermostat_hc1_temperature_when_mode_is_off number.thermostat_hc1_offtemp 6 1 1/2 103 1 RC20RF thermostat 93 daytemp2 day temperature T2 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T2 number.thermostat_hc1_daytemp2 6 1 1/2 104 1 RC20RF thermostat 93 daytemp3 day temperature T3 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T3 number.thermostat_hc1_daytemp3 6 1 1/2 105 1 RC20RF thermostat 93 daytemp4 day temperature T4 uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature_T4 number.thermostat_hc1_daytemp4 6 1 1/2 106 1 RC20RF thermostat 93 nighttemp night temperature T1 uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature_T1 number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC20RF thermostat 93 switchtime program switchtime string True sensor.thermostat_hc1_program_switchtime sensor.thermostat_hc1_switchtime 6 1 1 107 8 RFM20 Remote thermostat 94 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RFM20 Remote thermostat 94 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RFM20 Remote thermostat 94 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RFM20 Remote thermostat 94 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RFM20 Remote thermostat 94 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RFM20 Remote thermostat 94 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC25 thermostat 151 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC25 thermostat 151 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC25 thermostat 151 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC25 thermostat 151 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC25 thermostat 151 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC25 thermostat 151 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC25 thermostat 151 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC25 thermostat 151 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC25 thermostat 151 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 RC25 thermostat 151 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 RC25 thermostat 151 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC25 thermostat 151 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC25 thermostat 151 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC25 thermostat 151 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC25 thermostat 151 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC25 thermostat 151 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC25 thermostat 151 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC200, CW100, CR120, CR50 thermostat 157 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC200, CW100, CR120, CR50 thermostat 157 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC200, CW100, CR120, CR50 thermostat 157 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC200, CW100, CR120, CR50 thermostat 157 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC200, CW100, CR120, CR50 thermostat 157 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC200, CW100, CR120, CR50 thermostat 157 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC200, CW100, CR120, CR50 thermostat 157 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC200, CW100, CR120, CR50 thermostat 157 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC200, CW100, CR120, CR50 thermostat 157 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC200, CW100, CR120, CR50 thermostat 157 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC200, CW100, CR120, CR50 thermostat 157 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC200, CW100, CR120, CR50 thermostat 157 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC200, CW100, CR120, CR50 thermostat 157 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC200, CW100, CR120, CR50 thermostat 157 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC200, CW100, CR120, CR50 thermostat 157 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC200, CW100, CR120, CR50 thermostat 157 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC200, CW100, CR120, CR50 thermostat 157 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC200, CW100, CR120, CR50 thermostat 157 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC200, CW100, CR120, CR50 thermostat 157 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC200, CW100, CR120, CR50 thermostat 157 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC200, CW100, CR120, CR50 thermostat 157 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC200, CW100, CR120, CR50 thermostat 157 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC200, CW100, CR120, CR50 thermostat 157 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC200, CW100, CR120, CR50 thermostat 157 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC200, CW100, CR120, CR50 thermostat 157 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC200, CW100, CR120, CR50 thermostat 157 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC200, CW100, CR120, CR50 thermostat 157 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC200, CW100, CR120, CR50 thermostat 157 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC200, CW100, CR120, CR50 thermostat 157 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC200, CW100, CR120, CR50 thermostat 157 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC200, CW100, CR120, CR50 thermostat 157 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC200, CW100, CR120, CR50 thermostat 157 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC200, CW100, CR120, CR50 thermostat 157 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC200, CW100, CR120, CR50 thermostat 157 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC200, CW100, CR120, CR50 thermostat 157 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC200, CW100, CR120, CR50 thermostat 157 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC200, CW100, CR120, CR50 thermostat 157 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC200, CW100, CR120, CR50 thermostat 157 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC200, CW100, CR120, CR50 thermostat 157 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC200, CW100, CR120, CR50 thermostat 157 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC200, CW100, CR120, CR50 thermostat 157 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC200, CW100, CR120, CR50 thermostat 157 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC200, CW100, CR120, CR50 thermostat 157 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC200, CW100, CR120, CR50 thermostat 157 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC200, CW100, CR120, CR50 thermostat 157 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC200, CW100, CR120, CR50 thermostat 157 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC200, CW100, CR120, CR50 thermostat 157 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC200, CW100, CR120, CR50 thermostat 157 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC200, CW100, CR120, CR50 thermostat 157 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC200, CW100, CR120, CR50 thermostat 157 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC200, CW100, CR120, CR50 thermostat 157 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC200, CW100, CR120, CR50 thermostat 157 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC200, CW100, CR120, CR50 thermostat 157 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC200, CW100, CR120, CR50 thermostat 157 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC200, CW100, CR120, CR50 thermostat 157 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC200, CW100, CR120, CR50 thermostat 157 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC200, CW100, CR120, CR50 thermostat 157 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC200, CW100, CR120, CR50 thermostat 157 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC200, CW100, CR120, CR50 thermostat 157 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC200, CW100, CR120, CR50 thermostat 157 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC200, CW100, CR120, CR50 thermostat 157 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC200, CW100, CR120, CR50 thermostat 157 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC200, CW100, CR120, CR50 thermostat 157 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC200, CW100, CR120, CR50 thermostat 157 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC200, CW100, CR120, CR50 thermostat 157 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC200, CW100, CR120, CR50 thermostat 157 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC200, CW100, CR120, CR50 thermostat 157 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC200, CW100, CR120, CR50 thermostat 157 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC200, CW100, CR120, CR50 thermostat 157 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC200, CW100, CR120, CR50 thermostat 157 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC200, CW100, CR120, CR50 thermostat 157 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC200, CW100, CR120, CR50 thermostat 157 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 thermostat 158 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100, CR10, Moduline 1000/1010 thermostat 165 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100, CR10, Moduline 1000/1010 thermostat 165 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100, CR10, Moduline 1000/1010 thermostat 165 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 RC100, CR10, Moduline 1000/1010 thermostat 165 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 RC100, CR10, Moduline 1000/1010 thermostat 165 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 RC100, CR10, Moduline 1000/1010 thermostat 165 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 RC100, CR10, Moduline 1000/1010 thermostat 165 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 RC100, CR10, Moduline 1000/1010 thermostat 165 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 RC100, CR10, Moduline 1000/1010 thermostat 165 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 RC100, CR10, Moduline 1000/1010 thermostat 165 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 RC100, CR10, Moduline 1000/1010 thermostat 165 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 RC100, CR10, Moduline 1000/1010 thermostat 165 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 RC100, CR10, Moduline 1000/1010 thermostat 165 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 RC100, CR10, Moduline 1000/1010 thermostat 165 controlmode control mode enum [optimized|simple|n/a|room|power] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 RC100, CR10, Moduline 1000/1010 thermostat 165 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 RC100, CR10, Moduline 1000/1010 thermostat 165 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 RC100, CR10, Moduline 1000/1010 thermostat 165 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 RC100, CR10, Moduline 1000/1010 thermostat 165 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 RC100, CR10, Moduline 1000/1010 thermostat 165 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 RC100, CR10, Moduline 1000/1010 thermostat 165 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 RC100, CR10, Moduline 1000/1010 thermostat 165 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 RC100, CR10, Moduline 1000/1010 thermostat 165 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 RC100, CR10, Moduline 1000/1010 thermostat 165 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 RC100, CR10, Moduline 1000/1010 thermostat 165 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 RC100, CR10, Moduline 1000/1010 thermostat 165 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 RC100, CR10, Moduline 1000/1010 thermostat 165 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 RC100, CR10, Moduline 1000/1010 thermostat 165 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 RC100, CR10, Moduline 1000/1010 thermostat 165 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 RC100, CR10, Moduline 1000/1010 thermostat 165 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 RC100, CR10, Moduline 1000/1010 thermostat 165 mode operating mode enum [off|normal|comfort|auto|own prog] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 RC100, CR10, Moduline 1000/1010 thermostat 165 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 RC100, CR10, Moduline 1000/1010 thermostat 165 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 RC100, CR10, Moduline 1000/1010 thermostat 165 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 RC100, CR10, Moduline 1000/1010 thermostat 165 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RC100, CR10, Moduline 1000/1010 thermostat 165 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 RC100, CR10, Moduline 1000/1010 thermostat 165 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 RC100, CR10, Moduline 1000/1010 thermostat 165 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Rego 2000/3000 thermostat 172 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 2000/3000 thermostat 172 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 2000/3000 thermostat 172 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 2000/3000 thermostat 172 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 2000/3000 thermostat 172 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 2000/3000 thermostat 172 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 2000/3000 thermostat 172 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 2000/3000 thermostat 172 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 2000/3000 thermostat 172 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 2000/3000 thermostat 172 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 2000/3000 thermostat 172 vacations vacation dates string True sensor.thermostat_vacation_dates sensor.thermostat_vacations 6 0 1 74 13 Rego 2000/3000 thermostat 172 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 2000/3000 thermostat 172 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 2000/3000 thermostat 172 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 2000/3000 thermostat 172 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 2000/3000 thermostat 172 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 2000/3000 thermostat 172 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 2000/3000 thermostat 172 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 2000/3000 thermostat 172 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 2000/3000 thermostat 172 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 2000/3000 thermostat 172 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 2000/3000 thermostat 172 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 2000/3000 thermostat 172 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 2000/3000 thermostat 172 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 2000/3000 thermostat 172 mode operating mode enum [manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 2000/3000 thermostat 172 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 2000/3000 thermostat 172 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 2000/3000 thermostat 172 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 2000/3000 thermostat 172 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 2000/3000 thermostat 172 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 2000/3000 thermostat 172 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 2000/3000 thermostat 172 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 2000/3000 thermostat 172 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 2000/3000 thermostat 172 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 2000/3000 thermostat 172 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 2000/3000 thermostat 172 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 2000/3000 thermostat 172 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 2000/3000 thermostat 172 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 2000/3000 thermostat 172 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 2000/3000 thermostat 172 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 2000/3000 thermostat 172 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 2000/3000 thermostat 172 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 2000/3000 thermostat 172 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 2000/3000 thermostat 172 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 2000/3000 thermostat 172 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 2000/3000 thermostat 172 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 2000/3000 thermostat 172 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 2000/3000 thermostat 172 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 2000/3000 thermostat 172 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 2000/3000 thermostat 172 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 2000/3000 thermostat 172 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 2000/3000 thermostat 172 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 2000/3000 thermostat 172 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 2000/3000 thermostat 172 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 2000/3000 thermostat 172 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 2000/3000 thermostat 172 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 2000/3000 thermostat 172 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 2000/3000 thermostat 172 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 2000/3000 thermostat 172 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 2000/3000 thermostat 172 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 2000/3000 thermostat 172 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 2000/3000 thermostat 172 control control device enum [RC310|RC200|RC100|RC100H|TC100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 2000/3000 thermostat 172 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 2000/3000 thermostat 172 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 2000/3000 thermostat 172 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 2000/3000 thermostat 172 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 2000/3000 thermostat 172 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 2000/3000 thermostat 172 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 2000/3000 thermostat 172 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 2000/3000 thermostat 172 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 2000/3000 thermostat 172 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 2000/3000 thermostat 172 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 2000/3000 thermostat 172 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 2000/3000 thermostat 172 mode operating mode enum [normal|comfort|eco+] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 2000/3000 thermostat 172 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 2000/3000 thermostat 172 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 2000/3000 thermostat 172 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 2000/3000 thermostat 172 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 2000/3000 thermostat 172 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 2000/3000 thermostat 172 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 2000/3000 thermostat 172 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 2000/3000 thermostat 172 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 2000/3000 thermostat 172 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 2000/3000 thermostat 172 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 2000/3000 thermostat 172 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 Comfort RF thermostat 215 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort RF thermostat 215 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort RF thermostat 215 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort RF thermostat 215 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort RF thermostat 215 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort RF thermostat 215 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort RF thermostat 215 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort RF thermostat 215 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort RF thermostat 215 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 CRF200S thermostat 216 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 CRF200S thermostat 216 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 CRF200S thermostat 216 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 CRF200S thermostat 216 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 CRF200S thermostat 216 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 CRF200S thermostat 216 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 CRF200S thermostat 216 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 CRF200S thermostat 216 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 CRF200S thermostat 216 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Comfort+2RF thermostat 246 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Comfort+2RF thermostat 246 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Comfort+2RF thermostat 246 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Comfort+2RF thermostat 246 seltemp selected room temperature int16 (>=-15999<=15999) C False sensor.thermostat_hc1_selected_room_temperature sensor.thermostat_hc1_seltemp 6 1 1/2 0 1 Comfort+2RF thermostat 246 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Comfort+2RF thermostat 246 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Comfort+2RF thermostat 246 mode operating mode enum [auto|off] False sensor.thermostat_hc1_operating_mode sensor.thermostat_hc1_mode 6 1 1 3 1 Comfort+2RF thermostat 246 modetype mode type enum [off|on] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Comfort+2RF thermostat 246 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 Rego 3000, UI800, Logamatic BC400 thermostat 253 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 Rego 3000, UI800, Logamatic BC400 thermostat 253 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 Rego 3000, UI800, Logamatic BC400 thermostat 253 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordry floor drying enum [off|start|heat|hold|cool|end] False sensor.thermostat_floor_drying sensor.thermostat_floordry 6 0 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1/10 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 floordrytemp floor drying temperature uint8 (>=0<=254) C False sensor.thermostat_floor_drying_temperature sensor.thermostat_floordrytemp 6 0 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvenabledhw enable raise dhw boolean True switch.thermostat_enable_raise_dhw switch.thermostat_pvenabledhw 6 0 1 60 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvraiseheat raise heating with PV int8 (>=0<=5) K True number.thermostat_raise_heating_with_PV number.thermostat_pvraiseheat 6 0 1 61 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 pvlowercool lower cooling with PV int8 (>=-5<=0) K True number.thermostat_lower_cooling_with_PV number.thermostat_pvlowercool 6 0 1 62 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|manual|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 modetype mode type enum [eco|comfort] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 manualtemp manual temperature uint8 (>=0<=127) C True number.thermostat_hc1_manual_temperature number.thermostat_hc1_manualtemp 6 1 1/2 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 comforttemp comfort temperature uint8 (>=0<=127) C True number.thermostat_hc1_comfort_temperature number.thermostat_hc1_comforttemp 6 1 1/2 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 designtemp design temperature uint8 (>=0<=254) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 offsettemp offset temperature int8 (>=-126<=126) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominfluence room influence uint8 (>=0<=254) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roominflfactor room influence factor uint8 (>=0<=25) True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 1/10 14 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 curroominfl current room influence int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_influence sensor.thermostat_hc1_curroominfl 6 1 1/10 15 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrostmode nofrost mode enum [room|outdoor|room outdoor] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 nofrosttemp nofrost temperature int8 (>=-126<=126) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summersetmode set summer mode enum [summer|auto|winter] True select.thermostat_hc1_set_summer_mode select.thermostat_hc1_summersetmode 6 1 1 20 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] True select.thermostat_hc1_heatpump_operating_mode select.thermostat_hc1_hpoperatingmode 6 1 1 21 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpoperatingstate heatpump operating state enum [heating|off|cooling] False sensor.thermostat_hc1_heatpump_operating_state sensor.thermostat_hc1_hpoperatingstate 6 1 1 23 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 program program enum [prog 1|prog 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 tempautotemp temporary set temperature automode int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C True number.thermostat_hc1_temporary_set_temperature_from_remote number.thermostat_hc1_remoteseltemp 6 1 1/2 27 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 fastheatup fast heatup uint8 (>=0<=100) % True number.thermostat_hc1_fast_heatup number.thermostat_hc1_fastheatup 6 1 1 28 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducemode reduce mode enum [outdoor|room|reduce] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 noreducetemp no reduce below temperature int8 (>=-126<=126) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 reducetemp off/reduce switch temperature int8 (>=-126<=126) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpcooling hp cooling boolean True switch.thermostat_hc1_hp_cooling switch.thermostat_hc1_hpcooling 6 1 1 34 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolingon cooling on boolean False binary_sensor.thermostat_hc1_cooling_on binary_sensor.thermostat_hc1_coolingon 6 1 1 35 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpmode HP Mode enum [heating|cooling|heating & cooling] True select.thermostat_hc1_HP_Mode select.thermostat_hc1_hpmode 6 1 1 36 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dewoffset dew point offset uint8 (>=2<=10) K True number.thermostat_hc1_dew_point_offset number.thermostat_hc1_dewoffset 6 1 1 37 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 roomtempdiff room temp difference uint8 (>=0<=254) K True number.thermostat_hc1_room_temp_difference number.thermostat_hc1_roomtempdiff 6 1 1 38 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C True number.thermostat_hc1_HP_min._flow_temp. number.thermostat_hc1_hpminflowtemp 6 1 1 39 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 remotehum room humidity from remote cmd [] (>=-1<=101) % True sensor.thermostat_hc1_room_humidity_from_remote sensor.thermostat_hc1_remotehum 6 1 1 42 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatondelay heat-on delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-on_delay number.thermostat_hc1_heatondelay 6 1 1 43 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 heatoffdelay heat-off delay uint8 (>=1<=48) hours True number.thermostat_hc1_heat-off_delay number.thermostat_hc1_heatoffdelay 6 1 1 44 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 instantstart instant start uint8 (>=1<=10) K True number.thermostat_hc1_instant_start number.thermostat_hc1_instantstart 6 1 1 45 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boost boost mode boolean True switch.thermostat_hc1_boost_mode switch.thermostat_hc1_boost 6 1 1 46 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 boosttime boost time uint8 (>=0<=254) hours True number.thermostat_hc1_boost_time number.thermostat_hc1_boosttime 6 1 1 47 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolstart cooling starttemp uint8 (>=20<=35) C True number.thermostat_hc1_cooling_starttemp number.thermostat_hc1_coolstart 6 1 1 48 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 coolondelay cooling on delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_on_delay number.thermostat_hc1_coolondelay 6 1 1 49 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 cooloffdelay cooling off delay uint8 (>=1<=48) hours True number.thermostat_hc1_cooling_off_delay number.thermostat_hc1_cooloffdelay 6 1 1 50 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 switchprogmode switch program mode enum [level|absolute] True select.thermostat_hc1_switch_program_mode select.thermostat_hc1_switchprogmode 6 1 1 51 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 mode operating mode enum [off|eco+|eco|comfort|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemp set temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_temperature number.thermostat_dhw_settemp 6 9 1 1 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 settemplow set low temperature uint8 (>=0<=254) C True number.thermostat_dhw_set_low_temperature number.thermostat_dhw_settemplow 6 9 1 2 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 circmode circulation pump mode enum [off|on|auto|own prog] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 chargeduration charge duration uint8 (>=0<=3810) minutes True number.thermostat_dhw_charge_duration number.thermostat_dhw_chargeduration 6 9 15 4 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 extra extra uint8 (>=0<=254) C False sensor.thermostat_dhw_extra sensor.thermostat_dhw_extra 6 9 1 6 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 disinfecttime disinfection time uint8 (>=0<=1431) minutes True number.thermostat_dhw_disinfection_time number.thermostat_dhw_disinfecttime 6 9 15 9 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheating daily heating boolean True switch.thermostat_dhw_daily_heating switch.thermostat_dhw_dailyheating 6 9 1 10 1 Rego 3000, UI800, Logamatic BC400 thermostat 253 dailyheattime daily heating time uint8 (>=0<=1431) minutes True number.thermostat_dhw_daily_heating_time number.thermostat_dhw_dailyheattime 6 9 15 11 1 ES72, RC20 thermostat 66 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 66 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 66 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 66 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 66 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 66 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 66 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 66 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 66 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 66 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 66 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 66 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 66 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 66 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 66 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 66 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 66 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 66 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES73 thermostat 76 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES73 thermostat 76 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES73 thermostat 76 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] True select.thermostat_display select.thermostat_display 6 0 1 63 1 ES73 thermostat 76 language language enum [german|dutch|french|italian] False sensor.thermostat_language sensor.thermostat_language 6 0 1 64 1 ES73 thermostat 76 clockoffset clock offset int8 (>=-126<=126) seconds True number.thermostat_clock_offset number.thermostat_clockoffset 6 0 1 65 1 ES73 thermostat 76 intoffset internal temperature offset int8 (>=-12<=12) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES73 thermostat 76 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES73 thermostat 76 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES73 thermostat 76 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES73 thermostat 76 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES73 thermostat 76 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES73 thermostat 76 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES73 thermostat 76 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES73 thermostat 76 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES73 thermostat 76 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES73 thermostat 76 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES73 thermostat 76 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES73 thermostat 76 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES73 thermostat 76 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES73 thermostat 76 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES73 thermostat 76 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES73 thermostat 76 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES73 thermostat 76 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES73 thermostat 76 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES73 thermostat 76 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES73 thermostat 76 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES73 thermostat 76 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES73 thermostat 76 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES73 thermostat 76 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES73 thermostat 76 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES73 thermostat 76 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES73 thermostat 76 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES73 thermostat 76 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES73 thermostat 76 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES73 thermostat 76 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES73 thermostat 76 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES73 thermostat 76 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES73 thermostat 76 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES73 thermostat 76 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES73 thermostat 76 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES73 thermostat 76 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES73 thermostat 76 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES73 thermostat 76 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES73 thermostat 76 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES73 thermostat 76 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES73 thermostat 76 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES73 thermostat 76 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES73 thermostat 76 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES73 thermostat 76 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES73 thermostat 76 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES73 thermostat 76 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES73 thermostat 76 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES73 thermostat 76 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES73 thermostat 76 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES73 thermostat 76 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES73 thermostat 76 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES73 thermostat 76 maxtemp maximum temperature uint8 (>=0<=254) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES73 thermostat 76 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES73 thermostat 76 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES73 thermostat 76 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES73 thermostat 76 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES73 thermostat 76 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 ES72, RC20 thermostat 113 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES72, RC20 thermostat 113 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES72, RC20 thermostat 113 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES72, RC20 thermostat 113 minexttemp minimal external temperature int8 (>=-126<=126) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES72, RC20 thermostat 113 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES72, RC20 thermostat 113 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES72, RC20 thermostat 113 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES72, RC20 thermostat 113 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES72, RC20 thermostat 113 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES72, RC20 thermostat 113 daytemp day temperature uint8 (>=0<=127) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES72, RC20 thermostat 113 nighttemp night temperature uint8 (>=0<=127) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES72, RC20 thermostat 113 program program enum [family|morning|evening|am|pm|midday|singles|seniors] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES72, RC20 thermostat 113 minflowtemp min flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES72, RC20 thermostat 113 maxflowtemp max flow temperature uint8 (>=0<=254) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES72, RC20 thermostat 113 tempautotemp temporary set temperature automode uint8 (>=0<=127) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES72, RC20 thermostat 113 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES72, RC20 thermostat 113 summertemp summer temperature uint8 (>=10<=30) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES72, RC20 thermostat 113 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 ES79 thermostat 156 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 ES79 thermostat 156 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 ES79 thermostat 156 intoffset internal temperature offset int8 (>=-5<=5) C True number.thermostat_internal_temperature_offset number.thermostat_intoffset 6 0 1/10 46 1 ES79 thermostat 156 minexttemp minimal external temperature int8 (>=-30<=0) C True number.thermostat_minimal_external_temperature number.thermostat_minexttemp 6 0 1 51 1 ES79 thermostat 156 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_1 sensor.thermostat_inttemp1 6 0 1/10 66 1 ES79 thermostat 156 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C False sensor.thermostat_temperature_sensor_2 sensor.thermostat_inttemp2 6 0 1/10 67 1 ES79 thermostat 156 damping damping outdoor temperature boolean True switch.thermostat_damping_outdoor_temperature switch.thermostat_damping 6 0 1 52 1 ES79 thermostat 156 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C False sensor.thermostat_damped_outdoor_temperature sensor.thermostat_dampedoutdoortemp 6 0 1 48 1 ES79 thermostat 156 building building type enum [light|medium|heavy] True select.thermostat_building_type select.thermostat_building 6 0 1 50 1 ES79 thermostat 156 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 ES79 thermostat 156 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 ES79 thermostat 156 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 ES79 thermostat 156 mode operating mode enum [night|day|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 ES79 thermostat 156 modetype mode type enum [night|day] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 ES79 thermostat 156 daytemp day temperature uint8 (>=10<=30) C True number.thermostat_hc1_day_temperature number.thermostat_hc1_daytemp 6 1 1/2 52 1 ES79 thermostat 156 nighttemp night temperature uint8 (>=10<=30) C True number.thermostat_hc1_night_temperature number.thermostat_hc1_nighttemp 6 1 1/2 53 1 ES79 thermostat 156 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 ES79 thermostat 156 offsettemp offset temperature int8 (>=-5<=5) C True number.thermostat_hc1_offset_temperature number.thermostat_hc1_offsettemp 6 1 1/2 10 1 ES79 thermostat 156 holidaytemp holiday temperature uint8 (>=5<=30) C True number.thermostat_hc1_holiday_temperature number.thermostat_hc1_holidaytemp 6 1 1/2 54 1 ES79 thermostat 156 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 ES79 thermostat 156 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1 8 1 ES79 thermostat 156 summermode summer mode enum [winter|summer] False sensor.thermostat_hc1_summer_mode sensor.thermostat_hc1_summermode 6 1 1 22 1 ES79 thermostat 156 holidaymode holiday mode boolean False binary_sensor.thermostat_hc1_holiday_mode binary_sensor.thermostat_hc1_holidaymode 6 1 1 55 1 ES79 thermostat 156 nofrosttemp nofrost temperature int8 (>=-20<=10) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1 17 1 ES79 thermostat 156 nofrostmode nofrost mode enum [off|outdoor|room] True select.thermostat_hc1_nofrost_mode select.thermostat_hc1_nofrostmode 6 1 1 16 1 ES79 thermostat 156 roominfluence room influence uint8 (>=0<=10) C True number.thermostat_hc1_room_influence number.thermostat_hc1_roominfluence 6 1 1 13 1 ES79 thermostat 156 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 ES79 thermostat 156 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 ES79 thermostat 156 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C True number.thermostat_hc1_flow_temperature_offset_for_mixer number.thermostat_hc1_flowtempoffset 6 1 1 56 1 ES79 thermostat 156 heatingtype heating type enum [off|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 ES79 thermostat 156 reducemode reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_reduce_mode select.thermostat_hc1_reducemode 6 1 1 30 1 ES79 thermostat 156 controlmode control mode enum [outdoor|room] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 ES79 thermostat 156 control control device enum [off|RC20|RC3x] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_hc1_holiday_dates sensor.thermostat_hc1_holidays 6 1 1 57 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_hc1_vacation_dates sensor.thermostat_hc1_vacations 6 1 1 70 13 ES79 thermostat 156 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 ES79 thermostat 156 pause pause time uint8 (>=0<=99) hours True number.thermostat_hc1_pause_time number.thermostat_hc1_pause 6 1 1 83 1 ES79 thermostat 156 party party time uint8 (>=0<=99) hours True number.thermostat_hc1_party_time number.thermostat_hc1_party 6 1 1 84 1 ES79 thermostat 156 tempautotemp temporary set temperature automode uint8 (>=0<=30) C True number.thermostat_hc1_temporary_set_temperature_automode number.thermostat_hc1_tempautotemp 6 1 1/2 26 1 ES79 thermostat 156 noreducetemp no reduce below temperature int8 (>=-31<=10) C True number.thermostat_hc1_no_reduce_below_temperature number.thermostat_hc1_noreducetemp 6 1 1 31 1 ES79 thermostat 156 reducetemp off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_off/reduce_switch_temperature number.thermostat_hc1_reducetemp 6 1 1 32 1 ES79 thermostat 156 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C True number.thermostat_hc1_vacations_off/reduce_switch_temperature number.thermostat_hc1_vacreducetemp 6 1 1 85 1 ES79 thermostat 156 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] True select.thermostat_hc1_vacations_reduce_mode select.thermostat_hc1_vacreducemode 6 1 1 86 1 ES79 thermostat 156 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 ES79 thermostat 156 dhwprio dhw priority boolean True switch.thermostat_hc1_dhw_priority switch.thermostat_hc1_dhwprio 6 1 1 33 1 ES79 thermostat 156 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 ES79 thermostat 156 switchtime1 own1 program switchtime string True sensor.thermostat_hc1_own1_program_switchtime sensor.thermostat_hc1_switchtime1 6 1 1 87 8 ES79 thermostat 156 switchtime2 own2 program switchtime string True sensor.thermostat_hc1_own2_program_switchtime sensor.thermostat_hc1_switchtime2 6 1 1 95 8 ES79 thermostat 156 mode operating mode enum [off|on|auto] True select.thermostat_dhw_operating_mode select.thermostat_dhw_mode 6 9 1 0 1 ES79 thermostat 156 circmode circulation pump mode enum [off|on|auto] True select.thermostat_dhw_circulation_pump_mode select.thermostat_dhw_circmode 6 9 1 3 1 ES79 thermostat 156 progmode program enum [std prog|own prog] True select.thermostat_dhw_program select.thermostat_dhw_progmode 6 9 1 12 1 ES79 thermostat 156 circprog circulation program enum [std prog|own prog] True select.thermostat_dhw_circulation_program select.thermostat_dhw_circprog 6 9 1 13 1 ES79 thermostat 156 disinfecting disinfecting boolean True switch.thermostat_dhw_disinfecting switch.thermostat_dhw_disinfecting 6 9 1 7 1 ES79 thermostat 156 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] True select.thermostat_dhw_disinfection_day select.thermostat_dhw_disinfectday 6 9 1 8 1 ES79 thermostat 156 disinfecthour disinfection hour uint8 (>=0<=23) True number.thermostat_dhw_disinfection_hour number.thermostat_dhw_disinfecthour 6 9 1 14 1 ES79 thermostat 156 maxtemp maximum temperature uint8 (>=60<=80) C True number.thermostat_dhw_maximum_temperature number.thermostat_dhw_maxtemp 6 9 1 15 1 ES79 thermostat 156 onetimekey one time key function boolean True switch.thermostat_dhw_one_time_key_function switch.thermostat_dhw_onetimekey 6 9 1 16 1 ES79 thermostat 156 switchtimeWW program switchtime warm water string True sensor.thermostat_dhw_program_switchtime_warm_water sensor.thermostat_dhw_switchtimeWW 6 9 1 17 11 ES79 thermostat 156 circswitchtime circulation program switchtime string True sensor.thermostat_dhw_circulation_program_switchtime sensor.thermostat_dhw_circswitchtime 6 9 1 28 8 ES79 thermostat 156 holidays holiday dates string True sensor.thermostat_dhw_holiday_dates sensor.thermostat_dhw_holidays 6 9 1 36 13 ES79 thermostat 156 vacations vacation dates string True sensor.thermostat_dhw_vacation_dates sensor.thermostat_dhw_vacations 6 9 1 49 13 FW100 thermostat 105 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW100 thermostat 105 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW100 thermostat 105 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW100 thermostat 105 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW100 thermostat 105 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW100 thermostat 105 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW100 thermostat 105 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW100 thermostat 105 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW100 thermostat 105 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW100 thermostat 105 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW100 thermostat 105 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW100 thermostat 105 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW100 thermostat 105 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW100 thermostat 105 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW100 thermostat 105 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW100 thermostat 105 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW100 thermostat 105 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW100 thermostat 105 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW100 thermostat 105 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW100 thermostat 105 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW100 thermostat 105 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW100 thermostat 105 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW100 thermostat 105 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW100 thermostat 105 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW100 thermostat 105 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW100 thermostat 105 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW100 thermostat 105 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW100 thermostat 105 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW100 thermostat 105 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW100 thermostat 105 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW100 thermostat 105 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW100 thermostat 105 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW100 thermostat 105 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW100 thermostat 105 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW100 thermostat 105 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW200 thermostat 106 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW200 thermostat 106 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW200 thermostat 106 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW200 thermostat 106 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW200 thermostat 106 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW200 thermostat 106 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW200 thermostat 106 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW200 thermostat 106 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW200 thermostat 106 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW200 thermostat 106 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW200 thermostat 106 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW200 thermostat 106 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW200 thermostat 106 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW200 thermostat 106 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW200 thermostat 106 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW200 thermostat 106 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW200 thermostat 106 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW200 thermostat 106 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW200 thermostat 106 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW200 thermostat 106 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW200 thermostat 106 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW200 thermostat 106 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW200 thermostat 106 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW200 thermostat 106 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW200 thermostat 106 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW200 thermostat 106 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW200 thermostat 106 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW200 thermostat 106 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW200 thermostat 106 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW200 thermostat 106 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW200 thermostat 106 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW200 thermostat 106 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW200 thermostat 106 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW200 thermostat 106 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW200 thermostat 106 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR100 thermostat 107 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR100 thermostat 107 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR100 thermostat 107 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR100 thermostat 107 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR100 thermostat 107 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR100 thermostat 107 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR100 thermostat 107 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR100 thermostat 107 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR100 thermostat 107 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR100 thermostat 107 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR100 thermostat 107 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR100 thermostat 107 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR100 thermostat 107 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR100 thermostat 107 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR100 thermostat 107 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR100 thermostat 107 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR100 thermostat 107 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR100 thermostat 107 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR100 thermostat 107 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR100 thermostat 107 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR100 thermostat 107 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR100 thermostat 107 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR100 thermostat 107 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR100 thermostat 107 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR100 thermostat 107 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR100 thermostat 107 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR100 thermostat 107 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR100 thermostat 107 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR100 thermostat 107 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR100 thermostat 107 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR100 thermostat 107 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR100 thermostat 107 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR100 thermostat 107 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR100 thermostat 107 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR100 thermostat 107 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR110 thermostat 108 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR110 thermostat 108 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR110 thermostat 108 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR110 thermostat 108 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR110 thermostat 108 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR110 thermostat 108 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR110 thermostat 108 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR110 thermostat 108 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR110 thermostat 108 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR110 thermostat 108 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR110 thermostat 108 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR110 thermostat 108 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR110 thermostat 108 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR110 thermostat 108 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR110 thermostat 108 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR110 thermostat 108 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR110 thermostat 108 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR110 thermostat 108 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR110 thermostat 108 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR110 thermostat 108 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR110 thermostat 108 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR110 thermostat 108 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR110 thermostat 108 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR110 thermostat 108 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR110 thermostat 108 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR110 thermostat 108 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR110 thermostat 108 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR110 thermostat 108 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR110 thermostat 108 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR110 thermostat 108 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR110 thermostat 108 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR110 thermostat 108 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR110 thermostat 108 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR110 thermostat 108 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR110 thermostat 108 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB10 thermostat 109 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB10 thermostat 109 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB10 thermostat 109 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB10 thermostat 109 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB10 thermostat 109 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB10 thermostat 109 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB10 thermostat 109 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB10 thermostat 109 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB10 thermostat 109 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB10 thermostat 109 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB10 thermostat 109 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB10 thermostat 109 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB10 thermostat 109 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB10 thermostat 109 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB10 thermostat 109 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB10 thermostat 109 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB10 thermostat 109 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB10 thermostat 109 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB10 thermostat 109 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB10 thermostat 109 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB10 thermostat 109 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB10 thermostat 109 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB10 thermostat 109 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB10 thermostat 109 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB10 thermostat 109 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB10 thermostat 109 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB10 thermostat 109 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB10 thermostat 109 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB10 thermostat 109 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB10 thermostat 109 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB10 thermostat 109 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB10 thermostat 109 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB10 thermostat 109 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB10 thermostat 109 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB10 thermostat 109 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FB100 thermostat 110 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FB100 thermostat 110 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FB100 thermostat 110 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FB100 thermostat 110 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FB100 thermostat 110 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FB100 thermostat 110 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FB100 thermostat 110 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FB100 thermostat 110 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FB100 thermostat 110 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FB100 thermostat 110 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FB100 thermostat 110 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FB100 thermostat 110 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FB100 thermostat 110 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FB100 thermostat 110 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FB100 thermostat 110 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FB100 thermostat 110 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FB100 thermostat 110 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FB100 thermostat 110 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FB100 thermostat 110 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FB100 thermostat 110 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FB100 thermostat 110 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FB100 thermostat 110 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FB100 thermostat 110 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FB100 thermostat 110 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FB100 thermostat 110 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FB100 thermostat 110 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FB100 thermostat 110 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FB100 thermostat 110 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FB100 thermostat 110 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FB100 thermostat 110 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FB100 thermostat 110 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FB100 thermostat 110 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FB100 thermostat 110 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FB100 thermostat 110 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FB100 thermostat 110 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR10 thermostat 111 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR10 thermostat 111 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR10 thermostat 111 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR10 thermostat 111 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR10 thermostat 111 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR10 thermostat 111 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR10 thermostat 111 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR10 thermostat 111 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR10 thermostat 111 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR10 thermostat 111 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR10 thermostat 111 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR10 thermostat 111 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR10 thermostat 111 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR10 thermostat 111 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR10 thermostat 111 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR10 thermostat 111 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR10 thermostat 111 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR10 thermostat 111 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR10 thermostat 111 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR10 thermostat 111 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR10 thermostat 111 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR10 thermostat 111 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR10 thermostat 111 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR10 thermostat 111 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR10 thermostat 111 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR10 thermostat 111 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR10 thermostat 111 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR10 thermostat 111 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR10 thermostat 111 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR10 thermostat 111 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR10 thermostat 111 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR10 thermostat 111 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR10 thermostat 111 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR10 thermostat 111 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR10 thermostat 111 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW500 thermostat 116 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW500 thermostat 116 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW500 thermostat 116 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW500 thermostat 116 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW500 thermostat 116 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW500 thermostat 116 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW500 thermostat 116 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW500 thermostat 116 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW500 thermostat 116 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW500 thermostat 116 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW500 thermostat 116 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW500 thermostat 116 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW500 thermostat 116 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW500 thermostat 116 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW500 thermostat 116 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW500 thermostat 116 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW500 thermostat 116 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW500 thermostat 116 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW500 thermostat 116 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW500 thermostat 116 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW500 thermostat 116 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW500 thermostat 116 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW500 thermostat 116 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW500 thermostat 116 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW500 thermostat 116 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW500 thermostat 116 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW500 thermostat 116 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW500 thermostat 116 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW500 thermostat 116 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW500 thermostat 116 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW500 thermostat 116 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW500 thermostat 116 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW500 thermostat 116 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW500 thermostat 116 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW500 thermostat 116 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR50 thermostat 147 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR50 thermostat 147 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR50 thermostat 147 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR50 thermostat 147 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR50 thermostat 147 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR50 thermostat 147 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR50 thermostat 147 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR50 thermostat 147 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR50 thermostat 147 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR50 thermostat 147 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR50 thermostat 147 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR50 thermostat 147 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR50 thermostat 147 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR50 thermostat 147 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR50 thermostat 147 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR50 thermostat 147 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR50 thermostat 147 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR50 thermostat 147 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR50 thermostat 147 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR50 thermostat 147 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR50 thermostat 147 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR50 thermostat 147 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR50 thermostat 147 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR50 thermostat 147 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR50 thermostat 147 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR50 thermostat 147 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR50 thermostat 147 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR50 thermostat 147 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR50 thermostat 147 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR50 thermostat 147 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR50 thermostat 147 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR50 thermostat 147 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR50 thermostat 147 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR50 thermostat 147 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR50 thermostat 147 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FR120 thermostat 191 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FR120 thermostat 191 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FR120 thermostat 191 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FR120 thermostat 191 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FR120 thermostat 191 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FR120 thermostat 191 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FR120 thermostat 191 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FR120 thermostat 191 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FR120 thermostat 191 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FR120 thermostat 191 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FR120 thermostat 191 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FR120 thermostat 191 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FR120 thermostat 191 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FR120 thermostat 191 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FR120 thermostat 191 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FR120 thermostat 191 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FR120 thermostat 191 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FR120 thermostat 191 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FR120 thermostat 191 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FR120 thermostat 191 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FR120 thermostat 191 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FR120 thermostat 191 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FR120 thermostat 191 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FR120 thermostat 191 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FR120 thermostat 191 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FR120 thermostat 191 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FR120 thermostat 191 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FR120 thermostat 191 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FR120 thermostat 191 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FR120 thermostat 191 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FR120 thermostat 191 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FR120 thermostat 191 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FR120 thermostat 191 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FR120 thermostat 191 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FR120 thermostat 191 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 FW120 thermostat 192 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 FW120 thermostat 192 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 FW120 thermostat 192 datetime date/time string True sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 FW120 thermostat 192 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] True select.thermostat_hybrid_control_strategy select.thermostat_hybridstrategy 6 0 1 53 1 FW120 thermostat 192 switchovertemp outside switchover temperature int8 (>=-20<=20) C True number.thermostat_outside_switchover_temperature number.thermostat_switchovertemp 6 0 1 54 1 FW120 thermostat 192 energycostratio energy cost ratio uint8 (>=0<=20) True number.thermostat_energy_cost_ratio number.thermostat_energycostratio 6 0 1/10 55 1 FW120 thermostat 192 fossilefactor fossile energy factor uint8 (>=0<=5) True number.thermostat_fossile_energy_factor number.thermostat_fossilefactor 6 0 1/10 56 1 FW120 thermostat 192 electricfactor electric energy factor uint8 (>=0<=5) True number.thermostat_electric_energy_factor number.thermostat_electricfactor 6 0 1/10 57 1 FW120 thermostat 192 delayboiler delay boiler support uint8 (>=5<=120) minutes True number.thermostat_delay_boiler_support number.thermostat_delayboiler 6 0 1 58 1 FW120 thermostat 192 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C True number.thermostat_temp_diff_boiler_support number.thermostat_tempdiffboiler 6 0 1 59 1 FW120 thermostat 192 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/10 0 1 FW120 thermostat 192 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 FW120 thermostat 192 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 FW120 thermostat 192 mode operating mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_operating_mode select.thermostat_hc1_mode 6 1 1 3 1 FW120 thermostat 192 modetype mode type enum [nofrost|eco|heat] False sensor.thermostat_hc1_mode_type sensor.thermostat_hc1_modetype 6 1 1 4 1 FW120 thermostat 192 heattemp heat temperature uint8 (>=0<=127) C True number.thermostat_hc1_heat_temperature number.thermostat_hc1_heattemp 6 1 1/2 194 1 FW120 thermostat 192 ecotemp eco temperature uint8 (>=0<=127) C True number.thermostat_hc1_eco_temperature number.thermostat_hc1_ecotemp 6 1 1/2 5 1 FW120 thermostat 192 nofrosttemp nofrost temperature int8 (>=-63<=63) C True number.thermostat_hc1_nofrost_temperature number.thermostat_hc1_nofrosttemp 6 1 1/2 17 1 FW120 thermostat 192 control control device enum [off|FB10|FB100] True select.thermostat_hc1_control_device select.thermostat_hc1_control 6 1 1 40 1 FW120 thermostat 192 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] True select.thermostat_hc1_program select.thermostat_hc1_program 6 1 1 25 1 FW120 thermostat 192 remotetemp room temperature from remote cmd [] (>=-1<=101) C True sensor.thermostat_hc1_room_temperature_from_remote sensor.thermostat_hc1_remotetemp 6 1 1/10 41 1 FW120 thermostat 192 targetflowtemp target flow temperature uint8 (>=0<=254) C False sensor.thermostat_hc1_target_flow_temperature sensor.thermostat_hc1_targetflowtemp 6 1 1 18 1 FW120 thermostat 192 summertemp summer temperature uint8 (>=9<=25) C True number.thermostat_hc1_summer_temperature number.thermostat_hc1_summertemp 6 1 1/2 8 1 FW120 thermostat 192 roomsensor room sensor enum [extern|intern|auto] True select.thermostat_hc1_room_sensor select.thermostat_hc1_roomsensor 6 1 1 195 1 FW120 thermostat 192 holidaymode holiday mode enum [nofrost|eco|heat|auto] True select.thermostat_hc1_holiday_mode select.thermostat_hc1_holidaymode 6 1 1 55 1 FW120 thermostat 192 switchonoptimization switch-on optimization boolean True switch.thermostat_hc1_switch-on_optimization switch.thermostat_hc1_switchonoptimization 6 1 1 29 1 FW120 thermostat 192 heatup heatup enum [slow|medium|fast] True select.thermostat_hc1_heatup select.thermostat_hc1_heatup 6 1 1 196 1 FW120 thermostat 192 minflowtemp min flow temperature uint8 (>=5<=70) C True number.thermostat_hc1_min_flow_temperature number.thermostat_hc1_minflowtemp 6 1 1 11 1 FW120 thermostat 192 maxflowtemp max flow temperature uint8 (>=30<=90) C True number.thermostat_hc1_max_flow_temperature number.thermostat_hc1_maxflowtemp 6 1 1 12 1 FW120 thermostat 192 designtemp design temperature uint8 (>=30<=90) C True number.thermostat_hc1_design_temperature number.thermostat_hc1_designtemp 6 1 1 9 1 FW120 thermostat 192 roominfluence room influence enum [off|intern|extern|auto] True select.thermostat_hc1_room_influence select.thermostat_hc1_roominfluence 6 1 1 13 1 FW120 thermostat 192 roominflfactor room influence factor uint8 (>=0<=100) % True number.thermostat_hc1_room_influence_factor number.thermostat_hc1_roominflfactor 6 1 10 14 1 FW120 thermostat 192 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] True select.thermostat_hc1_heating_type select.thermostat_hc1_heatingtype 6 1 1 19 1 FW120 thermostat 192 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] True select.thermostat_hc1_control_mode select.thermostat_hc1_controlmode 6 1 1 24 1 FW120 thermostat 192 charge charge boolean True switch.thermostat_dhw_charge switch.thermostat_dhw_charge 6 9 1 5 1 RT800, RC220 thermostat 3 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RT800, RC220 thermostat 3 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RT800, RC220 thermostat 3 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RT800, RC220 thermostat 3 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RT800, RC220 thermostat 3 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RT800, RC220 thermostat 3 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 RC100H, CR10H thermostat 200 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 RC100H, CR10H thermostat 200 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 RC100H, CR10H thermostat 200 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 RC100H, CR10H thermostat 200 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 RC100H, CR10H thermostat 200 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 RC100H, CR10H thermostat 200 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 TR120RF, CR20RF thermostat 249 errorcode error code string False sensor.thermostat_error_code sensor.thermostat_errorcode 6 0 1 0 8 TR120RF, CR20RF thermostat 249 lastcode last error code string False sensor.thermostat_last_error_code sensor.thermostat_lastcode 6 0 1 8 25 TR120RF, CR20RF thermostat 249 datetime date/time string False sensor.thermostat_date/time sensor.thermostat_datetime 6 0 1 33 13 TR120RF, CR20RF thermostat 249 seltemp selected room temperature int16 (>=0<=30) C True number.thermostat_hc1_selected_room_temperature number.thermostat_hc1_seltemp 6 1 1/2 0 1 TR120RF, CR20RF thermostat 249 currtemp current room temperature int16 (>=-3199<=3199) C False sensor.thermostat_hc1_current_room_temperature sensor.thermostat_hc1_currtemp 6 1 1/10 1 1 TR120RF, CR20RF thermostat 249 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) False sensor.thermostat_hc1_mqtt_discovery_current_room_temperature sensor.thermostat_hc1_haclimate 6 1 1 2 1 MM10 mixer 69 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM10 mixer 69 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM10 mixer 69 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM10 mixer 69 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM10 mixer 69 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM10 mixer 69 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 IPM mixer 100 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 100 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 100 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 100 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 100 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 IPM mixer 102 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 IPM mixer 102 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 IPM mixer 102 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 IPM mixer 102 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 IPM mixer 102 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_in_header_(T0/Vf) sensor.mixer_hc1_flowtempvf 7 1 1/10 6 1 MM50 mixer 159 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM50 mixer 159 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM50 mixer 159 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM50 mixer 159 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM50 mixer 159 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM50 mixer 159 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM50 mixer 159 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MM100 mixer 160 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_dhw_flow_temperature_(TC1) sensor.mixer_dhw_flowtemphc 7 9 1/10 0 1 MM100 mixer 160 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_dhw_mixing_valve_actuator_(VC1) sensor.mixer_dhw_valvestatus 7 9 1 1 1 MM100 mixer 160 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_dhw_setpoint_flow_temperature number.mixer_dhw_flowsettemp 7 9 1 2 1 MM100 mixer 160 pumpstatus pump status (PC1) boolean True switch.mixer_dhw_pump_status_(PC1) switch.mixer_dhw_pumpstatus 7 9 1 3 1 MM100 mixer 160 activated activated boolean True switch.mixer_dhw_activated switch.mixer_dhw_activated 7 9 1 4 1 MM100 mixer 160 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_dhw_time_to_set_valve number.mixer_dhw_valvesettime 7 9 10 5 1 MM100 mixer 160 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_dhw_flow_temperature_offset_for_mixer number.mixer_dhw_flowtempoffset 7 9 1 6 1 MM200 mixer 161 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MM200 mixer 161 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MM200 mixer 161 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MM200 mixer 161 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MM200 mixer 161 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MM200 mixer 161 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MM200 mixer 161 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 MZ100 mixer 193 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.mixer_hc1_flow_temperature_(TC1) sensor.mixer_hc1_flowtemphc 7 1 1/10 0 1 MZ100 mixer 193 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % False sensor.mixer_hc1_mixing_valve_actuator_(VC1) sensor.mixer_hc1_valvestatus 7 1 1 1 1 MZ100 mixer 193 flowsettemp setpoint flow temperature uint8 (>=0<=254) C True number.mixer_hc1_setpoint_flow_temperature number.mixer_hc1_flowsettemp 7 1 1 2 1 MZ100 mixer 193 pumpstatus pump status (PC1) boolean True switch.mixer_hc1_pump_status_(PC1) switch.mixer_hc1_pumpstatus 7 1 1 3 1 MZ100 mixer 193 activated activated boolean True switch.mixer_hc1_activated switch.mixer_hc1_activated 7 1 1 4 1 MZ100 mixer 193 valvesettime time to set valve uint8 (>=10<=600) seconds True number.mixer_hc1_time_to_set_valve number.mixer_hc1_valvesettime 7 1 10 5 1 MZ100 mixer 193 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K True number.mixer_hc1_flow_temperature_offset_for_mixer number.mixer_hc1_flowtempoffset 7 1 1 7 1 SM10 solar 73 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM10 solar 73 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM10 solar 73 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM10 solar 73 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM10 solar 73 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM10 solar 73 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM10 solar 73 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM10 solar 73 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM10 solar 73 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 1 9 1 SM10 solar 73 turnondiff pump turn on difference uint8 (>=0<=254) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1 10 1 SM10 solar 73 turnoffdiff pump turn off difference uint8 (>=0<=254) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1 11 1 SM10 solar 73 solarpower actual solar power int16 (>=-31999<=31999) W False sensor.solar_actual_solar_power sensor.solar_solarpower 8 0 1 12 1 SM10 solar 73 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM10 solar 73 maxflow maximum solar flow uint8 (>=0<=25) l/min True number.solar_maximum_solar_flow number.solar_maxflow 8 0 1/10 15 1 SM10 solar 73 mintemp minimum temperature uint8 (>=0<=254) C True number.solar_dhw_minimum_temperature number.solar_dhw_mintemp 8 9 1 0 1 SM10 solar 73 solarenabled solarmodule enabled boolean True switch.solar_solarmodule_enabled switch.solar_solarenabled 8 0 1 16 1 ISM1 solar 101 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM1 solar 101 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM1 solar 101 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM1 solar 101 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM1 solar 101 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM1 solar 101 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM1 solar 101 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM1 solar 101 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM1 solar 101 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM1 solar 101 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM1 solar 101 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 ISM2 solar 103 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 ISM2 solar 103 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 ISM2 solar 103 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 ISM2 solar 103 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 ISM2 solar 103 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 ISM2 solar 103 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 ISM2 solar 103 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 ISM2 solar 103 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 ISM2 solar 103 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 ISM2 solar 103 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 ISM2 solar 103 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM50 solar 162 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM50 solar 162 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM50 solar 162 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM50 solar 162 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM50 solar 162 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM50 solar 162 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM50 solar 162 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM50 solar 162 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM50 solar 162 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM50 solar 162 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM50 solar 162 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM50 solar 162 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM50 solar 162 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM50 solar 162 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM50 solar 162 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM50 solar 162 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM50 solar 162 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM50 solar 162 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM50 solar 162 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM50 solar 162 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM50 solar 162 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM50 solar 162 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM50 solar 162 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM50 solar 162 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM50 solar 162 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM50 solar 162 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM50 solar 162 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM50 solar 162 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM50 solar 162 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM50 solar 162 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM50 solar 162 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM50 solar 162 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM50 solar 162 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM50 solar 162 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM50 solar 162 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM50 solar 162 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM50 solar 162 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM50 solar 162 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM50 solar 162 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM50 solar 162 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM50 solar 162 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM50 solar 162 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM50 solar 162 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM50 solar 162 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM50 solar 162 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM50 solar 162 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM50 solar 162 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM50 solar 162 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM50 solar 162 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM50 solar 162 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM50 solar 162 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM50 solar 162 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM50 solar 162 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM100, MS100 solar 163 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM100, MS100 solar 163 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM100, MS100 solar 163 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM100, MS100 solar 163 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM100, MS100 solar 163 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM100, MS100 solar 163 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM100, MS100 solar 163 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM100, MS100 solar 163 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM100, MS100 solar 163 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM100, MS100 solar 163 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM100, MS100 solar 163 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM100, MS100 solar 163 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM100, MS100 solar 163 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM100, MS100 solar 163 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM100, MS100 solar 163 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM100, MS100 solar 163 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM100, MS100 solar 163 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM100, MS100 solar 163 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM100, MS100 solar 163 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM100, MS100 solar 163 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM100, MS100 solar 163 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM100, MS100 solar 163 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM100, MS100 solar 163 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM100, MS100 solar 163 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM100, MS100 solar 163 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM100, MS100 solar 163 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM100, MS100 solar 163 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM100, MS100 solar 163 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM100, MS100 solar 163 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM100, MS100 solar 163 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM100, MS100 solar 163 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM100, MS100 solar 163 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM100, MS100 solar 163 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM100, MS100 solar 163 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM100, MS100 solar 163 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM100, MS100 solar 163 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM100, MS100 solar 163 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM100, MS100 solar 163 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM100, MS100 solar 163 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM100, MS100 solar 163 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM100, MS100 solar 163 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM100, MS100 solar 163 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM100, MS100 solar 163 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM100, MS100 solar 163 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM100, MS100 solar 163 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM100, MS100 solar 163 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM100, MS100 solar 163 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM100, MS100 solar 163 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM100, MS100 solar 163 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM100, MS100 solar 163 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM100, MS100 solar 163 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM100, MS100 solar 163 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM100, MS100 solar 163 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM100, MS100 solar 163 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 SM200, MS200 solar 164 collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C False sensor.solar_collector_temperature_(TS1) sensor.solar_collectortemp 8 0 1/10 0 1 SM200, MS200 solar 164 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C False sensor.solar_cylinder_bottom_temperature_(TS2) sensor.solar_cylbottomtemp 8 0 1/10 1 1 SM200, MS200 solar 164 solarpump pump (PS1) boolean False binary_sensor.solar_pump_(PS1) binary_sensor.solar_solarpump 8 0 1 2 1 SM200, MS200 solar 164 pumpworktime pump working time time (>=0<=16777213) minutes False sensor.solar_pump_working_time sensor.solar_pumpworktime 8 0 1 3 2 SM200, MS200 solar 164 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C True number.solar_maximum_cylinder_temperature number.solar_cylmaxtemp 8 0 1 5 1 SM200, MS200 solar 164 collectorshutdown collector shutdown boolean False binary_sensor.solar_collector_shutdown binary_sensor.solar_collectorshutdown 8 0 1 6 1 SM200, MS200 solar 164 cylheated cyl heated boolean False binary_sensor.solar_cyl_heated binary_sensor.solar_cylheated 8 0 1 7 1 SM200, MS200 solar 164 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % False sensor.solar_pump_modulation_(PS1) sensor.solar_solarpumpmod 8 0 1 8 1 SM200, MS200 solar 164 pumpminmod minimum pump modulation uint8 (>=0<=100) % True number.solar_minimum_pump_modulation number.solar_pumpminmod 8 0 5 9 1 SM200, MS200 solar 164 turnondiff pump turn on difference uint8 (>=0<=25) C True number.solar_pump_turn_on_difference number.solar_turnondiff 8 0 1/10 10 1 SM200, MS200 solar 164 turnoffdiff pump turn off difference uint8 (>=0<=25) C True number.solar_pump_turn_off_difference number.solar_turnoffdiff 8 0 1/10 11 1 SM200, MS200 solar 164 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C False sensor.solar_collector_2_temperature_(TS7) sensor.solar_collector2temp 8 0 1/10 20 1 SM200, MS200 solar 164 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C False sensor.solar_cylinder_middle_temperature_(TS3) sensor.solar_cylmiddletemp 8 0 1/10 17 1 SM200, MS200 solar 164 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C False sensor.solar_return_temperature_heat_assistance_(TS4) sensor.solar_retheatassist 8 0 1/10 18 1 SM200, MS200 solar 164 heatassistvalve heat assistance valve (M1) boolean False binary_sensor.solar_heat_assistance_valve_(M1) binary_sensor.solar_heatassistvalve 8 0 1 19 1 SM200, MS200 solar 164 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % False sensor.solar_heat_assistance_valve_power_(M1) sensor.solar_heatassistpower 8 0 1 21 1 SM200, MS200 solar 164 solarpump2 pump 2 (PS4) boolean False binary_sensor.solar_pump_2_(PS4) binary_sensor.solar_solarpump2 8 0 1 22 1 SM200, MS200 solar 164 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % False sensor.solar_pump_2_modulation_(PS4) sensor.solar_solarpump2mod 8 0 1 23 1 SM200, MS200 solar 164 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C False sensor.solar_second_cylinder_bottom_temperature_(TS5) sensor.solar_cyl2bottomtemp 8 0 1/10 24 1 SM200, MS200 solar 164 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C False sensor.solar_heat_exchanger_temperature_(TS6) sensor.solar_heatexchangertemp 8 0 1/10 25 1 SM200, MS200 solar 164 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % False sensor.solar_cylinder_pump_modulation_(PS5) sensor.solar_cylpumpmod 8 0 1 26 1 SM200, MS200 solar 164 valvestatus valve status boolean False binary_sensor.solar_valve_status binary_sensor.solar_valvestatus 8 0 1 27 1 SM200, MS200 solar 164 vs1status valve status VS1 boolean False binary_sensor.solar_valve_status_VS1 binary_sensor.solar_vs1status 8 0 1 28 1 SM200, MS200 solar 164 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C True number.solar_maximum_collector_temperature number.solar_collectormaxtemp 8 0 1 29 1 SM200, MS200 solar 164 collectormintemp minimum collector temperature uint8 (>=0<=254) C True number.solar_minimum_collector_temperature number.solar_collectormintemp 8 0 1 30 1 SM200, MS200 solar 164 energylasthour energy last hour uint24 (>=0<=1677721) Wh False sensor.solar_energy_last_hour sensor.solar_energylasthour 8 0 1/10 13 2 SM200, MS200 solar 164 energytoday total energy today uint24 (>=0<=16777213) Wh False sensor.solar_total_energy_today sensor.solar_energytoday 8 0 1 31 2 SM200, MS200 solar 164 energytotal total energy uint24 (>=0<=1677721) kWh False sensor.solar_total_energy sensor.solar_energytotal 8 0 1/10 33 2 SM200, MS200 solar 164 pump2worktime pump 2 working time time (>=0<=16777213) minutes False sensor.solar_pump_2_working_time sensor.solar_pump2worktime 8 0 1 35 2 SM200, MS200 solar 164 m1worktime differential control working time time (>=0<=16777213) minutes False sensor.solar_differential_control_working_time sensor.solar_m1worktime 8 0 1 37 2 SM200, MS200 solar 164 heattransfersystem heattransfer system boolean True switch.solar_heattransfer_system switch.solar_heattransfersystem 8 0 1 39 1 SM200, MS200 solar 164 externalcyl external cylinder boolean True switch.solar_external_cylinder switch.solar_externalcyl 8 0 1 40 1 SM200, MS200 solar 164 thermaldisinfect thermal disinfection boolean True switch.solar_thermal_disinfection switch.solar_thermaldisinfect 8 0 1 41 1 SM200, MS200 solar 164 heatmetering heatmetering boolean True switch.solar_heatmetering switch.solar_heatmetering 8 0 1 42 1 SM200, MS200 solar 164 activated activated boolean True switch.solar_activated switch.solar_activated 8 0 1 43 1 SM200, MS200 solar 164 solarpumpmode solar pump mode enum [constant|pwm|analog] True select.solar_solar_pump_mode select.solar_solarpumpmode 8 0 1 44 1 SM200, MS200 solar 164 solarpumpkick solar pump kick boolean True switch.solar_solar_pump_kick switch.solar_solarpumpkick 8 0 1 45 1 SM200, MS200 solar 164 plainwatermode plain water mode boolean True switch.solar_plain_water_mode switch.solar_plainwatermode 8 0 1 46 1 SM200, MS200 solar 164 doublematchflow doublematchflow boolean True switch.solar_doublematchflow switch.solar_doublematchflow 8 0 1 47 1 SM200, MS200 solar 164 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % True number.solar_minimum_pump_2_modulation number.solar_pump2minmod 8 0 1 48 1 SM200, MS200 solar 164 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C True number.solar_pump_2_turn_on_difference number.solar_turnondiff2 8 0 1/10 49 1 SM200, MS200 solar 164 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C True number.solar_pump_2_turn_off_difference number.solar_turnoffdiff2 8 0 1/10 50 1 SM200, MS200 solar 164 pump2kick pump kick 2 boolean True switch.solar_pump_kick_2 switch.solar_pump2kick 8 0 1 51 1 SM200, MS200 solar 164 climatezone climate zone uint8 (>=0<=254) True number.solar_climate_zone number.solar_climatezone 8 0 1 52 1 SM200, MS200 solar 164 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_1_area number.solar_collector1area 8 0 1/10 53 1 SM200, MS200 solar 164 collector1type collector 1 type enum [flat|vacuum] True select.solar_collector_1_type select.solar_collector1type 8 0 1 54 1 SM200, MS200 solar 164 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 True number.solar_collector_2_area number.solar_collector2area 8 0 1/10 55 1 SM200, MS200 solar 164 collector2type collector 2 type enum [flat|vacuum] True select.solar_collector_2_type select.solar_collector2type 8 0 1 56 1 SM200, MS200 solar 164 cylpriority cylinder priority enum [cyl 1|cyl 2] True select.solar_cylinder_priority select.solar_cylpriority 8 0 1 57 1 SM200, MS200 solar 164 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_flow_temperature sensor.solar_heatcntflowtemp 8 0 1/10 58 1 SM200, MS200 solar 164 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C False sensor.solar_heat_counter_return_temperature sensor.solar_heatcntrettemp 8 0 1/10 59 1 SM200, MS200 solar 164 heatcnt heat counter impulses uint8 (>=0<=254) False sensor.solar_heat_counter_impulses sensor.solar_heatcnt 8 0 1 60 1 SM200, MS200 solar 164 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C False sensor.solar_swap_flow_temperature_(TS14) sensor.solar_swapflowtemp 8 0 1/10 61 1 SM200, MS200 solar 164 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C False sensor.solar_swap_return_temperature_(TS15) sensor.solar_swaprettemp 8 0 1/10 62 1 HP Module heatpump 252 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 HP Module heatpump 252 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 HP Module heatpump 252 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 HP Module heatpump 252 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 HP Module heatpump 252 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 HP Module heatpump 252 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 HP Module heatpump 252 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 HP Module heatpump 252 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 HP Module heatpump 252 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 HP Module heatpump 252 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 HP Module heatpump 252 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 HP Module heatpump 252 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 HP Module heatpump 252 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 HP Module heatpump 252 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 HP Module heatpump 252 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 HP Module heatpump 252 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 HP Module heatpump 252 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 HP Module heatpump 252 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 HP Module heatpump 252 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 HP Module heatpump 252 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 HP Module heatpump 252 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 HP Module heatpump 252 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 HP Module heatpump 252 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 HP Module heatpump 252 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 HP Module heatpump 252 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 HP Module heatpump 252 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 HP Module heatpump 252 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 HP Module heatpump 252 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 HP Module heatpump 252 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 HP Module heatpump 252 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 HP Module heatpump 252 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 HP Module heatpump 252 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 HP Module heatpump 252 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 HP Module heatpump 252 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 HP Module heatpump 252 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 HP Module heatpump 252 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 HP Module heatpump 252 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 HP Module heatpump 252 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 HP Module heatpump 252 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 Hybrid Manager HM200 heatpump 248 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.heatpump_relative_air_humidity sensor.heatpump_airhumidity 9 0 1 0 1 Hybrid Manager HM200 heatpump 248 dewtemperature dew point temperature uint8 (>=0<=254) C False sensor.heatpump_dew_point_temperature sensor.heatpump_dewtemperature 9 0 1 1 1 Hybrid Manager HM200 heatpump 248 curflowtemp current flow temperature int16 (>=-3199<=3199) C False sensor.heatpump_current_flow_temperature sensor.heatpump_curflowtemp 9 0 1/10 2 1 Hybrid Manager HM200 heatpump 248 rettemp return temperature int16 (>=-3199<=3199) C False sensor.heatpump_return_temperature sensor.heatpump_rettemp 9 0 1/10 3 1 Hybrid Manager HM200 heatpump 248 sysrettemp system return temperature int16 (>=-3199<=3199) C False sensor.heatpump_system_return_temperature sensor.heatpump_sysrettemp 9 0 1/10 4 1 Hybrid Manager HM200 heatpump 248 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C False sensor.heatpump_drain_pan_temp_(TA4) sensor.heatpump_hpta4 9 0 1/10 5 1 Hybrid Manager HM200 heatpump 248 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_temperature_(TR1) sensor.heatpump_hptr1 9 0 1/10 6 1 Hybrid Manager HM200 heatpump 248 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C False sensor.heatpump_refrigerant_temperature_liquid_side_(condenser_output)_(TR3) sensor.heatpump_hptr3 9 0 1/10 7 1 Hybrid Manager HM200 heatpump 248 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C False sensor.heatpump_evaporator_inlet_temperature_(TR4) sensor.heatpump_hptr4 9 0 1/10 8 1 Hybrid Manager HM200 heatpump 248 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_inlet_temperature_(TR5) sensor.heatpump_hptr5 9 0 1/10 9 1 Hybrid Manager HM200 heatpump 248 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C False sensor.heatpump_compressor_outlet_temperature_(TR6) sensor.heatpump_hptr6 9 0 1/10 10 1 Hybrid Manager HM200 heatpump 248 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C False sensor.heatpump_air_inlet_temperature_(TL2) sensor.heatpump_hptl2 9 0 1/10 11 1 Hybrid Manager HM200 heatpump 248 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C False sensor.heatpump_low_pressure_side_temperature_(PL1) sensor.heatpump_hppl1 9 0 1/10 12 1 Hybrid Manager HM200 heatpump 248 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C False sensor.heatpump_high_pressure_side_temperature_(PH1) sensor.heatpump_hpph1 9 0 1/10 13 1 Hybrid Manager HM200 heatpump 248 heatingpumpmod heating pump modulation uint8 (>=0<=100) % False sensor.heatpump_heating_pump_modulation sensor.heatpump_heatingpumpmod 9 0 1 14 1 Hybrid Manager HM200 heatpump 248 hpcompspd compressor speed uint8 (>=0<=100) % False sensor.heatpump_compressor_speed sensor.heatpump_hpcompspd 9 0 1 15 1 Hybrid Manager HM200 heatpump 248 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] True select.heatpump_hybrid_control_strategy select.heatpump_hybridstrategy 9 0 1 16 1 Hybrid Manager HM200 heatpump 248 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] True select.heatpump_low_noise_mode select.heatpump_lownoisemode 9 0 1 17 1 Hybrid Manager HM200 heatpump 248 lownoisestart low noise starttime uint8 (>=0<=23) True number.heatpump_low_noise_starttime number.heatpump_lownoisestart 9 0 1 18 1 Hybrid Manager HM200 heatpump 248 lownoisestop low noise stoptime uint8 (>=0<=23) True number.heatpump_low_noise_stoptime number.heatpump_lownoisestop 9 0 1 19 1 Hybrid Manager HM200 heatpump 248 hybriddhw hybrid DHW enum [eco|high comfort] True select.heatpump_hybrid_DHW select.heatpump_hybriddhw 9 0 1 20 1 Hybrid Manager HM200 heatpump 248 energypricegas energy price gas uint8 (>=0<=254) True number.heatpump_energy_price_gas number.heatpump_energypricegas 9 0 1 21 1 Hybrid Manager HM200 heatpump 248 energypriceel energy price electric uint8 (>=0<=254) True number.heatpump_energy_price_electric number.heatpump_energypriceel 9 0 1 22 1 Hybrid Manager HM200 heatpump 248 energyfeedpv feed in PV uint8 (>=0<=254) True number.heatpump_feed_in_PV number.heatpump_energyfeedpv 9 0 1 23 1 Hybrid Manager HM200 heatpump 248 switchovertemp outside switchover temperature int8 (>=-126<=126) True number.heatpump_outside_switchover_temperature number.heatpump_switchovertemp 9 0 1 24 1 Hybrid Manager HM200 heatpump 248 airpurgemode air purge mode boolean True switch.heatpump_air_purge_mode switch.heatpump_airpurgemode 9 0 1 25 1 Hybrid Manager HM200 heatpump 248 heatpumpoutput heatpump output uint8 (>=0<=100) % True number.heatpump_heatpump_output number.heatpump_heatpumpoutput 9 0 1 26 1 Hybrid Manager HM200 heatpump 248 coolingcircuit cooling circuit boolean True switch.heatpump_cooling_circuit switch.heatpump_coolingcircuit 9 0 1 27 1 Hybrid Manager HM200 heatpump 248 compstartmod compressor start modulation uint8 (>=0<=100) % True number.heatpump_compressor_start_modulation number.heatpump_compstartmod 9 0 1 28 1 Hybrid Manager HM200 heatpump 248 heatdrainpan heat drain pan boolean True switch.heatpump_heat_drain_pan switch.heatpump_heatdrainpan 9 0 1 29 1 Hybrid Manager HM200 heatpump 248 heatcable heating cable boolean True switch.heatpump_heating_cable switch.heatpump_heatcable 9 0 1 30 1 Hybrid Manager HM200 heatpump 248 nrgtotal total energy uint24 (>=0<=167772) kWh False sensor.heatpump_total_energy sensor.heatpump_nrgtotal 9 0 1/100 31 2 Hybrid Manager HM200 heatpump 248 nrg energy uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_energy sensor.heatpump_dhw_nrg 9 9 1/100 0 2 Hybrid Manager HM200 heatpump 248 nrgheat energy heating uint24 (>=0<=167772) kWh False sensor.heatpump_energy_heating sensor.heatpump_nrgheat 9 0 1/100 33 2 Hybrid Manager HM200 heatpump 248 metertotal meter total uint24 (>=0<=167772) kWh False sensor.heatpump_meter_total sensor.heatpump_metertotal 9 0 1/100 35 2 Hybrid Manager HM200 heatpump 248 metercomp meter compressor uint24 (>=0<=167772) kWh False sensor.heatpump_meter_compressor sensor.heatpump_metercomp 9 0 1/100 37 2 Hybrid Manager HM200 heatpump 248 metereheat meter e-heater uint24 (>=0<=167772) kWh False sensor.heatpump_meter_e-heater sensor.heatpump_metereheat 9 0 1/100 39 2 Hybrid Manager HM200 heatpump 248 meterheat meter heating uint24 (>=0<=167772) kWh False sensor.heatpump_meter_heating sensor.heatpump_meterheat 9 0 1/100 41 2 Hybrid Manager HM200 heatpump 248 meter meter uint24 (>=0<=167772) kWh False sensor.heatpump_dhw_meter sensor.heatpump_dhw_meter 9 9 1/100 2 2 WM10 switch 71 activated activated boolean False binary_sensor.switch_activated binary_sensor.switch_activated 11 0 1 0 1 WM10 switch 71 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C False sensor.switch_flow_temperature_(TC1) sensor.switch_flowtemphc 11 0 1/10 1 1 WM10 switch 71 status status int8 (>=-126<=126) False sensor.switch_status sensor.switch_status 11 0 1 2 1 Rego 3000 controller 240 datetime date/time string False sensor.controller_date/time sensor.controller_datetime 12 0 1 0 13 EM10 alert 74 setflowtemp set flow temperature uint8 (>=0<=254) C False sensor.alert_set_flow_temperature sensor.alert_setflowtemp 14 0 1 0 1 EM10 alert 74 setburnpow burner set power uint8 (>=0<=100) % False sensor.alert_burner_set_power sensor.alert_setburnpow 14 0 1 1 1 EM10, EM100 extension 243 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 EM10, EM100 extension 243 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 EM10, EM100 extension 243 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 EM10, EM100 extension 243 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 EM10, EM100 extension 243 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 EM10, EM100 extension 243 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 EM10, EM100 extension 243 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 EM10, EM100 extension 243 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 EM10, EM100 extension 243 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 EM10, EM100 extension 243 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 T1RF extension 220 flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C False sensor.extension_flow_temperature_in_header_(T0/Vf) sensor.extension_flowtempvf 15 0 1/10 0 1 T1RF extension 220 input input uint8 (>=0<=25) V False sensor.extension_input sensor.extension_input 15 0 1/10 1 1 T1RF extension 220 outpow output IO1 uint8 (>=0<=100) % False sensor.extension_output_IO1 sensor.extension_outpow 15 0 1 2 1 T1RF extension 220 setpower request power uint8 (>=0<=100) % False sensor.extension_request_power sensor.extension_setpower 15 0 1 3 1 T1RF extension 220 setpoint set temp. uint8 (>=0<=254) C False sensor.extension_set_temp. sensor.extension_setpoint 15 0 1 4 1 T1RF extension 220 minv min volt. uint8 (>=0<=25) V True number.extension_min_volt. number.extension_minv 15 0 1/10 5 1 T1RF extension 220 maxv max volt. uint8 (>=0<=25) V True number.extension_max_volt. number.extension_maxv 15 0 1/10 6 1 T1RF extension 220 mint min temp. uint8 (>=0<=254) C True number.extension_min_temp. number.extension_mint 15 0 1 7 1 T1RF extension 220 maxt max temp. uint8 (>=0<=254) C True number.extension_max_temp. number.extension_maxt 15 0 1 8 1 T1RF extension 220 mode operating mode uint8 (>=0<=254) False sensor.extension_operating_mode sensor.extension_mode 15 0 1 9 1 Logavent HRV176 ventilation 231 outfresh outdoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_fresh_air sensor.ventilation_outfresh 18 0 1/10 0 1 Logavent HRV176 ventilation 231 infresh indoor fresh air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_fresh_air sensor.ventilation_infresh 18 0 1/10 1 1 Logavent HRV176 ventilation 231 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_outdoor_exhaust_air sensor.ventilation_outexhaust 18 0 1/10 2 1 Logavent HRV176 ventilation 231 inexhaust indoor exhaust air int16 (>=-3199<=3199) C False sensor.ventilation_indoor_exhaust_air sensor.ventilation_inexhaust 18 0 1/10 3 1 Logavent HRV176 ventilation 231 ventinspeed in blower speed uint8 (>=0<=100) % False sensor.ventilation_in_blower_speed sensor.ventilation_ventinspeed 18 0 1 4 1 Logavent HRV176 ventilation 231 ventoutspeed out blower speed uint8 (>=0<=100) % False sensor.ventilation_out_blower_speed sensor.ventilation_ventoutspeed 18 0 1 5 1 Logavent HRV176 ventilation 231 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] True select.ventilation_ventilation_mode select.ventilation_ventmode 18 0 1 6 1 Logavent HRV176 ventilation 231 airquality air quality (voc) uint16 (>=0<=31999) False sensor.ventilation_air_quality_(voc) sensor.ventilation_airquality 18 0 1 7 1 Logavent HRV176 ventilation 231 airhumidity relative air humidity uint8 (>=0<=100) % False sensor.ventilation_relative_air_humidity sensor.ventilation_airhumidity 18 0 1 8 1 MP100 pool 204 pooltemp pool temperature int16 (>=-3199<=3199) C False sensor.pool_pool_temperature sensor.pool_pooltemp 20 0 1/10 -1 1 MP100 pool 204 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] False sensor.pool_pool_shunt_status_opening/closing sensor.pool_poolshuntstatus 20 0 1 -1 1 MP100 pool 204 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % False sensor.pool_pool_shunt_open/close_(0% =_pool / 100% =_heat) sensor.pool_poolshunt 20 0 1 -1 1","title":"All devices and entities"},{"location":"Boilers/","text":"List of Boilers ~ This is the current list of supported boilers from brands like Buderus, Nefit, Sieger, Junkers and Bosch: BK13, BK15 GB125, GB135, GB1x2i, GB162, GBx72, GB212, GB162, GB192, GB122, GB192i.2 MC10 Cascade CM10, MC400 Logano Logamax Plus GB022, U122 Logamatic MC10, MC110 Condens 2500, GC9000 Logomatic Cerapur Top, Aero Greenstar Si, 30Ri Compact, ErP, HIU, 8000 Nefit Topline, Trendline Cascade MCM10 Nefit Proline Nefit Smartline GC7000F, GC9800IW KB195i Hybrid Heatpump Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco WLW196i, WSW196i Condens 2300, 5000i Ecomline Excellent EasyControl Adapter Device Entities ~ Notice The boiler commands below will vary depending on boiler type/brand and system configuration Some commands will not work because they are overwritten by controller or thermostat. In this case there are thermostat commands for this setting. this list is not complete and subject to change between versions command data id comments comfort flowtemp Limited to heatingtemp, set by thermostat if present wwsettemp Only if thermostat does not manage it boilhyston Start burner below flowtemp (negative value), allowed range depends on boiler type boilhystoff Stop burner above flowtemp (positive value), allowed range depends on boiler type burnperiod burnminpower <%> Changeable only for modulated burners burnmaxpower <%> Changeable only for modulated burners pumpdelay wwactivated wwtapactivated Special function working in boiler test-mode wwonetime Overwritten by some thermostats, see thermostat commands wwcircpump wwcirc Overwritten by some thermostats, see thermostat commands wwcircmode (1=1x3min, .. 6=6x3min, 7=on) wwflowtempoffset Offset to boiler temperature while preparing warm water wwmaxpower <%> Maximum power for warm water heating heatingactivated Not changeable for some systems. i.g. Set by MC10 rotary control heatingtemp Upper limit for flowtemp, not changeable for some systems or overwritten (MC10) maintenance \\| \\| reset> set maintenance to date or time or reset message pumpmodmin <%> Changeable only for modulated pumps pumpmodmax <%> Changeable only for modulated pumps reset Use reset error only if there is an active error!","title":"Boilers"},{"location":"Boilers/#list-of-boilers","text":"This is the current list of supported boilers from brands like Buderus, Nefit, Sieger, Junkers and Bosch: BK13, BK15 GB125, GB135, GB1x2i, GB162, GBx72, GB212, GB162, GB192, GB122, GB192i.2 MC10 Cascade CM10, MC400 Logano Logamax Plus GB022, U122 Logamatic MC10, MC110 Condens 2500, GC9000 Logomatic Cerapur Top, Aero Greenstar Si, 30Ri Compact, ErP, HIU, 8000 Nefit Topline, Trendline Cascade MCM10 Nefit Proline Nefit Smartline GC7000F, GC9800IW KB195i Hybrid Heatpump Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco WLW196i, WSW196i Condens 2300, 5000i Ecomline Excellent EasyControl Adapter","title":"List of Boilers"},{"location":"Boilers/#device-entities","text":"Notice The boiler commands below will vary depending on boiler type/brand and system configuration Some commands will not work because they are overwritten by controller or thermostat. In this case there are thermostat commands for this setting. this list is not complete and subject to change between versions command data id comments comfort flowtemp Limited to heatingtemp, set by thermostat if present wwsettemp Only if thermostat does not manage it boilhyston Start burner below flowtemp (negative value), allowed range depends on boiler type boilhystoff Stop burner above flowtemp (positive value), allowed range depends on boiler type burnperiod burnminpower <%> Changeable only for modulated burners burnmaxpower <%> Changeable only for modulated burners pumpdelay wwactivated wwtapactivated Special function working in boiler test-mode wwonetime Overwritten by some thermostats, see thermostat commands wwcircpump wwcirc Overwritten by some thermostats, see thermostat commands wwcircmode (1=1x3min, .. 6=6x3min, 7=on) wwflowtempoffset Offset to boiler temperature while preparing warm water wwmaxpower <%> Maximum power for warm water heating heatingactivated Not changeable for some systems. i.g. Set by MC10 rotary control heatingtemp Upper limit for flowtemp, not changeable for some systems or overwritten (MC10) maintenance \\| \\| reset> set maintenance to date or time or reset message pumpmodmin <%> Changeable only for modulated pumps pumpmodmax <%> Changeable only for modulated pumps reset Use reset error only if there is an active error!","title":"Device Entities"},{"location":"Building/","text":"Prerequisites ~ You will need the following installed before you can get started: PlatformIO Node.js yarn Note: on Windows 10 you will need to enable UTF-8 from the Regional Settings, to compile the Slovakian translation. Note: on some Windows system you may also need to run corepack enable for yarn, as mention in the link above. It is assumed you are familiar with coding, git and using PlatformIO to build firmware binaries. The included platformio.ini file will build the firmware for an 4M ESP32 board as its default target, including the Web frontend. If you want to customize the build create a pio_local.ini file (there is an example file included). This is useful if you want to upload to a specific port or compile the code with DEBUG flags or change to a different ESP32 platform like an S3. We recommend using Visual Studio Code to build the firmware with the PlatformIO extension installed. Testing locally ~ WebUI ~ The WebUI can be developed and tested in real-time using mock dummy data. This is useful when making changes to the web content files or translation files. To install or update the packages do: 1 2 3 4 % cd interface % yarn % cd mock-api % yarn and then from the interface folder run: 1 % yarn standalone Make sure you have the latest version of node installed. You need at least 18.20 and can check with node -v . An easy way to switch between different node versions is to use nvm . This will open a browser window with URL localhost:3000 . The mock data used is all hardcoded in /mock-api/rest_server.js . Simulating offline, without an ESP32 microcontroller ~ You can also run EMS-ESP without an ESP32 (which we call 'standalone'). The platformIO environment has two native environments that will build emsesp executables to support this for all Linux, Windows and Max OSX. On Linux (including WSL in Windows), in VSCode start a \"PlatformIO Core CLI\" terminal and simply run: pio run -e native -t exec On Windows , because of the EMS-ESP console needs Winsock for the key input, the easiest way is to install Msys2 onto your windows machine, followed by installing the GNU g++ compiler straight after with run pacman -S mingw-w64-ucrt-x86_64-gcc . This is only needed once. From then on, you can run the pio command to build the Windows .exe executabled with pio run -e native and launch it in a Msys terminal, like: C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64 -c /.pio/build/native/program.exe Use the test command to run tests. test general is a generic test that will setup a standard boiler and thermostat with default entities. All the tests are hardcoded in the file test.cpp and can be easily adapted. There are also a set of Unit Tests which can be run from the pio environment with pio run -e native-test -t exec . This works natively on every platform and doesn't require any additional setup. Debugging ~ To debug from Visual Studio Code and step through the code, peek at variables, put in breakpoints etc. First build the executable using the make method above which will place the .o object files in a build folder, and then invoke the debugger (F5 on Windows). You can also create a VSC's task in launch.json file to automate this for you, like adding: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... { \"name\" : \"Debug ems-esp standalone\" , \"type\" : \"cppdbg\" , \"request\" : \"launch\" , \"program\" : \"${workspaceFolder}/emsesp\" , \"cwd\" : \"${workspaceFolder}\" , \"environment\" : [], \"miDebuggerPath\" : \"/usr/bin/gdb\" , \"MIMode\" : \"gdb\" , \"launchCompleteCommand\" : \"exec-run\" , ] } ... WSL (building a Linux environment on Windows) ~ I recently had to rebuild my Linux WSL on Windows from scratch to build EMS-ESP I thought I'd share the steps I took to get it working. Create a new WSL2 environment. Note a WSL2 instance can take up to 8GB RAM so first make sure your PC can handle it. wsl.exe -l -v to view any current installations. wsl.exe --list --online to view available installations. wsl.exe -d to start the distro. If in doubt use Ubuntu-24.04 as it is the latest LTS. lsb_release -a after it's installed to check the version. do-release-upgrade (optional) to upgrade to the latest version. I upgraded to 24.10. You may need to set \"Prompt=normal\" in the /etc/update-manager/release-upgrades file. wsl.exe --setdefault to make this installation the default one. You can use wsl.exe --terminate to remove any old ones. Go into the WSL instance ( wsl ) and setup the following: sudo apt install unzip make g++ python3-venv nodejs curl zsh sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\" (optional) to install zsh npm install -g npm-check-updates for the ncu command curl -fsSL https://bun.sh/install | bash for the mock-api yarn set version stable in both interface and mock-api folders to get the latest Yarn version. Also here, do a yarn config set --home enableTelemetry 0 to stop yarn spying on you. To usb USB install https://github.com/dorssel/usbipd-win/releases from an DOS Admin command window. In that window you can use usbipd list to find the COM port and then for example usbipd bind -b 1-6 and usbipd attach -w -b 1-6 to attach it to the WSL instance. This will give you a /dev/ttyUSB0 or /dev/ttyACM0 device. Run Visual Studio Code on your Windows environment and click \"Connect to WSL\" to connect to the WSL instance. You can then use the WSL terminal to build the firmware. You'll find building and compiling EMS-ESP will be 2-3 times faster than on Windows.","title":"Building & Testing the Firmware"},{"location":"Building/#prerequisites","text":"You will need the following installed before you can get started: PlatformIO Node.js yarn Note: on Windows 10 you will need to enable UTF-8 from the Regional Settings, to compile the Slovakian translation. Note: on some Windows system you may also need to run corepack enable for yarn, as mention in the link above. It is assumed you are familiar with coding, git and using PlatformIO to build firmware binaries. The included platformio.ini file will build the firmware for an 4M ESP32 board as its default target, including the Web frontend. If you want to customize the build create a pio_local.ini file (there is an example file included). This is useful if you want to upload to a specific port or compile the code with DEBUG flags or change to a different ESP32 platform like an S3. We recommend using Visual Studio Code to build the firmware with the PlatformIO extension installed.","title":"Prerequisites"},{"location":"Building/#testing-locally","text":"","title":"Testing locally"},{"location":"Building/#webui","text":"The WebUI can be developed and tested in real-time using mock dummy data. This is useful when making changes to the web content files or translation files. To install or update the packages do: 1 2 3 4 % cd interface % yarn % cd mock-api % yarn and then from the interface folder run: 1 % yarn standalone Make sure you have the latest version of node installed. You need at least 18.20 and can check with node -v . An easy way to switch between different node versions is to use nvm . This will open a browser window with URL localhost:3000 . The mock data used is all hardcoded in /mock-api/rest_server.js .","title":"WebUI"},{"location":"Building/#simulating-offline-without-an-esp32-microcontroller","text":"You can also run EMS-ESP without an ESP32 (which we call 'standalone'). The platformIO environment has two native environments that will build emsesp executables to support this for all Linux, Windows and Max OSX. On Linux (including WSL in Windows), in VSCode start a \"PlatformIO Core CLI\" terminal and simply run: pio run -e native -t exec On Windows , because of the EMS-ESP console needs Winsock for the key input, the easiest way is to install Msys2 onto your windows machine, followed by installing the GNU g++ compiler straight after with run pacman -S mingw-w64-ucrt-x86_64-gcc . This is only needed once. From then on, you can run the pio command to build the Windows .exe executabled with pio run -e native and launch it in a Msys terminal, like: C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64 -c /.pio/build/native/program.exe Use the test command to run tests. test general is a generic test that will setup a standard boiler and thermostat with default entities. All the tests are hardcoded in the file test.cpp and can be easily adapted. There are also a set of Unit Tests which can be run from the pio environment with pio run -e native-test -t exec . This works natively on every platform and doesn't require any additional setup.","title":"Simulating offline, without an ESP32 microcontroller"},{"location":"Building/#debugging","text":"To debug from Visual Studio Code and step through the code, peek at variables, put in breakpoints etc. First build the executable using the make method above which will place the .o object files in a build folder, and then invoke the debugger (F5 on Windows). You can also create a VSC's task in launch.json file to automate this for you, like adding: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... { \"name\" : \"Debug ems-esp standalone\" , \"type\" : \"cppdbg\" , \"request\" : \"launch\" , \"program\" : \"${workspaceFolder}/emsesp\" , \"cwd\" : \"${workspaceFolder}\" , \"environment\" : [], \"miDebuggerPath\" : \"/usr/bin/gdb\" , \"MIMode\" : \"gdb\" , \"launchCompleteCommand\" : \"exec-run\" , ] } ...","title":"Debugging"},{"location":"Building/#wsl-building-a-linux-environment-on-windows","text":"I recently had to rebuild my Linux WSL on Windows from scratch to build EMS-ESP I thought I'd share the steps I took to get it working. Create a new WSL2 environment. Note a WSL2 instance can take up to 8GB RAM so first make sure your PC can handle it. wsl.exe -l -v to view any current installations. wsl.exe --list --online to view available installations. wsl.exe -d to start the distro. If in doubt use Ubuntu-24.04 as it is the latest LTS. lsb_release -a after it's installed to check the version. do-release-upgrade (optional) to upgrade to the latest version. I upgraded to 24.10. You may need to set \"Prompt=normal\" in the /etc/update-manager/release-upgrades file. wsl.exe --setdefault to make this installation the default one. You can use wsl.exe --terminate to remove any old ones. Go into the WSL instance ( wsl ) and setup the following: sudo apt install unzip make g++ python3-venv nodejs curl zsh sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\" (optional) to install zsh npm install -g npm-check-updates for the ncu command curl -fsSL https://bun.sh/install | bash for the mock-api yarn set version stable in both interface and mock-api folders to get the latest Yarn version. Also here, do a yarn config set --home enableTelemetry 0 to stop yarn spying on you. To usb USB install https://github.com/dorssel/usbipd-win/releases from an DOS Admin command window. In that window you can use usbipd list to find the COM port and then for example usbipd bind -b 1-6 and usbipd attach -w -b 1-6 to attach it to the WSL instance. This will give you a /dev/ttyUSB0 or /dev/ttyACM0 device. Run Visual Studio Code on your Windows environment and click \"Connect to WSL\" to connect to the WSL instance. You can then use the WSL terminal to build the firmware. You'll find building and compiling EMS-ESP will be 2-3 times faster than on Windows.","title":"WSL (building a Linux environment on Windows)"},{"location":"Commands/","text":"EMS-ESP has a command API which can be used to read and write values to EMS device and call specific commands. There are 3 methods commands can be invoked: via the Console using Telnet or Serial via HTTP using RESTful API calls via MQTT via topics and their payloads Definitions ~ First some important definitions. Important is the short-name. It can be either 1. an EMS Device and supported devices include: boiler thermostat mixer heatpump solar gateway switch controller pump generic heatsource ventilation - the EMS-ESP system itself identified as system - the Dallas temperature sensors as temperaturesensor - any custom Analog sensors as analogsensor - any EMS telegram custom entities as custom is the name of either - a generic command, or - an EMS device entity also referred to as an . See the Supported Devices page for the complete list is an optional identifier and has different meanings depending on the context is used to represent the value to read or write. It can be either a single value as any type (integer, float, string or boolean) or a JSON object {} string containing multiple key/values pairs as: - \"cmd\" is the . The key \"cmd\" may also be substituted for \"entity\" . - \"value\" is the value and can be either a text string in quotes, an integer, float of boolean. \"data\" is an alias that can also be used instead for the key. - \"hc\" , \"wwc\" and \"id\" are all are used to represent a value or in the context of an EMS Device a heating or warm water circuit. Note: A boolean value can be represented in many forms: - as a True value, \"TRUE\", \"yes\", true, \"true\", \"on\", 1 - as a False value, \"FALSE\", \"no\", false, \"false\", \"off\", 0 Console ~ Commands can be executed using the call command You need to be admin to use the call command. First su and enter the password For a list of all available commands you can use show commands The syntax is call For more information on how to use the Telnet Console see the Console section. HTTP ~ Things to note: The REST API follows the OpenAPI Specification The URL path always starts with http:///api/ is either an IP address or the mDNS name, which default is ems-esp.local Some commands require can be dangerous and require security authentication, unless disabled via an EMS-ESP setting. The authentication is in the form of an Access Token which is generated from the WebUI's Security->Manage Users and then clicking on the key button for the admin user. The 152 character long string must be included in the HTTP header like \"Authorization: Bearer {ACCESS_TOKEN}\" . The tokens have no expiry date With HTTP PUSH/PUT/PATCH commands an HTTP body may be required. This can be in the form of either plain text or as a JSON object HTTPS with self-signed certificates are not yet supported Reading and Writing EMS Device information ~ The URL path is http:///api// endpoint HTTP method action authentication required? post body info GET outputs current EMS device information in verbose no values GET outputs current EMS device information in short format no (empty) GET same as values above no commands GET lists the available command entities to call no entities GET lists all enabled entities no {entity} GET outputs details of a specific entity, for reading no {entity}/{hc} GET same as the read command above but for a specific heating circuit no {entity} POST updates a entity value, for writing yes {entity}/{hc} POST same as the write command above but for a specific heating circuit yes Examples: URL post body action http://ems-esp.local/api/thermostat/temp 22 sets the selected room temperature of the master thermostat on heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"mode\", \"data\":\"auto\"} sets the thermostat mode to auto for heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"seltemp\", \"data\":23, \"hc\":3} sets the room temperature to 23 degrees for for heating circuit 3 http://ems-esp.local/api/thermostat/hc2 {\"cmd\":\"seltemp\", \"data\":20.5} sets the room temperature to 20.5 degrees for for heating circuit 2 Fetching custom entities (EMS telegrams) ~ The URL path is http:///api/custom/ endpoint HTTP method action authentication required? post body blank or info GET outputs all custom entities and their values no GET outputs all characteristics for a specific custom entity no Fetching Temperature Sensor information ~ The URL path is http:///api/temperaturesensor/ endpoint HTTP method action authentication required? post body blank GET outputs connected Dallas temperature sensor names and readings no info GET outputs all details on the connected Dallas temperature sensors no GET outputs all characteristics for a specific temperature sensors no Controlling the Analog Sensors ~ The URL path is http:///api/analogsensor/ endpoint HTTP method action authentication required? post body blank GET outputs analog sensors and their readings no info GET outputs all details on the connected analog sensors no GET outputs all characteristics for a specific analog sensors no commands GET lists the available system commands no setvalue POST set value/offset of counter or output pin, +/- sign corrects value yes {\"value\":, \"id\":} System Commands ~ The URL path is http:///api/system/ endpoint HTTP method action authentication required? post body info or blank GET outputs current system information no fetch GET forces at refresh of all device values no restart GET restarts EMS-ESP yes commands GET lists the available system commands no allvalues GET lists all connect devices and sensors and their entity values no send POST send telegram to the EMS bus yes \"XX XX...XX\" message POST send a message to the log and MQTT yes \"..\" publish POST MQTT publish all values, and optional HA-configuration or specific for a device no [ha] \\| [device] watch POST watch incoming telegrams no Examples ~ ...via the command line ~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # Most GETs do not need authentication % curl http://ems-esp.local/api/thermostat/seltemp # POSTs (with -d) need authentication tokens % curl http://ems-esp.local/api/thermostat/seltemp \\ -H 'Content-Type: application/json' \\ -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0' \\ -d '{ \"value\" : 22.5 }' # GET with authentication using query parameter with token % curl http://ems-esp.local/api/system/publish \\? access_token \\= \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0\" # GET to restart EMS-ESP curl http://ems-esp.local/api/system/restart -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0' ...using a Python script ~ 1 2 3 4 5 6 7 8 9 10 11 import requests import json url = \"http://ems-esp.local/api/thermostat/temp\" token = \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ8.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWUsInZlcnNpb24iOiIzLjEuMWIwIn0.qeGT53Aom4rDYeIT1Pr4BSMdeWyf4_zN9ue2c51ZnM0\" body = json . dumps ({ \"value\" : 22.5 }) headers = { 'Content-Type' : 'application/json' , 'Authorization' : 'Bearer ' + token } response = requests . post ( url , headers = headers , data = body , verify = False ) print ( response . json ()) MQTT ~ MQTT uses the same format as the API. The topic matches the URL path except the is replaced with the MQTT Base name as defined in the Settings (default is ems-esp). The payload is the same as the as described above and used in the API. Examples: topic payload action ems-esp/system/send XX XX...XX send raw ems-command ems-esp/thermostat/seltemp fetches the seltemp entity values and publishes it in the topic ems-esp/response ems-esp/thermostat/seltemp 23 change the selected setpoint temperature to 23 degrees on the master thermostat on hc1 ems-esp/thermostat/mode auto sets the thermostat mode to auto for hc1 ems-esp/thermostat {\\\"cmd\\\":\\\"mode\\\",\\\"value\\\":\\\"heat\\\",\\\"id\\\":1} sets the thermostat mode to heat for hc1 Publishing Commands ~ EMS-ESP will MQTT 'subscribe' to specific topics depending on the EMS devices attached. For example boiler , thermostat etc. Commands can be sent to EMS-ESP via these MQTT topics using the payload format: 1 { \"cmd\" : \"\" , \"data\" : , \"id\" : < n > } where cmd is one of the commands listed in the Commands and must be enclosed in quotes as a String. The key entity may also be used instead of cmd . data (or value ) holds the value for the command, and can be either a String or numeric value. id is used as an generic indicator. hc , wwc , ahs and hs are other suppoerted aliases. For example with hc it is used to indicated a specific Heating Circuit. A numeric value or String can be both used. With Home Assistant, Thermostat commands can also be sent to control individual heating circuits via sending a mode string or temperature number to a topic thermostat_hc . Depending on mqtt-settings there are also direct subscriptions for each value like boiler/wwtemp , thermostat/hc1/daytemp , etc. Thermostats which supports only a single heating circuits will subscribe to /thermostat/daytemp . You can also use MQTT to send a specific read request and the telegram response will be returned in a topic called response . For example sending the payload {\"cmd\":\"send\", \"data\":\"0B 88 19 19 02\"} to ems-esp/system will result in a topic response being published with the data {\"src\":\"08\",\"dest\":\"0B\",\"type\":\"19\",\"offset\":\"19\",\"data\":\"7D 00\",\"value\":32000} .","title":"Commands"},{"location":"Commands/#definitions","text":"First some important definitions. Important is the short-name. It can be either 1. an EMS Device and supported devices include: boiler thermostat mixer heatpump solar gateway switch controller pump generic heatsource ventilation - the EMS-ESP system itself identified as system - the Dallas temperature sensors as temperaturesensor - any custom Analog sensors as analogsensor - any EMS telegram custom entities as custom is the name of either - a generic command, or - an EMS device entity also referred to as an . See the Supported Devices page for the complete list is an optional identifier and has different meanings depending on the context is used to represent the value to read or write. It can be either a single value as any type (integer, float, string or boolean) or a JSON object {} string containing multiple key/values pairs as: - \"cmd\" is the . The key \"cmd\" may also be substituted for \"entity\" . - \"value\" is the value and can be either a text string in quotes, an integer, float of boolean. \"data\" is an alias that can also be used instead for the key. - \"hc\" , \"wwc\" and \"id\" are all are used to represent a value or in the context of an EMS Device a heating or warm water circuit. Note: A boolean value can be represented in many forms: - as a True value, \"TRUE\", \"yes\", true, \"true\", \"on\", 1 - as a False value, \"FALSE\", \"no\", false, \"false\", \"off\", 0","title":"Definitions"},{"location":"Commands/#console","text":"Commands can be executed using the call command You need to be admin to use the call command. First su and enter the password For a list of all available commands you can use show commands The syntax is call For more information on how to use the Telnet Console see the Console section.","title":"Console"},{"location":"Commands/#http","text":"Things to note: The REST API follows the OpenAPI Specification The URL path always starts with http:///api/ is either an IP address or the mDNS name, which default is ems-esp.local Some commands require can be dangerous and require security authentication, unless disabled via an EMS-ESP setting. The authentication is in the form of an Access Token which is generated from the WebUI's Security->Manage Users and then clicking on the key button for the admin user. The 152 character long string must be included in the HTTP header like \"Authorization: Bearer {ACCESS_TOKEN}\" . The tokens have no expiry date With HTTP PUSH/PUT/PATCH commands an HTTP body may be required. This can be in the form of either plain text or as a JSON object HTTPS with self-signed certificates are not yet supported","title":"HTTP"},{"location":"Commands/#reading-and-writing-ems-device-information","text":"The URL path is http:///api// endpoint HTTP method action authentication required? post body info GET outputs current EMS device information in verbose no values GET outputs current EMS device information in short format no (empty) GET same as values above no commands GET lists the available command entities to call no entities GET lists all enabled entities no {entity} GET outputs details of a specific entity, for reading no {entity}/{hc} GET same as the read command above but for a specific heating circuit no {entity} POST updates a entity value, for writing yes {entity}/{hc} POST same as the write command above but for a specific heating circuit yes Examples: URL post body action http://ems-esp.local/api/thermostat/temp 22 sets the selected room temperature of the master thermostat on heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"mode\", \"data\":\"auto\"} sets the thermostat mode to auto for heating circuit 1 http://ems-esp.local/api/thermostat {\"cmd\":\"seltemp\", \"data\":23, \"hc\":3} sets the room temperature to 23 degrees for for heating circuit 3 http://ems-esp.local/api/thermostat/hc2 {\"cmd\":\"seltemp\", \"data\":20.5} sets the room temperature to 20.5 degrees for for heating circuit 2","title":"Reading and Writing EMS Device information"},{"location":"Commands/#fetching-custom-entities-ems-telegrams","text":"The URL path is http:///api/custom/ endpoint HTTP method action authentication required? post body blank or info GET outputs all custom entities and their values no GET outputs all characteristics for a specific custom entity no","title":"Fetching custom entities (EMS telegrams)"},{"location":"Commands/#fetching-temperature-sensor-information","text":"The URL path is http:///api/temperaturesensor/ endpoint HTTP method action authentication required? post body blank GET outputs connected Dallas temperature sensor names and readings no info GET outputs all details on the connected Dallas temperature sensors no GET outputs all characteristics for a specific temperature sensors no","title":"Fetching Temperature Sensor information"},{"location":"Commands/#controlling-the-analog-sensors","text":"The URL path is http:///api/analogsensor/ endpoint HTTP method action authentication required? post body blank GET outputs analog sensors and their readings no info GET outputs all details on the connected analog sensors no GET outputs all characteristics for a specific analog sensors no commands GET lists the available system commands no setvalue POST set value/offset of counter or output pin, +/- sign corrects value yes {\"value\":, \"id\":}","title":"Controlling the Analog Sensors"},{"location":"Commands/#system-commands","text":"The URL path is http:///api/system/ endpoint HTTP method action authentication required? post body info or blank GET outputs current system information no fetch GET forces at refresh of all device values no restart GET restarts EMS-ESP yes commands GET lists the available system commands no allvalues GET lists all connect devices and sensors and their entity values no send POST send telegram to the EMS bus yes \"XX XX...XX\" message POST send a message to the log and MQTT yes \"..\" publish POST MQTT publish all values, and optional HA-configuration or specific for a device no [ha] \\| [device] watch POST watch incoming telegrams no ","title":"System Commands"},{"location":"Commands/#examples","text":"","title":"Examples"},{"location":"Commands/#mqtt","text":"MQTT uses the same format as the API. The topic matches the URL path except the is replaced with the MQTT Base name as defined in the Settings (default is ems-esp). The payload is the same as the as described above and used in the API. Examples: topic payload action ems-esp/system/send XX XX...XX send raw ems-command ems-esp/thermostat/seltemp fetches the seltemp entity values and publishes it in the topic ems-esp/response ems-esp/thermostat/seltemp 23 change the selected setpoint temperature to 23 degrees on the master thermostat on hc1 ems-esp/thermostat/mode auto sets the thermostat mode to auto for hc1 ems-esp/thermostat {\\\"cmd\\\":\\\"mode\\\",\\\"value\\\":\\\"heat\\\",\\\"id\\\":1} sets the thermostat mode to heat for hc1","title":"MQTT"},{"location":"Commands/#publishing-commands","text":"EMS-ESP will MQTT 'subscribe' to specific topics depending on the EMS devices attached. For example boiler , thermostat etc. Commands can be sent to EMS-ESP via these MQTT topics using the payload format: 1 { \"cmd\" : \"\" , \"data\" : , \"id\" : < n > } where cmd is one of the commands listed in the Commands and must be enclosed in quotes as a String. The key entity may also be used instead of cmd . data (or value ) holds the value for the command, and can be either a String or numeric value. id is used as an generic indicator. hc , wwc , ahs and hs are other suppoerted aliases. For example with hc it is used to indicated a specific Heating Circuit. A numeric value or String can be both used. With Home Assistant, Thermostat commands can also be sent to control individual heating circuits via sending a mode string or temperature number to a topic thermostat_hc . Depending on mqtt-settings there are also direct subscriptions for each value like boiler/wwtemp , thermostat/hc1/daytemp , etc. Thermostats which supports only a single heating circuits will subscribe to /thermostat/daytemp . You can also use MQTT to send a specific read request and the telegram response will be returned in a topic called response . For example sending the payload {\"cmd\":\"send\", \"data\":\"0B 88 19 19 02\"} to ems-esp/system will result in a topic response being published with the data {\"src\":\"08\",\"dest\":\"0B\",\"type\":\"19\",\"offset\":\"19\",\"data\":\"7D 00\",\"value\":32000} .","title":"Publishing Commands"},{"location":"Configuring/","text":"First time setup ~ The default 'factory' configuration will start an WiFi Access Point called ems-esp . Connect to this using the WPA password ems-esp-neo . When prompted with a login screen (captive portal) sign-in with the username admin and password admin . These can be modified later. If you have an Ethernet board then you can connect directly to it's IP address or via http://ems-esp or http://ems-esp.local . Now you're ready to further configure the settings. If not connected to your WiFi network, do this first from the Settings->Network page. You can also do this via the the Console when connected to a Serial/USB port and using the commands set wifi ssid and set wifi password . If you're seeing warnings that it failed to connect to the EMS bus, or there are Tx or Rx errors then follow the troubleshooting guide. If Rx incomplete telegrams are reported in the log, don't panic. Some telegrams can be missed and this is usually caused by noise interference on the line. This next section describes some of key settings that can be adjusted via the WebUI, found under the Settings section. Most are self-explanatory so only the important ones are described here. Application Settings ~ Services ~ Bypass Access Token authorization on API calls . For RESTful write commands via HTTP POST the access token is required. This is for security reasons to prevent anyone changing device settings. Setting this flag makes the API open. Not recommended! Enable Telnet Console . This is on by default and allows users to connect to the in-secure Telnet server on port 23. Enable Syslog : IP is the IP address of a syslog server for capturing remote logs. Leave blank is not using SysLog. Port if using an alternate port number. The default is 514. And it uses UDP (not TCP). Log Level sets the maximum log level for reported messages. The highest level is DEBUG which will send a lot of log data so use with caution. Mark Interval will send out a special mark message to the SysLog. This is useful for timing events. Sensors ~ Enable Analog Sensors . This enables any GPIO to collect signals, whether it's a digital I/O, a pulse counter or ADC measuring mv. Enable 1-Wire Parasite-Power . Select this option when using (Dallas) temperature sensors with parasitic power. Formatting Options ~ Language . This sets the language to be used for the EMS Device Entity names, as shown in the WebUI Devices Dashboard and also for MQTT Discovery. The default is English. When using Home Assistant, and switching the language you may need to remove the previous EMS-ESP MQTT entries (from HA's Settings->Devices & Services->MQTT) and restart EMS-ESP just to be sure. Boolean Format Dashboard . This is how boolean values are displayed in the WebUI and MQTT payloads. Boolean Format API/MQTT . This is how boolean values are written in the MQTT payloads and API JSON output. Enum Format API/MQTT . This is how list values are presented in the MQTT payloads and API JSON, either by it's value or the index position within the list. Not if using Home Assitant you will not see the values but integer numbers for some entities, e.g. instead of off, hot, cold it will display 0, 1, 2 . Convert temperature values to Fahrenheit . For our US friends. Log EMS telegrams in hexadecimal will write the telegrams in raw format as hexadecimal values everywhere. Hardware Settings ~ Board Profile . If you have your own ESP32 development board you can choose from a pre-configured board (which is already set on a BBQKees Gateway) or select Custom to view and change the hardware settings: Rx GPIO - Which GPIO pin the Rx is assigned to. By default this is GPIO 23 but it can be almost any free pin. Connect this GPIO pin to the RX port on the EMS interface board. Tx GPIO - Which GPIO pin the Tx is assigned to. By default this is GPIO 5 but it can be almost any free pin. Connect this GPIO pin to the TX port on the EMS interface board. Button GPIO . Set a pin with pull-up. The button is used for different functions, such as holding for 10 seconds to reset to factory settings. Temperature GPIO . This is the pin where any external temperature sensors are attached. The Dallas chips DS1822, DS18S20, DS18B20, DS1825 are supported including their parasite varieties and can also be daisy-chained onto a single line, up to 100 sensors. LED GPIO . This is the pin for the LED, defaulted to the onboard LED on the ESP dev board. Eth PHY Type for choosing the Ethernet chip used. On ESP32 development boards there are often also pins marked RX and TX. However, these are usually connected to the USB chip and cannot be used for the EMS interface circuit. EMS Tx Mode . Tx Mode is the mode in which EMS-ESP sends telegrams on the EMS bus. Choose the mode that works best for your system and watch for Tx errors in the Web Dashboard and show ems in the Console. Changing the value has immediate effect. EMS is the default for EMS1.0 systems but also compatible with most other bus protocols. EMS+ is designed to work better for EMS2.0/EMS+ systems. HT3 for Heatronics3 used primarily by Junkers. Hardware uses the internal ESP's hardware to send out the telegram. Telegrams are sent immediately. It is the fastest and most efficient method but works only on some systems. EMS Bus ID . The EMS-ESP can simulate multiple devices. Stick to the Service Key (0x0B) unless using more than one EMS gateways/interface board. Enable Read only mode . This disables any outgoing Tx write commands to the EMS bus, essentially putting EMS-ESP into listening mode. However Tx is needed to detect EMS devices (as it sends out a Version command). If you want to explicitly put EMS-ESP into a read-only/sniffer mode use set tx_mode 0 from the console. Hide LED . Turns off the LED when in normal operating mode. The LED is still shown when booting or when there are connection issues. Underclock CPU speed . Under-clocks the ESP to 160Mhz, saving on power, heat and prolonging the lifespan of the chip at the cost of performance and response time. A reboot of EMS-ESP is required. Special Functions ~ Developer Mode will enable advanced features in the WebUI, like the Read command from the System Log. Start boiler with forced heating off . TBD. Disabled remote on missing room termperature . TBD. Enable Shower Timer . Enable to time how long the hot water runs for and it will send out an MQTT message with the duration. The timer starts after a minimal of 2 minutes running time. Enable Shower Alert . This is somewhat experimental and may not work on all boilers. After 7 minutes (configurable) running the hot water it will send out a warning by sending cold water for 10 seconds (also configurable). The boiler goes into test mode to perform this operation so use with caution! Network Setup ~ The Network page allows you to connect EMS-ESP to your home network. You can choose between WiFi and Ethernet if the hardware board support this. Note WiFi must be 2.4GHz/WPA2. It will not connect to a 5GHz WifFi access point. CORS (Cross-Origin Resource Sharing) ~ CORS, when enabled adds new HTTP headers to each Web request to allow the Web API to make fetch and XMLHttpRequest requests across different domains. It disables the pre-flight check which follows the same-origin policy by default. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS for more details. There is also a \"CORS unblock\" browser addon that works the same way. Enable this function when running in VPNs or you have other servers (like Grafana) running on other domains that are making calls to EMS-ESP's API. MQTT Setup ~ Broker Address . Use the IP address, not a FQDN. Port . The default is 1883 and 8883 for SSL. Base . All topics are prefixed with the Base so this is important. Make sure this is unique when using more than one EMS-ESP with the same broker. Client ID . This is used internally to identify EMS-ESP with the broker and is optional. Note MQTT topics will be postfixed with the hostname (default ems-esp ) and not the client ID. Use when having multiple devices. Username and Password are optional. Set Clean Session . Creates a non-persistent session when enabled. Default and recommended setting is disabled to keep it disabled when using home automation systems. QoS . Quality of Service, 0, 1 or 2. 0 is the default and suitable for more scenarios. A value of 1 will give a guarantee that the message has been sent, but will create slightly more network traffic and overhead. Always set Retain Flag . Enable if you want to persist all the messages on the MQTT broker. Default is disabled. Formatting . The As individual topics option will send all data as separate topics, and Nested will group the data into one single JSON payload. The default is nested. Publish command output to a 'response' topic' . This takes the output from an API command and publishes the result in a topic called response . Publish single value topics on change . This option will immediately publish the topic and payload for each operation and only available when MQTT Discovery is disabled. Enable MQTT Discovery enables the integration using MQTT Discovery, fully supported with Home Assistant and partially with Domoticz. Discovery type . Choose between \"Home Assistant\" and two protocols for \"Domoticz\". Domoticz (latest) will use Numbers, Switches, Select and other modern types, while Domoticz will just use Sensors for everything and also remove any templating conditions. Entity ID format : There are 3 options. The first single instance, long names uses the older < v3.5 format. The default and recommended setting for all new installs is the 2nd option called Single instance, short name which uses the EMS-ESP device entity name, which is fixed and can be seen in the Settings->Customization page. The last option must be used when running more than one version of the EMS-ESP firmware as it makes each unique by prefixing all MQTT topics with the base name. Publish Intervals . This section is per device and sets how frequent an MQTT message is sent. When set to 0 EMS-ESP will send data automatically when there is a noticeable change, which could be within a few seconds. Managing Users ~ The Security page allows you to change the default password for the captive portal and Telnet CLI. It also allows you to enable HTTPS for the captive portal and MQTT broker. The Users page allows you to create additional users for the captive portal and Telnet CLI. The default user is admin with password admin . Each user has an unique Access Token (viewable by clicking on the key icon) which is used for RESTful write commands via HTTP POST. This is for security reasons to prevent anyone changing device settings. Adding Analog and Temperature Sensors ~ External sensors, like temperature and analog sensors can be attached to a range of GPIO pins on the ESP32 chip. If using a BBQKees Gateway board it already has an external plug for Dallas temperature sensors which will be visible in the WebUI without any additional configuration. To add analog sensors click on Add and choose between a normal Digital in/out, a Counter (counting on/off pulses), ADC for measuring voltages, Timer, Rate and PWM 0-2. Note, the counter value is persisted and and not reset on reboot. Warning Be careful when picking a GPIO so it doesn't clash with the other used GPIOs (you can select CUSTOM board profile to view your current configuration). EMS-ESP is connected to the low voltage bus of your heating and any over-voltage can damage the EMS-ESP board and possible your heating devices. Never power external equipment from the EMS-ESP board directly. ESP32 development boards vary in their available pin configuration. Typically you can't use 1, 6-11, 12, 14, 15, 20, 24, 28-31 and 40+. See these links here and here . The following GPIOs are recommended: digital output: 13, 19, 21, 22, 27, 33, 37, 38 digital input/counter/timer/rate: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 (note no pullup on 35 & 39) ADC input: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 DAC output: 25, 26 PWM output: 13, 19, 21, 22, 25, 26, 27, 33, 37, 38 Limits: ADC: 1.5V DAC 8bit PWM: `max frequency 5000Hz, resolution 13bits`` Counter/timer/rate trigger: high->low edge with 15 ms debounce. Only for low pulse rates. Controlling Relay's ~ A common use case is to control a relay to switch on/off a device. This can be done by adding a digital output sensor and then creating a command to control it. The command can be added to the dashboard and scheduled to turn on/off at specific times. Create an Analog Sensor with type 'Digital Out'. The professional way is to use a separate relay board with opto-isolation and a flyback diode. The relay board is then powered by a separate power supply and the relay is connected to the digital output of the EMS-ESP as described above. The relay board is then connected to the device you want to control. This way the device is completely isolated from the EMS-ESP and the relay board can handle the higher voltage and current. Customizing Entities ~ The Customization page shows all registered entities and allows to exclude commands and values from publishing via MQTT/API or remove them from WebUI pages. The Devices and Dashboard only show entities with value while the Customization module will show all of them. If an entity has no value then it is supported by EMS-ESP, but not by your boiler/thermostat/etc and will not be published or visible to any integrations like Home Assistant. Scheduling Actions ~ Use the scheduler to call commands at specific intervals. A few examples: set the hot water temperature to a higher value in the morning and evening do a periodic system restart each week (although you shouldn't need to!) using system/restart in the Command field send a message to the log and mqtt using the Command system/message use in combination with a custom 'ram' entity to fetch data via another API like {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} and using this as a condition in the scheduler send data to an external API, via a RESTful HTTP POST command, for example {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} use to call a Home Assistant script or service when a condition is triggered, e.g. { \"url\":\"http:///api/services/script/my_script\", \"header\":{\"authorization\":\"Bearer \", \"Content-Type\":\"application/json\"} } When creating a scheduler entry, the name is optional but it's useful to assign a name and then you can control it via a command (enable/disable) and see the status in the MQTT topic scheduler_data . The scheduler can also be used to periodically set values based on another entity value, or even a user-defined custom entity (variable). For example to set the flow temperature of the boiler every minute based on a user managed entity which is controlled externally (e.g. in Home Assistant) it would look like: Conditions ~ Introduced in version 3.7 , the Scheduler has been extended to support conditional statements and formulas that can be used in the Command and/or Value fields for Timer, On Change and Condition types. Conditions have a strict syntax (see below) and are evaluated every 10 seconds. The condition is only executed when the condition changes from false to true. This is powerful new feature and allows, for example, to set a schedule based on a condition or set a value based on a condition. Pay attention to the following rules: a condition has to be a logic value 0 or 1 , the condition is true only for 1 , an arithmetic result 1 is also interpreted as true schedule command executed for 3 > 2, 3 - 2 schedule command not executed for 3 < 2 , 3 + 2 spaces are not needed, but makes the formula more readable EMS-ESP values are accessed / or //value . The may contain additional prefixes like . The user's Boolean Format ( 0/1 , off/on , OFF/ON , or false/true ) and Enum Format (value/index) Settings are used when evaluating bool and enums. Check the right value before setting a schedule by querying the API directly. For example go to http://ems-esp.local/api/thermostat to see if building is \"medium\", then create the rule with thermostat/building == medium . strings containing special characters have to be quoted. e.g. boiler/pumpmode == \"delta-P2\" , to avoid a calculation error on delta minus P2. all strings are converted to lowercase commands followed by a divider ( / ) have to be set in parenthesis e.g. (boiler/seltemp)/2 condition command is only executed on a change of the condition from false to true . If the condition stays true, the command is not repeated a command Value can also be a formula allowed operations: arithmetic: + - * / % functions: round abs int exp log sqrt pow logic: == != <= >= < > && || prefix: ! (not) and - (negation) conditional operations: ? : only surrounding a formula, not within a formula. Examples: (allowed) ? 5 + : 5 + (not allowed) 5 + ( ? : ) and cascaded conditions ? ? : : ? : An On Change trigger is a list of entities following the format / . Note, a of \"system\" is not supported. e.g. boiler/outdoortemp custom/setpoint . As entities never change at the same time using logical operations here like && aren't useful. Web Commands ~ Sending or getting data via web request can be used in a json command: GET a value from webserver: {\"url\":\"http://server.tld/path/file\"} GET a json value from webserver and select the key: {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} set a value with POST: Command: {\"url\":\"http://server.tld/path/file\", \"header\":{\"content-type\":\"text/plain\", \"token\":\"mytoken\"} Value: the post message, if it is a json the content-type header is set in header, no need to set it. Examples: getting power state of a tasmota plug example: {\"url\":\"http://192.168.0.100/cm?cmnd=power\", \"key\":\"power\"} == off is identical to {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} setting a tasmoto plug: {\"url\":\"http://192.168.0.100/cm?cmnd=power%20on\"} Notification ~ With web commands a service like pushover can be used to send a push-message on events. To send different message create a custom entity in RAM named message , or what ever you like. Create a schedule On Change triggering the change of this message and sending the pushover message. Now you can create other schedules with the command custom/message and use individual text as data. Adding Custom Entities ~ Custom Entities is an advanced and powerful way to extend EMS-ESP by adding your own EMS entities that extracts data from a specific EMS telegram. This is useful when EMS-ESP doesn't yet support a specific entity, or when you want to extract data from a telegram that is not yet supported. Another common use case is for debugging or watching specific behavior when changing parameters on an EMS device. For example, a modern Heat Pump may have new features that are not included in EMS-ESP. Here you would use the watch command to view the incoming EMS traffic in combination with manual adjusting specific parameters and when you have located the specific telegram and the offset, create a Custom Entity to fine-tune the type and verify the the value. Then request it to be included in the next EMS-ESP release update.","title":"Configuring EMS-ESP"},{"location":"Configuring/#first-time-setup","text":"The default 'factory' configuration will start an WiFi Access Point called ems-esp . Connect to this using the WPA password ems-esp-neo . When prompted with a login screen (captive portal) sign-in with the username admin and password admin . These can be modified later. If you have an Ethernet board then you can connect directly to it's IP address or via http://ems-esp or http://ems-esp.local . Now you're ready to further configure the settings. If not connected to your WiFi network, do this first from the Settings->Network page. You can also do this via the the Console when connected to a Serial/USB port and using the commands set wifi ssid and set wifi password . If you're seeing warnings that it failed to connect to the EMS bus, or there are Tx or Rx errors then follow the troubleshooting guide. If Rx incomplete telegrams are reported in the log, don't panic. Some telegrams can be missed and this is usually caused by noise interference on the line. This next section describes some of key settings that can be adjusted via the WebUI, found under the Settings section. Most are self-explanatory so only the important ones are described here.","title":"First time setup"},{"location":"Configuring/#application-settings","text":"","title":"Application Settings"},{"location":"Configuring/#services","text":"Bypass Access Token authorization on API calls . For RESTful write commands via HTTP POST the access token is required. This is for security reasons to prevent anyone changing device settings. Setting this flag makes the API open. Not recommended! Enable Telnet Console . This is on by default and allows users to connect to the in-secure Telnet server on port 23. Enable Syslog : IP is the IP address of a syslog server for capturing remote logs. Leave blank is not using SysLog. Port if using an alternate port number. The default is 514. And it uses UDP (not TCP). Log Level sets the maximum log level for reported messages. The highest level is DEBUG which will send a lot of log data so use with caution. Mark Interval will send out a special mark message to the SysLog. This is useful for timing events.","title":"Services"},{"location":"Configuring/#sensors","text":"Enable Analog Sensors . This enables any GPIO to collect signals, whether it's a digital I/O, a pulse counter or ADC measuring mv. Enable 1-Wire Parasite-Power . Select this option when using (Dallas) temperature sensors with parasitic power.","title":"Sensors"},{"location":"Configuring/#formatting-options","text":"Language . This sets the language to be used for the EMS Device Entity names, as shown in the WebUI Devices Dashboard and also for MQTT Discovery. The default is English. When using Home Assistant, and switching the language you may need to remove the previous EMS-ESP MQTT entries (from HA's Settings->Devices & Services->MQTT) and restart EMS-ESP just to be sure. Boolean Format Dashboard . This is how boolean values are displayed in the WebUI and MQTT payloads. Boolean Format API/MQTT . This is how boolean values are written in the MQTT payloads and API JSON output. Enum Format API/MQTT . This is how list values are presented in the MQTT payloads and API JSON, either by it's value or the index position within the list. Not if using Home Assitant you will not see the values but integer numbers for some entities, e.g. instead of off, hot, cold it will display 0, 1, 2 . Convert temperature values to Fahrenheit . For our US friends. Log EMS telegrams in hexadecimal will write the telegrams in raw format as hexadecimal values everywhere.","title":"Formatting Options"},{"location":"Configuring/#hardware-settings","text":"Board Profile . If you have your own ESP32 development board you can choose from a pre-configured board (which is already set on a BBQKees Gateway) or select Custom to view and change the hardware settings: Rx GPIO - Which GPIO pin the Rx is assigned to. By default this is GPIO 23 but it can be almost any free pin. Connect this GPIO pin to the RX port on the EMS interface board. Tx GPIO - Which GPIO pin the Tx is assigned to. By default this is GPIO 5 but it can be almost any free pin. Connect this GPIO pin to the TX port on the EMS interface board. Button GPIO . Set a pin with pull-up. The button is used for different functions, such as holding for 10 seconds to reset to factory settings. Temperature GPIO . This is the pin where any external temperature sensors are attached. The Dallas chips DS1822, DS18S20, DS18B20, DS1825 are supported including their parasite varieties and can also be daisy-chained onto a single line, up to 100 sensors. LED GPIO . This is the pin for the LED, defaulted to the onboard LED on the ESP dev board. Eth PHY Type for choosing the Ethernet chip used. On ESP32 development boards there are often also pins marked RX and TX. However, these are usually connected to the USB chip and cannot be used for the EMS interface circuit. EMS Tx Mode . Tx Mode is the mode in which EMS-ESP sends telegrams on the EMS bus. Choose the mode that works best for your system and watch for Tx errors in the Web Dashboard and show ems in the Console. Changing the value has immediate effect. EMS is the default for EMS1.0 systems but also compatible with most other bus protocols. EMS+ is designed to work better for EMS2.0/EMS+ systems. HT3 for Heatronics3 used primarily by Junkers. Hardware uses the internal ESP's hardware to send out the telegram. Telegrams are sent immediately. It is the fastest and most efficient method but works only on some systems. EMS Bus ID . The EMS-ESP can simulate multiple devices. Stick to the Service Key (0x0B) unless using more than one EMS gateways/interface board. Enable Read only mode . This disables any outgoing Tx write commands to the EMS bus, essentially putting EMS-ESP into listening mode. However Tx is needed to detect EMS devices (as it sends out a Version command). If you want to explicitly put EMS-ESP into a read-only/sniffer mode use set tx_mode 0 from the console. Hide LED . Turns off the LED when in normal operating mode. The LED is still shown when booting or when there are connection issues. Underclock CPU speed . Under-clocks the ESP to 160Mhz, saving on power, heat and prolonging the lifespan of the chip at the cost of performance and response time. A reboot of EMS-ESP is required.","title":"Hardware Settings"},{"location":"Configuring/#special-functions","text":"Developer Mode will enable advanced features in the WebUI, like the Read command from the System Log. Start boiler with forced heating off . TBD. Disabled remote on missing room termperature . TBD. Enable Shower Timer . Enable to time how long the hot water runs for and it will send out an MQTT message with the duration. The timer starts after a minimal of 2 minutes running time. Enable Shower Alert . This is somewhat experimental and may not work on all boilers. After 7 minutes (configurable) running the hot water it will send out a warning by sending cold water for 10 seconds (also configurable). The boiler goes into test mode to perform this operation so use with caution!","title":"Special Functions"},{"location":"Configuring/#network-setup","text":"The Network page allows you to connect EMS-ESP to your home network. You can choose between WiFi and Ethernet if the hardware board support this. Note WiFi must be 2.4GHz/WPA2. It will not connect to a 5GHz WifFi access point.","title":"Network Setup"},{"location":"Configuring/#cors-cross-origin-resource-sharing","text":"CORS, when enabled adds new HTTP headers to each Web request to allow the Web API to make fetch and XMLHttpRequest requests across different domains. It disables the pre-flight check which follows the same-origin policy by default. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS for more details. There is also a \"CORS unblock\" browser addon that works the same way. Enable this function when running in VPNs or you have other servers (like Grafana) running on other domains that are making calls to EMS-ESP's API.","title":"CORS (Cross-Origin Resource Sharing)"},{"location":"Configuring/#mqtt-setup","text":"Broker Address . Use the IP address, not a FQDN. Port . The default is 1883 and 8883 for SSL. Base . All topics are prefixed with the Base so this is important. Make sure this is unique when using more than one EMS-ESP with the same broker. Client ID . This is used internally to identify EMS-ESP with the broker and is optional. Note MQTT topics will be postfixed with the hostname (default ems-esp ) and not the client ID. Use when having multiple devices. Username and Password are optional. Set Clean Session . Creates a non-persistent session when enabled. Default and recommended setting is disabled to keep it disabled when using home automation systems. QoS . Quality of Service, 0, 1 or 2. 0 is the default and suitable for more scenarios. A value of 1 will give a guarantee that the message has been sent, but will create slightly more network traffic and overhead. Always set Retain Flag . Enable if you want to persist all the messages on the MQTT broker. Default is disabled. Formatting . The As individual topics option will send all data as separate topics, and Nested will group the data into one single JSON payload. The default is nested. Publish command output to a 'response' topic' . This takes the output from an API command and publishes the result in a topic called response . Publish single value topics on change . This option will immediately publish the topic and payload for each operation and only available when MQTT Discovery is disabled. Enable MQTT Discovery enables the integration using MQTT Discovery, fully supported with Home Assistant and partially with Domoticz. Discovery type . Choose between \"Home Assistant\" and two protocols for \"Domoticz\". Domoticz (latest) will use Numbers, Switches, Select and other modern types, while Domoticz will just use Sensors for everything and also remove any templating conditions. Entity ID format : There are 3 options. The first single instance, long names uses the older < v3.5 format. The default and recommended setting for all new installs is the 2nd option called Single instance, short name which uses the EMS-ESP device entity name, which is fixed and can be seen in the Settings->Customization page. The last option must be used when running more than one version of the EMS-ESP firmware as it makes each unique by prefixing all MQTT topics with the base name. Publish Intervals . This section is per device and sets how frequent an MQTT message is sent. When set to 0 EMS-ESP will send data automatically when there is a noticeable change, which could be within a few seconds.","title":"MQTT Setup"},{"location":"Configuring/#managing-users","text":"The Security page allows you to change the default password for the captive portal and Telnet CLI. It also allows you to enable HTTPS for the captive portal and MQTT broker. The Users page allows you to create additional users for the captive portal and Telnet CLI. The default user is admin with password admin . Each user has an unique Access Token (viewable by clicking on the key icon) which is used for RESTful write commands via HTTP POST. This is for security reasons to prevent anyone changing device settings.","title":"Managing Users"},{"location":"Configuring/#adding-analog-and-temperature-sensors","text":"External sensors, like temperature and analog sensors can be attached to a range of GPIO pins on the ESP32 chip. If using a BBQKees Gateway board it already has an external plug for Dallas temperature sensors which will be visible in the WebUI without any additional configuration. To add analog sensors click on Add and choose between a normal Digital in/out, a Counter (counting on/off pulses), ADC for measuring voltages, Timer, Rate and PWM 0-2. Note, the counter value is persisted and and not reset on reboot. Warning Be careful when picking a GPIO so it doesn't clash with the other used GPIOs (you can select CUSTOM board profile to view your current configuration). EMS-ESP is connected to the low voltage bus of your heating and any over-voltage can damage the EMS-ESP board and possible your heating devices. Never power external equipment from the EMS-ESP board directly. ESP32 development boards vary in their available pin configuration. Typically you can't use 1, 6-11, 12, 14, 15, 20, 24, 28-31 and 40+. See these links here and here . The following GPIOs are recommended: digital output: 13, 19, 21, 22, 27, 33, 37, 38 digital input/counter/timer/rate: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 (note no pullup on 35 & 39) ADC input: 13, 19, 21, 22, 25, 26, 27, 33, 35, 37, 38, 39 DAC output: 25, 26 PWM output: 13, 19, 21, 22, 25, 26, 27, 33, 37, 38 Limits: ADC: 1.5V DAC 8bit PWM: `max frequency 5000Hz, resolution 13bits`` Counter/timer/rate trigger: high->low edge with 15 ms debounce. Only for low pulse rates.","title":"Adding Analog and Temperature Sensors"},{"location":"Configuring/#controlling-relays","text":"A common use case is to control a relay to switch on/off a device. This can be done by adding a digital output sensor and then creating a command to control it. The command can be added to the dashboard and scheduled to turn on/off at specific times. Create an Analog Sensor with type 'Digital Out'. The professional way is to use a separate relay board with opto-isolation and a flyback diode. The relay board is then powered by a separate power supply and the relay is connected to the digital output of the EMS-ESP as described above. The relay board is then connected to the device you want to control. This way the device is completely isolated from the EMS-ESP and the relay board can handle the higher voltage and current.","title":"Controlling Relay's"},{"location":"Configuring/#customizing-entities","text":"The Customization page shows all registered entities and allows to exclude commands and values from publishing via MQTT/API or remove them from WebUI pages. The Devices and Dashboard only show entities with value while the Customization module will show all of them. If an entity has no value then it is supported by EMS-ESP, but not by your boiler/thermostat/etc and will not be published or visible to any integrations like Home Assistant.","title":"Customizing Entities"},{"location":"Configuring/#scheduling-actions","text":"Use the scheduler to call commands at specific intervals. A few examples: set the hot water temperature to a higher value in the morning and evening do a periodic system restart each week (although you shouldn't need to!) using system/restart in the Command field send a message to the log and mqtt using the Command system/message use in combination with a custom 'ram' entity to fetch data via another API like {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} and using this as a condition in the scheduler send data to an external API, via a RESTful HTTP POST command, for example {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} use to call a Home Assistant script or service when a condition is triggered, e.g. { \"url\":\"http:///api/services/script/my_script\", \"header\":{\"authorization\":\"Bearer \", \"Content-Type\":\"application/json\"} } When creating a scheduler entry, the name is optional but it's useful to assign a name and then you can control it via a command (enable/disable) and see the status in the MQTT topic scheduler_data . The scheduler can also be used to periodically set values based on another entity value, or even a user-defined custom entity (variable). For example to set the flow temperature of the boiler every minute based on a user managed entity which is controlled externally (e.g. in Home Assistant) it would look like:","title":"Scheduling Actions"},{"location":"Configuring/#conditions","text":"Introduced in version 3.7 , the Scheduler has been extended to support conditional statements and formulas that can be used in the Command and/or Value fields for Timer, On Change and Condition types. Conditions have a strict syntax (see below) and are evaluated every 10 seconds. The condition is only executed when the condition changes from false to true. This is powerful new feature and allows, for example, to set a schedule based on a condition or set a value based on a condition. Pay attention to the following rules: a condition has to be a logic value 0 or 1 , the condition is true only for 1 , an arithmetic result 1 is also interpreted as true schedule command executed for 3 > 2, 3 - 2 schedule command not executed for 3 < 2 , 3 + 2 spaces are not needed, but makes the formula more readable EMS-ESP values are accessed / or //value . The may contain additional prefixes like . The user's Boolean Format ( 0/1 , off/on , OFF/ON , or false/true ) and Enum Format (value/index) Settings are used when evaluating bool and enums. Check the right value before setting a schedule by querying the API directly. For example go to http://ems-esp.local/api/thermostat to see if building is \"medium\", then create the rule with thermostat/building == medium . strings containing special characters have to be quoted. e.g. boiler/pumpmode == \"delta-P2\" , to avoid a calculation error on delta minus P2. all strings are converted to lowercase commands followed by a divider ( / ) have to be set in parenthesis e.g. (boiler/seltemp)/2 condition command is only executed on a change of the condition from false to true . If the condition stays true, the command is not repeated a command Value can also be a formula allowed operations: arithmetic: + - * / % functions: round abs int exp log sqrt pow logic: == != <= >= < > && || prefix: ! (not) and - (negation) conditional operations: ? : only surrounding a formula, not within a formula. Examples: (allowed) ? 5 + : 5 + (not allowed) 5 + ( ? : ) and cascaded conditions ? ? : : ? : An On Change trigger is a list of entities following the format / . Note, a of \"system\" is not supported. e.g. boiler/outdoortemp custom/setpoint . As entities never change at the same time using logical operations here like && aren't useful.","title":"Conditions"},{"location":"Configuring/#web-commands","text":"Sending or getting data via web request can be used in a json command: GET a value from webserver: {\"url\":\"http://server.tld/path/file\"} GET a json value from webserver and select the key: {\"url\":\"http://server.tld/path/file\", \"key\":\"nameofkey\"} set a value with POST: Command: {\"url\":\"http://server.tld/path/file\", \"header\":{\"content-type\":\"text/plain\", \"token\":\"mytoken\"} Value: the post message, if it is a json the content-type header is set in header, no need to set it. Examples: getting power state of a tasmota plug example: {\"url\":\"http://192.168.0.100/cm?cmnd=power\", \"key\":\"power\"} == off is identical to {\"url\":\"http://192.168.0.100/cm?cmnd=power\"} == {\"power\":\"off\"} setting a tasmoto plug: {\"url\":\"http://192.168.0.100/cm?cmnd=power%20on\"}","title":"Web Commands"},{"location":"Configuring/#notification","text":"With web commands a service like pushover can be used to send a push-message on events. To send different message create a custom entity in RAM named message , or what ever you like. Create a schedule On Change triggering the change of this message and sending the pushover message. Now you can create other schedules with the command custom/message and use individual text as data.","title":"Notification"},{"location":"Configuring/#adding-custom-entities","text":"Custom Entities is an advanced and powerful way to extend EMS-ESP by adding your own EMS entities that extracts data from a specific EMS telegram. This is useful when EMS-ESP doesn't yet support a specific entity, or when you want to extract data from a telegram that is not yet supported. Another common use case is for debugging or watching specific behavior when changing parameters on an EMS device. For example, a modern Heat Pump may have new features that are not included in EMS-ESP. Here you would use the watch command to view the incoming EMS traffic in combination with manual adjusting specific parameters and when you have located the specific telegram and the offset, create a Custom Entity to fine-tune the type and verify the the value. Then request it to be included in the next EMS-ESP release update.","title":"Adding Custom Entities"},{"location":"Console/","text":"EMS-ESP has a telnet server that enables clients to connect using a telnet client such as PuTTY or natively via the OS like this example with Windows . The port is 23. You can also access the console via a USB Serial port, using baud 115200. You will need to press CTRL-D to open the Serial console. The console will give you more insight into the EMS bus traffic, MQTT queues and the full device information its capturing. It behaves similar to a Unix/Linux shell. Some of the most common commands are: help or F1 lists the commands and keywords. This works in each context. exit will exit the console or exit the current context. CTRL-D does the same. CTRL-U for Undo or clearing the line. for auto-complete system to enter the system menu. Use exit or CTRL-D to return. su will switch to the \"super user\" or admin mode. The default password is ems-esp-neo and can be changed with passwd from the system menu or via the Web interface (called secret password). When in su mode the command prompt switches from $ to # . Some settings can be changed in the console. The set command will list them. show or F2 shows the data specific to the which context you're in. From the root it will show you all the EMS device information and any external Dallas temperature sensors. show commands or call will list all the commands which can called with the call command. See Commands . log sets the logging level. log off disables logging. Use log debug for debugging commands and actions, log all includes the telegrams like watch on . This will be reset next time the console is opened. watch will output the incoming Rx telegrams directly to the console. You can also put on a watch on a specific EMS device ID or telegram ID or unknown (new) telegrams. Also choose to output as verbose text as raw data bytes. Console Commands ~ Typing help will list the available commands. Some admin commands are only active after first a su command is entered. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 exit help log [level] show [system | users | devices | log | ems | values | mqtt | commands su passwd restart [partitionname] wifi reconnect set wifi password set hostname set wifi ssid set board_profile set bus_id set tx_mode set service scan [deep] read [offset] [length] watch [off | on | raw | unknown] [ID] call [device] [cmd] [data] [id|hc] Examples ~ Calling a command to change values ~ Note you have su first to get access to all the call commands. Showing device values ~ Monitoring the EMS traffic ~ Using the watch command you can monitor the incoming EMS telegrams. Syntax is watch on where ID is either a Telegram ID and also a Device ID. Note the CRC byte is excluded from the data package. If you want to see only telegrams that are not registered yet, use watch unknown If you want to see the raw bytes including CRC as transmitted on the EMS line use watch raw .","title":"Console"},{"location":"Console/#console-commands","text":"Typing help will list the available commands. Some admin commands are only active after first a su command is entered. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 exit help log [level] show [system | users | devices | log | ems | values | mqtt | commands su passwd restart [partitionname] wifi reconnect set wifi password set hostname set wifi ssid set board_profile set bus_id set tx_mode set service scan [deep] read [offset] [length] watch [off | on | raw | unknown] [ID] call [device] [cmd] [data] [id|hc]","title":"Console Commands"},{"location":"Console/#examples","text":"","title":"Examples"},{"location":"Console/#calling-a-command-to-change-values","text":"Note you have su first to get access to all the call commands.","title":"Calling a command to change values"},{"location":"Console/#showing-device-values","text":"","title":"Showing device values"},{"location":"Console/#monitoring-the-ems-traffic","text":"Using the watch command you can monitor the incoming EMS telegrams. Syntax is watch on where ID is either a Telegram ID and also a Device ID. Note the CRC byte is excluded from the data package. If you want to see only telegrams that are not registered yet, use watch unknown If you want to see the raw bytes including CRC as transmitted on the EMS line use watch raw .","title":"Monitoring the EMS traffic"},{"location":"Contact/","text":"Contact Us ~ Name Email Subject Message Send","title":"Contact"},{"location":"Contact/#contact-us","text":"Name Email Subject Message Send","title":"Contact Us"},{"location":"Contributing/","text":"Any contribution helps make EMS-ESP better . This project needs help with: guides for integrating into home automation systems testing with various types of EMS devices (boilers, thermostats, solar, heap pumps etc) to build up our supported database Expand the documentation with more details, fixing spelling mistakes and other inaccuracies you may find. If you spot an error in an article use the Improve this article link at the top of the page to correct it. Note you will need a GitHub account. Make the change, click on \"Propose file change\" and \"Create pull request\". The full Contributing guidelines can found in CONTRIBUTING.md as part of the GitHub source code repository. Basic design principles ~ The core services like telnet, logging and shell are based off the libraries from @nomis. This general design pattens focuses on making everything as asynchronous as possible so that no one operation should starve another operation of it's time to execute ( https://isocpp.org/wiki/faq/ctors#static-init-order ). All EMS devices (e.g. boiler, thermostat, solar modules, mixer units etc) are derived from a factory base class and each class handles its own registering of telegram and mqtt handlers. This makes the EMS device code easier to manage and we can extend with new telegrams types and features. Keeping the code tidy ~ The web code uses prettier . To auto format run yarn format from the interface folder. The C++ code use clang . The easiest way to auto format the code is using the VSCode Format Files extension. Then run the command Start Format Files: From Glob and select src/** as the glob pattern. Keeping the Web libraries up to date ~ Use an update check tool like ncu to keep the web libraries up to date. You can run using npx npm-check-updates . See npm-check-updates . Pull Requests ~ A Pull Request (PR) is the process where code modifications are managed in GitHub. The process is straight-forward. Fork the EMS-ESP Repository git repository Switch to the dev branch Write/Change the code in your Fork for a new feature, bug fix, optimization... Make sure the code is formatting to the EMS-ESP style (as defined in clang) Create any additional tests in tests.cpp and use the test suite make run (linux/osx only) to make sure there are no breaking changes Update the CHANGELOG_LATEST.md with the change and link to the PR Create a Pull Request against the dev branch of EMS-ESP Make sure you adhere to these rules: All pull requests must be done against the dev branch. Make sure code is formatting per the .clang-format . In Visual Studio Code use Alt-Shift-F to auto-format. Make sure any new code is clearly commented explaining what the function/logic does. Only relevant files should be touched (Also beware if your editor has auto-formatting feature enabled). Only one feature/fix should be added per PR. PRs that don't compile (fail in CI Tests) or cause coding errors will not be merged. Please fix the issue. Same goes for PRs that are raised against older commit in dev - you might need to rebase and resolve conflicts. All pull requests should undergo peer review by at least one contributor other than the creator, excepts for the owner. All pull requests should consider updates to the documentation. Pull requests that address an outstanding issue, particularly an issue deemed to be severe, should be given priority. If a PR is accepted, then it should undergo review and updated based on the feedback provided, then merged. By submitting a PR, it is needed to use the provided PR template and check all boxes, performing the required tasks and accepting the CLA. Pull requests that don't meet the above will be denied and closed. Semantic Commit Messages ~ Format: (): is optional. See https://www.conventionalcommits.org/ . Example ~ 1 2 3 4 5 6 feat: add hat wobble ^--^ ^------------^ | | | +-> Summary in present tense. | +-------> Type: chore, docs, feat, fix, refactor, style, or test. More Examples: feat : (new feature for the user, not a new feature for build script) fix : (bug fix for the user, not a fix to a build script) docs : (changes to the documentation) style : (formatting, missing semi colons, etc; no production code change) refactor : (refactoring production code, eg. renaming a variable) test : (adding missing tests, refactoring tests; no production code change) chore : (updating grunt tasks etc; no production code change)","title":"Contributing"},{"location":"Contributing/#basic-design-principles","text":"The core services like telnet, logging and shell are based off the libraries from @nomis. This general design pattens focuses on making everything as asynchronous as possible so that no one operation should starve another operation of it's time to execute ( https://isocpp.org/wiki/faq/ctors#static-init-order ). All EMS devices (e.g. boiler, thermostat, solar modules, mixer units etc) are derived from a factory base class and each class handles its own registering of telegram and mqtt handlers. This makes the EMS device code easier to manage and we can extend with new telegrams types and features.","title":"Basic design principles"},{"location":"Contributing/#keeping-the-code-tidy","text":"The web code uses prettier . To auto format run yarn format from the interface folder. The C++ code use clang . The easiest way to auto format the code is using the VSCode Format Files extension. Then run the command Start Format Files: From Glob and select src/** as the glob pattern.","title":"Keeping the code tidy"},{"location":"Contributing/#keeping-the-web-libraries-up-to-date","text":"Use an update check tool like ncu to keep the web libraries up to date. You can run using npx npm-check-updates . See npm-check-updates .","title":"Keeping the Web libraries up to date"},{"location":"Contributing/#pull-requests","text":"A Pull Request (PR) is the process where code modifications are managed in GitHub. The process is straight-forward. Fork the EMS-ESP Repository git repository Switch to the dev branch Write/Change the code in your Fork for a new feature, bug fix, optimization... Make sure the code is formatting to the EMS-ESP style (as defined in clang) Create any additional tests in tests.cpp and use the test suite make run (linux/osx only) to make sure there are no breaking changes Update the CHANGELOG_LATEST.md with the change and link to the PR Create a Pull Request against the dev branch of EMS-ESP Make sure you adhere to these rules: All pull requests must be done against the dev branch. Make sure code is formatting per the .clang-format . In Visual Studio Code use Alt-Shift-F to auto-format. Make sure any new code is clearly commented explaining what the function/logic does. Only relevant files should be touched (Also beware if your editor has auto-formatting feature enabled). Only one feature/fix should be added per PR. PRs that don't compile (fail in CI Tests) or cause coding errors will not be merged. Please fix the issue. Same goes for PRs that are raised against older commit in dev - you might need to rebase and resolve conflicts. All pull requests should undergo peer review by at least one contributor other than the creator, excepts for the owner. All pull requests should consider updates to the documentation. Pull requests that address an outstanding issue, particularly an issue deemed to be severe, should be given priority. If a PR is accepted, then it should undergo review and updated based on the feedback provided, then merged. By submitting a PR, it is needed to use the provided PR template and check all boxes, performing the required tasks and accepting the CLA. Pull requests that don't meet the above will be denied and closed.","title":"Pull Requests"},{"location":"Contributing/#semantic-commit-messages","text":"Format: (): is optional. See https://www.conventionalcommits.org/ .","title":"Semantic Commit Messages"},{"location":"Controllers/","text":"List of Controller Modules ~ This is the current list of supported controller modules: BC10/RFM20 CM10 GB022 BC10 GB142 HT3 BC10 MCM10 BC25 Controller Hybrid Heatpump BC40 BC10 Ecomline Sense II/CS200 ErP M200/RFM200 BC30 9000i 8700i BC Base Rego 3000 IVT Condens 5000i","title":"Controllers"},{"location":"Controllers/#list-of-controller-modules","text":"This is the current list of supported controller modules: BC10/RFM20 CM10 GB022 BC10 GB142 HT3 BC10 MCM10 BC25 Controller Hybrid Heatpump BC40 BC10 Ecomline Sense II/CS200 ErP M200/RFM200 BC30 9000i 8700i BC Base Rego 3000 IVT Condens 5000i","title":"List of Controller Modules"},{"location":"Domoticz/","text":"Domoticz Beta versions from December 2021 or later support the MQTT Discovery protocol. As EMS-ESP also fully supports Home Assistant MQTT Discovery this will automatically provide you with all available entities in Domoticz. EMS-ESP v3.3 provides all entities except the climate controls as read-only devices in Domoticz. In EMS-ESP v3.4 all entities that can be changed by the user will be available as a settable device in Domoticz. Check the BBQKees Wiki for the instructions on how to install.","title":"Domoticz"},{"location":"EMS-bus/","text":"Packages are streamed to the EMS \"bus\" from any other compatible connected device via serial TTL transmission using protocol 9600 baud, 8N1 (8 bytes, no parity, 1 stop bit). Each package is terminated with a break signal , a 11-bit long low signal of zeros. A package can be a single byte (see Polling below) or a string of 6 or more bytes making up an actual data telegram. A telegram for the EMS 1.0 is always in the format: [src] [dest] [type] [offset] [data] [crc] The first 4 bytes is referenced as the header in this document. EMS IDs ~ Each device has a unique ID. In this example a UBA boiler has an ID of 0x08 (such as a MC10) and also referred to as the Bus Master. The circuit acts as a service key and thus uses an ID 0x0B. This ID is reserved for special devices intended for service engineers. EMS Polling ~ The bus master (boiler) sends out a poll request every second by sending out a sequential list of all possible IDs as a single byte followed by the break signal. The ID always has its high 8th bit (MSB) set so in the code we're looking for 1 byte messages matching the format [dest|0x80] . Any connected device can respond to a Polling request with an acknowledgement by sending back a single byte with its own ID. In our case we would listen for a [0x8B] (meaning us) and then send back [0x0B] to say we're alive and ready. Polling is also the trigger to start transmitting any packages queued for sending. It must be done within 200ms or the bus master will time out. EMS Broadcasting ~ When a device is broadcasting to everyone there is no specific destination needed. [dest] is always 0x00. The tables below shows which types are broadcasted regularly by the boiler (in this case ID 0x08) and thermostat (ID 0x17). The data length is excluding the 4 byte header and CRC and the Name references those in the German EMS wiki . Source (ID) Type ID Name Description Data length Frequency Boiler (0x08) 0x34 UBAMonitorWWMessage warm water temperature 19 bytes 10 seconds Boiler (0x08) 0x18 UBAMonitorFast boiler temps, power, gas/pump switches 25 bytes 10 seconds Boiler (0x08) 0x19 UBAMonitorSlow boiler temp and timings 22 bytes 60 seconds Boiler (0x08) 0x1C UBAWartungsmelding maintenance messages 27 bytes 60 seconds Boiler (0x08) 0x2A n/a status, specific to boiler type 21 bytes 10 seconds Boiler (0x08) 0x07 n/a ? 21 bytes 30 seconds Source (ID) Type ID Name Description Frequency Thermostat (0x17) 0x06 RCTime returns time and date on the thermostat 60 seconds Thermostat (0x17) 0x91 RC30StatusMessage returns current and set temperatures 60 seconds Thermostat (0x17) 0xA3 RCTempMessage returns temp values from external (outdoor) sensors 60 seconds EMS Reading and Writing ~ Telegrams can only be sent after the Master (boiler) sends a poll to the receiving device. The response can be a read command to request data or a write command to send data. At the end of the transmission a poll response is sent from the client ( ) to say we're all done and free up the bus for other clients. When executing a request to read data the [src] is our device (0x0B) and the [dest] must have has it's MSB (8th bit) set. Say we were requesting data from the thermostat we would use [dest] = 0x97 since RC20 has an ID of 0x17. In emsesp-logs this request is shown with backward arrow towards [src] : \"Me(0x0B) <- Thermostat(0x17)...\" . Following a write request, the [dest] doesn't have the 8th bit set and after this write request the destination device will send either a single byte 0x01 for success or 0x04 for failure. In emsesp-logs this write is shown with arrow towards [dest] : \"Me(0x0B) -> Thermostat(0x17)...\" . Fetching EMS telegrams ~ Not all telegrams are broadcasted frequently, a lot of setting telegrams are only broadcasted partial if there is a change. To get all values from a telegram EMS-ESP has send a read request to the device and the device reply's the telegram only to emsesp, this we call \"fetching a telegram\". In system/info the devices listed with the handlers (type-ids that are processed): handlers received : Telegrams that are frequently broadcasted by device to all: \"Boiler(0x08) -> All(0x00)...\" handlers fetched : Telegrams that are not broadcasted and requested by EMS-ESP once a minute: \"Me(0x0B) <- Boiler(0x08) .. Boiler(0x08) -> Me(0x0B)...\" handlers pending : Telegrams not received yet or empty on fetch. Example: ems-boilers uses telegram 0x18 to monitor actual values, ems+ boilers uses telegram 0xE4 for the same information. If you find 0x18 on the received list, you have a ems boiler and 0xE4 is pending.","title":"The EMS protocol"},{"location":"EMS-bus/#ems-ids","text":"Each device has a unique ID. In this example a UBA boiler has an ID of 0x08 (such as a MC10) and also referred to as the Bus Master. The circuit acts as a service key and thus uses an ID 0x0B. This ID is reserved for special devices intended for service engineers.","title":"EMS IDs"},{"location":"EMS-bus/#ems-polling","text":"The bus master (boiler) sends out a poll request every second by sending out a sequential list of all possible IDs as a single byte followed by the break signal. The ID always has its high 8th bit (MSB) set so in the code we're looking for 1 byte messages matching the format [dest|0x80] . Any connected device can respond to a Polling request with an acknowledgement by sending back a single byte with its own ID. In our case we would listen for a [0x8B] (meaning us) and then send back [0x0B] to say we're alive and ready. Polling is also the trigger to start transmitting any packages queued for sending. It must be done within 200ms or the bus master will time out.","title":"EMS Polling"},{"location":"EMS-bus/#ems-broadcasting","text":"When a device is broadcasting to everyone there is no specific destination needed. [dest] is always 0x00. The tables below shows which types are broadcasted regularly by the boiler (in this case ID 0x08) and thermostat (ID 0x17). The data length is excluding the 4 byte header and CRC and the Name references those in the German EMS wiki . Source (ID) Type ID Name Description Data length Frequency Boiler (0x08) 0x34 UBAMonitorWWMessage warm water temperature 19 bytes 10 seconds Boiler (0x08) 0x18 UBAMonitorFast boiler temps, power, gas/pump switches 25 bytes 10 seconds Boiler (0x08) 0x19 UBAMonitorSlow boiler temp and timings 22 bytes 60 seconds Boiler (0x08) 0x1C UBAWartungsmelding maintenance messages 27 bytes 60 seconds Boiler (0x08) 0x2A n/a status, specific to boiler type 21 bytes 10 seconds Boiler (0x08) 0x07 n/a ? 21 bytes 30 seconds Source (ID) Type ID Name Description Frequency Thermostat (0x17) 0x06 RCTime returns time and date on the thermostat 60 seconds Thermostat (0x17) 0x91 RC30StatusMessage returns current and set temperatures 60 seconds Thermostat (0x17) 0xA3 RCTempMessage returns temp values from external (outdoor) sensors 60 seconds","title":"EMS Broadcasting"},{"location":"EMS-bus/#ems-reading-and-writing","text":"Telegrams can only be sent after the Master (boiler) sends a poll to the receiving device. The response can be a read command to request data or a write command to send data. At the end of the transmission a poll response is sent from the client ( ) to say we're all done and free up the bus for other clients. When executing a request to read data the [src] is our device (0x0B) and the [dest] must have has it's MSB (8th bit) set. Say we were requesting data from the thermostat we would use [dest] = 0x97 since RC20 has an ID of 0x17. In emsesp-logs this request is shown with backward arrow towards [src] : \"Me(0x0B) <- Thermostat(0x17)...\" . Following a write request, the [dest] doesn't have the 8th bit set and after this write request the destination device will send either a single byte 0x01 for success or 0x04 for failure. In emsesp-logs this write is shown with arrow towards [dest] : \"Me(0x0B) -> Thermostat(0x17)...\" .","title":"EMS Reading and Writing"},{"location":"EMS-bus/#fetching-ems-telegrams","text":"Not all telegrams are broadcasted frequently, a lot of setting telegrams are only broadcasted partial if there is a change. To get all values from a telegram EMS-ESP has send a read request to the device and the device reply's the telegram only to emsesp, this we call \"fetching a telegram\". In system/info the devices listed with the handlers (type-ids that are processed): handlers received : Telegrams that are frequently broadcasted by device to all: \"Boiler(0x08) -> All(0x00)...\" handlers fetched : Telegrams that are not broadcasted and requested by EMS-ESP once a minute: \"Me(0x0B) <- Boiler(0x08) .. Boiler(0x08) -> Me(0x0B)...\" handlers pending : Telegrams not received yet or empty on fetch. Example: ems-boilers uses telegram 0x18 to monitor actual values, ems+ boilers uses telegram 0xE4 for the same information. If you find 0x18 on the received list, you have a ems boiler and 0xE4 is pending.","title":"Fetching EMS telegrams"},{"location":"FAQ/","text":"How to Hardware Reset EMS-ESP? ~ If you have a GPIO Button configured (enabled by default on all BBQKees boards) pressing this has different actions: single press : does nothing double press : re-connects the WiFi hold for 10 seconds : performs a factory reset. EMS-ESP will restart in Access Point mode What is an EMS Telegrams? ~ Written by @MichaelDvP in this article : Best overview of known telegrams is from Norberts1 and the EMS-Wiki . In general we can say: measurement values are broadcasted periodical 10 sec / 1 min settings are only broadcasted after a change changing a setting of a device via the UI of thermostat results in a message thermostat -w-> device with only this value some devices broadcast fast changing values as single values measured temperatures are normally 2 bytes (SHORT) with factor 0.1 (e.g. 01 23 -> 0x0123 -> dez 291 -> 29.1\u00b0C) air temperature settings are often factor 0.5 as single byte (INT) (e.g. 0x2D -> dez 45 -> 22.5\u00b0C) water temperature settings are typically single byte (UINT) (e.g. 0x3C -> 60\u00b0C), differential values (hysteresis in Kelvin) are signed (INT) percent settings are single byte (UINT) (0x64 -> 100%) on/off states or settings can be single byte with on/off 0xFF/0x00, or 0x01/0x00 or a single bit in a byte together with 7 other states times and energy is typically 3 or 4 bytes with or without factor For different brands/devices Bosch sometimes use different expressions for the same value, Maybe changing developers or they like to make reverse engineering difficult! If you search a setting, log the telegrams for the device (log all or watch ) and change the setting on the thermostat to different states/values. Then search for these values in the log. If you search for a measurement, log the device and view the value on the thermostat and wait for changes, note old/new values and time. Then check the log for this time stamp (or 10 sec / 1 min later) and the value within a telegram. Best to have more changes/values to be sure. Can EMS-ESP simulate a Thermostat? ~ Partially. As MichaelDvP points out \"a thermostat is a clever electronic device. You can put in the desired room temperature and it calculates from some parameters and measurements the required flowtemp for this room temperature and sends it to the boiler. This happens in a control loop and is updated often.\" And mtc716 said \"A thermostat creates a heat curve that is constantly adapted to the surrounding temperatures and used to estimate which water temperature is necessary in order to bring the room temperature up. There are some good articles in the net about how to setup the heat curve correctly. The main parameters you need are \"design temp\" which is the heating water temp at minimal outside temp. Furthermore you need the \"comfort temp\" like explained before and the \"temp offset\" which causes a parallel shift in the heating curve.\" See This article on changing the boiler heating directly . Some more details on GitHub at Smart control a heating system with HA? and thermostat emulation . What are Bus protocols and Tx modes? ~ Protocol and timing are different things, you pick the tx-mode that works best. HT3 is the Junkers electronic and HT3 protocol is the same as EMS, only in first byte (sender) the highest bit is set. Each telegram we send starts with 0B in a Buderus system, but with 8B in Junkers. This makes the devices of the different brands incompatible. EMS-ESP checks the bus on start and select the right protocol automatically. Also Junkers uses different telegram numbers/orders. Bosch labeled modules uses the same telegram numbers as Buderus, but addressing like Junkers, so also incompatible. You can't connect Junkers or Buderus modules to a Bosch heating system. Tx-mode is the send timing: The client devices send by current modulation, the master by voltage modulation. This allows full duplex (Hardware mode), but depending on line impedance drawing current also influences the voltage. When sending, the master repeats every byte sent by the device to publish it to the other devices. With a Tx-mode of \"EMS\" we wait for the master byte before sending the next. The older Junkers seems to have a lower timeout so we need to start the next byte before the master echo is completed (\"HT3\"). \"EMS+\" is less critical and we can wait a bit longer than one byte to allow voltage to be stabilized after the sending. Can you run multiple instances of EMS-ESP? ~ Yes you can. Keep in mind the following settings: (Settings->MQTT Settings) MQTT Entity ID format is set to \"Multiple instances, short name\" (Settings->MQTT Settings) MQTT Client ID must be unique to avoid conflicts in the MQTT broker (Settings->MQTT Settings) MQTT Base is unique (just be sure). Usually set this to the hostname. (Settings->Network Settings) Hostname is unique, to avoid network conflicts (Settings->Application Settings) EMS BUS ID are different (not both 0x0B)","title":"FAQ"},{"location":"FAQ/#how-to-hardware-reset-ems-esp","text":"If you have a GPIO Button configured (enabled by default on all BBQKees boards) pressing this has different actions: single press : does nothing double press : re-connects the WiFi hold for 10 seconds : performs a factory reset. EMS-ESP will restart in Access Point mode","title":"How to Hardware Reset EMS-ESP?"},{"location":"FAQ/#what-is-an-ems-telegrams","text":"Written by @MichaelDvP in this article : Best overview of known telegrams is from Norberts1 and the EMS-Wiki . In general we can say: measurement values are broadcasted periodical 10 sec / 1 min settings are only broadcasted after a change changing a setting of a device via the UI of thermostat results in a message thermostat -w-> device with only this value some devices broadcast fast changing values as single values measured temperatures are normally 2 bytes (SHORT) with factor 0.1 (e.g. 01 23 -> 0x0123 -> dez 291 -> 29.1\u00b0C) air temperature settings are often factor 0.5 as single byte (INT) (e.g. 0x2D -> dez 45 -> 22.5\u00b0C) water temperature settings are typically single byte (UINT) (e.g. 0x3C -> 60\u00b0C), differential values (hysteresis in Kelvin) are signed (INT) percent settings are single byte (UINT) (0x64 -> 100%) on/off states or settings can be single byte with on/off 0xFF/0x00, or 0x01/0x00 or a single bit in a byte together with 7 other states times and energy is typically 3 or 4 bytes with or without factor For different brands/devices Bosch sometimes use different expressions for the same value, Maybe changing developers or they like to make reverse engineering difficult! If you search a setting, log the telegrams for the device (log all or watch ) and change the setting on the thermostat to different states/values. Then search for these values in the log. If you search for a measurement, log the device and view the value on the thermostat and wait for changes, note old/new values and time. Then check the log for this time stamp (or 10 sec / 1 min later) and the value within a telegram. Best to have more changes/values to be sure.","title":"What is an EMS Telegrams?"},{"location":"FAQ/#can-ems-esp-simulate-a-thermostat","text":"Partially. As MichaelDvP points out \"a thermostat is a clever electronic device. You can put in the desired room temperature and it calculates from some parameters and measurements the required flowtemp for this room temperature and sends it to the boiler. This happens in a control loop and is updated often.\" And mtc716 said \"A thermostat creates a heat curve that is constantly adapted to the surrounding temperatures and used to estimate which water temperature is necessary in order to bring the room temperature up. There are some good articles in the net about how to setup the heat curve correctly. The main parameters you need are \"design temp\" which is the heating water temp at minimal outside temp. Furthermore you need the \"comfort temp\" like explained before and the \"temp offset\" which causes a parallel shift in the heating curve.\" See This article on changing the boiler heating directly . Some more details on GitHub at Smart control a heating system with HA? and thermostat emulation .","title":"Can EMS-ESP simulate a Thermostat?"},{"location":"FAQ/#what-are-bus-protocols-and-tx-modes","text":"Protocol and timing are different things, you pick the tx-mode that works best. HT3 is the Junkers electronic and HT3 protocol is the same as EMS, only in first byte (sender) the highest bit is set. Each telegram we send starts with 0B in a Buderus system, but with 8B in Junkers. This makes the devices of the different brands incompatible. EMS-ESP checks the bus on start and select the right protocol automatically. Also Junkers uses different telegram numbers/orders. Bosch labeled modules uses the same telegram numbers as Buderus, but addressing like Junkers, so also incompatible. You can't connect Junkers or Buderus modules to a Bosch heating system. Tx-mode is the send timing: The client devices send by current modulation, the master by voltage modulation. This allows full duplex (Hardware mode), but depending on line impedance drawing current also influences the voltage. When sending, the master repeats every byte sent by the device to publish it to the other devices. With a Tx-mode of \"EMS\" we wait for the master byte before sending the next. The older Junkers seems to have a lower timeout so we need to start the next byte before the master echo is completed (\"HT3\"). \"EMS+\" is less critical and we can wait a bit longer than one byte to allow voltage to be stabilized after the sending.","title":"What are Bus protocols and Tx modes?"},{"location":"FAQ/#can-you-run-multiple-instances-of-ems-esp","text":"Yes you can. Keep in mind the following settings: (Settings->MQTT Settings) MQTT Entity ID format is set to \"Multiple instances, short name\" (Settings->MQTT Settings) MQTT Client ID must be unique to avoid conflicts in the MQTT broker (Settings->MQTT Settings) MQTT Base is unique (just be sure). Usually set this to the hostname. (Settings->Network Settings) Hostname is unique, to avoid network conflicts (Settings->Application Settings) EMS BUS ID are different (not both 0x0B)","title":"Can you run multiple instances of EMS-ESP?"},{"location":"Getting-Started/","text":"Prerequisites ~ Needed Hardware ~ ESP32 development board ~ The EMS-ESP firmware runs on an ESP32 module from Espressif . Go to the GitHub discussion here to see which ESP32 board are currently supported. EMS Interface boards ~ EMS-ESP also requires a separate circuit to read and write to the EMS bus. You can either build your own or purchase an interface board from BBQKees or what is highly recommended is to buy an all-in-one EMS Gateway from BBQKees that comes pre-installed and tested with the latest version of EMS-ESP. Uploading the firmware ~ Go to download.emsesp.org to get the latest firmware to match your hardware. There are multiple methods to install the firmware on your ESP32 board. Pay attention to the Change Log before upgrading so you are aware of any breaking changes Upgrading to a new major release ~ If you are upgrading from a previous release it's recommended you make a backup copy of any settings and configurations before performing the installation. This can be done from the WebUI Settings page 'Download/Upload'. What the onboard LED is telling you ~ Info During the power-on, you'll see a sequence of LED flashes: 1 flash indicates the EMS bus is not yet connected. If this takes more than a few seconds check the EMS Tx Mode and the physical connection to the EMS bus. 2 flashes indicates the network (WiFi or Ethernet) is connecting. If this persists check the EMS-ESP Network settings. EMS-ESP uses 2.4GHz/WPA2 only. 3 flashes indicates that both the EMS bus and Network are still trying to connect. This could be due to an incorrect EMS-ESP Board Profile setting. During normal operation the LED displays the current status: A steady solid light indicates a good connection and EMS data is flowing in. A slow pulse can mean either the WiFi or the EMS bus are still connecting. A very fast pulse is when the system is booting up and configuring itself.","title":"Getting Started"},{"location":"Getting-Started/#prerequisites","text":"","title":"Prerequisites"},{"location":"Getting-Started/#needed-hardware","text":"","title":"Needed Hardware"},{"location":"Getting-Started/#uploading-the-firmware","text":"Go to download.emsesp.org to get the latest firmware to match your hardware. There are multiple methods to install the firmware on your ESP32 board. Pay attention to the Change Log before upgrading so you are aware of any breaking changes","title":"Uploading the firmware"},{"location":"Getting-Started/#upgrading-to-a-new-major-release","text":"If you are upgrading from a previous release it's recommended you make a backup copy of any settings and configurations before performing the installation. This can be done from the WebUI Settings page 'Download/Upload'.","title":"Upgrading to a new major release"},{"location":"Getting-Started/#what-the-onboard-led-is-telling-you","text":"Info During the power-on, you'll see a sequence of LED flashes: 1 flash indicates the EMS bus is not yet connected. If this takes more than a few seconds check the EMS Tx Mode and the physical connection to the EMS bus. 2 flashes indicates the network (WiFi or Ethernet) is connecting. If this persists check the EMS-ESP Network settings. EMS-ESP uses 2.4GHz/WPA2 only. 3 flashes indicates that both the EMS bus and Network are still trying to connect. This could be due to an incorrect EMS-ESP Board Profile setting. During normal operation the LED displays the current status: A steady solid light indicates a good connection and EMS data is flowing in. A slow pulse can mean either the WiFi or the EMS bus are still connecting. A very fast pulse is when the system is booting up and configuring itself.","title":"What the onboard LED is telling you"},{"location":"Grafana/","text":"@samvdb has published a Grafana dashboard at https://grafana.com/grafana/dashboards/15940-ems-esp","title":"Grafana"},{"location":"Heat-Pumps/","text":"List of Heat Pumps, Heat sources, Ventilation modules ~ This is the current list of supported heat pumps: Buderus Heat Pump Module HM200 (Hybrid manager) AM200 (heat source) Logavent HRV176 PM10 (pump) CS5800i, CS6800i WLW176i, WLW196i, WSW196i Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco Geo 5xx","title":"Heat Pumps"},{"location":"Heat-Pumps/#list-of-heat-pumps-heat-sources-ventilation-modules","text":"This is the current list of supported heat pumps: Buderus Heat Pump Module HM200 (Hybrid manager) AM200 (heat source) Logavent HRV176 PM10 (pump) CS5800i, CS6800i WLW176i, WLW196i, WSW196i Enviline Compress 6000AW Hybrid 3000-7000iAW SupraEco Geo 5xx","title":"List of Heat Pumps, Heat sources, Ventilation modules"},{"location":"Home-Assistant/","text":"EMS-ESP has automatic integration with Home Assistant via the MQTT Discovery protocol. To use this feature enable simply enable the Discovery option from the MQTT Settings page. EMS-ESP will create retained MQTT messages prefixed with homeassistant/ for each device and their values (called entities). For example \" EMS-ESP Thermostat \". You can view which ones have been created by going into Home Assistant's Configuration->Integrations and select the devices under MQTT . To add this device and its values to a Home Assistant UI click on the \"ADD TO LOVELACE\" button. You can then add each of these devices to a new lovelace view using the \"add to lovelace\" button, and get something looking like: Example Automations ~ Alert when EMS-ESP boots ~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 alias : EMS-ESP boots description : Notify when EMS-ESP boots trigger : - platform : mqtt topic : ems-esp/heartbeat payload : connecting value_template : '{{ value_json.bus_status }}' condition : [] action : - service : notify.notify data : message : EMS-ESP title : EMS-ESP has booted mode : single Shower Integration ~ The below are additions to the HA files to show the state of the shower, if the setting Shower Timer is enabled in EMS-ESP. The cold shot feature is available in EMS-ESP versions 3.7.0-dev.1 and above. Add to configuration.yaml (make sure you change the token): 1 2 3 4 5 6 7 8 rest_command : emsesp : url : 'http://ems-esp.local/api/{{device}}' method : POST headers : authorization : 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWV9.2bHpWya2C7Q12WjNUBD6_7N3RCD7CMl-EGhyQVzFdDg' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' Add to scripts.yaml : 1 2 3 4 5 6 7 8 9 coldshot : alias : Cold shot of water mode : single sequence : - service : rest_command.emsesp data : device : 'boiler' entity : 'coldshot' value : 'on' Add to automations.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 - id : shower_alert alias : Shower Alert description : Shower Alert trigger : - platform : state entity_id : - sensor.last_shower_duration condition : [] action : - service : notify.notify data : message : \"Duration: {{ states('sensor.last_shower_duration') }}\" title : Shower finished at {{ now().strftime(\"%H:%M\") }} mode : single Add directly to the configuration.yaml or merge into an existing sensors.yaml file: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 sensor : - platform : template sensors : last_shower_duration : friendly_name : Last shower duration value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ int(states('sensor.ems_esp_shower_duration')) | timestamp_custom('%-M min %-S sec', false)}} {% else %} unknown {% endif %} last_shower_time : friendly_name : Last shower timestamp value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ as_timestamp(states.sensor.ems_esp_shower_duration.last_updated) | int | timestamp_custom(\"%-I:%M %p on %a %-d %b\") }} {% else %} unknown {% endif %} Note you can configure the timestamp_custom() to your own preferred format. Add a new card to an existing Dashboard. I'm using custom cards called 'mushroom' which can be installed via the HACS plugin. Such a card would look like: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 type : vertical-stack cards : - type : custom:mushroom-title-card title : Shower subtitle : Shower details via EMS-ESP - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : binary_sensor.ems_esp_shower_active icon : mdi:shower icon_color : red primary_info : state secondary_info : none - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_time primary_info : state secondary_info : last-updated icon_color : amber icon : mdi:calendar-month - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_duration primary_info : state secondary_info : none icon_color : amber icon : mdi:camera-timer - show_name : true show_icon : true type : button name : Send cold shot of water tap_action : action : call-service service : script.coldshot show_state : false icon : mdi:snowflake-alert icon_height : 24px Alert change of thermostat set temperature ~ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 alias : Thermostat Alert description : '' trigger : - platform : state entity_id : - number.ems_esp_thermostat_hc1_seltemp condition : [] action : - service : notify.notify data : title : Thermostat alert message : >- Temperature set to {{ states('number.ems_esp_thermostat_hc1_seltemp') }} degrees mode : single Activating one-time hot water charging DHW once using MQTT ~ Below is an example of calling a command (OneTimeWater) switch : 1 2 3 4 5 6 7 8 9 one_time_water : friendly_name : OneTimeWater value_template : \"{{ is_state('sensor.one_time_water', 'on') }}\" turn_on : service : script.turn_on entity_id : script.one_time_water_on turn_off : service : script.turn_on entity_id : script.one_time_water_off scripts : 1 2 3 4 5 6 7 8 9 10 11 12 13 one_time_water_on : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":1}' one_time_water_off : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":0}' Calculating values ~ (from @Glitter-ball) 1 2 3 4 5 6 7 - platform : template sensors : differential : friendly_name : 'Flow-Ret diff' unit_of_measurement : '\u00b0C' icon_template : 'mdi:format-align-middle' value_template : \"{{ (states('sensor.flow_temperature') | float - state('sensor.return_temp') | float) | round(1) }}\" Solar Pump Working Hours ~ (from @PhillyGilly) 1 2 3 4 5 6 7 8 9 10 11 - platform : mqtt state_topic : 'ems-esp/solar_data' name : 'Solar Pump working hours' unit_of_measurement : 'hr' value_template : > {% set mins = value_json.pumpWorkMin %} {% set hours = ((mins | int / 60) | string).split('.')[0] %} {{hours}} qos : 1 payload_available : 'online' payload_not_available : 'offline' Reading a value via the API ~ Although all the EMS-ESP data is available in Home Assistant as various sensor types you can optionally also call commands and read data using the REST API interface. For example in the script below which will trigger HA to fetch the MAC address when HA is restarted: 1 2 3 4 5 sensor : - platform : rest resource : http://ems-esp.local/api/system name : emsesp_MAC value_template : '{{ value_json.Network.MAC }}' Changing a value via the API ~ configuration.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 rest_command : emsesp : url : http://ems-esp.local/api/{{device}} method : POST headers : authorization : 'Bearer ' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' input_number : wwselected_temp : name : WW Selected Temperature min : 30 max : 60 step : 1 icon : mdi:coolant-temperature in the automations: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - id : 'change_ww_seltemp' alias : 'change ww selected temp' trigger : platform : state entity_id : input_number.wwselected_temp action : service : rest_command.emsesp data : device : 'boiler' entity : 'wwseltemp' value : \"{{ states('input_number.wwselected_temp') | int }}\" - id : 'set_ww_seltemp' alias : 'set ww selected temp' trigger : platform : state entity_id : sensor.thermostat_hc1_selected_room_temperature action : service : input_number.set_value target : entity_id : input_number.wwselected_temp data : value : \"{{ states('sensor.boiler_ww_selected_temperature') | int }}\" Then in your HA's lovelace UI add then entity called input_number.wwselected_temp . Now in HA you can dynamically adjust the values. Like: Check if it's working by going to http://ems-esp/api/boiler/wwseltemp Showing the Boiler status based on the service code ~ (by @glitterball) Use a template to translate the boiler service code into a string. in configuration.yaml : 1 template : !include template.yaml and template.yaml contains: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 sensor : - name : 'Status' state : > {% set sc = states('sensor.boiler_service_code_number') %} {% if sc == '200' %} CH active {% elif sc == '201' %} HW active {% elif sc == '202' %} CH anti cycle {% elif sc == '203' %} Standby {% elif sc == '204' %} CH cooling {% elif sc == '208' %} Service test {% elif sc == '265' %} Low CH load {% elif sc == '268' %} Component test {% elif sc == '270' %} Power up {% elif sc == '283' %} Burner start {% elif sc == '284' %} Ignition {% elif sc == '305' %} HW anti cycle {% elif sc == '357' %} Air purge {% elif sc == '358' %} Valve kick {% else %} {{ sc }} {% endif %}","title":"Home Assistant"},{"location":"Home-Assistant/#example-automations","text":"","title":"Example Automations"},{"location":"Home-Assistant/#alert-when-ems-esp-boots","text":"1 2 3 4 5 6 7 8 9 10 11 12 13 14 alias : EMS-ESP boots description : Notify when EMS-ESP boots trigger : - platform : mqtt topic : ems-esp/heartbeat payload : connecting value_template : '{{ value_json.bus_status }}' condition : [] action : - service : notify.notify data : message : EMS-ESP title : EMS-ESP has booted mode : single","title":"Alert when EMS-ESP boots"},{"location":"Home-Assistant/#shower-integration","text":"The below are additions to the HA files to show the state of the shower, if the setting Shower Timer is enabled in EMS-ESP. The cold shot feature is available in EMS-ESP versions 3.7.0-dev.1 and above. Add to configuration.yaml (make sure you change the token): 1 2 3 4 5 6 7 8 rest_command : emsesp : url : 'http://ems-esp.local/api/{{device}}' method : POST headers : authorization : 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkbWluIiwiYWRtaW4iOnRydWV9.2bHpWya2C7Q12WjNUBD6_7N3RCD7CMl-EGhyQVzFdDg' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' Add to scripts.yaml : 1 2 3 4 5 6 7 8 9 coldshot : alias : Cold shot of water mode : single sequence : - service : rest_command.emsesp data : device : 'boiler' entity : 'coldshot' value : 'on' Add to automations.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 - id : shower_alert alias : Shower Alert description : Shower Alert trigger : - platform : state entity_id : - sensor.last_shower_duration condition : [] action : - service : notify.notify data : message : \"Duration: {{ states('sensor.last_shower_duration') }}\" title : Shower finished at {{ now().strftime(\"%H:%M\") }} mode : single Add directly to the configuration.yaml or merge into an existing sensors.yaml file: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 sensor : - platform : template sensors : last_shower_duration : friendly_name : Last shower duration value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ int(states('sensor.ems_esp_shower_duration')) | timestamp_custom('%-M min %-S sec', false)}} {% else %} unknown {% endif %} last_shower_time : friendly_name : Last shower timestamp value_template : >- {% if has_value('sensor.ems_esp_shower_duration') %} {{ as_timestamp(states.sensor.ems_esp_shower_duration.last_updated) | int | timestamp_custom(\"%-I:%M %p on %a %-d %b\") }} {% else %} unknown {% endif %} Note you can configure the timestamp_custom() to your own preferred format. Add a new card to an existing Dashboard. I'm using custom cards called 'mushroom' which can be installed via the HACS plugin. Such a card would look like: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 type : vertical-stack cards : - type : custom:mushroom-title-card title : Shower subtitle : Shower details via EMS-ESP - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : binary_sensor.ems_esp_shower_active icon : mdi:shower icon_color : red primary_info : state secondary_info : none - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_time primary_info : state secondary_info : last-updated icon_color : amber icon : mdi:calendar-month - type : horizontal-stack cards : - type : custom:mushroom-entity-card entity : sensor.last_shower_duration primary_info : state secondary_info : none icon_color : amber icon : mdi:camera-timer - show_name : true show_icon : true type : button name : Send cold shot of water tap_action : action : call-service service : script.coldshot show_state : false icon : mdi:snowflake-alert icon_height : 24px","title":"Shower Integration"},{"location":"Home-Assistant/#alert-change-of-thermostat-set-temperature","text":"1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 alias : Thermostat Alert description : '' trigger : - platform : state entity_id : - number.ems_esp_thermostat_hc1_seltemp condition : [] action : - service : notify.notify data : title : Thermostat alert message : >- Temperature set to {{ states('number.ems_esp_thermostat_hc1_seltemp') }} degrees mode : single","title":"Alert change of thermostat set temperature"},{"location":"Home-Assistant/#activating-one-time-hot-water-charging-dhw-once-using-mqtt","text":"Below is an example of calling a command (OneTimeWater) switch : 1 2 3 4 5 6 7 8 9 one_time_water : friendly_name : OneTimeWater value_template : \"{{ is_state('sensor.one_time_water', 'on') }}\" turn_on : service : script.turn_on entity_id : script.one_time_water_on turn_off : service : script.turn_on entity_id : script.one_time_water_off scripts : 1 2 3 4 5 6 7 8 9 10 11 12 13 one_time_water_on : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":1}' one_time_water_off : sequence : - service : mqtt.publish data : topic : 'ems-esp/boiler' payload : '{\"cmd\":\"wwonetime\",\"data\":0}'","title":"Activating one-time hot water charging DHW once using MQTT"},{"location":"Home-Assistant/#calculating-values","text":"(from @Glitter-ball) 1 2 3 4 5 6 7 - platform : template sensors : differential : friendly_name : 'Flow-Ret diff' unit_of_measurement : '\u00b0C' icon_template : 'mdi:format-align-middle' value_template : \"{{ (states('sensor.flow_temperature') | float - state('sensor.return_temp') | float) | round(1) }}\"","title":"Calculating values"},{"location":"Home-Assistant/#solar-pump-working-hours","text":"(from @PhillyGilly) 1 2 3 4 5 6 7 8 9 10 11 - platform : mqtt state_topic : 'ems-esp/solar_data' name : 'Solar Pump working hours' unit_of_measurement : 'hr' value_template : > {% set mins = value_json.pumpWorkMin %} {% set hours = ((mins | int / 60) | string).split('.')[0] %} {{hours}} qos : 1 payload_available : 'online' payload_not_available : 'offline'","title":"Solar Pump Working Hours"},{"location":"Home-Assistant/#reading-a-value-via-the-api","text":"Although all the EMS-ESP data is available in Home Assistant as various sensor types you can optionally also call commands and read data using the REST API interface. For example in the script below which will trigger HA to fetch the MAC address when HA is restarted: 1 2 3 4 5 sensor : - platform : rest resource : http://ems-esp.local/api/system name : emsesp_MAC value_template : '{{ value_json.Network.MAC }}'","title":"Reading a value via the API"},{"location":"Home-Assistant/#changing-a-value-via-the-api","text":"configuration.yaml : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 rest_command : emsesp : url : http://ems-esp.local/api/{{device}} method : POST headers : authorization : 'Bearer ' content_type : 'application/json' payload : '{\"entity\":\"{{entity}}\",\"value\":\"{{value}}\"}' input_number : wwselected_temp : name : WW Selected Temperature min : 30 max : 60 step : 1 icon : mdi:coolant-temperature in the automations: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 - id : 'change_ww_seltemp' alias : 'change ww selected temp' trigger : platform : state entity_id : input_number.wwselected_temp action : service : rest_command.emsesp data : device : 'boiler' entity : 'wwseltemp' value : \"{{ states('input_number.wwselected_temp') | int }}\" - id : 'set_ww_seltemp' alias : 'set ww selected temp' trigger : platform : state entity_id : sensor.thermostat_hc1_selected_room_temperature action : service : input_number.set_value target : entity_id : input_number.wwselected_temp data : value : \"{{ states('sensor.boiler_ww_selected_temperature') | int }}\" Then in your HA's lovelace UI add then entity called input_number.wwselected_temp . Now in HA you can dynamically adjust the values. Like: Check if it's working by going to http://ems-esp/api/boiler/wwseltemp","title":"Changing a value via the API"},{"location":"Home-Assistant/#showing-the-boiler-status-based-on-the-service-code","text":"(by @glitterball) Use a template to translate the boiler service code into a string. in configuration.yaml : 1 template : !include template.yaml and template.yaml contains: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 sensor : - name : 'Status' state : > {% set sc = states('sensor.boiler_service_code_number') %} {% if sc == '200' %} CH active {% elif sc == '201' %} HW active {% elif sc == '202' %} CH anti cycle {% elif sc == '203' %} Standby {% elif sc == '204' %} CH cooling {% elif sc == '208' %} Service test {% elif sc == '265' %} Low CH load {% elif sc == '268' %} Component test {% elif sc == '270' %} Power up {% elif sc == '283' %} Burner start {% elif sc == '284' %} Ignition {% elif sc == '305' %} HW anti cycle {% elif sc == '357' %} Air purge {% elif sc == '358' %} Valve kick {% else %} {{ sc }} {% endif %}","title":"Showing the Boiler status based on the service code"},{"location":"IOBroker/","text":"Thomas (@tp1de) has built an interface from EMS-ESP to ioBroker. Check out his GitHub repository at github.com/tp1de/ioBroker.ems-esp . @BBQKees has a short description on his web site here .","title":"IOBroker"},{"location":"Integrations/","text":"Introduction ~ EMS-ESP integrates with a few home automation systems to report status and sensor data and sometimes allowing complete control. If there are more integrations then please reach out and we'll include them.","title":"Introduction"},{"location":"Integrations/#introduction","text":"EMS-ESP integrates with a few home automation systems to report status and sensor data and sometimes allowing complete control. If there are more integrations then please reach out and we'll include them.","title":"Introduction"},{"location":"Loxone/","text":"EMS-ESP can be integrated in Loxone by using the simple Restful API so Loxone can communicate with EMS-ESP via HTTP requests. Alternatively MQTT can be used but you have to install a Raspberry Pi with Loxberry. Both methods are described in detail at the @BBQKees Gateway wiki .","title":"Loxone"},{"location":"MQTT/","text":"Published Data ~ When MQTT is enabled EMS-ESP will publish MQTT topics for each device. The frequency can be configured from the WebUI to be either sent when data changes are detected or set to a specific period in seconds which is kinder on network traffic. When MQTT Discovery is enabled, EMS-ESP will automatically create a special Discovery topics (with /config ) for each EMS device entity that has received a valid value in EMS-ESP. If the entity should disappear (i.e. no longer has a valid value in an EMS telegram) then the discovery topic is automatically removed. This is to avoid warnings in systems like Home Assistant. When EMS-ESP starts all prior Discovery topics are removed to keep system clean. When a value is a boolean it will be rendered according to the Boolean setting you have defined in the settings. The table below list the topics being published. The format shown in the table below is the MQTT Format as defined in EMS-ESP's settings. Default format is Nested which uses a single topic to show multiple entries in the payload. Format Single will send each group as single payloads on multiple topics. Topic Format Description Payload Example status n/a this is the MQTT will and testament messages online or offline info n/a for events {\"version\":\"3.7.1-dev.3\",\"boot time\":\"2024-11-01T13:02:48+0100\",\"network\":\"ethernet\",\"hostname\":\"ems-esp\"} heartbeat all system stats in JSON, default is every minute {\"bus_status\":\"connected\",\"uptime\":\"000+02:16:00.285\",\"uptime_sec\":8160,\"ntp_status\":\"on\",\"rxreceived\":8153,\"rxfails\":3,\"txreads\":1942,\"txwrites\":0,\"txfails\":1,\"mqttcount\":2728,\"mqttfails\":0,\"mqttconnects\":1,\"apicalls\":0,\"apifails\":0,\"sensorreads\":1631,\"sensorfails\":0,\"freemem\":164,\"max_alloc\":107} tapwater_active all boolean to show if the hot tap water is running (DHW) heating_active all boolean to show if the heating is on boiler_data all non warm water data from the Boiler device {\"heatingactive\":\"off\",\"tapwateractive\":\"off\",\"selflowtemp\":0,\"selburnpow\":23,\"heatingpumpmod\":0,\"curflowtemp\":57.5,\"rettemp\":56.9,\"syspress\":1.5,\"boiltemp\":60.8,\"burngas\":\"off\",\"burngas2\":\"off\",\"flamecurr\":0.0,\"heatingpump\":\"off\",\"fanwork\":\"off\",\"ignwork\":\"off\",\"oilpreheat\":\"off\",\"heatingactivated\":\"on\",\"heatingtemp\":65,\"pumpmodmax\":70,\"pumpmodmin\":30,\"pumpdelay\":1,\"burnminperiod\":10,\"burnminpower\":0,\"burnmaxpower\":50,\"boilhyston\":-6,\"boilhystoff\":6,\"boil2hyston\":0,\"boil2hystoff\":0,\"curburnpow\":0,\"burnstarts\":359634,\"burnworkmin\":620952,\"burn2workmin\":0,\"heatworkmin\":508794,\"heatstarts\":42076,\"ubauptime\":5166357,\"servicecode\":\"0A\",\"servicecodenumber\":305,\"maintenancemessage\":\"H00\",\"maintenance\":\"manual\",\"maintenancetime\":6000,\"maintenancedate\":\"01.01.2012\"} thermostat_data nested data from the thermostat and for each of its Heating Circuits. {\"datetime\":\"31.12.2022 12:25\",\"hc1\":{\"seltemp\":15.0,\"currtemp\":20.7,\"mode\":\"auto\",\"manualtemp\":21.0,\"daytemp2\":20.5,\"daytemp3\":20.0,\"daytemp4\":20.5,\"nighttemp\":15.0,\"switchtime\":\"00 mo 00:00 T1\"}} thermostat_data single In single format each heating circuit is published with own topic {\"datetime\":\"31.12.2022 12:25\"} thermostat_data_hc single hc in single format {\"seltemp\":15, \"currtemp\":20.6, \"mode\":\"auto\"} mixer_data nested data from The Mixer with nests hc1 to hc4 and wwc1 , wwc2 {\"hc1\": {\"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":25}} mixer_data_hc mixer_data_wwc single data from The Mixer in single format for each of its Heating Circuits where is circuit number {\"type\":\"hc\", \"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":55} shower_data the shower timer and alert toggles plus the duration of the last shower taken {\"timer\":\"0\",\"alert\":\"0\",\"duration\":\"4 minutes 32 seconds\"} solar_data all all data from the Solar Module (if connected) { \"collectorTemp\": 15.8, \"tankBottomTemp\": 29.8, \"solarPumpModulation\": 0, \"cylinderPumpModulation\": 0, \"solarPump\": \"off\", \"valveStatus\": \"off\", \"tankHeated\": \"off\", \"collectorShutdown\": \"off\", \"energyLastHour\": 0, \"energyToday\": 1792, \"energyTotal\": 2784.7 } temperaturesensor_data nested temperature readings from any external Dallas temperature sensors attached to the ESP {\"28-233D-9497-0C03\":{\"name\":\"zolder32\",\"temp\":19.6}} temperaturesensor_data single temperature readings from Dallas temperature sensor in single format with unique sensor id {\"28-FF47-AC90-1604\":20.94} analogsensor_data nested readings from external analog sensors {\"31\":{\"name\":\"analog31\",\"value\":0}} Using MQTT to send commands ~ Refer to the Commands Section for how to use MQTT to send commands to EMS-ESP. Monitoring the Queue ~ If you want more precise monitoring of the MQTT traffic I suggest using MQTT Explorer . The console command show mqtt will show the status of the MQTT service and also the topic subscriptions and outbound publishing queue. In the WebUI you can see the size of the queue and overall stats are in the Status page.","title":"MQTT"},{"location":"MQTT/#published-data","text":"When MQTT is enabled EMS-ESP will publish MQTT topics for each device. The frequency can be configured from the WebUI to be either sent when data changes are detected or set to a specific period in seconds which is kinder on network traffic. When MQTT Discovery is enabled, EMS-ESP will automatically create a special Discovery topics (with /config ) for each EMS device entity that has received a valid value in EMS-ESP. If the entity should disappear (i.e. no longer has a valid value in an EMS telegram) then the discovery topic is automatically removed. This is to avoid warnings in systems like Home Assistant. When EMS-ESP starts all prior Discovery topics are removed to keep system clean. When a value is a boolean it will be rendered according to the Boolean setting you have defined in the settings. The table below list the topics being published. The format shown in the table below is the MQTT Format as defined in EMS-ESP's settings. Default format is Nested which uses a single topic to show multiple entries in the payload. Format Single will send each group as single payloads on multiple topics. Topic Format Description Payload Example status n/a this is the MQTT will and testament messages online or offline info n/a for events {\"version\":\"3.7.1-dev.3\",\"boot time\":\"2024-11-01T13:02:48+0100\",\"network\":\"ethernet\",\"hostname\":\"ems-esp\"} heartbeat all system stats in JSON, default is every minute {\"bus_status\":\"connected\",\"uptime\":\"000+02:16:00.285\",\"uptime_sec\":8160,\"ntp_status\":\"on\",\"rxreceived\":8153,\"rxfails\":3,\"txreads\":1942,\"txwrites\":0,\"txfails\":1,\"mqttcount\":2728,\"mqttfails\":0,\"mqttconnects\":1,\"apicalls\":0,\"apifails\":0,\"sensorreads\":1631,\"sensorfails\":0,\"freemem\":164,\"max_alloc\":107} tapwater_active all boolean to show if the hot tap water is running (DHW) heating_active all boolean to show if the heating is on boiler_data all non warm water data from the Boiler device {\"heatingactive\":\"off\",\"tapwateractive\":\"off\",\"selflowtemp\":0,\"selburnpow\":23,\"heatingpumpmod\":0,\"curflowtemp\":57.5,\"rettemp\":56.9,\"syspress\":1.5,\"boiltemp\":60.8,\"burngas\":\"off\",\"burngas2\":\"off\",\"flamecurr\":0.0,\"heatingpump\":\"off\",\"fanwork\":\"off\",\"ignwork\":\"off\",\"oilpreheat\":\"off\",\"heatingactivated\":\"on\",\"heatingtemp\":65,\"pumpmodmax\":70,\"pumpmodmin\":30,\"pumpdelay\":1,\"burnminperiod\":10,\"burnminpower\":0,\"burnmaxpower\":50,\"boilhyston\":-6,\"boilhystoff\":6,\"boil2hyston\":0,\"boil2hystoff\":0,\"curburnpow\":0,\"burnstarts\":359634,\"burnworkmin\":620952,\"burn2workmin\":0,\"heatworkmin\":508794,\"heatstarts\":42076,\"ubauptime\":5166357,\"servicecode\":\"0A\",\"servicecodenumber\":305,\"maintenancemessage\":\"H00\",\"maintenance\":\"manual\",\"maintenancetime\":6000,\"maintenancedate\":\"01.01.2012\"} thermostat_data nested data from the thermostat and for each of its Heating Circuits. {\"datetime\":\"31.12.2022 12:25\",\"hc1\":{\"seltemp\":15.0,\"currtemp\":20.7,\"mode\":\"auto\",\"manualtemp\":21.0,\"daytemp2\":20.5,\"daytemp3\":20.0,\"daytemp4\":20.5,\"nighttemp\":15.0,\"switchtime\":\"00 mo 00:00 T1\"}} thermostat_data single In single format each heating circuit is published with own topic {\"datetime\":\"31.12.2022 12:25\"} thermostat_data_hc single hc in single format {\"seltemp\":15, \"currtemp\":20.6, \"mode\":\"auto\"} mixer_data nested data from The Mixer with nests hc1 to hc4 and wwc1 , wwc2 {\"hc1\": {\"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":25}} mixer_data_hc mixer_data_wwc single data from The Mixer in single format for each of its Heating Circuits where is circuit number {\"type\":\"hc\", \"flowTemp\":55, \"pumpStatus\":\"on\", \"valveStatus\":55} shower_data the shower timer and alert toggles plus the duration of the last shower taken {\"timer\":\"0\",\"alert\":\"0\",\"duration\":\"4 minutes 32 seconds\"} solar_data all all data from the Solar Module (if connected) { \"collectorTemp\": 15.8, \"tankBottomTemp\": 29.8, \"solarPumpModulation\": 0, \"cylinderPumpModulation\": 0, \"solarPump\": \"off\", \"valveStatus\": \"off\", \"tankHeated\": \"off\", \"collectorShutdown\": \"off\", \"energyLastHour\": 0, \"energyToday\": 1792, \"energyTotal\": 2784.7 } temperaturesensor_data nested temperature readings from any external Dallas temperature sensors attached to the ESP {\"28-233D-9497-0C03\":{\"name\":\"zolder32\",\"temp\":19.6}} temperaturesensor_data single temperature readings from Dallas temperature sensor in single format with unique sensor id {\"28-FF47-AC90-1604\":20.94} analogsensor_data nested readings from external analog sensors {\"31\":{\"name\":\"analog31\",\"value\":0}}","title":"Published Data"},{"location":"MQTT/#using-mqtt-to-send-commands","text":"Refer to the Commands Section for how to use MQTT to send commands to EMS-ESP.","title":"Using MQTT to send commands"},{"location":"MQTT/#monitoring-the-queue","text":"If you want more precise monitoring of the MQTT traffic I suggest using MQTT Explorer . The console command show mqtt will show the status of the MQTT service and also the topic subscriptions and outbound publishing queue. In the WebUI you can see the size of the queue and overall stats are in the Status page.","title":"Monitoring the Queue"},{"location":"Mixer-Modules/","text":"List of Mixer Modules ~ This is the current list of supported mixer modules: Buderus MM10, MM50, MM100, MM200, MZ100 MP100 (pool) Junkers IPM","title":"Mixer Modules"},{"location":"Mixer-Modules/#list-of-mixer-modules","text":"This is the current list of supported mixer modules: Buderus MM10, MM50, MM100, MM200, MZ100 MP100 (pool) Junkers IPM","title":"List of Mixer Modules"},{"location":"Modbus-Dev/","text":"Notes for Developers ~ Update register mappings ~ After adding or modifying entities the register mapping needs to be updated. The Modbus settings are stored in the file src/modbus_entity_parameters.hpp . This file contains the tag type, register offset and number of registers for each entity. To update the register mapping call the script scripts/update_modbus_registers.sh from the EMS-ESP project root directory. It requires a bash shell and python3 to run successfully. It performs the following tasks: Build EMS-ESP in standalone mode Execute emsesp with the test entity_dump argument. This dumps all entities including their modbus parameters (if already defined) Assign tag types, register offsets and the register count to each entity based on its type. This step preserves previously assigned Modbus parameters and only assigns new values for entities that do not yet have Modbus parameters defined. After generating a new modbus_entity_parameters.hpp , build, test and then commit and push it to the repository. Note The size of string entities is not known to EMS-ESP at runtime. So in case you add a new string entity you must also add the size of the string field to variable string_sizes in scripts/update_modbus_registers.py which maps entity short names to string sizes. Update the Documentation ~ To update the documentation use the script scripts/generate-modbus-register-doc.sh . Run it (after updating src/modbus_entity_parameters.hpp ) and it outputs the contents of the Modbus-Entity-Registers.md file to stdout. Update this file in the documentation repo.","title":"Maintaining Modbus Parameters"},{"location":"Modbus-Dev/#notes-for-developers","text":"","title":"Notes for Developers"},{"location":"Modbus-Dev/#update-register-mappings","text":"After adding or modifying entities the register mapping needs to be updated. The Modbus settings are stored in the file src/modbus_entity_parameters.hpp . This file contains the tag type, register offset and number of registers for each entity. To update the register mapping call the script scripts/update_modbus_registers.sh from the EMS-ESP project root directory. It requires a bash shell and python3 to run successfully. It performs the following tasks: Build EMS-ESP in standalone mode Execute emsesp with the test entity_dump argument. This dumps all entities including their modbus parameters (if already defined) Assign tag types, register offsets and the register count to each entity based on its type. This step preserves previously assigned Modbus parameters and only assigns new values for entities that do not yet have Modbus parameters defined. After generating a new modbus_entity_parameters.hpp , build, test and then commit and push it to the repository. Note The size of string entities is not known to EMS-ESP at runtime. So in case you add a new string entity you must also add the size of the string field to variable string_sizes in scripts/update_modbus_registers.py which maps entity short names to string sizes.","title":"Update register mappings"},{"location":"Modbus-Dev/#update-the-documentation","text":"To update the documentation use the script scripts/generate-modbus-register-doc.sh . Run it (after updating src/modbus_entity_parameters.hpp ) and it outputs the contents of the Modbus-Entity-Registers.md file to stdout. Update this file in the documentation repo.","title":"Update the Documentation"},{"location":"Modbus-Entity-Registers/","text":".md-grid { max-width: 100%; /* or 100%, if you want to stretch to full-width */ } Entity/Register Mapping ~ Note This file has been auto-generated. Do not edit. Devices of type alert ~ EM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor setflowtemp set flow temperature uint8 (>=0<=254) C false DEVICE_DATA 0 1 1 setburnpow burner set power uint8 (>=0<=100) % false DEVICE_DATA 1 1 1 Devices of type boiler ~ BK13/BK15, Smartline, GB1*2 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 C1200W ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 CS 800i, Logatherm WLW ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 Cascade CM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Cascade MC400 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Cascade MCM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Cerapur Aero ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 EasyControl Adapter ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Ecomline Excellent ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 GB*72, Trendline, Cerapur, Greenstar Si ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 GB212 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 GC7000F ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Geo 5xx ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 Greenstar 30Ri Compact ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Greenstar HIU, Logamax kompakt WS170 ~ shortname fullname type uom writeable tag type register offset register count scale factor netflowtemp heat network flow temp uint16 (>=0<=3199) C false DEVICE_DATA 269 1 1/10 heatvalve heating valve uint8 (>=0<=100) % false DEVICE_DATA 270 1 1 dhwvalve valve uint8 (>=0<=100) % false DHW 73 1 1 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 keepwarmtemp keep warm temperature uint8 (>=0<=254) C true DEVICE_DATA 271 1 1 setreturntemp set temp return uint8 (>=0<=254) C true DEVICE_DATA 272 1 1 heating heating boolean false DEVICE_DATA 273 1 1 reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 Hybrid Heatpump ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax Plus GB022 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax Plus, GB192, Condens GC9000, Greenstar ErP ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logamax U122, Cerapur ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logano GB1*5, Logamatic MC10 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logano GB125/KB195i, Logamatic MC110 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Logano GB212 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Proline ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Topline, GB162 ~ shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100 Devices of type controller ~ Rego 3000 ~ shortname fullname type uom writeable tag type register offset register count scale factor datetime date/time string false DEVICE_DATA 0 13 1 Devices of type extension ~ EM10, EM100 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1 T1RF ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1 Devices of type heatpump ~ HP Module ~ shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 Hybrid Manager HM200 ~ shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 Devices of type mixer ~ IPM ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10 MM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 MM100 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DHW 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false DHW 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true DHW 2 1 1 pumpstatus pump status (PC1) boolean true DHW 3 1 1 activated activated boolean true DHW 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true DHW 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true DHW 6 1 1 MM200 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1 MM50 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1 MZ100 ~ shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1 Devices of type pool ~ MP100 ~ shortname fullname type uom writeable tag type register offset register count scale factor pooltemp pool temperature int16 (>=-3199<=3199) C false DEVICE_DATA -1 1 1/10 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] false DEVICE_DATA -1 1 1 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % false DEVICE_DATA -1 1 1 Devices of type solar ~ ISM1 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 ISM2 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 SM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 1 turnondiff pump turn on difference uint8 (>=0<=254) C true DEVICE_DATA 10 1 1 turnoffdiff pump turn off difference uint8 (>=0<=254) C true DEVICE_DATA 11 1 1 solarpower actual solar power int16 (>=-31999<=31999) W false DEVICE_DATA 12 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 maxflow maximum solar flow uint8 (>=0<=25) l/min true DEVICE_DATA 15 1 1/10 mintemp minimum temperature uint8 (>=0<=254) C true DHW 0 1 1 solarenabled solarmodule enabled boolean true DEVICE_DATA 16 1 1 SM100, MS100 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10 SM200, MS200 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10 SM50 ~ shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10 Devices of type switch ~ WM10 ~ shortname fullname type uom writeable tag type register offset register count scale factor activated activated boolean false DEVICE_DATA 0 1 1 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DEVICE_DATA 1 1 1/10 status status int8 (>=-126<=126) false DEVICE_DATA 2 1 1 Devices of type thermostat ~ CRF200S ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 Comfort RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 Comfort+2RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 ES72, RC20 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 ES73 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 ES79 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 EasyControl, CT200 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 FB10 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FB100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR10 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR110 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR120 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FR50 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW120 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW200 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 FW500 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1 Logamatic TC100, Moduline Easy ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 Moduline 200 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1 Moduline 400 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 autodst automatic change daylight saving time boolean true DEVICE_DATA 68 1 1 language language enum [german|dutch] true DEVICE_DATA 64 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 brightness screen brightness int8 (>=-15<=15) true DEVICE_DATA 70 1 1 mixingvalves mixing valves uint8 (>=0<=2) true DEVICE_DATA 71 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 preheating preheating in the clock program boolean true DEVICE_DATA 73 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 pause pause time uint8 (>=0<=254) hours true HC 83 1 1 party party time uint8 (>=0<=254) hours true HC 84 1 1 vacations1 vacation dates 1 string true HC 115 11 1 vacations2 vacation dates 2 string true HC 126 11 1 vacations3 vacation dates 3 string true HC 137 11 1 vacations4 vacation dates 4 string true HC 148 11 1 vacations5 vacation dates 5 string true HC 159 11 1 vacations6 vacation dates 6 string true HC 170 11 1 vacations7 vacation dates 7 string true HC 181 11 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 holidaytemp holiday temperature uint8 (>=0<=127) C true HC 54 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 mode operating mode enum [on|off|auto] true DHW 0 1 1 whenmodeoff when thermostat mode off boolean true DHW 62 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 RC10 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 RC10, Moduline 100 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 RC100, CR10, Moduline 1000/1010 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 RC100H, CR10H ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 RC20, Moduline 300 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1 RC200, CW100, CR120, CR50 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 RC20RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1 RC25 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 RC30 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 RC35 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1 RFM20 Remote ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 RT800, RC220 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 Rego 2000/3000 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 vacations vacation dates string true DEVICE_DATA 74 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [normal|comfort|eco+] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 Rego 3000, UI800, Logamatic BC400 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 TR120RF, CR20RF ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 UI800, BC400 ~ shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15 Devices of type ventilation ~ Logavent HRV176 ~ shortname fullname type uom writeable tag type register offset register count scale factor outfresh outdoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 infresh indoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 inexhaust indoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 ventinspeed in blower speed uint8 (>=0<=100) % false DEVICE_DATA 4 1 1 ventoutspeed out blower speed uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] true DEVICE_DATA 6 1 1 airquality air quality (voc) uint16 (>=0<=31999) false DEVICE_DATA 7 1 1 airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 8 1 1","title":"Entity Register Offsets"},{"location":"Modbus-Entity-Registers/#entityregister-mapping","text":"Note This file has been auto-generated. Do not edit.","title":"Entity/Register Mapping"},{"location":"Modbus-Entity-Registers/#devices-of-type-alert","text":"","title":"Devices of type alert"},{"location":"Modbus-Entity-Registers/#em10","text":"shortname fullname type uom writeable tag type register offset register count scale factor setflowtemp set flow temperature uint8 (>=0<=254) C false DEVICE_DATA 0 1 1 setburnpow burner set power uint8 (>=0<=100) % false DEVICE_DATA 1 1 1","title":"EM10"},{"location":"Modbus-Entity-Registers/#devices-of-type-boiler","text":"","title":"Devices of type boiler"},{"location":"Modbus-Entity-Registers/#bk13bk15-smartline-gb12","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"BK13/BK15, Smartline, GB1*2"},{"location":"Modbus-Entity-Registers/#c1200w","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"C1200W"},{"location":"Modbus-Entity-Registers/#cs800i-logatherm-wlw","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"CS800i, Logatherm WLW"},{"location":"Modbus-Entity-Registers/#cascade-cm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cascade CM10"},{"location":"Modbus-Entity-Registers/#cascade-mc400","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cascade MC400"},{"location":"Modbus-Entity-Registers/#cascade-mcm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cascade MCM10"},{"location":"Modbus-Entity-Registers/#cerapur-aero","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Cerapur Aero"},{"location":"Modbus-Entity-Registers/#condens-5000i-greenstar-8000gc9800iw-gb192i2","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Condens 5000i, Greenstar 8000/GC9800IW, GB192i*2"},{"location":"Modbus-Entity-Registers/#condens-logamaxlogomatic-cerapur-top-greenstar-generic-ht3","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Condens, Logamax/Logomatic, Cerapur Top, Greenstar, Generic HT3"},{"location":"Modbus-Entity-Registers/#easycontrol-adapter","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"EasyControl Adapter"},{"location":"Modbus-Entity-Registers/#ecomline-excellent","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Ecomline Excellent"},{"location":"Modbus-Entity-Registers/#enviline-compress-6000aw-hybrid-3000-7000iaw-supraecogeo-5xx-wlw196iwsw196i","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"Enviline, Compress 6000AW, Hybrid 3000-7000iAW, SupraEco/Geo 5xx, WLW196i/WSW196i"},{"location":"Modbus-Entity-Registers/#gb72-trendline-cerapur-greenstar-si","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"GB*72, Trendline, Cerapur, Greenstar Si"},{"location":"Modbus-Entity-Registers/#gb212","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"GB212"},{"location":"Modbus-Entity-Registers/#gc7000f","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"GC7000F"},{"location":"Modbus-Entity-Registers/#geo-5xx","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 81 2 1/100 nrgcool energy cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 83 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 85 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 87 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 89 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 91 2 1/100 metercool meter cooling uint24 (>=0<=167772) kWh false DEVICE_DATA 93 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100 uptimetotal heatpump total uptime time (>=0<=279620) minutes false DEVICE_DATA 95 2 1/60 uptimecontrol total operating time heat time (>=0<=279620) minutes false DEVICE_DATA 97 2 1/60 uptimecompheating operating time compressor heating time (>=0<=279620) minutes false DEVICE_DATA 99 2 1/60 uptimecompcooling operating time compressor cooling time (>=0<=279620) minutes false DEVICE_DATA 101 2 1/60 uptimecomp operating time compressor time (>=0<=279620) minutes false DHW 4 2 1/60 uptimecomppool operating time compressor pool time (>=0<=279620) minutes false DEVICE_DATA 103 2 1/60 totalcompstarts total compressor control starts uint24 (>=0<=16777213) false DEVICE_DATA 105 2 1 heatingstarts heating control starts uint24 (>=0<=16777213) false DEVICE_DATA 107 2 1 coolingstarts cooling control starts uint24 (>=0<=16777213) false DEVICE_DATA 109 2 1 starts2 control starts2 uint24 (>=0<=16777213) false DHW 6 2 1 poolstarts pool control starts uint24 (>=0<=16777213) false DEVICE_DATA 111 2 1 nrgconstotal total energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 113 2 1 nrgconscomptotal total energy consumption compressor uint24 (>=0<=16777213) kWh false DEVICE_DATA 115 2 1 nrgconscompheating energy consumption compressor heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 117 2 1 nrgconscomp energy consumption compressor uint24 (>=0<=16777213) kWh false DHW 8 2 1 nrgconscompcooling energy consumption compressor cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 119 2 1 nrgconscomppool energy consumption compressor pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 121 2 1 auxelecheatnrgconstotal total aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DEVICE_DATA 123 2 1 auxelecheatnrgconsheating aux elec. heater energy consumption heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 125 2 1 auxelecheatnrgcons aux elec. heater energy consumption uint24 (>=0<=16777213) kWh false DHW 10 2 1 auxelecheatnrgconspool aux elec. heater energy consumption pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 127 2 1 nrgsupptotal total energy supplied uint24 (>=0<=16777213) kWh false DEVICE_DATA 129 2 1 nrgsuppheating total energy supplied heating uint24 (>=0<=16777213) kWh false DEVICE_DATA 131 2 1 nrgsupp total energy warm supplied uint24 (>=0<=16777213) kWh false DHW 12 2 1 nrgsuppcooling total energy supplied cooling uint24 (>=0<=16777213) kWh false DEVICE_DATA 133 2 1 nrgsupppool total energy supplied pool uint24 (>=0<=16777213) kWh false DEVICE_DATA 135 2 1 hppower compressor power output uint8 (>=0<=25) kW false DEVICE_DATA 137 1 1/10 hpmaxpower compressor max power uint8 (>=0<=100) % true DEVICE_DATA 138 1 1 pvmaxcomp pv compressor max power uint8 (>=0<=25) kW true DEVICE_DATA 139 1 1/10 hpsetdiffpress set differental pressure uint8 (>=150<=750) mbar true DEVICE_DATA 140 1 50 hpcompon hp compressor boolean false DEVICE_DATA 141 1 1 hpactivity compressor activity enum [none|heating|cooling|hot water|pool|unknown|defrost] false DEVICE_DATA 142 1 1 hpbrinepumpspd brine pump speed uint8 (>=0<=100) % false DEVICE_DATA 143 1 1 hpswitchvalve switch valve boolean false DEVICE_DATA 144 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 145 1 1 hpcircspd circulation pump speed uint8 (>=0<=100) % false DEVICE_DATA 146 1 1 hpbrinein brine in/evaporator int16 (>=-3199<=3199) C false DEVICE_DATA 147 1 1/10 hpbrineout brine out/condenser int16 (>=-3199<=3199) C false DEVICE_DATA 148 1 1/10 hptc0 heat carrier return (TC0) int16 (>=-3199<=3199) C false DEVICE_DATA 149 1 1/10 hptc1 heat carrier forward (TC1) int16 (>=-3199<=3199) C false DEVICE_DATA 150 1 1/10 hptc3 condenser temperature (TC3) int16 (>=-3199<=3199) C false DEVICE_DATA 151 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 152 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 153 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 154 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 155 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 156 1 1/10 hptr7 refrigerant temperature gas side (condenser input) (TR7) int16 (>=-3199<=3199) C false DEVICE_DATA 157 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 158 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 159 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 160 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 161 1 1/10 hptw1 reservoir temp (TW1) int16 (>=-3199<=3199) C false DEVICE_DATA 162 1 1/10 poolsettemp pool set temperature uint8 (>=0<=127) C true DEVICE_DATA 163 1 1/2 hp4way 4-way valve (VR4) enum [cooling & defrost|heating & dhw] false DEVICE_DATA 164 1 1 hpin1 input 1 state boolean false DEVICE_DATA 165 1 1 hpin1opt input 1 options string true DEVICE_DATA 166 8 1 hpin2 input 2 state boolean false DEVICE_DATA 174 1 1 hpin2opt input 2 options string true DEVICE_DATA 175 8 1 hpin3 input 3 state boolean false DEVICE_DATA 183 1 1 hpin3opt input 3 options string true DEVICE_DATA 184 8 1 hpin4 input 4 state boolean false DEVICE_DATA 192 1 1 hpin4opt input 4 options string true DEVICE_DATA 193 8 1 maxheatcomp heat limit compressor enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 201 1 1 maxheatheat heat limit heating enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DEVICE_DATA 202 1 1 maxheat heat limit enum [0 kW|2 kW|3 kW|4 kW|6 kW|9 kW] true DHW 14 1 1 mandefrost manual defrost boolean true DEVICE_DATA 203 1 1 pvcooling cooling only with PV boolean true DEVICE_DATA 204 1 1 auxheateronly aux heater only boolean true DEVICE_DATA 205 1 1 auxheateroff disable aux heater boolean true DEVICE_DATA 206 1 1 auxheaterstatus aux heater status uint8 (>=0<=100) % false DEVICE_DATA 207 1 1 auxheaterdelay aux heater on delay uint16 (>=10<=1000) K*min true DEVICE_DATA 208 1 10 auxmaxlimit aux heater max limit uint8 (>=0<=10) K true DEVICE_DATA 209 1 1/10 auxlimitstart aux heater limit start uint8 (>=0<=10) K true DEVICE_DATA 210 1 1/10 auxheatrmode aux heater mode enum [eco|comfort] true DEVICE_DATA 211 1 1 hphystheat on/off hyst heat uint16 (>=50<=1500) K*min true DEVICE_DATA 212 1 5 hphystcool on/off hyst cool uint16 (>=50<=1500) K*min true DEVICE_DATA 213 1 5 hphystpool on/off hyst pool uint16 (>=50<=1500) K*min true DEVICE_DATA 214 1 5 silentmode silent mode enum [off|auto|on] true DEVICE_DATA 215 1 1 silentfrom silent mode from uint8 (>=0<=3810) minutes true DEVICE_DATA 216 1 15 silentto silent mode to uint8 (>=0<=3810) minutes true DEVICE_DATA 217 1 15 mintempsilent min outside temp for silent mode int8 (>=-126<=126) C true DEVICE_DATA 218 1 1 tempparmode outside temp parallel mode int8 (>=-126<=126) C true DEVICE_DATA 219 1 1 auxheatmix aux heater mixing valve int8 (>=-100<=100) % false DEVICE_DATA 220 1 1 tempdiffheat temp diff TC3/TC0 heat uint8 (>=2<=10) K true DEVICE_DATA 221 1 1/10 tempdiffcool temp diff TC3/TC0 cool uint8 (>=2<=10) K true DEVICE_DATA 222 1 1/10 vpcooling valve/pump cooling boolean true DEVICE_DATA 223 1 1 heatcable heating cable boolean true DEVICE_DATA 224 1 1 vc0valve VC0 valve boolean true DEVICE_DATA 225 1 1 primepump primary heatpump boolean true DEVICE_DATA 226 1 1 primepumpmod primary heatpump modulation uint8 (>=0<=100) % true DEVICE_DATA 227 1 1 hp3way 3-way valve boolean true DEVICE_DATA 228 1 1 elheatstep1 el. heater step 1 boolean true DEVICE_DATA 229 1 1 elheatstep2 el. heater step 2 boolean true DEVICE_DATA 230 1 1 elheatstep3 el. heater step 3 boolean true DEVICE_DATA 231 1 1 hpea0 condensate reservoir heating (EA0) boolean false DEVICE_DATA 232 1 1 hppumpmode primary heatpump mode enum [auto|continuous] true DEVICE_DATA 233 1 1 fan fan uint8 (>=20<=100) % true DEVICE_DATA 234 1 1 shutdown shutdown cmd [off|on] true DEVICE_DATA 235 1 1 hpcurrpower compressor current power uint16 (>=0<=31999) W false DEVICE_DATA 236 1 1 hppowerlimit power limit uint16 (>=0<=31999) W true DEVICE_DATA 237 1 1 pc0flow Flow PC0 int16 (>=-31999<=31999) l/h false DEVICE_DATA 238 1 1 pc1flow Flow PC1 int16 (>=-31999<=31999) l/h false DEVICE_DATA 239 1 1 pc1on PC1 boolean false DEVICE_DATA 240 1 1 pc1rate PC1 rate uint8 (>=0<=100) % false DEVICE_DATA 241 1 1 alternatingop alternating operation boolean true DHW 15 1 1 altopprioheat prioritise heating during dhw uint8 (>=20<=120) minutes true DHW 16 1 1 altopprio prioritise dhw during heating uint8 (>=30<=120) minutes true DHW 17 1 1 comfoff comfort switch off uint8 (>=15<=65) C true DHW 18 1 1 ecooff eco switch off uint8 (>=15<=65) C true DHW 19 1 1 ecoplusoff eco+ switch off uint8 (>=48<=63) C true DHW 20 1 1 comfdiff comfort diff uint8 (>=6<=12) K true DHW 21 1 1 ecodiff eco diff uint8 (>=6<=12) K true DHW 22 1 1 ecoplusdiff eco+ diff uint8 (>=6<=12) K true DHW 23 1 1 comfstop comfort stop temp uint8 (>=0<=254) C true DHW 24 1 1 ecostop eco stop temp uint8 (>=0<=254) C true DHW 25 1 1 ecoplusstop eco+ stop temp uint8 (>=0<=254) C true DHW 26 1 1 hpcircpump circulation pump available during dhw boolean true DHW 27 1 1 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"Geo 5xx"},{"location":"Modbus-Entity-Registers/#greenstar-30ri-compact","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Greenstar 30Ri Compact"},{"location":"Modbus-Entity-Registers/#greenstar-hiu-logamax-kompakt-ws170","text":"shortname fullname type uom writeable tag type register offset register count scale factor netflowtemp heat network flow temp uint16 (>=0<=3199) C false DEVICE_DATA 269 1 1/10 heatvalve heating valve uint8 (>=0<=100) % false DEVICE_DATA 270 1 1 dhwvalve valve uint8 (>=0<=100) % false DHW 73 1 1 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 keepwarmtemp keep warm temperature uint8 (>=0<=254) C true DEVICE_DATA 271 1 1 setreturntemp set temp return uint8 (>=0<=254) C true DEVICE_DATA 272 1 1 heating heating boolean false DEVICE_DATA 273 1 1 reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1","title":"Greenstar HIU, Logamax kompakt WS170"},{"location":"Modbus-Entity-Registers/#hybrid-heatpump","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Hybrid Heatpump"},{"location":"Modbus-Entity-Registers/#logamax-plus-gb022","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax Plus GB022"},{"location":"Modbus-Entity-Registers/#logamax-plus-gb122-condense-2300-junkers-cerapur-gc2200w","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax Plus GB122, Condense 2300, Junkers Cerapur GC2200W"},{"location":"Modbus-Entity-Registers/#logamax-plus-gb192-condens-gc9000-greenstar-erp","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax Plus, GB192, Condens GC9000, Greenstar ErP"},{"location":"Modbus-Entity-Registers/#logamax-u122-cerapur","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logamax U122, Cerapur"},{"location":"Modbus-Entity-Registers/#logano-gb15-logamatic-mc10","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logano GB1*5, Logamatic MC10"},{"location":"Modbus-Entity-Registers/#logano-gb125kb195i-logamatic-mc110","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logano GB125/KB195i, Logamatic MC110"},{"location":"Modbus-Entity-Registers/#logano-gb212","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Logano GB212"},{"location":"Modbus-Entity-Registers/#proline","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Proline"},{"location":"Modbus-Entity-Registers/#topline-gb162","text":"shortname fullname type uom writeable tag type register offset register count scale factor reset reset cmd [-|maintenance|error|history|message] true DEVICE_DATA 0 1 1 heatingoff force heating off boolean true DEVICE_DATA 1 1 1 heatingactive heating active boolean false DEVICE_DATA 2 1 1 tapwateractive tapwater active boolean false DEVICE_DATA 3 1 1 selflowtemp selected flow temperature uint8 (>=0<=90) C true DEVICE_DATA 4 1 1 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 outdoortemp outside temperature int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 curflowtemp current flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 7 1 1/10 rettemp return temperature uint16 (>=0<=3199) C false DEVICE_DATA 8 1 1/10 switchtemp mixing switch temperature uint16 (>=0<=3199) C false DEVICE_DATA 9 1 1/10 syspress system pressure uint8 (>=0<=25) bar false DEVICE_DATA 10 1 1/10 boiltemp actual boiler temperature uint16 (>=0<=3199) C false DEVICE_DATA 11 1 1/10 headertemp low loss header uint16 (>=0<=3199) C false DEVICE_DATA 12 1 1/10 exhausttemp exhaust temperature uint16 (>=0<=3199) C false DEVICE_DATA 242 1 1/10 burngas gas boolean false DEVICE_DATA 243 1 1 burngas2 gas stage 2 boolean false DEVICE_DATA 244 1 1 flamecurr flame current uint16 (>=0<=3199) \u00b5A false DEVICE_DATA 245 1 1/10 fanwork fan boolean false DEVICE_DATA 246 1 1 ignwork ignition boolean false DEVICE_DATA 247 1 1 oilpreheat oil preheating boolean false DEVICE_DATA 248 1 1 burnminpower burner min power uint8 (>=0<=100) % true DEVICE_DATA 249 1 1 burnmaxpower burner max power uint8 (>=0<=254) % true DEVICE_DATA 250 1 1 burnminperiod burner min period uint8 (>=0<=120) minutes true DEVICE_DATA 251 1 1 absburnpow burner current power (absolute) uint8 (>=0<=100) % false DEVICE_DATA 252 1 1 heatblock heating block uint16 (>=0<=3199) C false DEVICE_DATA 253 1 1/10 boilhyston hysteresis on temperature int8 (>=-20<=0) C true DEVICE_DATA 254 1 1 boilhystoff hysteresis off temperature int8 (>=0<=20) C true DEVICE_DATA 255 1 1 boil2hyston hysteresis stage 2 on temperature int8 (>=-20<=0) C true DEVICE_DATA 256 1 1 boil2hystoff hysteresis stage 2 off temperature int8 (>=0<=20) C true DEVICE_DATA 257 1 1 curveon heatingcurve on boolean true DEVICE_DATA 258 1 1 curvebase heatingcurve base uint8 (>=20<=90) C true DEVICE_DATA 259 1 1 curveend heatingcurve end uint8 (>=20<=90) C true DEVICE_DATA 260 1 1 summertemp summer temperature uint8 (>=0<=45) C true DEVICE_DATA 261 1 1 nofrostmode nofrost mode boolean true DEVICE_DATA 262 1 1 nofrosttemp nofrost temperature uint8 (>=0<=10) C true DEVICE_DATA 263 1 1 heatingactivated heating activated boolean true DEVICE_DATA 13 1 1 heatingtemp heating temperature uint8 (>=0<=90) C true DEVICE_DATA 14 1 1 heatingpump heating pump boolean false DEVICE_DATA 15 1 1 pumpmodmax boiler pump max power uint8 (>=0<=100) % true DEVICE_DATA 16 1 1 pumpmodmin boiler pump min power uint8 (>=0<=100) % true DEVICE_DATA 17 1 1 pumpmode boiler pump mode enum [proportional|deltaP-1|deltaP-2|deltaP-3|deltaP-4] true DEVICE_DATA 18 1 1 pumpcharacter boiler pump characteristic enum [proportional|150mbar|200mbar|250mbar|300mbar|350mbar|400mbar] true DEVICE_DATA 19 1 1 pumpdelay pump delay uint8 (>=0<=60) minutes true DEVICE_DATA 20 1 1 pumpontemp pump logic temperature uint8 (>=0<=60) C true DEVICE_DATA 21 1 1 selburnpow burner selected max power uint8 (>=0<=254) % true DEVICE_DATA 22 1 1 curburnpow burner current power uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 burnstarts burner starts uint24 (>=0<=16777213) false DEVICE_DATA 24 2 1 burnworkmin total burner operating time time (>=0<=16777213) minutes false DEVICE_DATA 26 2 1 burn2workmin burner stage 2 operating time time (>=0<=16777213) minutes false DEVICE_DATA 28 2 1 heatworkmin total heat operating time time (>=0<=16777213) minutes false DEVICE_DATA 30 2 1 heatstarts burner starts heating uint24 (>=0<=16777213) false DEVICE_DATA 32 2 1 ubauptime total UBA operating time time (>=0<=16777213) minutes false DEVICE_DATA 34 2 1 lastcode last error code string false DEVICE_DATA 36 28 1 servicecode service code string false DEVICE_DATA 64 2 1 servicecodenumber service code number uint16 (>=0<=31999) false DEVICE_DATA 66 1 1 maintenancemessage maintenance message string false DEVICE_DATA 67 2 1 maintenance maintenance scheduled enum [off|time|date|manual] true DEVICE_DATA 69 1 1 maintenancetime time to next maintenance uint16 (>=0<=31999) hours true DEVICE_DATA 70 1 1 maintenancedate next maintenance date string true DEVICE_DATA 71 6 1 emergencyops emergency operation boolean true DEVICE_DATA 77 1 1 emergencytemp emergency temperature uint8 (>=15<=70) C true DEVICE_DATA 78 1 1 meterheat meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 91 2 1/10 meter meter uint24 (>=0<=1677721) kWh false DHW 2 2 1/10 gasmeterheat gas meter heating uint24 (>=0<=1677721) kWh false DEVICE_DATA 264 2 1/10 gasmeter gas meter uint24 (>=0<=1677721) kWh false DHW 69 2 1/10 nrgheat2 energy heating 2 uint24 (>=0<=1677721) kWh false DEVICE_DATA 266 2 1/10 nrg2 energy 2 uint24 (>=0<=1677721) kWh false DHW 71 2 1/10 tapactivated turn on/off boolean true DHW 28 1 1 settemp set temperature uint8 (>=0<=254) C false DHW 29 1 1 seltemp selected temperature uint8 (>=0<=254) C true DHW 30 1 1 seltemplow selected lower temperature uint8 (>=0<=254) C true DHW 31 1 1 tempecoplus selected eco+ temperature uint8 (>=0<=254) C true DHW 32 1 1 seltempoff selected temperature for off uint8 (>=0<=254) C false DHW 33 1 1 seltempsingle single charge temperature uint8 (>=0<=254) C true DHW 34 1 1 solartemp solar boiler temperature uint16 (>=0<=3199) C false DHW 35 1 1/10 type type enum [off|flow|buffered flow|buffer|layered buffer] false DHW 36 1 1 comfort comfort enum [hot|eco|intelligent] true DHW 37 1 1 comfort1 comfort mode enum [high comfort|eco] true DHW 38 1 1 flowtempoffset flow temperature offset uint8 (>=0<=100) C true DHW 39 1 1 chargeoptimization charge optimization boolean true DHW 40 1 1 maxpower max power uint8 (>=0<=254) % true DHW 41 1 1 maxtemp maximum temperature uint8 (>=0<=80) C true DHW 42 1 1 circpump circulation pump available boolean true DHW 43 1 1 chargetype charging type enum [chargepump|3-way valve] false DHW 44 1 1 hyston hysteresis on temperature int8 (>=-126<=126) C true DHW 45 1 1 hystoff hysteresis off temperature int8 (>=-126<=126) C true DHW 46 1 1 disinfectiontemp disinfection temperature uint8 (>=60<=80) C true DHW 47 1 1 circmode circulation pump mode enum [off|1x3min|2x3min|3x3min|4x3min|5x3min|6x3min|continuous] true DHW 48 1 1 circ circulation active boolean true DHW 49 1 1 curtemp current intern temperature uint16 (>=0<=3199) C false DHW 50 1 1/10 curtemp2 current extern temperature uint16 (>=0<=3199) C false DHW 51 1 1/10 curflow current tap water flow uint8 (>=0<=25) l/min false DHW 52 1 1/10 storagetemp1 storage intern temperature uint16 (>=0<=3199) C false DHW 53 1 1/10 storagetemp2 storage extern temperature uint16 (>=0<=3199) C false DHW 54 1 1/10 activated activated boolean true DHW 55 1 1 onetime one time charging boolean true DHW 56 1 1 disinfecting disinfecting boolean true DHW 57 1 1 charging charging boolean false DHW 58 1 1 recharging recharging boolean false DHW 59 1 1 tempok temperature ok boolean false DHW 60 1 1 active active boolean false DHW 61 1 1 3wayvalve 3-way valve active boolean false DHW 62 1 1 mixertemp mixer temperature uint16 (>=0<=3199) C false DHW 63 1 1/10 cylmiddletemp cylinder middle temperature (TS3) uint16 (>=0<=3199) C false DHW 64 1 1/10 starts starts uint24 (>=0<=16777213) false DHW 65 2 1 workm active time time (>=0<=16777213) minutes false DHW 67 2 1 nompower nominal Power uint8 (>=0<=254) kW true DEVICE_DATA 268 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 79 2 1/100 nrgheat energy heating uint24 (>=0<=10000000) kWh true DEVICE_DATA 81 2 1/100 nrg energy uint24 (>=0<=10000000) kWh true DHW 0 2 1/100","title":"Topline, GB162"},{"location":"Modbus-Entity-Registers/#devices-of-type-controller","text":"","title":"Devices of type controller"},{"location":"Modbus-Entity-Registers/#rego-3000","text":"shortname fullname type uom writeable tag type register offset register count scale factor datetime date/time string false DEVICE_DATA 0 13 1","title":"Rego 3000"},{"location":"Modbus-Entity-Registers/#devices-of-type-extension","text":"","title":"Devices of type extension"},{"location":"Modbus-Entity-Registers/#em10-em100","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1","title":"EM10, EM100"},{"location":"Modbus-Entity-Registers/#t1rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtempvf flow temperature in header (T0/Vf) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 input input uint8 (>=0<=25) V false DEVICE_DATA 1 1 1/10 outpow output IO1 uint8 (>=0<=100) % false DEVICE_DATA 2 1 1 setpower request power uint8 (>=0<=100) % false DEVICE_DATA 3 1 1 setpoint set temp. uint8 (>=0<=254) C false DEVICE_DATA 4 1 1 minv min volt. uint8 (>=0<=25) V true DEVICE_DATA 5 1 1/10 maxv max volt. uint8 (>=0<=25) V true DEVICE_DATA 6 1 1/10 mint min temp. uint8 (>=0<=254) C true DEVICE_DATA 7 1 1 maxt max temp. uint8 (>=0<=254) C true DEVICE_DATA 8 1 1 mode operating mode uint8 (>=0<=254) false DEVICE_DATA 9 1 1","title":"T1RF"},{"location":"Modbus-Entity-Registers/#devices-of-type-heatpump","text":"","title":"Devices of type heatpump"},{"location":"Modbus-Entity-Registers/#hp-module","text":"shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100","title":"HP Module"},{"location":"Modbus-Entity-Registers/#hybrid-manager-hm200","text":"shortname fullname type uom writeable tag type register offset register count scale factor airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 0 1 1 dewtemperature dew point temperature uint8 (>=0<=254) C false DEVICE_DATA 1 1 1 curflowtemp current flow temperature int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 rettemp return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 sysrettemp system return temperature int16 (>=-3199<=3199) C false DEVICE_DATA 4 1 1/10 hpta4 drain pan temp (TA4) int16 (>=-3199<=3199) C false DEVICE_DATA 5 1 1/10 hptr1 compressor temperature (TR1) int16 (>=-3199<=3199) C false DEVICE_DATA 6 1 1/10 hptr3 refrigerant temperature liquid side (condenser output) (TR3) int16 (>=-3199<=3199) C false DEVICE_DATA 7 1 1/10 hptr4 evaporator inlet temperature (TR4) int16 (>=-3199<=3199) C false DEVICE_DATA 8 1 1/10 hptr5 compressor inlet temperature (TR5) int16 (>=-3199<=3199) C false DEVICE_DATA 9 1 1/10 hptr6 compressor outlet temperature (TR6) int16 (>=-3199<=3199) C false DEVICE_DATA 10 1 1/10 hptl2 air inlet temperature (TL2) int16 (>=-3199<=3199) C false DEVICE_DATA 11 1 1/10 hppl1 low pressure side temperature (PL1) int16 (>=-3199<=3199) C false DEVICE_DATA 12 1 1/10 hpph1 high pressure side temperature (PH1) int16 (>=-3199<=3199) C false DEVICE_DATA 13 1 1/10 heatingpumpmod heating pump modulation uint8 (>=0<=100) % false DEVICE_DATA 14 1 1 hpcompspd compressor speed uint8 (>=0<=100) % false DEVICE_DATA 15 1 1 hybridstrategy hybrid control strategy enum [cost optimized|co2 optimized|outside temperature alt.|outside temperature parallel|heatpump prefered|boiler only] true DEVICE_DATA 16 1 1 lownoisemode low noise mode enum [off|reduced output|switch off hp|perm. reduced] true DEVICE_DATA 17 1 1 lownoisestart low noise starttime uint8 (>=0<=23) true DEVICE_DATA 18 1 1 lownoisestop low noise stoptime uint8 (>=0<=23) true DEVICE_DATA 19 1 1 hybriddhw hybrid DHW enum [eco|high comfort] true DEVICE_DATA 20 1 1 energypricegas energy price gas uint8 (>=0<=254) true DEVICE_DATA 21 1 1 energypriceel energy price electric uint8 (>=0<=254) true DEVICE_DATA 22 1 1 energyfeedpv feed in PV uint8 (>=0<=254) true DEVICE_DATA 23 1 1 switchovertemp outside switchover temperature int8 (>=-126<=126) true DEVICE_DATA 24 1 1 airpurgemode air purge mode boolean true DEVICE_DATA 25 1 1 heatpumpoutput heatpump output uint8 (>=0<=100) % true DEVICE_DATA 26 1 1 coolingcircuit cooling circuit boolean true DEVICE_DATA 27 1 1 compstartmod compressor start modulation uint8 (>=0<=100) % true DEVICE_DATA 28 1 1 heatdrainpan heat drain pan boolean true DEVICE_DATA 29 1 1 heatcable heating cable boolean true DEVICE_DATA 30 1 1 nrgtotal total energy uint24 (>=0<=167772) kWh false DEVICE_DATA 31 2 1/100 nrg energy uint24 (>=0<=167772) kWh false DHW 0 2 1/100 nrgheat energy heating uint24 (>=0<=167772) kWh false DEVICE_DATA 33 2 1/100 metertotal meter total uint24 (>=0<=167772) kWh false DEVICE_DATA 35 2 1/100 metercomp meter compressor uint24 (>=0<=167772) kWh false DEVICE_DATA 37 2 1/100 metereheat meter e-heater uint24 (>=0<=167772) kWh false DEVICE_DATA 39 2 1/100 meterheat meter heating uint24 (>=0<=167772) kWh false DEVICE_DATA 41 2 1/100 meter meter uint24 (>=0<=167772) kWh false DHW 2 2 1/100","title":"Hybrid Manager HM200"},{"location":"Modbus-Entity-Registers/#devices-of-type-mixer","text":"","title":"Devices of type mixer"},{"location":"Modbus-Entity-Registers/#ipm","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 flowtempvf flow temperature in header (T0/Vf) uint16 (>=0<=3199) C false HC 6 1 1/10","title":"IPM"},{"location":"Modbus-Entity-Registers/#mm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) int8 (>=-100<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10","title":"MM10"},{"location":"Modbus-Entity-Registers/#mm100","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DHW 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false DHW 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true DHW 2 1 1 pumpstatus pump status (PC1) boolean true DHW 3 1 1 activated activated boolean true DHW 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true DHW 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true DHW 6 1 1","title":"MM100"},{"location":"Modbus-Entity-Registers/#mm200","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1","title":"MM200"},{"location":"Modbus-Entity-Registers/#mm50","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1","title":"MM50"},{"location":"Modbus-Entity-Registers/#mz100","text":"shortname fullname type uom writeable tag type register offset register count scale factor flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false HC 0 1 1/10 valvestatus mixing valve actuator (VC1) uint8 (>=0<=100) % false HC 1 1 1 flowsettemp setpoint flow temperature uint8 (>=0<=254) C true HC 2 1 1 pumpstatus pump status (PC1) boolean true HC 3 1 1 activated activated boolean true HC 4 1 1 valvesettime time to set valve uint8 (>=10<=600) seconds true HC 5 1 10 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) K true HC 7 1 1","title":"MZ100"},{"location":"Modbus-Entity-Registers/#devices-of-type-pool","text":"","title":"Devices of type pool"},{"location":"Modbus-Entity-Registers/#mp100","text":"shortname fullname type uom writeable tag type register offset register count scale factor pooltemp pool temperature int16 (>=-3199<=3199) C false DEVICE_DATA -1 1 1/10 poolshuntstatus pool shunt status opening/closing enum [stopped|opening|closing|open|close] false DEVICE_DATA -1 1 1 poolshunt pool shunt open/close (0% = pool / 100% = heat) uint8 (>=0<=100) % false DEVICE_DATA -1 1 1","title":"MP100"},{"location":"Modbus-Entity-Registers/#devices-of-type-solar","text":"","title":"Devices of type solar"},{"location":"Modbus-Entity-Registers/#ism1","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10","title":"ISM1"},{"location":"Modbus-Entity-Registers/#ism2","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10","title":"ISM2"},{"location":"Modbus-Entity-Registers/#sm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 1 turnondiff pump turn on difference uint8 (>=0<=254) C true DEVICE_DATA 10 1 1 turnoffdiff pump turn off difference uint8 (>=0<=254) C true DEVICE_DATA 11 1 1 solarpower actual solar power int16 (>=-31999<=31999) W false DEVICE_DATA 12 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 maxflow maximum solar flow uint8 (>=0<=25) l/min true DEVICE_DATA 15 1 1/10 mintemp minimum temperature uint8 (>=0<=254) C true DHW 0 1 1 solarenabled solarmodule enabled boolean true DEVICE_DATA 16 1 1","title":"SM10"},{"location":"Modbus-Entity-Registers/#sm100-ms100","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10","title":"SM100, MS100"},{"location":"Modbus-Entity-Registers/#sm200-ms200","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10","title":"SM200, MS200"},{"location":"Modbus-Entity-Registers/#sm50","text":"shortname fullname type uom writeable tag type register offset register count scale factor collectortemp collector temperature (TS1) int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 cylbottomtemp cylinder bottom temperature (TS2) int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 solarpump pump (PS1) boolean false DEVICE_DATA 2 1 1 pumpworktime pump working time time (>=0<=16777213) minutes false DEVICE_DATA 3 2 1 cylmaxtemp maximum cylinder temperature uint8 (>=0<=254) C true DEVICE_DATA 5 1 1 collectorshutdown collector shutdown boolean false DEVICE_DATA 6 1 1 cylheated cyl heated boolean false DEVICE_DATA 7 1 1 solarpumpmod pump modulation (PS1) uint8 (>=0<=100) % false DEVICE_DATA 8 1 1 pumpminmod minimum pump modulation uint8 (>=0<=100) % true DEVICE_DATA 9 1 5 turnondiff pump turn on difference uint8 (>=0<=25) C true DEVICE_DATA 10 1 1/10 turnoffdiff pump turn off difference uint8 (>=0<=25) C true DEVICE_DATA 11 1 1/10 collector2temp collector 2 temperature (TS7) int16 (>=-3199<=3199) C false DEVICE_DATA 20 1 1/10 cylmiddletemp cylinder middle temperature (TS3) int16 (>=-3199<=3199) C false DEVICE_DATA 17 1 1/10 retheatassist return temperature heat assistance (TS4) int16 (>=-3199<=3199) C false DEVICE_DATA 18 1 1/10 heatassistvalve heat assistance valve (M1) boolean false DEVICE_DATA 19 1 1 heatassistpower heat assistance valve power (M1) uint8 (>=0<=100) % false DEVICE_DATA 21 1 1 solarpump2 pump 2 (PS4) boolean false DEVICE_DATA 22 1 1 solarpump2mod pump 2 modulation (PS4) uint8 (>=0<=100) % false DEVICE_DATA 23 1 1 cyl2bottomtemp second cylinder bottom temperature (TS5) int16 (>=-3199<=3199) C false DEVICE_DATA 24 1 1/10 heatexchangertemp heat exchanger temperature (TS6) int16 (>=-3199<=3199) C false DEVICE_DATA 25 1 1/10 cylpumpmod cylinder pump modulation (PS5) uint8 (>=0<=100) % false DEVICE_DATA 26 1 1 valvestatus valve status boolean false DEVICE_DATA 27 1 1 vs1status valve status VS1 boolean false DEVICE_DATA 28 1 1 collectormaxtemp maximum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 29 1 1 collectormintemp minimum collector temperature uint8 (>=0<=254) C true DEVICE_DATA 30 1 1 energylasthour energy last hour uint24 (>=0<=1677721) Wh false DEVICE_DATA 13 2 1/10 energytoday total energy today uint24 (>=0<=16777213) Wh false DEVICE_DATA 31 2 1 energytotal total energy uint24 (>=0<=1677721) kWh false DEVICE_DATA 33 2 1/10 pump2worktime pump 2 working time time (>=0<=16777213) minutes false DEVICE_DATA 35 2 1 m1worktime differential control working time time (>=0<=16777213) minutes false DEVICE_DATA 37 2 1 heattransfersystem heattransfer system boolean true DEVICE_DATA 39 1 1 externalcyl external cylinder boolean true DEVICE_DATA 40 1 1 thermaldisinfect thermal disinfection boolean true DEVICE_DATA 41 1 1 heatmetering heatmetering boolean true DEVICE_DATA 42 1 1 activated activated boolean true DEVICE_DATA 43 1 1 solarpumpmode solar pump mode enum [constant|pwm|analog] true DEVICE_DATA 44 1 1 solarpumpkick solar pump kick boolean true DEVICE_DATA 45 1 1 plainwatermode plain water mode boolean true DEVICE_DATA 46 1 1 doublematchflow doublematchflow boolean true DEVICE_DATA 47 1 1 pump2minmod minimum pump 2 modulation uint8 (>=0<=100) % true DEVICE_DATA 48 1 1 turnondiff2 pump 2 turn on difference uint8 (>=0<=25) C true DEVICE_DATA 49 1 1/10 turnoffdiff2 pump 2 turn off difference uint8 (>=0<=25) C true DEVICE_DATA 50 1 1/10 pump2kick pump kick 2 boolean true DEVICE_DATA 51 1 1 climatezone climate zone uint8 (>=0<=254) true DEVICE_DATA 52 1 1 collector1area collector 1 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 53 1 1/10 collector1type collector 1 type enum [flat|vacuum] true DEVICE_DATA 54 1 1 collector2area collector 2 area uint16 (>=0<=3199) m\u00b2 true DEVICE_DATA 55 1 1/10 collector2type collector 2 type enum [flat|vacuum] true DEVICE_DATA 56 1 1 cylpriority cylinder priority enum [cyl 1|cyl 2] true DEVICE_DATA 57 1 1 heatcntflowtemp heat counter flow temperature uint16 (>=0<=3199) C false DEVICE_DATA 58 1 1/10 heatcntrettemp heat counter return temperature uint16 (>=0<=3199) C false DEVICE_DATA 59 1 1/10 heatcnt heat counter impulses uint8 (>=0<=254) false DEVICE_DATA 60 1 1 swapflowtemp swap flow temperature (TS14) uint16 (>=0<=3199) C false DEVICE_DATA 61 1 1/10 swaprettemp swap return temperature (TS15) uint16 (>=0<=3199) C false DEVICE_DATA 62 1 1/10","title":"SM50"},{"location":"Modbus-Entity-Registers/#devices-of-type-switch","text":"","title":"Devices of type switch"},{"location":"Modbus-Entity-Registers/#wm10","text":"shortname fullname type uom writeable tag type register offset register count scale factor activated activated boolean false DEVICE_DATA 0 1 1 flowtemphc flow temperature (TC1) uint16 (>=0<=3199) C false DEVICE_DATA 1 1 1/10 status status int8 (>=-126<=126) false DEVICE_DATA 2 1 1","title":"WM10"},{"location":"Modbus-Entity-Registers/#devices-of-type-thermostat","text":"","title":"Devices of type thermostat"},{"location":"Modbus-Entity-Registers/#crf200s","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1","title":"CRF200S"},{"location":"Modbus-Entity-Registers/#comfort-rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1","title":"Comfort RF"},{"location":"Modbus-Entity-Registers/#comfort2rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-15999<=15999) C false HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [auto|off] false HC 3 1 1 modetype mode type enum [off|on] false HC 4 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1","title":"Comfort+2RF"},{"location":"Modbus-Entity-Registers/#es72-rc20","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"ES72, RC20"},{"location":"Modbus-Entity-Registers/#es73","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"ES73"},{"location":"Modbus-Entity-Registers/#es79","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"ES79"},{"location":"Modbus-Entity-Registers/#easycontrol-ct200","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"EasyControl, CT200"},{"location":"Modbus-Entity-Registers/#fb10","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FB10"},{"location":"Modbus-Entity-Registers/#fb100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FB100"},{"location":"Modbus-Entity-Registers/#fr10","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR10"},{"location":"Modbus-Entity-Registers/#fr100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR100"},{"location":"Modbus-Entity-Registers/#fr110","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR110"},{"location":"Modbus-Entity-Registers/#fr120","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR120"},{"location":"Modbus-Entity-Registers/#fr50","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FR50"},{"location":"Modbus-Entity-Registers/#fw100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW100"},{"location":"Modbus-Entity-Registers/#fw120","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW120"},{"location":"Modbus-Entity-Registers/#fw200","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW200"},{"location":"Modbus-Entity-Registers/#fw500","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/10 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|eco|heat|auto] true HC 3 1 1 modetype mode type enum [nofrost|eco|heat] false HC 4 1 1 heattemp heat temperature uint8 (>=0<=127) C true HC 194 1 1/2 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 nofrosttemp nofrost temperature int8 (>=-63<=63) C true HC 17 1 1/2 control control device enum [off|FB10|FB100] true HC 40 1 1 program program enum [prog a|prog b|prog c|prog d|prog e|prog f] true HC 25 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1/2 roomsensor room sensor enum [extern|intern|auto] true HC 195 1 1 holidaymode holiday mode enum [nofrost|eco|heat|auto] true HC 55 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 heatup heatup enum [slow|medium|fast] true HC 196 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 roominfluence room influence enum [off|intern|extern|auto] true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=100) % true HC 14 1 10 heatingtype heating type enum [off|heatingcurve|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [off|unmixed|unmixed IPM|mixed IPM] true HC 24 1 1 charge charge boolean true DHW 5 1 1","title":"FW500"},{"location":"Modbus-Entity-Registers/#logamatic-tc100-moduline-easy","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=-319<=319) C false HC 0 1 1/100 currtemp current room temperature int16 (>=-319<=319) C false HC 1 1 1/100 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"Logamatic TC100, Moduline Easy"},{"location":"Modbus-Entity-Registers/#moduline-200","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1","title":"Moduline 200"},{"location":"Modbus-Entity-Registers/#moduline-400","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 autodst automatic change daylight saving time boolean true DEVICE_DATA 68 1 1 language language enum [german|dutch] true DEVICE_DATA 64 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 brightness screen brightness int8 (>=-15<=15) true DEVICE_DATA 70 1 1 mixingvalves mixing valves uint8 (>=0<=2) true DEVICE_DATA 71 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 preheating preheating in the clock program boolean true DEVICE_DATA 73 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 pause pause time uint8 (>=0<=254) hours true HC 83 1 1 party party time uint8 (>=0<=254) hours true HC 84 1 1 vacations1 vacation dates 1 string true HC 115 11 1 vacations2 vacation dates 2 string true HC 126 11 1 vacations3 vacation dates 3 string true HC 137 11 1 vacations4 vacation dates 4 string true HC 148 11 1 vacations5 vacation dates 5 string true HC 159 11 1 vacations6 vacation dates 6 string true HC 170 11 1 vacations7 vacation dates 7 string true HC 181 11 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 holidaytemp holiday temperature uint8 (>=0<=127) C true HC 54 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 mode operating mode enum [on|off|auto] true DHW 0 1 1 whenmodeoff when thermostat mode off boolean true DHW 62 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1","title":"Moduline 400"},{"location":"Modbus-Entity-Registers/#rc10","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"RC10"},{"location":"Modbus-Entity-Registers/#rc10-moduline-100","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 heatingpid heating PID enum [fast|medium|slow] true DEVICE_DATA 72 1 1 backlight key backlight boolean true DEVICE_DATA 69 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [nofrost|night|day] true HC 3 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 reducehours duration for nighttemp uint8 (>=0<=254) hours true HC 192 1 1 reduceminutes remaining time for nightmode uint16 (>=0<=31999) minutes false HC 193 1 1 mode operating mode enum [on|off|auto] true DHW 0 1 1 errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"RC10, Moduline 100"},{"location":"Modbus-Entity-Registers/#rc100-cr10-moduline-10001010","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"RC100, CR10, Moduline 1000/1010"},{"location":"Modbus-Entity-Registers/#rc100h-cr10h","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"RC100H, CR10H"},{"location":"Modbus-Entity-Registers/#rc20-moduline-300","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1","title":"RC20, Moduline 300"},{"location":"Modbus-Entity-Registers/#rc200-cw100-cr120-cr50","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [optimized|simple|n/a|room|power] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"RC200, CW100, CR120, CR50"},{"location":"Modbus-Entity-Registers/#rc20rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 offtemp temperature when mode is off uint8 (>=0<=127) C true HC 103 1 1/2 daytemp2 day temperature T2 uint8 (>=0<=127) C true HC 104 1 1/2 daytemp3 day temperature T3 uint8 (>=0<=127) C true HC 105 1 1/2 daytemp4 day temperature T4 uint8 (>=0<=127) C true HC 106 1 1/2 nighttemp night temperature T1 uint8 (>=0<=127) C true HC 53 1 1/2 switchtime program switchtime string true HC 107 8 1","title":"RC20RF"},{"location":"Modbus-Entity-Registers/#rc25","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=0<=127) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=0<=127) C true HC 53 1 1/2 program program enum [family|morning|evening|am|pm|midday|singles|seniors] true HC 25 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=127) C true HC 26 1 1/2 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1","title":"RC25"},{"location":"Modbus-Entity-Registers/#rc30-moduline-30001010h-cw400-sense-ii-hpc410","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|normal|comfort|auto|own prog] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"RC3*0, Moduline 3000/1010H, CW400, Sense II, HPC410"},{"location":"Modbus-Entity-Registers/#rc30","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 display display enum [internal temperature|internal setpoint|external temperature|burner temperature|dhw temperature|functioning mode|time|date|smoke temperature] true DEVICE_DATA 63 1 1 language language enum [german|dutch|french|italian] false DEVICE_DATA 64 1 1 clockoffset clock offset int8 (>=-126<=126) seconds true DEVICE_DATA 65 1 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=0<=254) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"RC30"},{"location":"Modbus-Entity-Registers/#rc35","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-5<=5) C true DEVICE_DATA 46 1 1/10 minexttemp minimal external temperature int8 (>=-30<=0) C true DEVICE_DATA 51 1 1 inttemp1 temperature sensor 1 int16 (>=-3199<=3199) C false DEVICE_DATA 66 1 1/10 inttemp2 temperature sensor 2 int16 (>=-3199<=3199) C false DEVICE_DATA 67 1 1/10 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 dampedoutdoortemp damped outdoor temperature int8 (>=-126<=126) C false DEVICE_DATA 48 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [night|day|auto] true HC 3 1 1 modetype mode type enum [night|day] false HC 4 1 1 daytemp day temperature uint8 (>=10<=30) C true HC 52 1 1/2 nighttemp night temperature uint8 (>=10<=30) C true HC 53 1 1/2 designtemp design temperature uint8 (>=30<=90) C true HC 9 1 1 offsettemp offset temperature int8 (>=-5<=5) C true HC 10 1 1/2 holidaytemp holiday temperature uint8 (>=5<=30) C true HC 54 1 1/2 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 summertemp summer temperature uint8 (>=9<=25) C true HC 8 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 holidaymode holiday mode boolean false HC 55 1 1 nofrosttemp nofrost temperature int8 (>=-20<=10) C true HC 17 1 1 nofrostmode nofrost mode enum [off|outdoor|room] true HC 16 1 1 roominfluence room influence uint8 (>=0<=10) C true HC 13 1 1 minflowtemp min flow temperature uint8 (>=5<=70) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=30<=90) C true HC 12 1 1 flowtempoffset flow temperature offset for mixer uint8 (>=0<=20) C true HC 56 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 reducemode reduce mode enum [nofrost|reduce|room|outdoor] true HC 30 1 1 controlmode control mode enum [outdoor|room] true HC 24 1 1 control control device enum [off|RC20|RC3x] true HC 40 1 1 holidays holiday dates string true HC 57 13 1 vacations vacation dates string true HC 70 13 1 program program enum [own 1|family|morning|evening|am|pm|midday|singles|seniors|new|own 2] true HC 25 1 1 pause pause time uint8 (>=0<=99) hours true HC 83 1 1 party party time uint8 (>=0<=99) hours true HC 84 1 1 tempautotemp temporary set temperature automode uint8 (>=0<=30) C true HC 26 1 1/2 noreducetemp no reduce below temperature int8 (>=-31<=10) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-20<=10) C true HC 32 1 1 vacreducetemp vacations off/reduce switch temperature int8 (>=-20<=10) C true HC 85 1 1 vacreducemode vacations reduce mode enum [nofrost|reduce|room|outdoor] true HC 86 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 dhwprio dhw priority boolean true HC 33 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 switchtime1 own1 program switchtime string true HC 87 8 1 switchtime2 own2 program switchtime string true HC 95 8 1 mode operating mode enum [off|on|auto] true DHW 0 1 1 circmode circulation pump mode enum [off|on|auto] true DHW 3 1 1 progmode program enum [std prog|own prog] true DHW 12 1 1 circprog circulation program enum [std prog|own prog] true DHW 13 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecthour disinfection hour uint8 (>=0<=23) true DHW 14 1 1 maxtemp maximum temperature uint8 (>=60<=80) C true DHW 15 1 1 onetimekey one time key function boolean true DHW 16 1 1 switchtimeWW program switchtime warm water string true DHW 17 11 1 circswitchtime circulation program switchtime string true DHW 28 8 1 holidays holiday dates string true DHW 36 13 1 vacations vacation dates string true DHW 49 13 1","title":"RC35"},{"location":"Modbus-Entity-Registers/#rfm20-remote","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"RFM20 Remote"},{"location":"Modbus-Entity-Registers/#rt800-rc220","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"RT800, RC220"},{"location":"Modbus-Entity-Registers/#rego-20003000","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 vacations vacation dates string true DEVICE_DATA 74 13 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [RC310|RC200|RC100|RC100H|TC100] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [normal|comfort|eco+] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"Rego 2000/3000"},{"location":"Modbus-Entity-Registers/#rego-3000-ui800-logamatic-bc400","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"Rego 3000, UI800, Logamatic BC400"},{"location":"Modbus-Entity-Registers/#tr120rf-cr20rf","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string false DEVICE_DATA 33 13 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1","title":"TR120RF, CR20RF"},{"location":"Modbus-Entity-Registers/#ui800-bc400","text":"shortname fullname type uom writeable tag type register offset register count scale factor errorcode error code string false DEVICE_DATA 0 8 1 lastcode last error code string false DEVICE_DATA 8 25 1 datetime date/time string true DEVICE_DATA 33 13 1 intoffset internal temperature offset int8 (>=-12<=12) C true DEVICE_DATA 46 1 1/10 floordry floor drying enum [off|start|heat|hold|cool|end] false DEVICE_DATA 47 1 1 dampedoutdoortemp damped outdoor temperature int16 (>=-3199<=3199) C false DEVICE_DATA 48 1 1/10 floordrytemp floor drying temperature uint8 (>=0<=254) C false DEVICE_DATA 49 1 1 building building type enum [light|medium|heavy] true DEVICE_DATA 50 1 1 minexttemp minimal external temperature int8 (>=-126<=126) C true DEVICE_DATA 51 1 1 damping damping outdoor temperature boolean true DEVICE_DATA 52 1 1 hybridstrategy hybrid control strategy enum [co2 optimized|cost optimized|outside temp switched|co2 cost mix] true DEVICE_DATA 53 1 1 switchovertemp outside switchover temperature int8 (>=-20<=20) C true DEVICE_DATA 54 1 1 energycostratio energy cost ratio uint8 (>=0<=20) true DEVICE_DATA 55 1 1/10 fossilefactor fossile energy factor uint8 (>=0<=5) true DEVICE_DATA 56 1 1/10 electricfactor electric energy factor uint8 (>=0<=5) true DEVICE_DATA 57 1 1/10 delayboiler delay boiler support uint8 (>=5<=120) minutes true DEVICE_DATA 58 1 1 tempdiffboiler temp diff boiler support uint8 (>=1<=99) C true DEVICE_DATA 59 1 1 pvenabledhw enable raise dhw boolean true DEVICE_DATA 60 1 1 pvraiseheat raise heating with PV int8 (>=0<=5) K true DEVICE_DATA 61 1 1 pvlowercool lower cooling with PV int8 (>=-5<=0) K true DEVICE_DATA 62 1 1 seltemp selected room temperature int16 (>=0<=30) C true HC 0 1 1/2 currtemp current room temperature int16 (>=-3199<=3199) C false HC 1 1 1/10 haclimate mqtt discovery current room temperature enum [selTemp|roomTemp] (>=5<=30) false HC 2 1 1 mode operating mode enum [off|manual|auto] true HC 3 1 1 modetype mode type enum [eco|comfort] false HC 4 1 1 ecotemp eco temperature uint8 (>=0<=127) C true HC 5 1 1/2 manualtemp manual temperature uint8 (>=0<=127) C true HC 6 1 1/2 comforttemp comfort temperature uint8 (>=0<=127) C true HC 7 1 1/2 summertemp summer temperature uint8 (>=10<=30) C true HC 8 1 1 designtemp design temperature uint8 (>=0<=254) C true HC 9 1 1 offsettemp offset temperature int8 (>=-126<=126) C true HC 10 1 1 minflowtemp min flow temperature uint8 (>=0<=254) C true HC 11 1 1 maxflowtemp max flow temperature uint8 (>=0<=254) C true HC 12 1 1 roominfluence room influence uint8 (>=0<=254) C true HC 13 1 1 roominflfactor room influence factor uint8 (>=0<=25) true HC 14 1 1/10 curroominfl current room influence int16 (>=-3199<=3199) C false HC 15 1 1/10 nofrostmode nofrost mode enum [room|outdoor|room outdoor] true HC 16 1 1 nofrosttemp nofrost temperature int8 (>=-126<=126) C true HC 17 1 1 targetflowtemp target flow temperature uint8 (>=0<=254) C false HC 18 1 1 heatingtype heating type enum [off|radiator|convector|floor] true HC 19 1 1 summersetmode set summer mode enum [summer|auto|winter] true HC 20 1 1 hpoperatingmode heatpump operating mode enum [off|auto|heating|cooling] true HC 21 1 1 summermode summer mode enum [winter|summer] false HC 22 1 1 hpoperatingstate heatpump operating state enum [heating|off|cooling] false HC 23 1 1 controlmode control mode enum [weather compensated|outside basepoint|n/a|room|power|constant] true HC 24 1 1 program program enum [prog 1|prog 2] true HC 25 1 1 tempautotemp temporary set temperature automode int8 (>=-1<=30) C true HC 26 1 1/2 remoteseltemp temporary set temperature from remote int8 (>=-1<=30) C true HC 27 1 1/2 fastheatup fast heatup uint8 (>=0<=100) % true HC 28 1 1 switchonoptimization switch-on optimization boolean true HC 29 1 1 reducemode reduce mode enum [outdoor|room|reduce] true HC 30 1 1 noreducetemp no reduce below temperature int8 (>=-126<=126) C true HC 31 1 1 reducetemp off/reduce switch temperature int8 (>=-126<=126) C true HC 32 1 1 dhwprio dhw priority boolean true HC 33 1 1 hpcooling hp cooling boolean true HC 34 1 1 coolingon cooling on boolean false HC 35 1 1 hpmode HP Mode enum [heating|cooling|heating & cooling] true HC 36 1 1 dewoffset dew point offset uint8 (>=2<=10) K true HC 37 1 1 roomtempdiff room temp difference uint8 (>=0<=254) K true HC 38 1 1 hpminflowtemp HP min. flow temp. uint8 (>=0<=254) C true HC 39 1 1 control control device enum [off|-|RC100|RC100H|-|RC120RF|RC220/RT800|single] true HC 40 1 1 remotetemp room temperature from remote cmd [] (>=-1<=101) C true HC 41 1 1/10 remotehum room humidity from remote cmd [] (>=-1<=101) % true HC 42 1 1 heatondelay heat-on delay uint8 (>=1<=48) hours true HC 43 1 1 heatoffdelay heat-off delay uint8 (>=1<=48) hours true HC 44 1 1 instantstart instant start uint8 (>=1<=10) K true HC 45 1 1 boost boost mode boolean true HC 46 1 1 boosttime boost time uint8 (>=0<=254) hours true HC 47 1 1 coolstart cooling starttemp uint8 (>=20<=35) C true HC 48 1 1 coolondelay cooling on delay uint8 (>=1<=48) hours true HC 49 1 1 cooloffdelay cooling off delay uint8 (>=1<=48) hours true HC 50 1 1 switchprogmode switch program mode enum [level|absolute] true HC 51 1 1 mode operating mode enum [off|eco+|eco|comfort|auto] true DHW 0 1 1 settemp set temperature uint8 (>=0<=254) C true DHW 1 1 1 settemplow set low temperature uint8 (>=0<=254) C true DHW 2 1 1 circmode circulation pump mode enum [off|on|auto|own prog] true DHW 3 1 1 chargeduration charge duration uint8 (>=0<=3810) minutes true DHW 4 1 15 charge charge boolean true DHW 5 1 1 extra extra uint8 (>=0<=254) C false DHW 6 1 1 disinfecting disinfecting boolean true DHW 7 1 1 disinfectday disinfection day enum [mo|tu|we|th|fr|sa|su|all] true DHW 8 1 1 disinfecttime disinfection time uint8 (>=0<=1431) minutes true DHW 9 1 15 dailyheating daily heating boolean true DHW 10 1 1 dailyheattime daily heating time uint8 (>=0<=1431) minutes true DHW 11 1 15","title":"UI800, BC400"},{"location":"Modbus-Entity-Registers/#devices-of-type-ventilation","text":"","title":"Devices of type ventilation"},{"location":"Modbus-Entity-Registers/#logavent-hrv176","text":"shortname fullname type uom writeable tag type register offset register count scale factor outfresh outdoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 0 1 1/10 infresh indoor fresh air int16 (>=-3199<=3199) C false DEVICE_DATA 1 1 1/10 outexhaust outdoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 2 1 1/10 inexhaust indoor exhaust air int16 (>=-3199<=3199) C false DEVICE_DATA 3 1 1/10 ventinspeed in blower speed uint8 (>=0<=100) % false DEVICE_DATA 4 1 1 ventoutspeed out blower speed uint8 (>=0<=100) % false DEVICE_DATA 5 1 1 ventmode ventilation mode enum [auto|off|L1|L2|L3|L4|demand|sleep|intense|bypass|party|fireplace] true DEVICE_DATA 6 1 1 airquality air quality (voc) uint16 (>=0<=31999) false DEVICE_DATA 7 1 1 airhumidity relative air humidity uint8 (>=0<=100) % false DEVICE_DATA 8 1 1","title":"Logavent HRV176"},{"location":"Modbus-Register-Blocks/","text":"Register Blocks ~ This table shows how entity tags are mapped to Modbus register block offsets. Tag Register Offset DEVICE_DATA 0 HC1 1000 HC2 2000 HC3 3000 HC4 4000 HC5 5000 HC6 6000 HC7 7000 HC8 8000 DHW1 9000 DHW2 10000 DHW3 11000 DHW4 12000 DHW5 13000 DHW6 14000 DHW7 15000 DHW8 16000 DHW9 17000 DHW10 18000 AHS1 19000 HS1 20000 HS2 21000 HS3 22000 HS4 23000 HS5 24000 HS6 25000 HS7 26000 HS8 27000 HS9 28000 HS10 29000 HS11 30000 HS12 31000 HS13 32000 HS14 33000 HS15 34000 HS16 35000","title":"Register Block Offsets"},{"location":"Modbus-Register-Blocks/#register-blocks","text":"This table shows how entity tags are mapped to Modbus register block offsets. Tag Register Offset DEVICE_DATA 0 HC1 1000 HC2 2000 HC3 3000 HC4 4000 HC5 5000 HC6 6000 HC7 7000 HC8 8000 DHW1 9000 DHW2 10000 DHW3 11000 DHW4 12000 DHW5 13000 DHW6 14000 DHW7 15000 DHW8 16000 DHW9 17000 DHW10 18000 AHS1 19000 HS1 20000 HS2 21000 HS3 22000 HS4 23000 HS5 24000 HS6 25000 HS7 26000 HS8 27000 HS9 28000 HS10 29000 HS11 30000 HS12 31000 HS13 32000 HS14 33000 HS15 34000 HS16 35000","title":"Register Blocks"},{"location":"Modbus-Server-IDs/","text":"Server IDs ~ This table shows how device types are mapped to server unit identifiers. Device type Unit Identifier SYSTEM (EMS-ESP) 1 BOILER 5 THERMOSTAT 6 MIXER 7 SOLAR 8 HEATPUMP 9 GATEWAY 10 SWITCH 11 CONTROLLER 12 CONNECT 13 ALERT 14 EXTENSION 15 GENERIC 16 HEATSOURCE 17 VENTILATION 18 WATER 19 POOL 20","title":"Server Unit Identifiers"},{"location":"Modbus-Server-IDs/#server-ids","text":"This table shows how device types are mapped to server unit identifiers. Device type Unit Identifier SYSTEM (EMS-ESP) 1 BOILER 5 THERMOSTAT 6 MIXER 7 SOLAR 8 HEATPUMP 9 GATEWAY 10 SWITCH 11 CONTROLLER 12 CONNECT 13 ALERT 14 EXTENSION 15 GENERIC 16 HEATSOURCE 17 VENTILATION 18 WATER 19 POOL 20","title":"Server IDs"},{"location":"Modbus-Settings/","text":"Modbus settings ~ Enable the Modbus feature in Settings -> Application -> Modbus . This requires a reboot. Configurable options ~ Option name Description Default value Max Clients The maximum number of clients allowed to connect 10 Port The port the Modbus server runs on 502 Timeout The number of milliseconds after which requests time out 10000","title":"Settings"},{"location":"Modbus-Settings/#modbus-settings","text":"Enable the Modbus feature in Settings -> Application -> Modbus . This requires a reboot.","title":"Modbus settings"},{"location":"Modbus-Settings/#configurable-options","text":"Option name Description Default value Max Clients The maximum number of clients allowed to connect 10 Port The port the Modbus server runs on 502 Timeout The number of milliseconds after which requests time out 10000","title":"Configurable options"},{"location":"Modbus-System-Server/","text":"SYSTEM server ~ EMS-ESP provides a server with general read only information with unit ID 1 . It provides the following data: Name Description Register offset Register count NUM_DEVICES The number of devices recognized on the EMS bus 1 1 DEVICE_TYPE_AND_ID The device type and ID for each device. \"n\" in the register offset is the index of the device with 0 <= n < NUM_DEVICES. The first byte of the 16 bit value contains the device type , the second byte contains the device ID. 1000 + n 1","title":"The SYSTEM Server"},{"location":"Modbus-System-Server/#system-server","text":"EMS-ESP provides a server with general read only information with unit ID 1 . It provides the following data: Name Description Register offset Register count NUM_DEVICES The number of devices recognized on the EMS bus 1 1 DEVICE_TYPE_AND_ID The device type and ID for each device. \"n\" in the register offset is the index of the device with 0 <= n < NUM_DEVICES. The first byte of the 16 bit value contains the device type , the second byte contains the device ID. 1000 + n 1","title":"SYSTEM server"},{"location":"Modbus/","text":"Modbus/TCP ~ The Modbus connector allows to read and write entities using the Modbus/TCP protocol. See Settings on how to enable and configure the Modbus connector. EMS Entity / Modbus Register Mapping ~ This document refers to the device issuing a Modbus request as the client (formerly known as a Modbus master ) and to the device listening and fulfilling the requests, i.e. EMS-ESP, as the server (formerly known as a Modbus slave ). EMS-ESP creates a Modbus server for each device connected to the EMS bus, including EMS-ESP itself. Each server is addressed with a numeric identifier representing the device type. See Server Unit Identifiers for a list of all possible server IDs. A server organizes all entities of the device it represents in blocks that correspond to the entity tags (e.g. hc1 for the first heating circuit). The entities are addressed with an offset within the register block. See Register Blocks for a list of all block offsets. All values are stored in one or more registers. Each Modbus register contains a 16 bit value. Numeric values are stored as 16 or 32 bit integers, in one or two registers. An entity specific scale factor may be applied. The scale factor is defined separately for each device and entity. Enums are stored in a single register. Strings are null terminated and stored with two characters per register. See Entity/Register Mapping for a list of all register offsets, data types and scale factors. Example A Modbus client wants to read the target flow temperature of the second heating circuit (hc2) of a thermostat of type RC310 connected to the EMS bus. Table Server IDs indicates that the unit identifier of a thermostat device is 6 . So the client needs to specify the unit identifier 6 in all requests. Table Register Blocks shows that the offset for HC2 is 2000. The row targetflowtemp in table Entity/Register Mapping for thermostat RC310 lists register offset 18, register count 1 and scale factor 1. Hint: click a column header to sort the table, e.g. by entity shortnames. So the final register offset for the target flow temperature in hc2 is 2000 + 18 = 2018. We need to read one register at offset 2018 from the server with unit ID 6 and multiply the result by the scale factor which in this case is 1. The SYSTEM server ~ EMS-ESP assigns a special unit identifier, 1 , to a server that provides general information about EMS-ESP. The system server registers are documented here . Reading and Writing Entity values ~ The following Modbus function codes are implemented: READ_HOLD_REGISTER ( 0x03 ) READ_INPUT_REGISTER ( 0x04 ) WRITE_HOLD_REGISTER ( 0x06 ) WRITE_MULT_REGISTERS ( 0x10 ) The Modbus connector supports reading and writing of a single entity per request. Reading or writing multiple entities, even if mapped to consecutive registers, is not supported. However, a single entity that is mapped to multiple registers must be read or written in a single request.","title":"Modbus"},{"location":"Modbus/#modbustcp","text":"The Modbus connector allows to read and write entities using the Modbus/TCP protocol. See Settings on how to enable and configure the Modbus connector.","title":"Modbus/TCP"},{"location":"Modbus/#ems-entity-modbus-register-mapping","text":"This document refers to the device issuing a Modbus request as the client (formerly known as a Modbus master ) and to the device listening and fulfilling the requests, i.e. EMS-ESP, as the server (formerly known as a Modbus slave ). EMS-ESP creates a Modbus server for each device connected to the EMS bus, including EMS-ESP itself. Each server is addressed with a numeric identifier representing the device type. See Server Unit Identifiers for a list of all possible server IDs. A server organizes all entities of the device it represents in blocks that correspond to the entity tags (e.g. hc1 for the first heating circuit). The entities are addressed with an offset within the register block. See Register Blocks for a list of all block offsets. All values are stored in one or more registers. Each Modbus register contains a 16 bit value. Numeric values are stored as 16 or 32 bit integers, in one or two registers. An entity specific scale factor may be applied. The scale factor is defined separately for each device and entity. Enums are stored in a single register. Strings are null terminated and stored with two characters per register. See Entity/Register Mapping for a list of all register offsets, data types and scale factors. Example A Modbus client wants to read the target flow temperature of the second heating circuit (hc2) of a thermostat of type RC310 connected to the EMS bus. Table Server IDs indicates that the unit identifier of a thermostat device is 6 . So the client needs to specify the unit identifier 6 in all requests. Table Register Blocks shows that the offset for HC2 is 2000. The row targetflowtemp in table Entity/Register Mapping for thermostat RC310 lists register offset 18, register count 1 and scale factor 1. Hint: click a column header to sort the table, e.g. by entity shortnames. So the final register offset for the target flow temperature in hc2 is 2000 + 18 = 2018. We need to read one register at offset 2018 from the server with unit ID 6 and multiply the result by the scale factor which in this case is 1.","title":"EMS Entity / Modbus Register Mapping"},{"location":"Modbus/#the-system-server","text":"EMS-ESP assigns a special unit identifier, 1 , to a server that provides general information about EMS-ESP. The system server registers are documented here .","title":"The SYSTEM server"},{"location":"Modbus/#reading-and-writing-entity-values","text":"The following Modbus function codes are implemented: READ_HOLD_REGISTER ( 0x03 ) READ_INPUT_REGISTER ( 0x04 ) WRITE_HOLD_REGISTER ( 0x06 ) WRITE_MULT_REGISTERS ( 0x10 ) The Modbus connector supports reading and writing of a single entity per request. Reading or writing multiple entities, even if mapped to consecutive registers, is not supported. However, a single entity that is mapped to multiple registers must be read or written in a single request.","title":"Reading and Writing Entity values"},{"location":"Other-Devices/","text":"List of Other Devices ~ This is the current list of supported other devices. Gateway modules: Buderus Web Gateway KM200, MB LAN 2 Buderus Communication Module MX300, K30RF Connect modules: Nefit Moduline Easy Connect Bosch Easy Connect EMS-OT OpenTherm converter Wireless sensor base M200, RFM200 Alert modules: EM10 Ventilation modules: Logavent HRV176 Extension modules: T1RF","title":"Other Devices"},{"location":"Other-Devices/#list-of-other-devices","text":"This is the current list of supported other devices. Gateway modules: Buderus Web Gateway KM200, MB LAN 2 Buderus Communication Module MX300, K30RF Connect modules: Nefit Moduline Easy Connect Bosch Easy Connect EMS-OT OpenTherm converter Wireless sensor base M200, RFM200 Alert modules: EM10 Ventilation modules: Logavent HRV176 Extension modules: T1RF","title":"List of Other Devices"},{"location":"Solar-Modules/","text":"List of Solar Modules ~ This is the current list of supported solar modules: Buderus SM10, SM50, SM100, SM200 MS100, MS200 Junkers ISM1, ISM2","title":"Solar Modules"},{"location":"Solar-Modules/#list-of-solar-modules","text":"This is the current list of supported solar modules: Buderus SM10, SM50, SM100, SM200 MS100, MS200 Junkers ISM1, ISM2","title":"List of Solar Modules"},{"location":"Special-Functions/","text":"Some entities mapped in MQTT are generated by EMS-ESP and not read from the EMS bus. heating_active and tapwater_active are calculated from the burner and valve/pump settings. These are used by both the Shower Timer and Energy Measurement features. Shower Timer ~ Measures the time hot water is running with burner on. This works only for dhw flow systems; in buffered dhw systems the time is always the charge time of the buffer. As an additional feature, there is the Shower Alert, which alerts and triggers a burst of cold water after a configured time. The 'coldshot' is managed by the entity boiler/tapactivated , and uses a custom function that sets the boiler into its 'testmode', enables tapwater flow but disables the burner. Force Heating Off ~ Some users control the boiler without a thermostat and want to switch the boiler off when a desired temperature is reached. Sending boiler/selflowtemp 0 to the boiler has to be repeated every minute otherwise the boiler will fall back to the selected temperature on the panel. The function boiler/forceheatingoff repeats this command every minute, so the heating remains off. In the EMS-ESP settings it is possible to set the power on value of forceheatingoff . Energy Measurement ~ For gas and oil burners, Bosch does not measure the energy consumption. EMS-ESP calculates the consumption of each boiler message by burner modulation and nominal boiler power. Some gas boilers have the nominal power stored, some do not. Also the stored power is not always correct, a boiler of same type could be equipped with different burners or have its burners adjusted by air/nozzle size. In these cases, the nominal power boiler/nonpower can be changed and stored in EMS-ESP. Check the setting before using the energy values. Remote Thermostats ~ Modern thermostats can use the outdoor temperature to calculate the appropriate boiler flow temperature. A single thermostat placed inside the boiler can do this for different heating circuits, however is slow and inaccurate. If a room thermostat measures that the actual temperature is much lower it should raise the flowtemp to a much higher value until the temperature is reached. This is called \"outdoorcontrolled\" with \"room influence\" but requires a hardware remote thermostat present in the room. EMS-ESP can simulate a remote thermostat by calling thermostat/hc/control and setting the temperature and other dhw settings via thermostat/hcx/remotetemp . This will also send the settings on to the master thermostat. For a master thermostat of type RC30/RC35 an RC20 is emulated. For the RC3x0/BC400 you have to choose the control first to RC200 or RC100H. For a Junkers/Bosch FW120 and similar an FB10 is emulated. To activate the Remote Thermostat feature follow these steps: set thermostat/hc/control to the right Remote thermostat you want to control send thermostat/hc/remotetemp with your desired temperature. Optionally for an RC100H send thermostat/hc/remotehum with a value EMS-ESP will search for the master thermostat and create a new thermostat with entities for room temperature and optionally humidity. The values will be automatically updated and synchronized with the master thermostat. To stop the function, follow these steps: send thermostat/hc/remotetemp with a value of -1 set thermostat/hc/control to the master thermostat (e.g. RC35/RC300/FW120...) The remote thermostat will remain in the EMS-ESP device dashboard but will have no entities. Note, if the control is set to roomthermostat and the first remotetemp is not set within a minute, the master thermostat will likely show an error message. Disclaimer With the remote setting of the humidity you are able to set a heat pump to start cooling even when it is below the actual dew point, which can cause condensation on pipes and the floor, and subsequently damage the system. Use at your own risk! Scheduling temperatures ~ The EMS-ESP Scheduler can be used to permanently maintain the remote thermostat's values. The thermostat is recreated once the command is and has an initial value as shown below: Timer to 00:00 for triggering as soon as EMS-ESP powers on Command is thermostat/hc1/remotetemp for heating circuit 1 (or thermostat/hc1/remotehum for an RC100H) Value is the optimal room temperature for your home, or a command (see below) Name is optional. By giving it a name it can be set remotely as a command and the activation state is published in an MQTT topic. If you have an external Dallas temperature sensor attached to the EMS-ESP you can set the value to this value by using temperaturesensor/ as the value . With both a temperature and humidity value set, the emulated RC100H would look lie this:","title":"Special Functions"},{"location":"Special-Functions/#shower-timer","text":"Measures the time hot water is running with burner on. This works only for dhw flow systems; in buffered dhw systems the time is always the charge time of the buffer. As an additional feature, there is the Shower Alert, which alerts and triggers a burst of cold water after a configured time. The 'coldshot' is managed by the entity boiler/tapactivated , and uses a custom function that sets the boiler into its 'testmode', enables tapwater flow but disables the burner.","title":"Shower Timer"},{"location":"Special-Functions/#force-heating-off","text":"Some users control the boiler without a thermostat and want to switch the boiler off when a desired temperature is reached. Sending boiler/selflowtemp 0 to the boiler has to be repeated every minute otherwise the boiler will fall back to the selected temperature on the panel. The function boiler/forceheatingoff repeats this command every minute, so the heating remains off. In the EMS-ESP settings it is possible to set the power on value of forceheatingoff .","title":"Force Heating Off"},{"location":"Special-Functions/#energy-measurement","text":"For gas and oil burners, Bosch does not measure the energy consumption. EMS-ESP calculates the consumption of each boiler message by burner modulation and nominal boiler power. Some gas boilers have the nominal power stored, some do not. Also the stored power is not always correct, a boiler of same type could be equipped with different burners or have its burners adjusted by air/nozzle size. In these cases, the nominal power boiler/nonpower can be changed and stored in EMS-ESP. Check the setting before using the energy values.","title":"Energy Measurement"},{"location":"Special-Functions/#remote-thermostats","text":"Modern thermostats can use the outdoor temperature to calculate the appropriate boiler flow temperature. A single thermostat placed inside the boiler can do this for different heating circuits, however is slow and inaccurate. If a room thermostat measures that the actual temperature is much lower it should raise the flowtemp to a much higher value until the temperature is reached. This is called \"outdoorcontrolled\" with \"room influence\" but requires a hardware remote thermostat present in the room. EMS-ESP can simulate a remote thermostat by calling thermostat/hc/control and setting the temperature and other dhw settings via thermostat/hcx/remotetemp . This will also send the settings on to the master thermostat. For a master thermostat of type RC30/RC35 an RC20 is emulated. For the RC3x0/BC400 you have to choose the control first to RC200 or RC100H. For a Junkers/Bosch FW120 and similar an FB10 is emulated. To activate the Remote Thermostat feature follow these steps: set thermostat/hc/control to the right Remote thermostat you want to control send thermostat/hc/remotetemp with your desired temperature. Optionally for an RC100H send thermostat/hc/remotehum with a value EMS-ESP will search for the master thermostat and create a new thermostat with entities for room temperature and optionally humidity. The values will be automatically updated and synchronized with the master thermostat. To stop the function, follow these steps: send thermostat/hc/remotetemp with a value of -1 set thermostat/hc/control to the master thermostat (e.g. RC35/RC300/FW120...) The remote thermostat will remain in the EMS-ESP device dashboard but will have no entities. Note, if the control is set to roomthermostat and the first remotetemp is not set within a minute, the master thermostat will likely show an error message. Disclaimer With the remote setting of the humidity you are able to set a heat pump to start cooling even when it is below the actual dew point, which can cause condensation on pipes and the floor, and subsequently damage the system. Use at your own risk!","title":"Remote Thermostats"},{"location":"Special-Functions/#scheduling-temperatures","text":"The EMS-ESP Scheduler can be used to permanently maintain the remote thermostat's values. The thermostat is recreated once the command is and has an initial value as shown below: Timer to 00:00 for triggering as soon as EMS-ESP powers on Command is thermostat/hc1/remotetemp for heating circuit 1 (or thermostat/hc1/remotehum for an RC100H) Value is the optimal room temperature for your home, or a command (see below) Name is optional. By giving it a name it can be set remotely as a command and the activation state is published in an MQTT topic. If you have an external Dallas temperature sensor attached to the EMS-ESP you can set the value to this value by using temperaturesensor/ as the value . With both a temperature and humidity value set, the emulated RC100H would look lie this:","title":"Scheduling temperatures"},{"location":"Support/","text":"If you are looking for EMS-ESP support, have a question or suggestion here are the options: If the request is hardware related go to BBQKees' EMS Gateway Documentation . Reaching out to the Support Community on Discord is a good place for asking general questions and chatting with other users. You have better chances to getting fast responses here. Search in existing open and closed GitHub issues as your issue may already be resolved. Search the GitHub discussions as you might find an answer to your question. As a last resort, create a Problem Report on GitHub. important! When creating a new GitHub issue make sure you attach the EMS-ESP support information. You can fetch this from the URL http:///api/system/info or by clicking on the Support Info button from the Help page in the WebUI.","title":"Support"},{"location":"Switches/","text":"List of Switch Modules ~ This is the current list of supported switch modules: Buderus WM10","title":"Switches"},{"location":"Switches/#list-of-switch-modules","text":"This is the current list of supported switch modules: Buderus WM10","title":"List of Switch Modules"},{"location":"Thermostats/","text":"List of Thermostats ~ This is the current list of supported thermostats from brands like Buderus, Nefit, Sieger, Junkers and Bosch: TC100/Moduline Easy Easy EasyControl, CT200 Easy WSW196i UI800/BC400 Moduline 100, 200, 300, 400, 1000, 1010, 3000 RC10, RC20, RC25, RC30, RC35, RC100, RC200, RC300, RC310, RC3 RC100H RC20RF Remotes: RFM20, RT800, RC220, RC100H, TR120RF, CR20RF, Moduline 1010H CW100, CW400 Sense II HPC410 Rego 2000, 3000 Comfort RF CRF, Comfort+ CR10, CRF200S, CRF200S, CR20RF, CR50, CR120 UI800 ES72, ES73, ES72, ES79 FW100, FW120, FW200, FW500 FR10, FR50, FR100, FR110, FR120 FB10, FB100 RT800 TR120RF Note These thermostats below unfortunately do not support direct EMS write commands so will appear in EMS-ESP as read-only devices: Buderus Logamatic TC100, Bosch EasyControl CT200, Junkers CT100, Moduline Easy. See here Junkers FW/FR build before 9/2008 (FD889). See here Tado Thermostats Device Entities ~ Warning The actual thermostat commands below will vary depending on which Thermostat brand and model you have. This list is also not complete and subject to change between versions. command data id comments datetime RC35, RC100, RC300, dw :day of week: 0-mo,.. dst :daylight saving 0/1 wwmode RC100, RC300, RC30, RC35 wwsettemp RC100, RC300 wwsettemplow RC100, RC300 wwcircmode RC30, RC35, RC100, RC300 wwcharge RC100, RC300 clockoffset RC30 language RC30 (0=de, 1=nl, 2=fr, 3=it) display RC30 (0=int temp, 1= int set, 2=ext temp, 3=burner, 4=ww, 5=mode, 6=time, 7=date, 8=smoke) minexttemp RC30, RC35, RC100, RC300 calinttemp RC30, RC35 building RC30, RC35, RC100, RC300 temp heating circuit actual setpoint depending on mode mode heating circuit manualtemp heating circuit RC100, RC300 ecotemp heating circuit RC100, RC300, Junkers heattemp heating circuit Junkers comforttemp heating circuit RC100, RC300 summermode heating circuit RC100, RC300 summertemp heating circuit RC30, RC35, RC100, RC300 nighttemp heating circuit RC20, RC30, RC35 daytemp heating circuit RC20, RC30, RC35 daytemp2 heating circuit RC20 daytemp3 heating circuit RC20 daytemp4 heating circuit RC20 nofrosttemp heating circuit RC30, RC35, RC100, RC300, Junkers remotetemp heating circuit RC30, RC35 control heating circuit RC30, RC35 (roomcontrol for hc) pause heating circuit RC30, RC35 party heating circuit RC30, RC35 holiday heating circuit RC30, RC35, use - for 'away from home', + for 'at home' designtemp heating circuit RC30, RC35, RC100, RC300 offsettemp heating circuit RC30, RC35, RC100, RC300 holidaytemp heating circuit RC30, RC35 roominfluence heating circuit RC30, RC35, RC100, RC300 minflowtemp heating circuit RC30, RC35, RC100, RC300 maxflowtemp heating circuit RC30, RC35, RC100, RC300 flowtempoffset heating circuit RC30, RC35 program <0 - 10 \\| 1 - 9 \\| 1 - 2> heating circuit RC30, RC35, RC20, RC100, RC300 controlmode heating circuit RC30, RC35, RC100, RC300 reducemode heating circuit RC30, RC35 roomtemp heating circuit only v2.2: fake HA-thermostat roomtemp, use -1 to clear switchtime heating circuit only v3: set one of the programs switch times, nn=number(00-42), d=day(0-6), o=on(0,1), hh:mm=time, d=7 or o=7 clears","title":"Thermostats"},{"location":"Thermostats/#list-of-thermostats","text":"This is the current list of supported thermostats from brands like Buderus, Nefit, Sieger, Junkers and Bosch: TC100/Moduline Easy Easy EasyControl, CT200 Easy WSW196i UI800/BC400 Moduline 100, 200, 300, 400, 1000, 1010, 3000 RC10, RC20, RC25, RC30, RC35, RC100, RC200, RC300, RC310, RC3 RC100H RC20RF Remotes: RFM20, RT800, RC220, RC100H, TR120RF, CR20RF, Moduline 1010H CW100, CW400 Sense II HPC410 Rego 2000, 3000 Comfort RF CRF, Comfort+ CR10, CRF200S, CRF200S, CR20RF, CR50, CR120 UI800 ES72, ES73, ES72, ES79 FW100, FW120, FW200, FW500 FR10, FR50, FR100, FR110, FR120 FB10, FB100 RT800 TR120RF Note These thermostats below unfortunately do not support direct EMS write commands so will appear in EMS-ESP as read-only devices: Buderus Logamatic TC100, Bosch EasyControl CT200, Junkers CT100, Moduline Easy. See here Junkers FW/FR build before 9/2008 (FD889). See here Tado Thermostats","title":"List of Thermostats"},{"location":"Thermostats/#device-entities","text":"Warning The actual thermostat commands below will vary depending on which Thermostat brand and model you have. This list is also not complete and subject to change between versions. command data id comments datetime RC35, RC100, RC300, dw :day of week: 0-mo,.. dst :daylight saving 0/1 wwmode RC100, RC300, RC30, RC35 wwsettemp RC100, RC300 wwsettemplow RC100, RC300 wwcircmode RC30, RC35, RC100, RC300 wwcharge RC100, RC300 clockoffset RC30 language RC30 (0=de, 1=nl, 2=fr, 3=it) display RC30 (0=int temp, 1= int set, 2=ext temp, 3=burner, 4=ww, 5=mode, 6=time, 7=date, 8=smoke) minexttemp RC30, RC35, RC100, RC300 calinttemp RC30, RC35 building RC30, RC35, RC100, RC300 temp heating circuit actual setpoint depending on mode mode heating circuit manualtemp heating circuit RC100, RC300 ecotemp heating circuit RC100, RC300, Junkers heattemp heating circuit Junkers comforttemp heating circuit RC100, RC300 summermode heating circuit RC100, RC300 summertemp heating circuit RC30, RC35, RC100, RC300 nighttemp heating circuit RC20, RC30, RC35 daytemp heating circuit RC20, RC30, RC35 daytemp2 heating circuit RC20 daytemp3 heating circuit RC20 daytemp4 heating circuit RC20 nofrosttemp heating circuit RC30, RC35, RC100, RC300, Junkers remotetemp heating circuit RC30, RC35 control heating circuit RC30, RC35 (roomcontrol for hc) pause heating circuit RC30, RC35 party heating circuit RC30, RC35 holiday heating circuit RC30, RC35, use - for 'away from home', + for 'at home' designtemp heating circuit RC30, RC35, RC100, RC300 offsettemp heating circuit RC30, RC35, RC100, RC300 holidaytemp heating circuit RC30, RC35 roominfluence heating circuit RC30, RC35, RC100, RC300 minflowtemp heating circuit RC30, RC35, RC100, RC300 maxflowtemp heating circuit RC30, RC35, RC100, RC300 flowtempoffset heating circuit RC30, RC35 program <0 - 10 \\| 1 - 9 \\| 1 - 2> heating circuit RC30, RC35, RC20, RC100, RC300 controlmode heating circuit RC30, RC35, RC100, RC300 reducemode heating circuit RC30, RC35 roomtemp heating circuit only v2.2: fake HA-thermostat roomtemp, use -1 to clear switchtime heating circuit only v3: set one of the programs switch times, nn=number(00-42), d=day(0-6), o=on(0,1), hh:mm=time, d=7 or o=7 clears","title":"Device Entities"},{"location":"Troubleshooting/","text":"Below are responses to some common problems. Firmware Installation issues ~ Unable to upload via the Web interface ~ When uploading the firmware via the Web interface and you see the error \"Invalid file extension or incompatible bin file\", check that you are using the correct firmware binary file that matches your board and ESP32 chip set. If that is correct, it may be because the firmware is too large for the boot partition, which could be the case when moving from 3.6.5 to 3.7.0 in certain situations. The solution is to use one of the flash tools. Web Interface shows old data or errors in browser after an update ~ This is caused by the browser caching the old files. To fix this, clear the browser cache and reload the page. CTRL-R or CMD-R or F5 on most browsers. Stability ~ EMS-ESP can not connect to the WiFi ~ The EMS-ESP is probably in Access Point mode. Look for a wifi SSID ems-esp , connect to this and open a browser to ' http://192.168.4.1 '. If you have configured a WiFi client your router would have appointed an IP address via DHCP. You should be able to then connect via https://ems-esp or https://ems-esp.local . On boards with Ethernet, Ethernet will be disabled if a WiFi SSID exists. If you want to use Ethernet, set this clear this setting. The LED is constantly flashing ~ A fast pulse of the LED means the system is booting or in installation mode. Connect via the WiFi to its Access Point ( ems-esp ) to complete the configuration. A slow pulse means either there is no WiFi connection or EMS-ESP cannot read from the EMS bus. In this case go to the Web interface and try a different Tx Mode setting. See the explanation on what the LED shows . EMS-ESP often restarts ~ A healthy gateway/interface board running EMS-ESP should run happily for long periods without spontaneous restarts so, if yours is restarting by itself at random intervals, then something's not right. Record how often it crashes and whether there is any relation to activity on the network (e.g. wifi or mqtt reconnecting) or something incoming/outgoing to one of the EMS devices. A good way to spot this is to use Home Assistant or simple MQTT Explorer to watch the system up time. Things to check: It may be power related ~ Power down the gateway and check wiring connections are secure. Check that the ESP32, DC-DC converter and any jumpers on the gateway are securely seated onto their connectors. Try powering the gateway from the ESP32's USB socket (check the wiki for how to do this on your particular gateway model). If the restarts stop, then you've got a problem with the external power source (BUS or service jack) or the DC-DC converter inside the gateway. If on WiFi, try reducing the WiFi Tx Power to 10 dBm from the Network Settings page and see if that helps. It may be memory related ~ The ESP32 has very limited RAM, split between run-time stack and the heap. The heap can quickly become fragmented reducing the maximum size of a buffer, and we use A LOT of buffers to prepare all that lovely JSON files for sending to MQTT and populating the Web pages. When the ESP32 runs out of available it will simply restart itself. Things to check: If the WebUI is accessible, go to Status->Hardware and look at the Heap. If the Free memory is below 90KB or the Max allocation below 45KB then that may be an issue and you'll need to turn off services, try again and report this. Start by disabling mDNS and SysLog (if running) one by one and see if that helps. Make sure the System Log's Max Buffer Size at Status->System Log is at its lowest (25). Each network protocol (Ethernet, Wifi, AP) consumes memory. If you're only using Ethernet (e.g. an BBQKees E32 Gateway) switch off WiFi and the Access Point (use a blank WiFI ssid). If you have many EMS entities use the Customizations page and set any unused entities (shown by having a blank value) to \"remove from memory\". It could be code related ~ Go to Status->System Log and set the Log Level to INFO . This will make sure you'll see the restart log at the top next time it restarts. It'll show something similar to 2022-12-30 11:58:02.000 INFO 0: [emsesp] Last system reset reason Core0: Software reset CPU, Core1: Software reset CPU . And finally, if none of the above works then the problem is the core processing the incoming telegrams. Try and capture some logs just before it crashes (using SysLog is good for this) and post the information in a new GitHub issue. EMS-ESP becomes unresponsive ~ If EMS-ESP becomes unresponsive and you cannot access the WebUI, follow these steps: Check your network router to see if ems-esp is still active. If you're running a Mesh of WiFi Access Points it may have been roamed to a new location or switched WiFi channels. The work-around for this is to set a BSSID in EMS-ESP (WiFI only). Look at the on-board LED, if you haven't disabled it. If the LED is flashing or solid it means EMS-ESP is still running. Next check the EMS-ESP services. Can you Telnet to port 25 to access the Console? Are MQTT messages still being sent, if enabled? If you're using the Ethernet port, do you see the LED on the port flashing showing traffic in and out? If EMS-ESP has restarted itself check the system logs for the Reset Reason. It will be one of the first messages. See above. Attach the board to a computer via USB, without restarting on powering down EMS-ESP and access the Serial console to see if there are any errors. Lastly, log a GitHub issue with the Support Info and details of your setup. EMS Data and Connectivity ~ Not all EMS devices are recognized ~ Experiment with changing the Tx Mode value in the Settings page. The default EMS works for older EMS1.0 systems, EMS2 or EMSPlus systems and HT3 for Junkers/Worcester using the Heatronics protocol. If you have EMS devices that may not yet be supported by EMS-ESP then use scan or scan deep from the Console to find out their details and then post an enhancement issue on GitHub. Remember the su password is default ems-esp-neo unless this has been changed via the console ( passwd ) or in the WebUI ( Security->Security Settings ). For example: 1 2 3 4 5 6 ems-esp:$ su Password: 000 +00:01:38.291 N 0 : [ shell ] Admin session opened on console ems-esp:# scan 000 +00:01:41.034 N 1 : [ emsesp ] Unrecognized EMS device ( device ID 0x08, product ID 123 ) . Please report on GitHub. ems-esp:# If you want to see the EMS data streaming in, use the watch command. See Console . I'm missing certain data from an EMS device ~ If data is missing then this is where we need your help to expand our database. Try and locate which telegram could contain the data by making the change on the device (e.g. boiler or thermostat) with EMS-ESP running and looking at the System Log in Trace mode to spot which commands are being sent and what the new values are from incoming telegrams. When you have located the telegram, find the offset and use the Custom Entities page in the WebUI to create a new entity which you can then test. Pay attention to the Unit of Measure. Then take a screenshot of this screen and post it to a new GitHub issue, along with a suitable 'long' name and a 'short' name in English and your native language, which will allow us to quickly implement it in the code. Note that not all EMS devices allow their data to be published on the EMS bus, for example the smart thermostats like the Nefit Easy and Buderus Easy Control CT200 which only transmits the current room and setpoint temperatures as read-only attributes. See this article on Decoding EMS Telegrams for more information. Many Rx errors ~ It is quite usual to see a few warnings in the log about incomplete telegrams. This could be due to interference on the line, inadequate power or a wrong Tx Mode. The warnings are usually harmless as EMS-ESP will either wait for the next broadcast or keep trying to fetch the telegram. If you're seeing an Rx quality less than 80% then try: a different Tx Mode, for example switch between EMS+ and EMS. powering the EMS-ESP by USB or service-jack. We've seen examples where a noisy or failing DC supply can cause RX Fail or incomplete telegrams and trying USB power (check how to switch to USB powering in the BBQKees wiki ) can help track this down. removing disruptions on the bus line from emc, reflections, other units. Connect the EMS-ESP to another device on the bus. In general a previously unconnected bus-out on a devices like MM100 is better than a split connection on an already used connector. EMS Bus is not connecting ~ If you're using the EMS wires, on some systems the order is important. Try switching them! A BBQKees Gateway is DCE, and the ESP32s are DTE so you have to connect TX(esp)-TX(gateway) and RX-RX. TX on the ESP32 is sending data, TX on gateway is the input for sending data to the ems-bus. Note a crossed (nullmodem) connection is only used for DTE-DTE connections. The most common wiring mistake though is that when people connect the interface board to an ESP32 module, they connect it to the pins marked TX and RX on the ESP32 module. If you're unsure of which pins to use, go to EMS-ESP Settings, select the Interface Board Profile for your board and select 'Custom' to view the default assigned GPIOs. Changing a value on an EMS Device doesn't work ~ If you notice that setting/writing an EMS device value has no effect then from the WebUI set the System Log level to DEBUG and repeat the action, noticing any errors or warnings in the System Log. For a more thorough analysis use the Telnet Console, su , then log debug and then repeat the action using the call command. Post the output to a new GitHub issue as described in the Support Section . Note on some systems with for example a gateway or controller attached, any change will be reset or overwritten. This is just the behavior of the other master controllers and not much we can do about it. Changing a value works at first, but is then reset to it's original value ~ It may occur in some scenarios that EMS changes will be overwritten or ignored by another connected EMS device. For example when using heatingactivated to turn off the heating. A solution here is to send 0 to boiler/selflowtemp every few seconds. Certain boilers with manual temperature knobs/dials will override any EMS-ESP settings. To change a temperature value via EMS-ESP make sure the value you are sending is less than what the boiler is psychically set to via the dial. The boiler will reset itself to the dialed in value every 2 minutes so use EMS-ESP's Scheduler to reset the temperature value automatically every minute. Incorrect values are shown from a specific device ~ If you notice that certain values are displayed incorrectly, either in the WebUI, Console or MQTT then please help us correct this by logging a GitHub issue, along with the expected value. When asked to provide debug information, go the Telnet console and do 1 2 % su % log trace and then either a read or watch , e.g. read 21 2D8 to show all the data from HC2 on a Mixing MM100. Temperature Sensors ~ Unusual sensor readings ~ If you're seeing unusual Dallas sensor readings (crazy negative temperatures, sudden spikes in readings etc.) check the following: Wiring to the JST connector on the gateway. That you're in the right powering mode for your application : parasitic or non-parasitic Whether powering from USB fixes the issue (the wiki explains how to switch to/from USB power for your model of gateway). If it does, this might suggest a problem with power to the gateway from the BUS or service jack connectors. MQTT ~ Messages are not always coming in via MQTT ~ If you're noticing that MQTT messages are failing to arrive at the broker try: Check the EMS-ESP logs for errors. If you see \"low memory\" errors then read It may be memory related to see how you reduce memory usage. Check the broker for errors. You have incorrect credentials or duplicate Client IDs Set the log level to Debug (via Web or Console) and monitor the traffic Use Console to force a publish to see what happens. ( log debug , su and publish ). Increase the Publish Time. Perhaps there are too many messages and it is flooding the queue If all fails, run a local copy of the MQTT mosquitto broker, in verbose mode (-v) so you see if there are errors download the latest version 2 of Mosquitto from https://mosquitto.org/download/ create a new mosquitto.conf file with: 1 2 listener 1883 allow_anonymous true (or just edit the default mosquitto.conf and modify the allow_anonymous entry) run with the -v flag so you see all the verbose messages, e.g. on Windows its: 1 \"C:\\Program Files\\mosquitto\\mosquitto.exe\" -v -c \"C:\\Program Files\\mosquitto\\mosquitto.conf\" Commands sent via MQTT are not working ~ Use the Console to manually test the commands, with logging on. For example if changing the thermostat temperature is not working try: 1 2 3 ems-esp:$ su ems-esp:# log debug ems-esp:# call thermostat seltemp 15 You should see a log statement pop in the console like [thermostat] Setting thermostat temperature to 15.0 for heating circuit 1, mode auto followed by which telegrams are being sent. If you see log errors then create a GitHub issue (see Support ). Integration with Home Assistant breaks when MQTT broker restarts ~ The integration with Home Assistant uses MQTT Discovery which are 'retained' topics in the MQTT broker. If the MQTT service stops and restarts and the MQTT server is not saving the topics in a database then these messages will obviously be lost and the integration with Home Assistant removed. To solve this add persistance to your MQTT service. For example using Mosquitto a .conf file would look like: 1 2 3 4 5 listener 1883 allow_anonymous true persistence true persistence_location /mosquitto/data/ log_dest file /mosquitto/log/mosquitto.log To read up more on this visit https://pagefault.blog/2020/02/05/how-to-set-up-persistent-storage-for-mosquitto-mqtt-broker . An alternative option without using persistance on the MQTT server is to tell EMS-ESP to republish all the Home Assistant MQTT topics. You can do this via the EMS-ESP WebUI from version 3.4 and higher. Home Assistant ~ HA is showing errors like \"Received message on illegal discovery topic\" or \"Template variable warning: 'dict object' has no attribute...\" ~ This could happen when either upgrading from an earlier EMS-ESP version and some of the device entity names may have changed. Use a tool like MQTTExplorer to remove all the homeassistant/sensor/ems-esp/* and homeassistant/*/ems-esp/* topics from your MQTT broker and restart EMS-ESP. HA has duplicate entities, prefixed with _2 ~ See @swa72's fix here . HA has messed up the names of my entities ~ This happens, when HA make changes to MQTT Discovery. There's a nice tool called homeassistant-entity-renamer that can help you fix this. Specific EMS settings ~ Thermostat Date/Time ~ The correct format for setting the Thermostat time is: 1 < NTP | dd.mm.yyyy-hh:mm:ss-day(0-6)-dst(0/1) > The thermostat needs a setting of day-of-week and daylight-saving. Bosch day-of-week is Mo-0, Su-6, unlike unix-time. If you have enabled NTP you can just enter \"NTP\" and the ntp time is set to the thermostat. With NTP enabled the thermostat clock is also automatically set by EMS-ESP if it differs from the ntp time. Pay attention to whether or not you want to enable daylight-saving time. This should be consistent with the setting on your thermostat.","title":"Troubleshooting"},{"location":"Troubleshooting/#firmware-installation-issues","text":"","title":"Firmware Installation issues"},{"location":"Troubleshooting/#unable-to-upload-via-the-web-interface","text":"When uploading the firmware via the Web interface and you see the error \"Invalid file extension or incompatible bin file\", check that you are using the correct firmware binary file that matches your board and ESP32 chip set. If that is correct, it may be because the firmware is too large for the boot partition, which could be the case when moving from 3.6.5 to 3.7.0 in certain situations. The solution is to use one of the flash tools.","title":"Unable to upload via the Web interface"},{"location":"Troubleshooting/#web-interface-shows-old-data-or-errors-in-browser-after-an-update","text":"This is caused by the browser caching the old files. To fix this, clear the browser cache and reload the page. CTRL-R or CMD-R or F5 on most browsers.","title":"Web Interface shows old data or errors in browser after an update"},{"location":"Troubleshooting/#stability","text":"","title":"Stability"},{"location":"Troubleshooting/#ems-esp-can-not-connect-to-the-wifi","text":"The EMS-ESP is probably in Access Point mode. Look for a wifi SSID ems-esp , connect to this and open a browser to ' http://192.168.4.1 '. If you have configured a WiFi client your router would have appointed an IP address via DHCP. You should be able to then connect via https://ems-esp or https://ems-esp.local . On boards with Ethernet, Ethernet will be disabled if a WiFi SSID exists. If you want to use Ethernet, set this clear this setting.","title":"EMS-ESP can not connect to the WiFi"},{"location":"Troubleshooting/#the-led-is-constantly-flashing","text":"A fast pulse of the LED means the system is booting or in installation mode. Connect via the WiFi to its Access Point ( ems-esp ) to complete the configuration. A slow pulse means either there is no WiFi connection or EMS-ESP cannot read from the EMS bus. In this case go to the Web interface and try a different Tx Mode setting. See the explanation on what the LED shows .","title":"The LED is constantly flashing"},{"location":"Troubleshooting/#ems-esp-often-restarts","text":"A healthy gateway/interface board running EMS-ESP should run happily for long periods without spontaneous restarts so, if yours is restarting by itself at random intervals, then something's not right. Record how often it crashes and whether there is any relation to activity on the network (e.g. wifi or mqtt reconnecting) or something incoming/outgoing to one of the EMS devices. A good way to spot this is to use Home Assistant or simple MQTT Explorer to watch the system up time. Things to check:","title":"EMS-ESP often restarts"},{"location":"Troubleshooting/#ems-esp-becomes-unresponsive","text":"If EMS-ESP becomes unresponsive and you cannot access the WebUI, follow these steps: Check your network router to see if ems-esp is still active. If you're running a Mesh of WiFi Access Points it may have been roamed to a new location or switched WiFi channels. The work-around for this is to set a BSSID in EMS-ESP (WiFI only). Look at the on-board LED, if you haven't disabled it. If the LED is flashing or solid it means EMS-ESP is still running. Next check the EMS-ESP services. Can you Telnet to port 25 to access the Console? Are MQTT messages still being sent, if enabled? If you're using the Ethernet port, do you see the LED on the port flashing showing traffic in and out? If EMS-ESP has restarted itself check the system logs for the Reset Reason. It will be one of the first messages. See above. Attach the board to a computer via USB, without restarting on powering down EMS-ESP and access the Serial console to see if there are any errors. Lastly, log a GitHub issue with the Support Info and details of your setup.","title":"EMS-ESP becomes unresponsive"},{"location":"Troubleshooting/#ems-data-and-connectivity","text":"","title":"EMS Data and Connectivity"},{"location":"Troubleshooting/#not-all-ems-devices-are-recognized","text":"Experiment with changing the Tx Mode value in the Settings page. The default EMS works for older EMS1.0 systems, EMS2 or EMSPlus systems and HT3 for Junkers/Worcester using the Heatronics protocol. If you have EMS devices that may not yet be supported by EMS-ESP then use scan or scan deep from the Console to find out their details and then post an enhancement issue on GitHub. Remember the su password is default ems-esp-neo unless this has been changed via the console ( passwd ) or in the WebUI ( Security->Security Settings ). For example: 1 2 3 4 5 6 ems-esp:$ su Password: 000 +00:01:38.291 N 0 : [ shell ] Admin session opened on console ems-esp:# scan 000 +00:01:41.034 N 1 : [ emsesp ] Unrecognized EMS device ( device ID 0x08, product ID 123 ) . Please report on GitHub. ems-esp:# If you want to see the EMS data streaming in, use the watch command. See Console .","title":"Not all EMS devices are recognized"},{"location":"Troubleshooting/#im-missing-certain-data-from-an-ems-device","text":"If data is missing then this is where we need your help to expand our database. Try and locate which telegram could contain the data by making the change on the device (e.g. boiler or thermostat) with EMS-ESP running and looking at the System Log in Trace mode to spot which commands are being sent and what the new values are from incoming telegrams. When you have located the telegram, find the offset and use the Custom Entities page in the WebUI to create a new entity which you can then test. Pay attention to the Unit of Measure. Then take a screenshot of this screen and post it to a new GitHub issue, along with a suitable 'long' name and a 'short' name in English and your native language, which will allow us to quickly implement it in the code. Note that not all EMS devices allow their data to be published on the EMS bus, for example the smart thermostats like the Nefit Easy and Buderus Easy Control CT200 which only transmits the current room and setpoint temperatures as read-only attributes. See this article on Decoding EMS Telegrams for more information.","title":"I'm missing certain data from an EMS device"},{"location":"Troubleshooting/#many-rx-errors","text":"It is quite usual to see a few warnings in the log about incomplete telegrams. This could be due to interference on the line, inadequate power or a wrong Tx Mode. The warnings are usually harmless as EMS-ESP will either wait for the next broadcast or keep trying to fetch the telegram. If you're seeing an Rx quality less than 80% then try: a different Tx Mode, for example switch between EMS+ and EMS. powering the EMS-ESP by USB or service-jack. We've seen examples where a noisy or failing DC supply can cause RX Fail or incomplete telegrams and trying USB power (check how to switch to USB powering in the BBQKees wiki ) can help track this down. removing disruptions on the bus line from emc, reflections, other units. Connect the EMS-ESP to another device on the bus. In general a previously unconnected bus-out on a devices like MM100 is better than a split connection on an already used connector.","title":"Many Rx errors"},{"location":"Troubleshooting/#ems-bus-is-not-connecting","text":"If you're using the EMS wires, on some systems the order is important. Try switching them! A BBQKees Gateway is DCE, and the ESP32s are DTE so you have to connect TX(esp)-TX(gateway) and RX-RX. TX on the ESP32 is sending data, TX on gateway is the input for sending data to the ems-bus. Note a crossed (nullmodem) connection is only used for DTE-DTE connections. The most common wiring mistake though is that when people connect the interface board to an ESP32 module, they connect it to the pins marked TX and RX on the ESP32 module. If you're unsure of which pins to use, go to EMS-ESP Settings, select the Interface Board Profile for your board and select 'Custom' to view the default assigned GPIOs.","title":"EMS Bus is not connecting"},{"location":"Troubleshooting/#changing-a-value-on-an-ems-device-doesnt-work","text":"If you notice that setting/writing an EMS device value has no effect then from the WebUI set the System Log level to DEBUG and repeat the action, noticing any errors or warnings in the System Log. For a more thorough analysis use the Telnet Console, su , then log debug and then repeat the action using the call command. Post the output to a new GitHub issue as described in the Support Section . Note on some systems with for example a gateway or controller attached, any change will be reset or overwritten. This is just the behavior of the other master controllers and not much we can do about it.","title":"Changing a value on an EMS Device doesn't work"},{"location":"Troubleshooting/#changing-a-value-works-at-first-but-is-then-reset-to-its-original-value","text":"It may occur in some scenarios that EMS changes will be overwritten or ignored by another connected EMS device. For example when using heatingactivated to turn off the heating. A solution here is to send 0 to boiler/selflowtemp every few seconds. Certain boilers with manual temperature knobs/dials will override any EMS-ESP settings. To change a temperature value via EMS-ESP make sure the value you are sending is less than what the boiler is psychically set to via the dial. The boiler will reset itself to the dialed in value every 2 minutes so use EMS-ESP's Scheduler to reset the temperature value automatically every minute.","title":"Changing a value works at first, but is then reset to it's original value"},{"location":"Troubleshooting/#incorrect-values-are-shown-from-a-specific-device","text":"If you notice that certain values are displayed incorrectly, either in the WebUI, Console or MQTT then please help us correct this by logging a GitHub issue, along with the expected value. When asked to provide debug information, go the Telnet console and do 1 2 % su % log trace and then either a read or watch , e.g. read 21 2D8 to show all the data from HC2 on a Mixing MM100.","title":"Incorrect values are shown from a specific device"},{"location":"Troubleshooting/#temperature-sensors","text":"","title":"Temperature Sensors"},{"location":"Troubleshooting/#unusual-sensor-readings","text":"If you're seeing unusual Dallas sensor readings (crazy negative temperatures, sudden spikes in readings etc.) check the following: Wiring to the JST connector on the gateway. That you're in the right powering mode for your application : parasitic or non-parasitic Whether powering from USB fixes the issue (the wiki explains how to switch to/from USB power for your model of gateway). If it does, this might suggest a problem with power to the gateway from the BUS or service jack connectors.","title":"Unusual sensor readings"},{"location":"Troubleshooting/#mqtt","text":"","title":"MQTT"},{"location":"Troubleshooting/#messages-are-not-always-coming-in-via-mqtt","text":"If you're noticing that MQTT messages are failing to arrive at the broker try: Check the EMS-ESP logs for errors. If you see \"low memory\" errors then read It may be memory related to see how you reduce memory usage. Check the broker for errors. You have incorrect credentials or duplicate Client IDs Set the log level to Debug (via Web or Console) and monitor the traffic Use Console to force a publish to see what happens. ( log debug , su and publish ). Increase the Publish Time. Perhaps there are too many messages and it is flooding the queue If all fails, run a local copy of the MQTT mosquitto broker, in verbose mode (-v) so you see if there are errors download the latest version 2 of Mosquitto from https://mosquitto.org/download/ create a new mosquitto.conf file with: 1 2 listener 1883 allow_anonymous true (or just edit the default mosquitto.conf and modify the allow_anonymous entry) run with the -v flag so you see all the verbose messages, e.g. on Windows its: 1 \"C:\\Program Files\\mosquitto\\mosquitto.exe\" -v -c \"C:\\Program Files\\mosquitto\\mosquitto.conf\"","title":"Messages are not always coming in via MQTT"},{"location":"Troubleshooting/#commands-sent-via-mqtt-are-not-working","text":"Use the Console to manually test the commands, with logging on. For example if changing the thermostat temperature is not working try: 1 2 3 ems-esp:$ su ems-esp:# log debug ems-esp:# call thermostat seltemp 15 You should see a log statement pop in the console like [thermostat] Setting thermostat temperature to 15.0 for heating circuit 1, mode auto followed by which telegrams are being sent. If you see log errors then create a GitHub issue (see Support ).","title":"Commands sent via MQTT are not working"},{"location":"Troubleshooting/#integration-with-home-assistant-breaks-when-mqtt-broker-restarts","text":"The integration with Home Assistant uses MQTT Discovery which are 'retained' topics in the MQTT broker. If the MQTT service stops and restarts and the MQTT server is not saving the topics in a database then these messages will obviously be lost and the integration with Home Assistant removed. To solve this add persistance to your MQTT service. For example using Mosquitto a .conf file would look like: 1 2 3 4 5 listener 1883 allow_anonymous true persistence true persistence_location /mosquitto/data/ log_dest file /mosquitto/log/mosquitto.log To read up more on this visit https://pagefault.blog/2020/02/05/how-to-set-up-persistent-storage-for-mosquitto-mqtt-broker . An alternative option without using persistance on the MQTT server is to tell EMS-ESP to republish all the Home Assistant MQTT topics. You can do this via the EMS-ESP WebUI from version 3.4 and higher.","title":"Integration with Home Assistant breaks when MQTT broker restarts"},{"location":"Troubleshooting/#home-assistant","text":"","title":"Home Assistant"},{"location":"Troubleshooting/#ha-is-showing-errors-like-received-message-on-illegal-discovery-topic-or-template-variable-warning-dict-object-has-no-attribute","text":"This could happen when either upgrading from an earlier EMS-ESP version and some of the device entity names may have changed. Use a tool like MQTTExplorer to remove all the homeassistant/sensor/ems-esp/* and homeassistant/*/ems-esp/* topics from your MQTT broker and restart EMS-ESP.","title":"HA is showing errors like \"Received message on illegal discovery topic\" or \"Template variable warning: 'dict object' has no attribute...\""},{"location":"Troubleshooting/#ha-has-duplicate-entities-prefixed-with-_2","text":"See @swa72's fix here .","title":"HA has duplicate entities, prefixed with _2"},{"location":"Troubleshooting/#ha-has-messed-up-the-names-of-my-entities","text":"This happens, when HA make changes to MQTT Discovery. There's a nice tool called homeassistant-entity-renamer that can help you fix this.","title":"HA has messed up the names of my entities"},{"location":"Troubleshooting/#specific-ems-settings","text":"","title":"Specific EMS settings"},{"location":"Troubleshooting/#thermostat-datetime","text":"The correct format for setting the Thermostat time is: 1 < NTP | dd.mm.yyyy-hh:mm:ss-day(0-6)-dst(0/1) > The thermostat needs a setting of day-of-week and daylight-saving. Bosch day-of-week is Mo-0, Su-6, unlike unix-time. If you have enabled NTP you can just enter \"NTP\" and the ntp time is set to the thermostat. With NTP enabled the thermostat clock is also automatically set by EMS-ESP if it differs from the ntp time. Pay attention to whether or not you want to enable daylight-saving time. This should be consistent with the setting on your thermostat.","title":"Thermostat Date/Time"},{"location":"Version-Release-History/","text":"This lists the Change Log for only the rolled-up major versions since v3's primary release in March 2021. For a list of all releases and their fixes, changes and new features see the latest dev Change Log . [3.7.0] - October 27 2024 ~ IMPORTANT! BREAKING CHANGES with 3.6.5 \"ww\" and \"wwc\" has been renamed to \"dhw\". It is nested JSON object in both the MQTT and API outputs. The old prefix has also been removed from MQTT topics ( #1634 ). This will impact historical data in home automation systems like Home Assistant and IOBroker. To preserve the current value of dhw energy (was previously nrgww) refer to this issue #1938 . dhw entities from the MM100/SM100 have been moved under a new Device called 'water'. The automatically generated temperature sensor ID has replaced dashes ( - ) with underscores ( _ ) to be compatible with Home Assistant. api/system/info has it's JSON key names changed to camelCase syntax. For more details go to www.emsesp.org . Added some more entities for dhw with SM100 module thermostat second dhw circuit #1634 remote thermostat emulation for RC100H, RC200 and FB10 #1287 , #1602 , #1551 heatpump dhw stop temperatures #1624 reset history #1695 heatpump entities fan and shutdown #1690 mqtt HA-mode 3 for v3.6 compatible HA entities, set on update v3.6->v3.7 HP input states #1723 holiday settings for rego 3000 #1735 Added scripts for OTA (scripts/upload.py and upload_cli.py) #1738 timeout for remote thermostat emulation #1680 , #1774 CR120 thermostat as own model() #1779 modules - external linkable module library #1778 scheduler onChange and Conditions #1806 make remote control timeout editable #1774 added extra pump characteristics (mode and pressure for EMS+) by @SLTKA #1802 allow device name to be customized #1174 Modbus support by @mheyse #1744 System Message command #1854 scheduler can use web get/post for values and commands #1806 RT800 remote emulation #1867 RC310 cooling parameters #1857 command api/device/entities #1897 switchprogmode #1903 autodetect and download firmware upgrades via the WebUI command 'show log' that lists out the current weblog buffer, showing last messages. default web log buffer to 25 lines for ESP32s with no PSRAM try and determine correct board profile if none is set during boot auto Scroll in WebLog UI - reduced delay so incoming logs are faster uploading custom support info, shown to Guest users in Help page #2054 feature: Dashboard showing all data (favorites, sensors, custom) #1958 entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 #2088 internal ESP32 temperature sensor on the S3 #2077 MQTT status topic (used in connect and last will) set to Retain #2086 Czech language 2096 Developer Mode and send EMS Read Commands from WebUI #2116 Scheduler functions #2115 Set device custom name from telegram 0x01 #2073 Fixed remote thermostat emulation for RC200 on Rego2000/3000 thermostats #1691 log shows data for F7/F9 requests Detection of LittleFS for factory setting wasn't working Check for bad GPIOs with Ethernet before the ethernet is initialized Show values with factor 50 on webUI #2064 Rendering of values between -1 and 0 Value for 32bit times not-set #2109 Changed use flag for BC400 compatible thermostats, manage different mode settings use factory partition for 16M flash store digital out states to nvs Refresh UI - moving settings to one location #1665 rename DeviceValueTypes, add UINT32 for custom entities dynamic register dhw circuits for thermostat removed OTA feature #1738 added shower min duration #1801 Include TXT file along with the generated CSV for Device Data export/download thermostat/remotetemp as command #1835 temperaturesensor id notation with underscore #1794 Change key-names in JSON to be compliant and consistent #1860 Updates to webUI #1920 Correct firmware naming #1933 #1933 Don't start Serial console if not connected to a Serial port. Will initiate manually after a CTRL-C/CTRL-S WebLog UI matches color schema of the terminal console correctly Updated Web libraries, ArduinoJson Help page doesn't show detailed tech info if the user is not 'admin' role #2054 removed system command allvalues and moved to an action called export Show ems-esp internal devices in device list of system/info Scheduler and mqtt run async on systems with psram Show IPv6 address type (local/global/ula) in log 3.6.5 - March 23 2024 ~ Added thermostat boost mode and boost time #1446 heatpump energy meters #1463 heatpump max power #1475 checkbox for MQTT-TLS enable #1474 added SK (Slovak) language. Thanks @misa1515 CPU info #1497 Show network hostname in Web UI under Network Status Improved HA Discovery so each section (EMS device, Scheduler, Analog, Temperature, Custom, Shower) have their own section boiler Bosch C1200W, id 12, #1536 mixer MM100 telegram 0x2CC #1554 boiler hpSetDiffPressure #1563 custom variables #1423 weather compensation #1642 env and partitions for DevKitC-1-N32R8 #1635 command restart partitionname and button long press to start with other partition #1657 command set service #1663 Fixed exhaust temperature for some boilers add back boil2hyst #1477 subscribed MQTT topics not detecting changes by EMS-ESP #1494 changed HA name and grouping to be consistent #1528 MQTT autodiscovery in Domoticz not working #1360 dhw comfort for new ems+, #1495 added writeable icon to Web's Custom Entity page for each entity shown in the table Wifi Tx Power not adjusted #1614 MQTT discovery of custom entity doesn't consider type of data #1587 WiFi TxPower wasn't correctly used. Added an 'Auto' setting, which is the default. dns w/wo IPv6 #1644 Changed HA don't set entity_category to Diagnostic/Configuration for EMS entities #1459 upgraded ArduinoJson to 7.0.0 #1538 and then 7.0.2 small changes to the API for analog and temperature sensors Length of mqtt Broker address #1619 C++ optimizations - see https://github.com/emsesp/EMS-ESP32/pull/1615 Send MQTT heartbeat immediately after connection #1628 16MB partitions with second nvs, larger FS, Coredump, optional factory partition stop fetching empty telegrams after 5 min 3.6.4 - November 24 2023 ~ Added humidity for ventilation devices telegrams for RC100H, hc2, etc. (seen on discord, not tested) names for BC400, GB192i.2, read temperatures for low loss header and heatblock #1317 option for forceheatingoff #1262 remote thermostat emulation RC100H for RC3xx #1278 shower_data MQTT payload contains the timestamp #1329 HA discovery for writeable text entities #1337 autodetect board_profile, store in nvs, add telnet command option, add E32V2 heat pump high res energy counters #1348, #1349. #1350 optional bssid in network settings extension module EM100 #1315 digital_out with new options for polarity and startup state added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities Fixed remove command remoteseltemp , thermostat accept it only from remote thermostat shower_data MQTT payload contains the timestamp #1329 fixed helper text in Web Device Entity dialog box for numerical ranges MQTT base with paths not working in HA #1393 set/read thermostat mode for RC100-RC300, #1440 #1442 some setting commands for ems-boiler have used wrong ems+ telegram in 3.6.3 Changed update to platform 6.4.0, arduino 2.0.14 / idf 4.4.6 small changes for arduino 3.0.0 / idf 5.1 compatibility (not backward compatible to platform 6.3.2 and before) AP start after 10 sec, stay until station/eth connected tested wifi-all-channel-scan (3.6.3-dev4 a-e), removed again because of connect issues mqtt disconnect stops queue 3.6.2 - October 1 2023 ~ Added Power entities Optional input of BSSID for AP connection Return empty json if no entries in scheduler/custom/analogsensor/temperaturesensor Fixed Wifi full scan to get strongest AP. This prevents some freezes when EMS-ESP would jump to a weaker AP in a Mesh setup. Add missing dhw tags Sending a dash/- to the Reset command doesn't return an error #1308 Changed MQTT queue max 300 messages, check heap and maxAlloc API call commands are logged as WARN in the log Reset Command renamed to 'reset' in lowercase in EN 3.6.1 - September 9 2023 ~ IMPORTANT! BREAKING CHANGES shower_data MQTT topic shows duration is seconds (was previously a full english sentence) Added Show WiFi rssi in Network Status Page, show quality as color Fixed Issue in espMqttClient causing a memory leak when MQTT broker is disconnected due to network unavailability #1264 Using MQTT enum values correctly formatted in MQTT Discovery #1280 Changed MQTT free mem check set to 60 kb Small cosmetic changes to Searching in Customization web page Updated to espressif32@6.4.0 3.6.0 - August 13 2023 ~ BREAKING CHANGE The sensors have been renamed. dallassensor is now temperaturesensor in the MQTT topic and named ts in the Customizations file. Likewise analogs is now analogsensor in MQTT and called as in the Customizations file. If you have previous customizations you will need to manually update by downloading, changing the JSON file and uploading. It's also recommended cleaning up any old MQTT topics from your broker using an application like MQTTExplorer. Added Workaround for better Domoticz MQTT integration? #904 Show MAC address without connecting to network enhancement #933 Warn user in WebUI of unsaved changes #911 Detect old Tado thermostat, device-id 0x19, no entities Some more HM200 entities #500 Added Scheduler #701 Added Custom Entities read/write from EMS bus Build S3 binary with github actions Greenstar HIU #1158 AM200 code 10 #1161 Ventilation device (Logavent HRV176) #1172 Turn ETH off on wifi connect #1167 Support for multiple EMS-ESPs with HA #1196 Italian translation #1199 Turkish language support #1076 Buderus GB182 - HC1 mode change not work bug #1193 Minimal flow temperature enhancement #1192 Roomtemperature Switching Difference enhancement #1191 Dew Point Temperature Difference enhancement #1190 Control of heating circuit mode enhancement #1187 Warn user in WebUI of unsaved changes enhancement #911 Create safebuild app to fit into factory partition to give ESP32 more flash memory enhancement #608 Support ESP32 S2, C3 mini and S3 #605 Support Buderus AM200 #1161 Custom telegram handler #1155 Added support for TLS in MQTT (ESP32-S3 only) #1178 Boardprofile BBQKees Gateway S3 Custom entity type RAW #1212 API command response #1212 Fixed HA-discovery for analog sensor commands #1035 Enum order of RC3x nofrost mode Heartbeat interval Exhaust temperature always zero on GB125/MC110/RC310 bug #1147 thermostat modetype is not changing when mode changes (e.g. to night) bugSomething isn't working #1098 NTP: cant apply changed timezone #1182 Missing Status of VS1 for Buderus SM200 enhancement #1034 Allowed gpios for S3 Changed Optional upgrade to platform-espressif32 6.3.0 (after 5.3.0) #862 Use byte 3 for detection RC30 active heatingcircuit #786 Write repeated selflowtemp if tx-queue is empty without verify #954 HA discovery recreate after disconnect by device #1067 File upload: check flash size (overflow) instead of filesize Improved HA Discovery so previous configs no longer need to be removed when starting #1077 (thanks @pswid) Enlarge UART-Stack to 2,5k Retry timeout for Mqtt-QOS1/2 10seconds Optimize WebUI rendering when using Dialog Boxes #1116 Optimize Web libraries to reduce bundle size (3.6.x) #1112 Use espMqttClient with integrated queue #1178 Move Sensors from Web dashboard to it's own tab enhancement #1170 Optimize WebUI dashboard data #1169 Replace React core library with Preact to save on memory footprint Response to system/send raw reads gives combined data for telegrams with more parts 3.5.0 - February 6 2023 ~ BREAKING CHANGE When upgrading to v3.5 for the first time from v3.4 on a BBQKees Gateway board you will need to use the EMS-EPS Flasher to correctly re-partition the flash. Make sure you backup the settings and customizations from the WebUI (Settings->Download/Upload) and restore after the upgrade. Support for multiple EMS-ESPs [#759] has been added as an optional setting for MQTT. When enabled, which is now the default, all MQTT Discovery Entity IDs will include the MQTT base name and the shortname of the EMS-ESP device entity. For example what was previously sensor.boiler_actual_boiler_temperature will now become sensor.ems_esp_boiler_boiltemp . If you still want to use the old format and retain the history and script compatibility in Home Assistant then set this back to the old format. Added Translations in Web UI and all device entity names (DE, NL, SV, PL, NO, FR) #22 Add support for Lolin C3 mini #620 Add support for ESP32-S2 #667 Add devices: Greenstar 30Ri boiler, Junkers FW500 thermostat, Buderus BC30 controller Add program memory info Add mqtt queue and connection infos Adapt min/max if ems-value is not in this range Add heat pump settings for inputs and limits #600 Add hybrid heatpump #500 Add translated tags Add min/max to customization table #686 Add MD5 check #637 Add more bus-ids #673 Use HA connectivity device class for Status, added boot time #751 Add commands for analog sensors outputs Support for multiple EMS-ESPs with MQTT and HA [ #759 ] Settings for heatpump silent mode and additional heater [ #802 ] [ #803 ] Zone module MZ100 #826 Default MQTT hostname is blank #829 wwCurFlow for ems+ devices #829 Add Rego 3000, TR120RF thermostats #917 Add config for ESP32-S3 Add heatpump silent mode and other entities #896 Allow reboot to other partition (factory or asymetric OTA) Blacklist entities to remove from memory #891 Add boiler pump operating mode #944 Fixed Factory Reset not working #628 Valid 4 byte values #820 Commands for multiple thermostats #826 API queries for multiple devices #865 Console crash when using call with command hcx only. #841 heatingPump2Mod was wrong, changed to absBurnPow [ #908 Rounding of web input values Analog sensor with single gpio number #915 HA dallas and analog configs: remove/rebuild on change #888 Modes and set seltemp for RC30 and RC20 #932 Changed Discovery in HomeAssistant don't work with custom base topic. #596 Base topic containing / are changed to _ RF room temperature sensor are shown as thermostat Render mqtt float json values with trailing zero Removed flash strings, to increase available heap memory Reload page after restart button is pressed Analog/dallas values command as list like ems-devices Analog/dallas HA-entities based on id MQTT Base is a mandatory field. Removed MQTT topic length from settings HA duration class for time entities [ #822 AM200 alternative heatsource as class heatsource [ #857 3.4.4 - Oct 29 2022 ~ Added RC310 additions #520 damping wwprio for RC310 heating circuits switchonoptimization for RC310 heating circuits enum_controlmode for RC310 (new enum list) nofrostmode, reducemode, reducetemp & noreducetemp for RC310 emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310 HM200 hybrid module #500 AM200 alternative heatsource module #573 EM10 error module as gateway #575 Fixed Fix for new installations with filesystem not initializing fix Table resizing in WebUI #519 allow larger customization files #570 losing entitiy wwcomfort #581 Changed Shorten \"friendly names\" in Home Assistant #555 platformio 2.3.0 (IDF 4, Arduino 2) remove master-thermostat, support multiple thermostats merge up- and download in webui #577 3.4.0 - May 23 2022 ~ BREAKING CHANGE In Settings, the order of Boolean Format has changed in Application Settings - check your settings Dallas Format setting removed. Now customize name of each Dallas sensor via the UI Boiler wwheat renamed to ww3wayon #211 Boiler ww tag renamed to dhw . Any custom Home Assistant lovelace dashboards will need updating. Renamed description of wwtapactivated to \"turn on/off DHW\". Otherwise would have looked like \"boiler_dhw_turn_on_off_dhw\" in HA. /api/system/info endpoint has updated keys. Now lowercase, no underscores and not capitalized. Replace \"handlers\" with \"handlers received\", \"handlers fetched\" and \"handlers pending\". Added WebUI optimizations, updated look&feel and better performance #124 Auto refresh of WebUI after successful firmware upload #178 New Customization Service in WebUI. First feature is the ability to enable/disabled Enitites (device values) from EMS devices #206 Option to disable Telnet Console #209 Added Hide SSID, Max Clients and Preferred Channel to Access Point Merged in MichaelDvP's changes like Fahrenheit conversion, publish single (for IOBroker) and a few other critical optimizations Enabled bi-directional read/write with Home Assistant, so values can be changed automatically from the UI without scripting #265 Added GC7000F Boiler #270 Revised LED flash sequence on boot up to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Analog Sensor support #271 Solar cylinder priority #247 Read only mode in Settings, where EMS Tx/Write commands are blocked #286 Added 8700i Boiler device Added Cascade CM10 Controller device Add Olimex ESP32-POE-ISO to board profiles plus settings to customize Ethernet modules #301 Help text for string commands in WebUI #320 Germany translations (at compile time) num entities added to system/info endpoint #322 analog outputs digital/pwm/dac remove MQTT retained configs if discovery is disabled timeout 10 min for MQTT-QoS wait Moduline 300 auto-temperatures T1-T4, RC300 romminfluencefactor RC35 parameters #392 , #398 sync time with thermostat #386 , #408 set mode has immediate effect #395 min/max in web value setting Extend customization to select if an entity is to be shown in the WebUI or forced as read-only #317 Added Moduline 400 installation parameters PR #449 by @kwertie01 Read time from IVT-controller #439 Hybrid Heatpump product-id 168 #459 , thermostat settings Junkers ISM2 and IPM in warm water mode #437 Added Shower Alert trigger time and cold shot time #436 Improved Table layout in Web UI (searching, filtering, sorting, exporting to CSV) API fetch individual attributes from an entity #462 Option to disable mDNS Option for rendering booleans on dashboard #456 Upload customization settings from a file #256 Fixed lastcode broke MQTT JSON structure #228 fixed issue with overlapping while reading sequence of EMS1.0 telegrams fixed redundant telegram readings (because of offset overflow) added missing RC30/Moduline 400 #243 Correct modes for RC25 #106 Clean up old HA config's in MQTT before publishing data. This will prevent HA giving the 'dict' warnings #229 RC25 temperature setting #272 Buderus RC25 - \"hc1 mode type\" incorrect value #273 Increased number of Mixers and Heating Circuits #294 Check receive status before removing a telegram fetch #268 , #282 Fix uploading firmware on OSX #345 Non-nested MQTT would corrupt the json #354 Burner selected max power can have a value higher than 100% #314 some missing fahrenheit calculations limited number of exclusions #339 MQTT sometimes would not reconnect after a WiFi outage Changed Use flash system to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Renamed Dallas Sensor to Temperature Sensor in UI Dallas Format removed. Use the name to give each sensor an alias No longer MQTT subscribes to topic /thermostat_hc as it supports a path similar to the API endpoint construct Show Sensors quality in WebUI Controller not shown in WebUI dashboard renamed \"Home Assistant Integration\" to \"MQTT Discovery\" in MQTT Settings #290 Show ems tx reads and writes separately Show ems device handlers separated for received, fetched and pending handlers. Wired renamed to Ethernet removed system/pin command, new commands in analogsensors system/info device-info split to name/version/brand exclude list uses short-names, possible flags for web/api/mqtt excludes, readonly and favorite (selection not yet implemented) thermostat clock formate date-time: dd.mm.yyyy hh:mm RC300 summermode as other thermostats winter/summer instead of off/on 3.3.1 - Jan 20 2022 ~ BREAKING CHANGE API: \"unit\" renamed to \"uom\" in API call to recall a Device Value HA: sensor.boiler_boiler_temperature renamed to sensor.actual_boiler_temperature HA: binary_sensor.boiler_ww_disinfecting renamed to binary_sensor.boiler_ww_disinfection HA: # removed from counts in MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes txread renamed to txreads and txwrite renamed to txwrites in MQTT heartbeat payload 'dallas sensors' in api/system/info moved to the \"System\" section. Renamed \"uptime (seconds)\" and \"reset reason\" status in the MQTT heartbeat renamed to bus_status Added Add system commands for syslog level and watch #98 Added pool data to telegrams 0x494 & 0x495 #102 Add RC300 second summermode telegram #108 Add support for the RC25 thermostat #106 Add new command 'entities' for a device, e.g. http://ems-esp/api/boiler/entities to show the shortname, description and HA Entity name (if HA enabled) #116 Support for Junkers program and remote (fb10/fb110) temperature Home Assistant state_class attribute for Wh, kWh, W and KW #129 Add current room influence for RC300 #136 Added Home Assistant device_class to sensor entities Added another Buderus RC10 thermostat with Product ID 65 #160 Added support for mDNS #161 Added last system ESP32 reset code to log (and system info output) Firmware Checker in WebUI #168 Added new MQTT setting for enabling 'response' topic Support for non-standard Thermostats like Tado #174 Include MQTT connection status in 'api/system/info' Include Network status in 'api/system/info' and also the MQTT topic info #202 Added Ethernet PHY module as an option in the Board Profile #210 Fixed lastcode broke MQTT JSON structure #228 overlapping while reading sequence of EMS1.0 telegrams redundant telegram readings (because of offset overflow) added missing RC30/Moduline400 #243 check received status before toggling fetch on empty telegram [#268][#282] MQTT reconnecting after WiFi reconnect #99 Manually Controlling Solar Circuit #107 Fix thermostat commands not defaulting to the master thermostat #110 Enlarge parse-buffer for long names like cylinderpumpmodulation MQTT not subscribing to all device entities #166 Help fix issues with WebUI unable to fully load UI over Ethernet #177 Shower alert never reset after limit reached when enabled [(PR #185)] Remove HA entity entries when a device value goes dormant #196 deciphering last error code dates on 0xC2 telegram #204 Changed Syslog BOM only for utf-8 messages #91 Check for KM200 by device-id 0x48, remove tx-delay #90 rename fastheatupfactor to fastheatup and add percent #122 \"unit\" renamed to \"uom\" in API call to recall a Device Value initial backend React changes to replace the class components (HOCs) with React Hooks Use program-names instead of numbers Boiler's maintenancemessage always published in MQTT (to prevent HA missing entity) Unit of Measure 'times' added to MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes Improved API. Restful HTTP API works in the same way as MQTT calls Removed settings for MQTT subscribe format #173 Improve Nefit Moduline 200 functionality #183 status in the MQTT heartbeat renamed to bus_status Layout changes in the WebUI, showing stripped table rows in Dashboard Alternative font for log window #219 3.2.1 - Aug 8 2021 ~ Added json body in API can now take device, name, cmd, hc and id added example of how to use API directly to control values from Home Assistant API calls are shown in debug log (For troubleshooting) support for IPv6 (web/api/mqtt, not syslog yet) #83 System Log in Web UI will show current time if the NTP Service is enabled #82 Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode #83 optional low CPU clockrate (160 MHz) #83 select format for enumerated values in web settings for water hysteresis on/off dallas sensor name editable. sensorname console-command, replace sensorid with a unique name #84 'restart' system command. Can be invoked via API with authentication. #87 add Download button in Web UI for log Fixed fixed issue with Home Assistant entity naming where boiler's ww was duplicated in entity name fixed issue where wwSetTemp was written too instead of wwSelTemp set mode allow numbers Junkers thermostat shows mode as selected by set_mode HA thermostat mode if bool-format: numbers is selected Web UI System Log sometimes skipped a few log messages when watching real-time fix wwactivated #89 don't show commands (like reset) as Device values in the Web or Console Changed fixed case on mqtt names, like 'wwtankmiddletemp' renamed Product ID to 'EMS Product ID' in Home Assistant removed brackets around tags, e.g. (hc1) selected room temperature\" is now just \"hc1 selected room temperature\" removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. #80 add upload_sec to api/system/info and removed # from some names to keep consistent with MQTT heartbeat added debug target to PlatformIO build to help hunt down system crashes enumerated values always start at zero maintenance settings for time/date as extra setting move api/mqtt formats to settings , add enum format UI improvements for editing Dallas Sensor details RESTful GET commands can also require authentication (via bearer access token) for better security Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3 Download buttons for settings and info under the Help tab 3.1.1 - Jun 26 2021 ~ Added new command called commands which lists all available commands. ems-esp/api/{device}/commands More Home Assistant icons to match the UOMs new API. Using secure access tokens and OpenAPI standard. See doc/EMS-ESP32 API.md and #50 show log messages in Web UI #71 Mock API to simulate an ESP, for testing web Able to write values from the Web UI check values with \"cmd\": and data empty or ? set hc for values and commands by id or prefix hc +separator, separator can be any char Fixed HA thermostat mode was not in sync with actual mode #66 Don't publish rssi if Wifi is disabled and ethernet is being used Booleans are shown as true/false in API GETs Don't create Home Assistant MQTT discovery entries for device values that don't exists (#756 on EMS-ESP repo) Update shower MQTT when a shower start is detected S32 board profile Changed info command always shows full names in API. For short names query the device or name directly, e.g. http://ems-esp/api/boiler free memory is shown in kilobytes boiler's warm water entities have ww added to the Home Assistant entity name #67 improved layout and rendering of device values in the WebUI, also the edit value screen Icon for Network MQTT Formatting payload (nested vs single) is a pull-down option moved mqtt-topics and texts to local_EN, all topics lower case Re-enabled Shower Alert (still experimental) lowercased Flow temp in commands system console commands to main 3.0.1 - Mar 30 2021 ~ Added Power settings, disabling BLE and turning off Wifi sleep Rx and Tx counts to Heartbeat MQTT payload Ethernet support id to info command to show only a heatingcircuit add sending devices that are not listed to 0x07 extra MQTT boolean option for \"ON\" and \"OFF\" Support for chunked MQTT payloads to allow large data sets > 2kb External Button support (#708) for resetting to factory defaults and other actions new console set command in system , set ethernet for quickly enabling cabled ethernet connections without using the captive wifi portal Added in MQTT nested mode, for thermostat and mixer, like we had back in v2 Cascade MC400 (product-id 210) (3.0.0b6) values for wwMaxPower, wwFlowtempOffset RC300 thermostat temp -1 to clear temporary setpoint in auto mode Syslog port selectable (#744) individual mqtt commands (#31) board Profiles (#11) Fixed telegrams matched to masterthermostat 0x18 multiple roomcontrollers readback after write with delay (give ems-devices time to set the value) Thermostat ES72/RC20 device 66 to command-set RC20_2 MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369) fix for HA topics with invalid command formats (#728) wrong position of values #723, #732 OTA Upload via Web on OSX Rx and Tx quality % would sometimes show > 100 Changed changed how telegram parameters are rendered for mqtt, console and web (#632) split show values in smaller packages (edited) extended length of IP/hostname from 32 to 48 chars (#676) check flowsensor for tap_water_active mqtt prefixed with Base count Dallas sensor fails switch from SPIFFS to LITTLEFS Added ID to MQTT payloads which is the Device's product ID and used in HA to identify a unique HA device Increased MQTT buffer and reduced wait time between publishes Updated to the latest ArduinoJson library some names of mqtt-tags like in v2.2.1 new ESP32 partition side to allow for smoother OTA and fallback Network Gateway IP is optional (#682)emsesp/EMS-ESP moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32 invert LED changed to Hide LED. Default is off. renamed Scan Network to Scan WiFi Network added version to cmd=settings Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects","title":"Version Release History"},{"location":"Version-Release-History/#370-october-27-2024","text":"IMPORTANT! BREAKING CHANGES with 3.6.5 \"ww\" and \"wwc\" has been renamed to \"dhw\". It is nested JSON object in both the MQTT and API outputs. The old prefix has also been removed from MQTT topics ( #1634 ). This will impact historical data in home automation systems like Home Assistant and IOBroker. To preserve the current value of dhw energy (was previously nrgww) refer to this issue #1938 . dhw entities from the MM100/SM100 have been moved under a new Device called 'water'. The automatically generated temperature sensor ID has replaced dashes ( - ) with underscores ( _ ) to be compatible with Home Assistant. api/system/info has it's JSON key names changed to camelCase syntax. For more details go to www.emsesp.org . Added some more entities for dhw with SM100 module thermostat second dhw circuit #1634 remote thermostat emulation for RC100H, RC200 and FB10 #1287 , #1602 , #1551 heatpump dhw stop temperatures #1624 reset history #1695 heatpump entities fan and shutdown #1690 mqtt HA-mode 3 for v3.6 compatible HA entities, set on update v3.6->v3.7 HP input states #1723 holiday settings for rego 3000 #1735 Added scripts for OTA (scripts/upload.py and upload_cli.py) #1738 timeout for remote thermostat emulation #1680 , #1774 CR120 thermostat as own model() #1779 modules - external linkable module library #1778 scheduler onChange and Conditions #1806 make remote control timeout editable #1774 added extra pump characteristics (mode and pressure for EMS+) by @SLTKA #1802 allow device name to be customized #1174 Modbus support by @mheyse #1744 System Message command #1854 scheduler can use web get/post for values and commands #1806 RT800 remote emulation #1867 RC310 cooling parameters #1857 command api/device/entities #1897 switchprogmode #1903 autodetect and download firmware upgrades via the WebUI command 'show log' that lists out the current weblog buffer, showing last messages. default web log buffer to 25 lines for ESP32s with no PSRAM try and determine correct board profile if none is set during boot auto Scroll in WebLog UI - reduced delay so incoming logs are faster uploading custom support info, shown to Guest users in Help page #2054 feature: Dashboard showing all data (favorites, sensors, custom) #1958 entity for low-temperature boilers pump start temp (pumpOnTemp) #2088 #2088 internal ESP32 temperature sensor on the S3 #2077 MQTT status topic (used in connect and last will) set to Retain #2086 Czech language 2096 Developer Mode and send EMS Read Commands from WebUI #2116 Scheduler functions #2115 Set device custom name from telegram 0x01 #2073 Fixed remote thermostat emulation for RC200 on Rego2000/3000 thermostats #1691 log shows data for F7/F9 requests Detection of LittleFS for factory setting wasn't working Check for bad GPIOs with Ethernet before the ethernet is initialized Show values with factor 50 on webUI #2064 Rendering of values between -1 and 0 Value for 32bit times not-set #2109 Changed use flag for BC400 compatible thermostats, manage different mode settings use factory partition for 16M flash store digital out states to nvs Refresh UI - moving settings to one location #1665 rename DeviceValueTypes, add UINT32 for custom entities dynamic register dhw circuits for thermostat removed OTA feature #1738 added shower min duration #1801 Include TXT file along with the generated CSV for Device Data export/download thermostat/remotetemp as command #1835 temperaturesensor id notation with underscore #1794 Change key-names in JSON to be compliant and consistent #1860 Updates to webUI #1920 Correct firmware naming #1933 #1933 Don't start Serial console if not connected to a Serial port. Will initiate manually after a CTRL-C/CTRL-S WebLog UI matches color schema of the terminal console correctly Updated Web libraries, ArduinoJson Help page doesn't show detailed tech info if the user is not 'admin' role #2054 removed system command allvalues and moved to an action called export Show ems-esp internal devices in device list of system/info Scheduler and mqtt run async on systems with psram Show IPv6 address type (local/global/ula) in log","title":"[3.7.0] - October 27 2024"},{"location":"Version-Release-History/#365-march-23-2024","text":"Added thermostat boost mode and boost time #1446 heatpump energy meters #1463 heatpump max power #1475 checkbox for MQTT-TLS enable #1474 added SK (Slovak) language. Thanks @misa1515 CPU info #1497 Show network hostname in Web UI under Network Status Improved HA Discovery so each section (EMS device, Scheduler, Analog, Temperature, Custom, Shower) have their own section boiler Bosch C1200W, id 12, #1536 mixer MM100 telegram 0x2CC #1554 boiler hpSetDiffPressure #1563 custom variables #1423 weather compensation #1642 env and partitions for DevKitC-1-N32R8 #1635 command restart partitionname and button long press to start with other partition #1657 command set service #1663 Fixed exhaust temperature for some boilers add back boil2hyst #1477 subscribed MQTT topics not detecting changes by EMS-ESP #1494 changed HA name and grouping to be consistent #1528 MQTT autodiscovery in Domoticz not working #1360 dhw comfort for new ems+, #1495 added writeable icon to Web's Custom Entity page for each entity shown in the table Wifi Tx Power not adjusted #1614 MQTT discovery of custom entity doesn't consider type of data #1587 WiFi TxPower wasn't correctly used. Added an 'Auto' setting, which is the default. dns w/wo IPv6 #1644 Changed HA don't set entity_category to Diagnostic/Configuration for EMS entities #1459 upgraded ArduinoJson to 7.0.0 #1538 and then 7.0.2 small changes to the API for analog and temperature sensors Length of mqtt Broker address #1619 C++ optimizations - see https://github.com/emsesp/EMS-ESP32/pull/1615 Send MQTT heartbeat immediately after connection #1628 16MB partitions with second nvs, larger FS, Coredump, optional factory partition stop fetching empty telegrams after 5 min","title":"3.6.5 - March 23 2024"},{"location":"Version-Release-History/#364-november-24-2023","text":"Added humidity for ventilation devices telegrams for RC100H, hc2, etc. (seen on discord, not tested) names for BC400, GB192i.2, read temperatures for low loss header and heatblock #1317 option for forceheatingoff #1262 remote thermostat emulation RC100H for RC3xx #1278 shower_data MQTT payload contains the timestamp #1329 HA discovery for writeable text entities #1337 autodetect board_profile, store in nvs, add telnet command option, add E32V2 heat pump high res energy counters #1348, #1349. #1350 optional bssid in network settings extension module EM100 #1315 digital_out with new options for polarity and startup state added 'system allvalues' command that dumps all the EMS device values, plus sensors and any custom entities Fixed remove command remoteseltemp , thermostat accept it only from remote thermostat shower_data MQTT payload contains the timestamp #1329 fixed helper text in Web Device Entity dialog box for numerical ranges MQTT base with paths not working in HA #1393 set/read thermostat mode for RC100-RC300, #1440 #1442 some setting commands for ems-boiler have used wrong ems+ telegram in 3.6.3 Changed update to platform 6.4.0, arduino 2.0.14 / idf 4.4.6 small changes for arduino 3.0.0 / idf 5.1 compatibility (not backward compatible to platform 6.3.2 and before) AP start after 10 sec, stay until station/eth connected tested wifi-all-channel-scan (3.6.3-dev4 a-e), removed again because of connect issues mqtt disconnect stops queue","title":"3.6.4 - November 24 2023"},{"location":"Version-Release-History/#362-october-1-2023","text":"Added Power entities Optional input of BSSID for AP connection Return empty json if no entries in scheduler/custom/analogsensor/temperaturesensor Fixed Wifi full scan to get strongest AP. This prevents some freezes when EMS-ESP would jump to a weaker AP in a Mesh setup. Add missing dhw tags Sending a dash/- to the Reset command doesn't return an error #1308 Changed MQTT queue max 300 messages, check heap and maxAlloc API call commands are logged as WARN in the log Reset Command renamed to 'reset' in lowercase in EN","title":"3.6.2 - October 1 2023"},{"location":"Version-Release-History/#361-september-9-2023","text":"IMPORTANT! BREAKING CHANGES shower_data MQTT topic shows duration is seconds (was previously a full english sentence) Added Show WiFi rssi in Network Status Page, show quality as color Fixed Issue in espMqttClient causing a memory leak when MQTT broker is disconnected due to network unavailability #1264 Using MQTT enum values correctly formatted in MQTT Discovery #1280 Changed MQTT free mem check set to 60 kb Small cosmetic changes to Searching in Customization web page Updated to espressif32@6.4.0","title":"3.6.1 - September 9 2023"},{"location":"Version-Release-History/#360-august-13-2023","text":"BREAKING CHANGE The sensors have been renamed. dallassensor is now temperaturesensor in the MQTT topic and named ts in the Customizations file. Likewise analogs is now analogsensor in MQTT and called as in the Customizations file. If you have previous customizations you will need to manually update by downloading, changing the JSON file and uploading. It's also recommended cleaning up any old MQTT topics from your broker using an application like MQTTExplorer. Added Workaround for better Domoticz MQTT integration? #904 Show MAC address without connecting to network enhancement #933 Warn user in WebUI of unsaved changes #911 Detect old Tado thermostat, device-id 0x19, no entities Some more HM200 entities #500 Added Scheduler #701 Added Custom Entities read/write from EMS bus Build S3 binary with github actions Greenstar HIU #1158 AM200 code 10 #1161 Ventilation device (Logavent HRV176) #1172 Turn ETH off on wifi connect #1167 Support for multiple EMS-ESPs with HA #1196 Italian translation #1199 Turkish language support #1076 Buderus GB182 - HC1 mode change not work bug #1193 Minimal flow temperature enhancement #1192 Roomtemperature Switching Difference enhancement #1191 Dew Point Temperature Difference enhancement #1190 Control of heating circuit mode enhancement #1187 Warn user in WebUI of unsaved changes enhancement #911 Create safebuild app to fit into factory partition to give ESP32 more flash memory enhancement #608 Support ESP32 S2, C3 mini and S3 #605 Support Buderus AM200 #1161 Custom telegram handler #1155 Added support for TLS in MQTT (ESP32-S3 only) #1178 Boardprofile BBQKees Gateway S3 Custom entity type RAW #1212 API command response #1212 Fixed HA-discovery for analog sensor commands #1035 Enum order of RC3x nofrost mode Heartbeat interval Exhaust temperature always zero on GB125/MC110/RC310 bug #1147 thermostat modetype is not changing when mode changes (e.g. to night) bugSomething isn't working #1098 NTP: cant apply changed timezone #1182 Missing Status of VS1 for Buderus SM200 enhancement #1034 Allowed gpios for S3 Changed Optional upgrade to platform-espressif32 6.3.0 (after 5.3.0) #862 Use byte 3 for detection RC30 active heatingcircuit #786 Write repeated selflowtemp if tx-queue is empty without verify #954 HA discovery recreate after disconnect by device #1067 File upload: check flash size (overflow) instead of filesize Improved HA Discovery so previous configs no longer need to be removed when starting #1077 (thanks @pswid) Enlarge UART-Stack to 2,5k Retry timeout for Mqtt-QOS1/2 10seconds Optimize WebUI rendering when using Dialog Boxes #1116 Optimize Web libraries to reduce bundle size (3.6.x) #1112 Use espMqttClient with integrated queue #1178 Move Sensors from Web dashboard to it's own tab enhancement #1170 Optimize WebUI dashboard data #1169 Replace React core library with Preact to save on memory footprint Response to system/send raw reads gives combined data for telegrams with more parts","title":"3.6.0 - August 13 2023"},{"location":"Version-Release-History/#350-february-6-2023","text":"BREAKING CHANGE When upgrading to v3.5 for the first time from v3.4 on a BBQKees Gateway board you will need to use the EMS-EPS Flasher to correctly re-partition the flash. Make sure you backup the settings and customizations from the WebUI (Settings->Download/Upload) and restore after the upgrade. Support for multiple EMS-ESPs [#759] has been added as an optional setting for MQTT. When enabled, which is now the default, all MQTT Discovery Entity IDs will include the MQTT base name and the shortname of the EMS-ESP device entity. For example what was previously sensor.boiler_actual_boiler_temperature will now become sensor.ems_esp_boiler_boiltemp . If you still want to use the old format and retain the history and script compatibility in Home Assistant then set this back to the old format. Added Translations in Web UI and all device entity names (DE, NL, SV, PL, NO, FR) #22 Add support for Lolin C3 mini #620 Add support for ESP32-S2 #667 Add devices: Greenstar 30Ri boiler, Junkers FW500 thermostat, Buderus BC30 controller Add program memory info Add mqtt queue and connection infos Adapt min/max if ems-value is not in this range Add heat pump settings for inputs and limits #600 Add hybrid heatpump #500 Add translated tags Add min/max to customization table #686 Add MD5 check #637 Add more bus-ids #673 Use HA connectivity device class for Status, added boot time #751 Add commands for analog sensors outputs Support for multiple EMS-ESPs with MQTT and HA [ #759 ] Settings for heatpump silent mode and additional heater [ #802 ] [ #803 ] Zone module MZ100 #826 Default MQTT hostname is blank #829 wwCurFlow for ems+ devices #829 Add Rego 3000, TR120RF thermostats #917 Add config for ESP32-S3 Add heatpump silent mode and other entities #896 Allow reboot to other partition (factory or asymetric OTA) Blacklist entities to remove from memory #891 Add boiler pump operating mode #944 Fixed Factory Reset not working #628 Valid 4 byte values #820 Commands for multiple thermostats #826 API queries for multiple devices #865 Console crash when using call with command hcx only. #841 heatingPump2Mod was wrong, changed to absBurnPow [ #908 Rounding of web input values Analog sensor with single gpio number #915 HA dallas and analog configs: remove/rebuild on change #888 Modes and set seltemp for RC30 and RC20 #932 Changed Discovery in HomeAssistant don't work with custom base topic. #596 Base topic containing / are changed to _ RF room temperature sensor are shown as thermostat Render mqtt float json values with trailing zero Removed flash strings, to increase available heap memory Reload page after restart button is pressed Analog/dallas values command as list like ems-devices Analog/dallas HA-entities based on id MQTT Base is a mandatory field. Removed MQTT topic length from settings HA duration class for time entities [ #822 AM200 alternative heatsource as class heatsource [ #857","title":"3.5.0 - February 6 2023"},{"location":"Version-Release-History/#344-oct-29-2022","text":"Added RC310 additions #520 damping wwprio for RC310 heating circuits switchonoptimization for RC310 heating circuits enum_controlmode for RC310 (new enum list) nofrostmode, reducemode, reducetemp & noreducetemp for RC310 emergencyops and emergencytemp, wwmaxtemp, wwflowtempoffset and wwcomfort1 for RC310 HM200 hybrid module #500 AM200 alternative heatsource module #573 EM10 error module as gateway #575 Fixed Fix for new installations with filesystem not initializing fix Table resizing in WebUI #519 allow larger customization files #570 losing entitiy wwcomfort #581 Changed Shorten \"friendly names\" in Home Assistant #555 platformio 2.3.0 (IDF 4, Arduino 2) remove master-thermostat, support multiple thermostats merge up- and download in webui #577","title":"3.4.4 - Oct 29 2022"},{"location":"Version-Release-History/#340-may-23-2022","text":"BREAKING CHANGE In Settings, the order of Boolean Format has changed in Application Settings - check your settings Dallas Format setting removed. Now customize name of each Dallas sensor via the UI Boiler wwheat renamed to ww3wayon #211 Boiler ww tag renamed to dhw . Any custom Home Assistant lovelace dashboards will need updating. Renamed description of wwtapactivated to \"turn on/off DHW\". Otherwise would have looked like \"boiler_dhw_turn_on_off_dhw\" in HA. /api/system/info endpoint has updated keys. Now lowercase, no underscores and not capitalized. Replace \"handlers\" with \"handlers received\", \"handlers fetched\" and \"handlers pending\". Added WebUI optimizations, updated look&feel and better performance #124 Auto refresh of WebUI after successful firmware upload #178 New Customization Service in WebUI. First feature is the ability to enable/disabled Enitites (device values) from EMS devices #206 Option to disable Telnet Console #209 Added Hide SSID, Max Clients and Preferred Channel to Access Point Merged in MichaelDvP's changes like Fahrenheit conversion, publish single (for IOBroker) and a few other critical optimizations Enabled bi-directional read/write with Home Assistant, so values can be changed automatically from the UI without scripting #265 Added GC7000F Boiler #270 Revised LED flash sequence on boot up to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Analog Sensor support #271 Solar cylinder priority #247 Read only mode in Settings, where EMS Tx/Write commands are blocked #286 Added 8700i Boiler device Added Cascade CM10 Controller device Add Olimex ESP32-POE-ISO to board profiles plus settings to customize Ethernet modules #301 Help text for string commands in WebUI #320 Germany translations (at compile time) num entities added to system/info endpoint #322 analog outputs digital/pwm/dac remove MQTT retained configs if discovery is disabled timeout 10 min for MQTT-QoS wait Moduline 300 auto-temperatures T1-T4, RC300 romminfluencefactor RC35 parameters #392 , #398 sync time with thermostat #386 , #408 set mode has immediate effect #395 min/max in web value setting Extend customization to select if an entity is to be shown in the WebUI or forced as read-only #317 Added Moduline 400 installation parameters PR #449 by @kwertie01 Read time from IVT-controller #439 Hybrid Heatpump product-id 168 #459 , thermostat settings Junkers ISM2 and IPM in warm water mode #437 Added Shower Alert trigger time and cold shot time #436 Improved Table layout in Web UI (searching, filtering, sorting, exporting to CSV) API fetch individual attributes from an entity #462 Option to disable mDNS Option for rendering booleans on dashboard #456 Upload customization settings from a file #256 Fixed lastcode broke MQTT JSON structure #228 fixed issue with overlapping while reading sequence of EMS1.0 telegrams fixed redundant telegram readings (because of offset overflow) added missing RC30/Moduline 400 #243 Correct modes for RC25 #106 Clean up old HA config's in MQTT before publishing data. This will prevent HA giving the 'dict' warnings #229 RC25 temperature setting #272 Buderus RC25 - \"hc1 mode type\" incorrect value #273 Increased number of Mixers and Heating Circuits #294 Check receive status before removing a telegram fetch #268 , #282 Fix uploading firmware on OSX #345 Non-nested MQTT would corrupt the json #354 Burner selected max power can have a value higher than 100% #314 some missing fahrenheit calculations limited number of exclusions #339 MQTT sometimes would not reconnect after a WiFi outage Changed Use flash system to show system health (1 flash=no ems, 2 flashes=no wifi) #224 Renamed Dallas Sensor to Temperature Sensor in UI Dallas Format removed. Use the name to give each sensor an alias No longer MQTT subscribes to topic /thermostat_hc as it supports a path similar to the API endpoint construct Show Sensors quality in WebUI Controller not shown in WebUI dashboard renamed \"Home Assistant Integration\" to \"MQTT Discovery\" in MQTT Settings #290 Show ems tx reads and writes separately Show ems device handlers separated for received, fetched and pending handlers. Wired renamed to Ethernet removed system/pin command, new commands in analogsensors system/info device-info split to name/version/brand exclude list uses short-names, possible flags for web/api/mqtt excludes, readonly and favorite (selection not yet implemented) thermostat clock formate date-time: dd.mm.yyyy hh:mm RC300 summermode as other thermostats winter/summer instead of off/on","title":"3.4.0 - May 23 2022"},{"location":"Version-Release-History/#331-jan-20-2022","text":"BREAKING CHANGE API: \"unit\" renamed to \"uom\" in API call to recall a Device Value HA: sensor.boiler_boiler_temperature renamed to sensor.actual_boiler_temperature HA: binary_sensor.boiler_ww_disinfecting renamed to binary_sensor.boiler_ww_disinfection HA: # removed from counts in MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes txread renamed to txreads and txwrite renamed to txwrites in MQTT heartbeat payload 'dallas sensors' in api/system/info moved to the \"System\" section. Renamed \"uptime (seconds)\" and \"reset reason\" status in the MQTT heartbeat renamed to bus_status Added Add system commands for syslog level and watch #98 Added pool data to telegrams 0x494 & 0x495 #102 Add RC300 second summermode telegram #108 Add support for the RC25 thermostat #106 Add new command 'entities' for a device, e.g. http://ems-esp/api/boiler/entities to show the shortname, description and HA Entity name (if HA enabled) #116 Support for Junkers program and remote (fb10/fb110) temperature Home Assistant state_class attribute for Wh, kWh, W and KW #129 Add current room influence for RC300 #136 Added Home Assistant device_class to sensor entities Added another Buderus RC10 thermostat with Product ID 65 #160 Added support for mDNS #161 Added last system ESP32 reset code to log (and system info output) Firmware Checker in WebUI #168 Added new MQTT setting for enabling 'response' topic Support for non-standard Thermostats like Tado #174 Include MQTT connection status in 'api/system/info' Include Network status in 'api/system/info' and also the MQTT topic info #202 Added Ethernet PHY module as an option in the Board Profile #210 Fixed lastcode broke MQTT JSON structure #228 overlapping while reading sequence of EMS1.0 telegrams redundant telegram readings (because of offset overflow) added missing RC30/Moduline400 #243 check received status before toggling fetch on empty telegram [#268][#282] MQTT reconnecting after WiFi reconnect #99 Manually Controlling Solar Circuit #107 Fix thermostat commands not defaulting to the master thermostat #110 Enlarge parse-buffer for long names like cylinderpumpmodulation MQTT not subscribing to all device entities #166 Help fix issues with WebUI unable to fully load UI over Ethernet #177 Shower alert never reset after limit reached when enabled [(PR #185)] Remove HA entity entries when a device value goes dormant #196 deciphering last error code dates on 0xC2 telegram #204 Changed Syslog BOM only for utf-8 messages #91 Check for KM200 by device-id 0x48, remove tx-delay #90 rename fastheatupfactor to fastheatup and add percent #122 \"unit\" renamed to \"uom\" in API call to recall a Device Value initial backend React changes to replace the class components (HOCs) with React Hooks Use program-names instead of numbers Boiler's maintenancemessage always published in MQTT (to prevent HA missing entity) Unit of Measure 'times' added to MQTT Fails, Rx fails, Rx received, Tx fails, Tx reads & Tx writes Improved API. Restful HTTP API works in the same way as MQTT calls Removed settings for MQTT subscribe format #173 Improve Nefit Moduline 200 functionality #183 status in the MQTT heartbeat renamed to bus_status Layout changes in the WebUI, showing stripped table rows in Dashboard Alternative font for log window #219","title":"3.3.1 - Jan 20 2022"},{"location":"Version-Release-History/#321-aug-8-2021","text":"Added json body in API can now take device, name, cmd, hc and id added example of how to use API directly to control values from Home Assistant API calls are shown in debug log (For troubleshooting) support for IPv6 (web/api/mqtt, not syslog yet) #83 System Log in Web UI will show current time if the NTP Service is enabled #82 Network settings for Tx-power, WiFi-bandwidth, WiFi-sleepmode #83 optional low CPU clockrate (160 MHz) #83 select format for enumerated values in web settings for water hysteresis on/off dallas sensor name editable. sensorname console-command, replace sensorid with a unique name #84 'restart' system command. Can be invoked via API with authentication. #87 add Download button in Web UI for log Fixed fixed issue with Home Assistant entity naming where boiler's ww was duplicated in entity name fixed issue where wwSetTemp was written too instead of wwSelTemp set mode allow numbers Junkers thermostat shows mode as selected by set_mode HA thermostat mode if bool-format: numbers is selected Web UI System Log sometimes skipped a few log messages when watching real-time fix wwactivated #89 don't show commands (like reset) as Device values in the Web or Console Changed fixed case on mqtt names, like 'wwtankmiddletemp' renamed Product ID to 'EMS Product ID' in Home Assistant removed brackets around tags, e.g. (hc1) selected room temperature\" is now just \"hc1 selected room temperature\" removed Rx echo failures counting as incomplete telegrams. Bad telegrams show as Warning and not Errors. #80 add upload_sec to api/system/info and removed # from some names to keep consistent with MQTT heartbeat added debug target to PlatformIO build to help hunt down system crashes enumerated values always start at zero maintenance settings for time/date as extra setting move api/mqtt formats to settings , add enum format UI improvements for editing Dallas Sensor details RESTful GET commands can also require authentication (via bearer access token) for better security Updated AsyncMqttClient to 0.9.0 and ArduinoJson to 6.18.3 Download buttons for settings and info under the Help tab","title":"3.2.1 - Aug 8 2021"},{"location":"Version-Release-History/#311-jun-26-2021","text":"Added new command called commands which lists all available commands. ems-esp/api/{device}/commands More Home Assistant icons to match the UOMs new API. Using secure access tokens and OpenAPI standard. See doc/EMS-ESP32 API.md and #50 show log messages in Web UI #71 Mock API to simulate an ESP, for testing web Able to write values from the Web UI check values with \"cmd\": and data empty or ? set hc for values and commands by id or prefix hc +separator, separator can be any char Fixed HA thermostat mode was not in sync with actual mode #66 Don't publish rssi if Wifi is disabled and ethernet is being used Booleans are shown as true/false in API GETs Don't create Home Assistant MQTT discovery entries for device values that don't exists (#756 on EMS-ESP repo) Update shower MQTT when a shower start is detected S32 board profile Changed info command always shows full names in API. For short names query the device or name directly, e.g. http://ems-esp/api/boiler free memory is shown in kilobytes boiler's warm water entities have ww added to the Home Assistant entity name #67 improved layout and rendering of device values in the WebUI, also the edit value screen Icon for Network MQTT Formatting payload (nested vs single) is a pull-down option moved mqtt-topics and texts to local_EN, all topics lower case Re-enabled Shower Alert (still experimental) lowercased Flow temp in commands system console commands to main","title":"3.1.1 - Jun 26 2021"},{"location":"Version-Release-History/#301-mar-30-2021","text":"Added Power settings, disabling BLE and turning off Wifi sleep Rx and Tx counts to Heartbeat MQTT payload Ethernet support id to info command to show only a heatingcircuit add sending devices that are not listed to 0x07 extra MQTT boolean option for \"ON\" and \"OFF\" Support for chunked MQTT payloads to allow large data sets > 2kb External Button support (#708) for resetting to factory defaults and other actions new console set command in system , set ethernet for quickly enabling cabled ethernet connections without using the captive wifi portal Added in MQTT nested mode, for thermostat and mixer, like we had back in v2 Cascade MC400 (product-id 210) (3.0.0b6) values for wwMaxPower, wwFlowtempOffset RC300 thermostat temp -1 to clear temporary setpoint in auto mode Syslog port selectable (#744) individual mqtt commands (#31) board Profiles (#11) Fixed telegrams matched to masterthermostat 0x18 multiple roomcontrollers readback after write with delay (give ems-devices time to set the value) Thermostat ES72/RC20 device 66 to command-set RC20_2 MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369) fix for HA topics with invalid command formats (#728) wrong position of values #723, #732 OTA Upload via Web on OSX Rx and Tx quality % would sometimes show > 100 Changed changed how telegram parameters are rendered for mqtt, console and web (#632) split show values in smaller packages (edited) extended length of IP/hostname from 32 to 48 chars (#676) check flowsensor for tap_water_active mqtt prefixed with Base count Dallas sensor fails switch from SPIFFS to LITTLEFS Added ID to MQTT payloads which is the Device's product ID and used in HA to identify a unique HA device Increased MQTT buffer and reduced wait time between publishes Updated to the latest ArduinoJson library some names of mqtt-tags like in v2.2.1 new ESP32 partition side to allow for smoother OTA and fallback Network Gateway IP is optional (#682)emsesp/EMS-ESP moved to a new GitHub repo https://github.com/emsesp/EMS-ESP32 invert LED changed to Hide LED. Default is off. renamed Scan Network to Scan WiFi Network added version to cmd=settings Allow both WiFi and Ethernet together, fall back to AP when Ethernet disconnects","title":"3.0.1 - Mar 30 2021"},{"location":"WebUI/","text":"Accessing the WebUI is via http://ems-esp (or http://ems-esp.local ). The ems-esp is the name of the WiFi hostname as defined in the WiFi Settings page.","title":"WebUI"},{"location":"mailsent/","text":"Thank you ~ Your message has been sent","title":"Thank you"},{"location":"mailsent/#thank-you","text":"Your message has been sent","title":"Thank you"},{"location":"openHAB/","text":"EMS-ESP can be integrated into openHab through different ways: HomeAssistant MQTT Components Binding (based on Home Assistant discovery protocol) MQTT Binding (Generic MQTT Thing) Example Dashboard (items depend on heating system) It depends on the entity and the device if it is writable or just readable. Have a look into the list of entities Entities for all available entities and related attributes. Documentation has been created for openHab version 3.x HomeAssistant MQTT Components Binding ~ Installation ~ EMS-ESP creates retained MQTT messages prefixed with homeassistant/ for each device and their values (called entities) based on the Home Assistant (HA) Discovery protocol. To allow auto discovery in openHAB the MQTT Binding and the HomeAssistant MQTT Components Binding has to be installed. Additionally JINJA and JSONPath transformations are needed to map all entities and features. In EMS-ESP enable the Discovery option from the MQTT Settings page. Objects in HA are mapped to Things , Component+Node to ChannelGroup and Component Features to Channels . More information can be found in the binding specification. Discovery ~ You should see based on your heating setup related Things in your Inbox Inbox with EMS-ESP discovered Things After adding the Things you can see all Channels that are available for the specific device and which you have enabled in EMS-ESP for MQTT. Channels of a thermostat Thing Limitations ~ There are currently some limitations by using the binding. One of them is also affecting the integration of EMS-ESP into openHAB. The HomeAssistant Climate Components is not yet supported (you won\u00b4t find those Channels in the list) It is possible that those entities will be supported in future depending on the further development of the binding. MQTT Binding ~ EMS-ESP offers all information via the base MQTT path ems-esp/ using topics and payloads that can be mapped to Generic MQTT Things and related Channels . openHAB offers different kind of configuration models to add new devices File based UI driven (can be combined) yaml based (Code Editor) UI Guided Menus Installation ~ You need to install the MQTT Binding as client for a MQTT broker and the JSONPath Transformation Service for selecting the specific channels in the provided JSON-structure of EMS-ESP. File based approach ~ Generic MQTT Thing ~ It is possible to create for each device a separate Generic MQTT Thing or all in just one. In the following an example will be provided that can be adapted to your corresponding setup and you wishes. It is a common approach to have a separate set topic that is used to send data back to the broker. stateTopic represents the state of the thing and commandTopic is been used to set a value. You can find all relevant information regarding the topic you need to send a command to in the Commands . things/mqtt.things 1 2 3 4 5 6 7 8 Bridge mqtt : broker : broker \"MQTT Bridge\" [ host = \"127.0.0.1\" , secure = false ]{ Thing topic ems - esp \"Buderus Heating Pump\" @ \"gBoilerRoom\" [ availabilityTopic = \"ems-esp/status\" , payloadAvailable = \"online\" , payloadNotAvailable = \"offline\" ]{ Channels : Type switch : EMS_s_pvcooling \"Cooling only with PV\" [ stateTopic = \"ems-esp/boiler_data\" , commandTopic = \"ems-esp/boiler/pvcooling\" , ON = \"ON\" , OFF = \"OFF\" , transformationPattern = \"JSONPATH:$.pvcooling\" ] Type number : EMS_n_pvraiseheat \"Raise Hot Water with PV by\" [ stateTopic = \"ems-esp/thermostat_data\" , commandTopic = \"ems-esp/thermostat/pvraiseheat\" , transformationPattern = \"JSONPATH:$.pvraiseheat\" ] Type string : EMS_maxheatheat \"Auxilliary Heater Limit Heating\" [ stateTopic = \"ems-esp/boiler_data\" , commandTopic = \"ems-esp/boiler/maxheatheat\" , transformationPattern = \"JSONPATH:$.maxheatheat\" ] } } Items ~ It does make sense to use the autoupdate feature. Instead of using the expected value from changing the item openHAB is waiting for an update from EMS-ESP via MQTT. items/ems-esp.items 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Switch EMS_s_pvcooling \"Cooling only with PV\" < switch > ( gBoilerRoomHeatingHotWater ) [ \"Switch\" , \"Water\" ] { channel = \"mqtt:topic:broker:ems-esp:EMS_s_pvcooling\" , autoupdate = \"false\" } Number EMS_n_pvraiseheat \"Raise Hot Water with PV by [ %.1f K]\" < temperature > ( gBoilerRoomHeatingCircuit ) [ \"Setpoint\" , \"Temperature\" ] { channel = \"mqtt:topic:broker:ems-esp:EMS_n_pvraiseheat\" , autoupdate = \"false\" , listWidget = \"oh-stepper-item\" [ min = 0 , max = 5 , step = 1 ]} String EMS_maxheatheat \"Auxilliary Heater Limit Heating\" < heating > ( gBoilerRoomHeating ) [ \"Control\" , \"Current\" ] { channel = \"mqtt:topic:broker:ems-esp:EMS_maxheatheat\" , autoupdate = \"false\" , stateDescription = \"\" [ options = \"0=0 KW,1=2 kW,2=3 kW,3=4 kW,4=6 kW,5=9 kW\" ]} Sitemap (optional) ~ sitemaps/home.sitemap 1 2 3 4 5 Frame label = \"Heating\" { Switch item = EMS_s_pvcooling Slider item = EMS_n_pvraiseheat Selection item = EMS_maxheatheat } Example Sitemap (items depend on heating system) UI based approach ~ It is also possible to use the UI of openHab and the integrated Code-Editor to implement the integration of EMS-ESP. Therefor several steps have to be done in sequence. Create a MQTT Broker by (Things -> (+) Icon -> MQTT Binding -> MQTT Broker) Edit the created MQTT Broker and paste the code below. Change attributes where needed or change them in the UI. (Things -> -Your Created MQTT Broker- -> Code-Tab) MQTT Broker & MQTT Generic Thing ~ MQTT Broker 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 UID : mqtt:broker:broker label : MQTT Bridge thingTypeUID : mqtt:broker configuration : lwtQos : 0 publickeypin : true keepAlive : 60 clientid : d825330e-3c51-4818-a43d-62778d379c83 qos : 0 reconnectTime : 60000 host : 127.0.0.1 secure : false certificatepin : true lwtRetain : true enableDiscovery : true Create a Generic MQTT Thing (Things -> (+) Icon -> MQTT Binding -> Generic MQTT Thing) Edit the created Generic MQTT Thing and paste the code below. Change attributes where needed or change them in the UI. (Things -> -Your Created Generic MQTT Thing- -> Code-Tab) Generic MQTT Thing 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 UID : mqtt:topic:broker:ems-esp label : Buderus Heating Pump thingTypeUID : mqtt:topic configuration : payloadNotAvailable : offline availabilityTopic : ems-esp/status payloadAvailable : online bridgeUID : mqtt:broker:broker location : gBoilerRoom channels : - id : EMS_s_pvcooling channelTypeUID : mqtt:switch label : Cooling only with PV description : null configuration : retained : false postCommand : false formatBeforePublish : '%s' commandTopic : ems-esp/boiler/pvcooling stateTopic : ems-esp/boiler_data transformationPattern : JSONPATH:$.pvcooling off : off on : on - id : EMS_n_pvraiseheat channelTypeUID : mqtt:number label : Raise Hot Water with PV by description : null configuration : retained : false postCommand : false formatBeforePublish : '%s' commandTopic : ems-esp/thermostat/pvraiseheat step : 1 stateTopic : ems-esp/thermostat_data transformationPattern : JSONPATH:$.pvraiseheat - id : EMS_maxheatheat channelTypeUID : mqtt:string label : Auxilliary Heater Limit Heating description : null configuration : commandTopic : ems-esp/boiler/maxheatheat retained : false postCommand : false formatBeforePublish : '%s' stateTopic : ems-esp/boiler_data transformationPattern : JSONPATH:$.maxheatheat Items ~ Select in the Things overview your created Thing and select Channels . In list of channels you can click on Use the Add Link to Item and create an item. Errors ~ It can happen that mqtt sends always the current state as value instead of the new one. A possible solution could be restarting openHab service and check if you have an item dimension. If there is one remove the dimension. There is currently no way to show the status of the Thing without using a rule","title":"openHAB"},{"location":"openHAB/#homeassistant-mqtt-components-binding","text":"","title":"HomeAssistant MQTT Components Binding"},{"location":"openHAB/#installation","text":"EMS-ESP creates retained MQTT messages prefixed with homeassistant/ for each device and their values (called entities) based on the Home Assistant (HA) Discovery protocol. To allow auto discovery in openHAB the MQTT Binding and the HomeAssistant MQTT Components Binding has to be installed. Additionally JINJA and JSONPath transformations are needed to map all entities and features. In EMS-ESP enable the Discovery option from the MQTT Settings page. Objects in HA are mapped to Things , Component+Node to ChannelGroup and Component Features to Channels . More information can be found in the binding specification.","title":"Installation"},{"location":"openHAB/#discovery","text":"You should see based on your heating setup related Things in your Inbox Inbox with EMS-ESP discovered Things After adding the Things you can see all Channels that are available for the specific device and which you have enabled in EMS-ESP for MQTT. Channels of a thermostat Thing","title":"Discovery"},{"location":"openHAB/#limitations","text":"There are currently some limitations by using the binding. One of them is also affecting the integration of EMS-ESP into openHAB. The HomeAssistant Climate Components is not yet supported (you won\u00b4t find those Channels in the list) It is possible that those entities will be supported in future depending on the further development of the binding.","title":"Limitations"},{"location":"openHAB/#mqtt-binding","text":"EMS-ESP offers all information via the base MQTT path ems-esp/ using topics and payloads that can be mapped to Generic MQTT Things and related Channels . openHAB offers different kind of configuration models to add new devices File based UI driven (can be combined) yaml based (Code Editor) UI Guided Menus","title":"MQTT Binding"},{"location":"openHAB/#installation_1","text":"You need to install the MQTT Binding as client for a MQTT broker and the JSONPath Transformation Service for selecting the specific channels in the provided JSON-structure of EMS-ESP.","title":"Installation"},{"location":"openHAB/#file-based-approach","text":"","title":"File based approach"},{"location":"openHAB/#ui-based-approach","text":"It is also possible to use the UI of openHab and the integrated Code-Editor to implement the integration of EMS-ESP. Therefor several steps have to be done in sequence. Create a MQTT Broker by (Things -> (+) Icon -> MQTT Binding -> MQTT Broker) Edit the created MQTT Broker and paste the code below. Change attributes where needed or change them in the UI. (Things -> -Your Created MQTT Broker- -> Code-Tab)","title":"UI based approach"},{"location":"openHAB/#errors","text":"It can happen that mqtt sends always the current state as value instead of the new one. A possible solution could be restarting openHab service and check if you have an item dimension. If there is one remove the dimension. There is currently no way to show the status of the Thing without using a rule","title":"Errors"},{"location":"tips-and-tricks/","text":"Below are a collection of useful tips, tricks and code submitted by the community: Control the boiler heating ~ (by @Oderik) In a very simple setup a boiler provides heat to one heating circuit. If heating activated is on , the boiler maintains the selected flow temperature by regulating the burner and the heat pump. Once the current flow temperature exceeds the selected flow temperature + temperature hysteresis off , the heating will stop until the current flow temperature drops below the selected flow temperature + temperature hysteresis on (which is typically a negative value). Thus to activate the heating you will need to set heatingactivated to on and set an appropriate flowtemp . The latter should be derived from the heating temperature setting which can be set using the physical dial/control on the boiler. It should be considered as the maximum flow temperature. You can also use a lower flow temperature to maintain a constant room temperature once the initial heating is done. Additional info from Michael: You can set the flowtemp with EMS-ESP directly on the boiler without using a Thermostat. Many users do this. Some pointers: the flowtemp value on the control panel has to be set higher as the temperature sent over the EMS bus is only accepted if it has a lower value you have to send a value at least every minute to maintain the flowtemp, otherwise the boiler will automatically fall back to the higher setpoint from the control panel. There is a special EMS-ESP entity called forceheatingoff that sets the flowtemp value to 0 every minute automatically to the boiler. Other users prefer like to use an on/off control instead. Retrieve data via REST using PHP ~ (by @flohse123) 1 2 3 4 5 /api?device=thermostat&cmd=info\" ); curl_exec ( $ch ); curl_close ( $ch ); ?> Adjusting the flow temperature based on whether CH or DHW is being heated ~ (by @IanC) From the Discord post IanC said: \"With a ~2012 Worcester Bosch boiler, house heating is managed by an EvoHome system that knows which parts of house need how much heat, but it can only use an on/off relay to control the boiler for space and water heating. This means it cannot directly control flow temperature, and historically this has been set at continuous 65C via dial on front of boiler to allow water heating when needed. Very pleased to have added EMS-ESP to my system to help manage flow temperatures. I wrote a simple C program to run on my OpenWrt internet router which eavesdrops on EvoHome messages to capture useful information on what amount of heat is needed for space and water into simple txt files in /tmp. I then schedule a shell script every 4 minutes which uses a few steps to select a flow temperature: start with a weather compensated value based on exterior temperature from online service; adjust this up or down by up to 25% based on EvoHome space heat demand; if necessary override this to heat hot water. The selected flow temperature and a max burner level are then sent via curl to a @BBQKees device running EMS-ESP which in turn controls boiler. So far it seems to be working as intended without loss of house comfort but with much lower flow temperatures observed to try and encourage boiler operating in condensing zone. Very hard to tell if it is affecting gas consumption - which I would like it to :). Main challenge I still see is how to stop EvoHome causing frequent on/off cycles of boiler while it still tries to use TPI flow control management.\" The temperature compensation algorithms are in the shell script: set_flowtemp.sh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 #!/bin/sh -x MINFLOW = 30 .0 MAXFLOW = 70 .0 function set_flowtemp () { local boiler_key = $( cat /tmp/boiler-key.txt ) curl --silent http://192.168.0.140/api/boiler/selflowtemp \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $1 }\" \\ -H \"Authorization: Bearer $boiler_key \" local burner_power = $( echo $1 | awk '{ \\ if ($1 < 40.0) bp = 35;\\ else if ($1 < 50.0) bp = 50;\\ else if ($1 < 60.0) bp = 65;\\ else bp = 90.0; \\ printf \"%2.1f\", bp}' ) curl --silent http://192.168.0.140/api/boiler/selburnpow \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $burner_power }\" \\ -H \"Authorization: Bearer $boiler_key \" } function dhw_active (){ local active = \"false\" if [[ -f /tmp/relay_dhw ]] ; then active = $( cat /tmp/relay_dhw | awk '{if ($1 == 0.0) print \"false\"; else print \"true\";}' ) else local curr_hour = $( date +%H ) if [[ $curr_hour -eq 6 ]] || [[ $curr_hour -eq 16 ]] ; then active = \"true\" fi fi echo $active } function dhw_flowtemp (){ if [[ -f /tmp/temp_dhw ]] ; then echo $( cat /tmp/temp_dhw | awk '{printf \"%2.1f\", $1 + 20.0}' ) else echo $MAXFLOW fi } function outside_temp (){ if [[ -f /tmp/meteo. $( date +%Y%m%d ) ]] ; then echo $( cat /tmp/meteo. $( date +%Y%m%d ) | jq .hourly.temperature_2m [ $( date +%H ) ] ) else echo UNKNOWN fi } function weather_flowtemp (){ local otemp = $( outside_temp ) if [[ $otemp = \"UNKNOWN\" ]] ; then # Default flow temperature if no outside temperature available echo 65 .0 else # Calculated flow temperature if outside temperature available # echo $(echo $otemp | awk '{printf \"%2.1f\", 70.0 - ($1 + 5) * 1.5}') echo $( echo $otemp $MINFLOW $MAXFLOW | awk '{printf \"%2.1f\", $2 + ($3 - $2) / 25.0 * (20.0 - $1)}' ) fi } function load_flowtemp (){ if [[ -f /tmp/relay_ch ]] ; then echo $( cat /tmp/relay_ch | awk '{printf \"%2.1f\", 20.0 + ($1 * 0.50)}' ) else echo $( weather_flowtemp ) fi } function load_factor (){ if [[ -f /tmp/relay_ch ]] ; then local relay_demand = $( cat /tmp/relay_ch ) echo $( echo $1 $relay_demand $MINFLOW | awk '{printf \"%2.1f\", $3 + ($1 - $3) * (0.75 + $2 / 200.0)}' ) else echo $1 fi } function max (){ echo $( echo $1 $2 | awk '{if ($2 > $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } function min (){ echo $( echo $1 $2 | awk '{if ($2 < $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } flowtemp = $( weather_flowtemp ) flowtemp = $( load_factor $flowtemp ) if [ $( dhw_active ) = \"true\" ] ; then alt_flowtemp = $( dhw_flowtemp ) flowtemp = $( max $flowtemp $alt_flowtemp ) fi flowtemp = $( min $flowtemp $MAXFLOW ) set_flowtemp $flowtemp Home Assistant sensor template for all status numbers on a GB192 Boiler ~ (by @tefracky from https://github.com/emsesp/EMS-ESP32/issues/938#issuecomment-1417592878 ) Here is the sensor in the new Home-Assistant template format for all status numbers for the Buderus GB192i-19 in German: Service code number text for Buderus GB192i-19 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 - name : 'Heizungsstatus' attributes : service-code : \"{{states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer')|int(0)}}\" timestamp : \"{{now().strftime('%Y-%m-%d %H:%M:%S')}}\" date : > {{ now().timestamp() | timestamp_custom(\"%Y-%m-%d\", true) }} time : > {{ now().timestamp() | timestamp_custom(\"%H:%M:%S\", true) }} state : >- {% set mapper = { '200' : '200 - Das Ger\u00e4t befindet sich im Heizbetrieb.', '201' : '201 - Das Ger\u00e4t befindet sich im Warmwasserbetrieb.', '202' : '202 - Wartephase des Ger\u00e4ts. W\u00e4rmeanforderung durch RC-Regelger\u00e4t oder einen ON/OFF-Thermostat erfolgt in Intervallen von weniger als 10 Minuten.', '203' : '203 - Betriebsbereitschaft: keine W\u00e4rmeanforderung vorhanden', '204' : '204 - Wartephase des Ger\u00e4ts. Die gemessene Vorlauf- temperatur ist h\u00f6her als die berechnete oder eingestellte Heizwassertemperatur. - Eingestellte Heizwassertemperatur am Ger\u00e4t pr\u00fcfen. Heizwassertemperatur ggf. erh\u00f6hen. Bei einer au\u00dfentemperaturgef\u00fchrten Regelung die eingestellte Heizkurve am Raumthermostat pr\u00fcfen. Heizkurve ggf. \u00e4ndern. Verkabelung und Funktion des Speichertemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '207' : '207 - Der Betriebsdruck ist zu niedrig (weniger als 0,2 bar). - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '208' : '208 - Das Ger\u00e4t befindet sich im Schornsteinfegerbe-trieb oder Servicebetrieb.', '210' : '210 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch und ist dadurch ge\u00f6ffnet. - Funktion des Abgastemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen. Ger\u00e4t auf Verschmutzung pr\u00fcfen. Ger\u00e4t ggf. warten.', '212' : '212 - Der Vorlauf- oder Sicherheitstemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des jeweiligen Temperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '213' : '213 - Der Vorlauf- oder R\u00fccklauftemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. W\u00e4rmeleistung nach der Gr\u00f6\u00dfe der Heizungsanlage einstellen. Verkabelung zur Pumpe oder zum jeweiligen Temperaturf\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '214' : '214 - Das Gebl\u00e4se wird w\u00e4hrend der Sicherheitszeit abgeschaltet. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '215' : '215 - Das Gebl\u00e4se l\u00e4uft zu schnell. - Abgasanlage pr\u00fcfen, ggf. reinigen oder instandsetzen.', '216' : '216 - Das Gebl\u00e4se l\u00e4uft zu langsam. - Gebl\u00e4sekabel mit Stecker pr\u00fcfen, ggf. austauschen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '217' : '217 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig w\u00e4hrend der Hochfahrphase. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '218' : '218 - Die vom Vorlauftemperaturf\u00fchler gemessene Temperatur ist h\u00f6her als 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '219' : '219 - Der Sicherheitstemperaturf\u00fchler misst eine Temperatur \u00fcber 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '220' : '220 - Kurzschluss des Sicherheitstemperaturf\u00fchlers oder gemessene Wassertemperatur ist h\u00f6her als 130 \u00b0C.', '221' : '221 - Die Kontakte des Sicherheitstemperaturf\u00fchlers sind unterbrochen. - Stecker des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Sicherheitstemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '222' : '222 - Die Kontakte des Vorlauftemperaturf\u00fchlers sind kurzgeschlossen. - Stecker des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Vorlauftemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '224' : '224 - W\u00e4rmeblock-Temperaturbegrenzer oder Abgas- temperaturbegrenzer hat ausgel\u00f6st. - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. W\u00e4rmeblock-Temperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fc- fen, ggf. austauschen. Bei St\u00f6rung des Abgastemperaturbegrenzers erscheint eine Meldung max. nach 2 Stunden. Abgastemperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen. Betriebsdruck der Heizungsanlage pr\u00fcfen. Im Servicemen\u00fc unter EINSTELLUNGEN > SONDERFKT. > ENTL\u00dcFTUNGSFKT. die Entl\u00fcftung einschalten und das Ger\u00e4t entl\u00fcften. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leis- tung anpassen. Im Men\u00fc Service unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Heizungspumpe andrehen, ggf. austauschen. W\u00e4rmeblock wasserseitig pr\u00fcfen, ggf. austauschen.', '227' : '227 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Z\u00fcndungsversuchs des Brenners. - Ger\u00e4t auf Verschmutzung pr\u00fcfen. Dynamischen Gasvordruck pr\u00fcfen. Gas-Luft-Verh\u00e4ltnis pr\u00fcfen. Steckverbindungen der Z\u00fcndeinrichtung pr\u00fcfen. Z\u00fcndung und Ionisationsstrom pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung pr\u00fcfen. Bauteil ggf. austauschen.', '228' : '228 - Flammenbildung (Ionisationsstrom) vor Bren- nerstart. - Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '229' : '229 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Brennerbetriebs. - Dynamischen Gasvordruck pr\u00fcfen. Verkabelung und Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '231' : '231 - Unterbrechung der Netzspannung w\u00e4hrend einer verriegelnden St\u00f6rung. - Ger\u00e4t erneut starten (Reset).', '232' : '232 - Der externe Schaltkontakt ist ge\u00f6ffnet. - Br\u00fccke am Anschluss des externen Schaltkontaktes pr\u00fcfen. Externen Schaltkontakt pr\u00fcfen.', '233' : '233 - Kodierstecker nicht erkannt. - Kodierstecker richtig aufstecken, ggf. austauschen.', '234' : '234 - Die Kontakte der Gasarmatur sind unterbro- chen. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '235' : '235 - Falscher Kodierstecker (HCM-Modul). - Kodierstecker (HCM-Modul) pr\u00fcfen.', '237' : '237 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '238' : '238 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '239' : '239 - Brennerautomat oder HCM-Modul ist defekt. - Kodierstecker austauschen. Steuerger\u00e4t austauschen.', '240' : '240 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '241' : '241 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '242' : '242 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '243' : '243 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '244' : '244 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '245' : '245 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '246' : '246 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '247' : '247 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '248' : '248 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '249' : '249 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '250' : '250 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '251' : '251 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '252' : '252 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '253' : '253 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '254' : '254 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '255' : '255 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '256' : '256 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '257' : '257 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '258' : '258 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '259' : '259 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '260' : '260 - Der Vorlauftemperaturf\u00fchler misst keinen Tem- peraturanstieg nach einem Brennerstart. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '261' : '261 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '262' : '262 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '263' : '263 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '264' : '264 - Gebl\u00e4se ausgefallen. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '265' : '265 - Ein-/Aus-Betrieb: Der W\u00e4rmebedarf ist geringer als die minimale W\u00e4rmeleistung.', '268' : '268 - Komponententest: Das Ger\u00e4t befindet sich im Testmodus.', '269' : '269 - Z\u00fcndeinrichtung wurde zu lange aktiviert. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '270' : '270 - Das Ger\u00e4t wird hochgefahren.', '272' : '272 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '273' : '273 - Der Brenner und das Gebl\u00e4se waren 24 Std. un- unterbrochen in Betrieb und werden zur Sicher- heitskontrolle f\u00fcr kurze Zeit au\u00dfer Betrieb genommen.', '275' : '275 - W\u00e4rmepumpe im Enteisungsmodus.', '276' : '276 - Die Temperatur am Vorlauftemperaturf\u00fchler ist > 95 \u00b0C. - Diese St\u00f6rungsanzeige kann auftreten, ohne dass eine St\u00f6rung vorliegt, wenn pl\u00f6tz- lich alle Heizk\u00f6rperventile geschlossen werden. Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Im Servicemen\u00fc unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Anschlusskabel zur Heizungspumpe pr\u00fcfen. Heizungspumpe andrehen, ggf. austauschen. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leistung anpassen.', '280' : '280 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '281' : '281 - Die Heizungspumpe erzeugt keinen Druck. - Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Heizungspumpe andrehen, ggf. austauschen.', '282' : '282 - Keine Drehzahlr\u00fcckmeldung der Heizungspumpe. - Verkabelung und Funktion der Heizungspumpe pr\u00fcfen. Bauteil ggf. austauschen.', '283' : '283 - Brennerstart.', '284' : '284 - Erste Sicherheitszeit: Die Gasarmatur wird ge\u00f6ffnet.', '290' : '290 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '305' : '305 - Das Zeitintervall f\u00fcr die Wasser-Warmhaltung ist noch nicht erreicht.', '306' : '306 - Flammenbildung (Ionisationsstrom) nach Ab- schalten des Brenners. - W\u00e4rmeblock an der Innenseite um die Z\u00fcndeinrichtung reinigen. Ionisationsteil der Z\u00fcndeinrichtung pr\u00fcfen. Bauteil ggf. austauschen. Pr\u00fcfen, ob das Gas-Luft-Verh\u00e4ltnis auch nach Abschalten des Brenners vorhan- den ist. Pr\u00fcfen, ob die Gasarmatur auch nach Abschalten des Brenners weiterhin ge\u00f6ff- net ist. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '307' : '307 - Heizungspumpe im Ger\u00e4t dreht nicht. - Heizungspumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '323' : '323 - BUS-Kommunikation unterbrochen. - Anschlusskabel BUS-Teilnehmer pr\u00fcfen, ggf. austauschen.', '328' : '328 - Es ist eine kurzzeitige Unterbrechung der Netz- spannung aufgetreten. - Verkabelung des Trafos pr\u00fcfen (falls vorhanden). Trafo austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen. Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '330' : '330 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '331' : '331 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '341' : '341 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler oder den R\u00fccklauftemperatur- f\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '342' : '342 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '350' : '350 - Vorlauftemperaturf\u00fchler defekt (Kurzschluss). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '351' : '351 - Vorlauftemperaturf\u00fchler defekt (Unterbre- chung). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '356' : '356 - Netzspannung niedriger als erlaubt. - Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '357' : '357 - Entl\u00fcftungsbetrieb.', '358' : '358 - Blockierschutz f\u00fcr Heizungspumpe und 3-WegeVentil.', '360' : '360 - Des angebrachte HCM-Modul korrespondiert nicht mit dem Brennerautomaten. - HCM-Modul-Nummer kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '361' : '361 - Der angebrachte Brennerautomat korrespon- diert nicht mit dem HCM-Modul. - Nummern auf dem Brennerautomaten kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '364' : '364 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '365' : '365 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '390' : '390 - Brennerautomaten liest falschen Wert im HCMModul. - HCM-Modul austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '537' : '537 - Keine Drehzahlr\u00fcckmeldung vom Gebl\u00e4se. - Anschlussstecker f\u00fcr die Drehzahlregelung am Gebl\u00e4se aufstecken. Anschlussstecker f\u00fcr die Spannungsversorgung am Gebl\u00e4se aufstecken. Anschlusskabel f\u00fcr die Drehzahlregelung zwischen Gebl\u00e4se und Feuerungs- automat (SAFe) austauschen. Anschlusskabel (230 vAC) zwischen Gebl\u00e4se und Feuerungsautomat (SAFe) aus- tauschen. Feuerungsautomat (SAFe) austauschen.', '550' : '550 - Netzspannung zu niedrig. - Versorgungsspannung von mindestens 196 VAC herstellen. Feuerungsautomat (SAFe) austauschen.', '560' : '560 - Luftdruckschalter offen. - Jegliche Blockade entfernen. Luftdruckschalter wieder anschlie\u00dfen. Luftdruckschalter ersetzen.', '604' : '604 - Anlagenst\u00f6rung Feuerungsautomat. - Feuerungsautomat (SAFe) austauschen.', '810' : '810 - Warmwasser bleibt kalt. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '811' : '811 - Warmwasserbereitung: Thermische Desinfekti- on misslungen. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '815' : '815 - Temperaturf\u00fchler hydraulische Weiche defekt. - F\u00fchleranschluss pr\u00fcfen. Weichenf\u00fchler auf falsche Einbauposition oder auf Bruchstelle pr\u00fcfen.', '1011' : '1011 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch. - Verkabelung des Temperaturf\u00fchlers pr\u00fcfen. Temperaturf\u00fchler pr\u00fcfen, ggf. austauschen. Anschlusskabel auf Unterbrechung oder Kurzschluss pr\u00fcfen, ggf. austauschen.', '1012' : '1012 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1013' : '1013 - Das Inspektionsintervall ist erreicht. Bitte Inspektion durchf\u00fchren. - Inspektion durchf\u00fchren. Nicht blockierende St\u00f6rung zur\u00fccksetzen (erforderlich).', '1014' : '1014 - Aktuelle Ionisation ist zu niedrig. - Wartung durchf\u00fchren.', '1017' : '1017 - Der Betriebsdruck ist niedrig. - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '1018' : '1018 - Service Zeit abgelaufen. - Wartung durchf\u00fchren.', '1019' : '1019 - Falscher Pumpentyp detektiert. - Pumpenkennfeld korrekt einstellen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Ger\u00e4t aus- und wieder einschalten. Pumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1021' : '1021 - Kaltwassertemperaturf\u00fchler des Schichtlade- speichers defekt. - Ger\u00e4t aus- und wieder einschalten. Verbindungsleitung zum Schichtladespeicherf\u00fchler (SLS) reparieren bzw. aus- tauschen. F\u00fchler austauschen.', '1022' : '1022 - Speichertemperaturf\u00fchler defekt oder Kontakt- probleme. - Angezeigte Speichertemperatur auf Plausibilit\u00e4t pr\u00fcfen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Grundeinstellungen zur\u00fccksetzen.', '1023' : '1023 - Eingestellte Wartungszeit ist \u00fcberschritten. Wartung erforderlich. - Wartung am Ger\u00e4t ausf\u00fchren.', '1025' : '1025 - R\u00fccklauftemperaturf\u00fchler ist defekt. - Verbindungsleitung zum R\u00fccklauftemperaturf\u00fchler reparieren bzw. austauschen. F\u00fchler austauschen.', '1065' : '1065 - Wasserdruckf\u00fchler defekt oder nicht ange- schlossen. - Anschlussstecker am Wasserdruckf\u00fchler korrekt aufstecken. Anschlusskabel zum Wasserdruckf\u00fchler austauschen. Wasserdruckf\u00fchler austauschen. Steuerger\u00e4t austauschen.', '1068' : '1068 - Au\u00dfentemperaturf\u00fchler oder Lambdasonde de- fekt. - Kontaktproblem beseitigen. Lambdasonde austauschen.', '2085' : '2085 - Interner Fehler. - Entriegeln. Anlage f\u00fcr 30 Sekunden spannungsfrei schalten. Feuerungsautomat ersetzen.', '2626' : '2626 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2908' : '2908 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2909' : '2909 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2910' : '2910 - Fehler im Abgassystem. - Abgassystem montieren. Ablagerungen im Abgassystem entfernen.', '2911' : '2911 - Kalibrierung fehlgeschlagen. - Fehlerhafte Komponente ersetzen.', '2912' : '2912 - Kein Flammensignal w\u00e4hrend der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2913' : '2913 - Flammensignal zu niedrig in der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2914' : '2914 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Bleibt die St\u00f6rung nach Reset erhalten, ist die Ger\u00e4testeuerung oder das Brennermodul defekt und muss ausgetauscht werden.', '2915' : '2915 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2916' : '2916 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2917' : '2917 - Kein Flammensignal w\u00e4hrend der \u00dcberpr\u00fcfung der Verbrennungsregelung. - Ger\u00e4t ausschalten. Eine W\u00e4rmeanforderung angeben. 5 Minuten warten. Wenn der Fehler innerhalb dieser Zeit wieder auftritt, Ger\u00e4t zu- r\u00fccksetzen, ohne Strom zu trennen. Dadurch wird eine Kalibrierung der Ionisationsschaltungen ausgel\u00f6st. Wenn der Fehler nach der Kalibrierung wieder auftritt, ist der Brennerregler de- fekt und muss ausgetauscht werden. Abgasanlage auf m\u00f6gliche Rezirkulation pr\u00fcfen.', '2918' : '2918 - St\u00f6rung in der Verbrennungsregelung. - Siphon reinigen und das Ger\u00e4t entw\u00e4ssern (Gasseite).', '2919' : '2919 - St\u00f6rung in der Verbrennungsregelung. - Fehlerhafte Komponente ersetzen.', '2920' : '2920 - St\u00f6rung Flammen\u00fcberwachung. - Feuerungsautomat austauschen.', '2921' : '2921 - Ger\u00e4teelektronik im Testmode. - Keine Ma\u00dfnahme erforderlich (W\u00e4rmeerzeuger startet automatisch).', '2922' : '2922 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Feuerungsautomat austauschen.', '2923' : '2923 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2926' : '2926 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2927' : '2927 - Flamme w\u00e4hrend Brennerbetrieb ausgefallen. - Hauptabsperreinrichtung \u00f6ffnen. Ger\u00e4teabsperrhahn \u00f6ffnen. Ger\u00e4t stilllegen und Gasleitung \u00fcberpr\u00fcfen. Signalauswertung auf Leiterplatte defekt. \u00dcberwachungselektrode austauschen. Schutzleiteranschluss (PE) im Steuerger\u00e4t herstellen. Z\u00fcndleitung austauschen. Anschlusskabel zur \u00dcberwachungselektrode austauschen. Gasarmatur austauschen.', '2928' : '2928 - Interner Fehler. - Feuerungsautomat austauschen.' } %} {% set state = states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer') %} {% set message = mapper[state] if state in mapper %} {{ message }} Using a custom Climate component in Home Assistant ~ (by @elRadix) from https://github.com/emsesp/EMS-ESP32/discussions/790#discussioncomment-4895520 This example sets up 2 climate entities for dhw with their mode and heating climate using a custom HACS card in HA https://github.com/nervetattoo/simple-thermostat like: configuration.yaml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 mqtt : sensor : climate : - name : boiler unique_id : bosh_boiler min_temp : 35 max_temp : 60 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data_ww' temperature_state_topic : 'ems-esp/boiler_data_ww' temperature_command_topic : 'ems-esp/boiler/wwseltemp' temperature_command_template : > {{ '{\"cmd\":\"wwseltemp \",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.wwcurtemp }}' temperature_state_template : '{{ value_json.wwseltemp }}' mode_state_template : \"{% if value_json.wwactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data_ww' mode_command_topic : 'ems-esp/boiler/wwactivated' mode_command_template : > {{ '{\"cmd\":\"wwactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' # use fan mode as proxy to set comfort mode fan_mode_command_topic : 'ems-esp/boiler/wwcomfort' fan_mode_command_template : > {{ '{\"cmd\":\"wwcomfort\",\"data\":\"'}} {%- if value == 'eco' -%}eco{%-elif value == 'hot' -%}hot{%- else -%}intelligent{%- endif -%} {{'\"}'}} fan_mode_state_topic : 'ems-esp/boiler_data_ww' fan_mode_state_template : '{{ value_json.wwcomfort }}' fan_modes : - 'eco' - 'hot' - 'intelligent' - name : heating unique_id : bosh_heating min_temp : 30 max_temp : 80 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data' temperature_state_topic : 'ems-esp/boiler_data' temperature_command_topic : 'ems-esp/boiler' temperature_command_template : > {{ '{\"cmd\":\"heatingtemp\",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.curflowtemp }}' temperature_state_template : '{{ value_json.heatingtemp }}' mode_state_template : \"{% if value_json.heatingactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data' mode_command_topic : 'ems-esp/boiler' mode_command_template : > {{ '{\"cmd\":\"heatingactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' HACS card 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 type : custom:simple-thermostat entity : climate.boiler sensors : - id : state label : State template : '{{hvac_action}}' label : state : Warm Water layout : mode : names : true icons : true headings : false step : column step_size : '1' control : hvac : 'off' : name : Warm Water Off heat : name : Warm Water On fan : eco : name : eco hot : name : hot intelligent : name : smart decimals : '1' hide : state : false header : toggle : entity : switch.ketel name : power name : Boiler view_layout : position : main Automating the on/off of the heat pump in Home Assistant ~ waengr on our Discord channel posted an message on how to automate a simple switch to turn on and off the heat pump. He references GitHub issues https://github.com/emsesp/EMS-ESP32/discussions/1600 and https://github.com/emsesp/EMS-ESP32/issues/1717 . In his own words, this is what he did: \"I went with analyzing the input binary string as suggested, which was provided by EMS-ESP in text.boiler_hpin1opt shown in Home Assistant. I changed the toggles on the pump's UI and watched the string change. Then I manually changed the string in Home Assistant and watched the pump's UI changing. So bidirectional communication is possible! I haven't tried out all options yet, but here are a few comments: I thought I was smart by thinking ahead, so when selecting \"Kompressorbetr. sperren\" (block compressor operation) I have also selected \"Zuheizerbetr. sperren\" (block auxiliary heater). BUT - I shit you not - ONLY aux actually came on wasting a lot of power (at least for a few minutes). \"Heizbetrieb sperren\" (block heating operation) also shuts down the circulation pump, which is not what I want since I have a 500 L buffer tank. \"EVU-Sperrzeit 1\" (power company block time 1) works nicely so far (what are the other EVU-Sperrzeit for?) Next was changing the string with automations. For the time being, I am going with fixed times: A heating period during the night when we have low tariff and then another around noon where I might have some excess PV power. I can later tinker around with hooking it to actual PV production. I am just changing the first bit which is to invert the always off input \"Eingang invertiert\" (invert input) as suggested. The second bit is \"EVU-Sperrzeit 1\". 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 automation heating : - id : 'heating_on_by_time' alias : 'Allow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '20:00:00' - platform : time at : '10:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '010000000000000' - id : 'heating_off_by_time' alias : 'Disallow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '06:00:00' - platform : time at : '16:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '110000000000000' Here is my work-in-progress dashboard in Home Assistant: left: text.boiler_hpin1opt and the above automations to change it to \"on\" and \"off\". top right: a hand drawn schema where I try to map some of the 200+ values from EMS-ESP. bottom right: the 200+ values. \" The next thing he is investigating is how to obtain a clear power reading (in W) of how much power the heatpump currently uses.","title":"Tips & Tricks"},{"location":"tips-and-tricks/#control-the-boiler-heating","text":"(by @Oderik) In a very simple setup a boiler provides heat to one heating circuit. If heating activated is on , the boiler maintains the selected flow temperature by regulating the burner and the heat pump. Once the current flow temperature exceeds the selected flow temperature + temperature hysteresis off , the heating will stop until the current flow temperature drops below the selected flow temperature + temperature hysteresis on (which is typically a negative value). Thus to activate the heating you will need to set heatingactivated to on and set an appropriate flowtemp . The latter should be derived from the heating temperature setting which can be set using the physical dial/control on the boiler. It should be considered as the maximum flow temperature. You can also use a lower flow temperature to maintain a constant room temperature once the initial heating is done. Additional info from Michael: You can set the flowtemp with EMS-ESP directly on the boiler without using a Thermostat. Many users do this. Some pointers: the flowtemp value on the control panel has to be set higher as the temperature sent over the EMS bus is only accepted if it has a lower value you have to send a value at least every minute to maintain the flowtemp, otherwise the boiler will automatically fall back to the higher setpoint from the control panel. There is a special EMS-ESP entity called forceheatingoff that sets the flowtemp value to 0 every minute automatically to the boiler. Other users prefer like to use an on/off control instead.","title":"Control the boiler heating"},{"location":"tips-and-tricks/#retrieve-data-via-rest-using-php","text":"(by @flohse123) 1 2 3 4 5 /api?device=thermostat&cmd=info\" ); curl_exec ( $ch ); curl_close ( $ch ); ?>","title":"Retrieve data via REST using PHP"},{"location":"tips-and-tricks/#adjusting-the-flow-temperature-based-on-whether-ch-or-dhw-is-being-heated","text":"(by @IanC) From the Discord post IanC said: \"With a ~2012 Worcester Bosch boiler, house heating is managed by an EvoHome system that knows which parts of house need how much heat, but it can only use an on/off relay to control the boiler for space and water heating. This means it cannot directly control flow temperature, and historically this has been set at continuous 65C via dial on front of boiler to allow water heating when needed. Very pleased to have added EMS-ESP to my system to help manage flow temperatures. I wrote a simple C program to run on my OpenWrt internet router which eavesdrops on EvoHome messages to capture useful information on what amount of heat is needed for space and water into simple txt files in /tmp. I then schedule a shell script every 4 minutes which uses a few steps to select a flow temperature: start with a weather compensated value based on exterior temperature from online service; adjust this up or down by up to 25% based on EvoHome space heat demand; if necessary override this to heat hot water. The selected flow temperature and a max burner level are then sent via curl to a @BBQKees device running EMS-ESP which in turn controls boiler. So far it seems to be working as intended without loss of house comfort but with much lower flow temperatures observed to try and encourage boiler operating in condensing zone. Very hard to tell if it is affecting gas consumption - which I would like it to :). Main challenge I still see is how to stop EvoHome causing frequent on/off cycles of boiler while it still tries to use TPI flow control management.\" The temperature compensation algorithms are in the shell script: set_flowtemp.sh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 #!/bin/sh -x MINFLOW = 30 .0 MAXFLOW = 70 .0 function set_flowtemp () { local boiler_key = $( cat /tmp/boiler-key.txt ) curl --silent http://192.168.0.140/api/boiler/selflowtemp \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $1 }\" \\ -H \"Authorization: Bearer $boiler_key \" local burner_power = $( echo $1 | awk '{ \\ if ($1 < 40.0) bp = 35;\\ else if ($1 < 50.0) bp = 50;\\ else if ($1 < 60.0) bp = 65;\\ else bp = 90.0; \\ printf \"%2.1f\", bp}' ) curl --silent http://192.168.0.140/api/boiler/selburnpow \\ -H \"Content-Type: application/json\" -d \"{ \" value \" : $burner_power }\" \\ -H \"Authorization: Bearer $boiler_key \" } function dhw_active (){ local active = \"false\" if [[ -f /tmp/relay_dhw ]] ; then active = $( cat /tmp/relay_dhw | awk '{if ($1 == 0.0) print \"false\"; else print \"true\";}' ) else local curr_hour = $( date +%H ) if [[ $curr_hour -eq 6 ]] || [[ $curr_hour -eq 16 ]] ; then active = \"true\" fi fi echo $active } function dhw_flowtemp (){ if [[ -f /tmp/temp_dhw ]] ; then echo $( cat /tmp/temp_dhw | awk '{printf \"%2.1f\", $1 + 20.0}' ) else echo $MAXFLOW fi } function outside_temp (){ if [[ -f /tmp/meteo. $( date +%Y%m%d ) ]] ; then echo $( cat /tmp/meteo. $( date +%Y%m%d ) | jq .hourly.temperature_2m [ $( date +%H ) ] ) else echo UNKNOWN fi } function weather_flowtemp (){ local otemp = $( outside_temp ) if [[ $otemp = \"UNKNOWN\" ]] ; then # Default flow temperature if no outside temperature available echo 65 .0 else # Calculated flow temperature if outside temperature available # echo $(echo $otemp | awk '{printf \"%2.1f\", 70.0 - ($1 + 5) * 1.5}') echo $( echo $otemp $MINFLOW $MAXFLOW | awk '{printf \"%2.1f\", $2 + ($3 - $2) / 25.0 * (20.0 - $1)}' ) fi } function load_flowtemp (){ if [[ -f /tmp/relay_ch ]] ; then echo $( cat /tmp/relay_ch | awk '{printf \"%2.1f\", 20.0 + ($1 * 0.50)}' ) else echo $( weather_flowtemp ) fi } function load_factor (){ if [[ -f /tmp/relay_ch ]] ; then local relay_demand = $( cat /tmp/relay_ch ) echo $( echo $1 $relay_demand $MINFLOW | awk '{printf \"%2.1f\", $3 + ($1 - $3) * (0.75 + $2 / 200.0)}' ) else echo $1 fi } function max (){ echo $( echo $1 $2 | awk '{if ($2 > $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } function min (){ echo $( echo $1 $2 | awk '{if ($2 < $1) printf \"%2.1f\", $2; else printf \"%2.1f\", $1;}' ) } flowtemp = $( weather_flowtemp ) flowtemp = $( load_factor $flowtemp ) if [ $( dhw_active ) = \"true\" ] ; then alt_flowtemp = $( dhw_flowtemp ) flowtemp = $( max $flowtemp $alt_flowtemp ) fi flowtemp = $( min $flowtemp $MAXFLOW ) set_flowtemp $flowtemp","title":"Adjusting the flow temperature based on whether CH or DHW is being heated"},{"location":"tips-and-tricks/#home-assistant-sensor-template-for-all-status-numbers-on-a-gb192-boiler","text":"(by @tefracky from https://github.com/emsesp/EMS-ESP32/issues/938#issuecomment-1417592878 ) Here is the sensor in the new Home-Assistant template format for all status numbers for the Buderus GB192i-19 in German: Service code number text for Buderus GB192i-19 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 - name : 'Heizungsstatus' attributes : service-code : \"{{states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer')|int(0)}}\" timestamp : \"{{now().strftime('%Y-%m-%d %H:%M:%S')}}\" date : > {{ now().timestamp() | timestamp_custom(\"%Y-%m-%d\", true) }} time : > {{ now().timestamp() | timestamp_custom(\"%H:%M:%S\", true) }} state : >- {% set mapper = { '200' : '200 - Das Ger\u00e4t befindet sich im Heizbetrieb.', '201' : '201 - Das Ger\u00e4t befindet sich im Warmwasserbetrieb.', '202' : '202 - Wartephase des Ger\u00e4ts. W\u00e4rmeanforderung durch RC-Regelger\u00e4t oder einen ON/OFF-Thermostat erfolgt in Intervallen von weniger als 10 Minuten.', '203' : '203 - Betriebsbereitschaft: keine W\u00e4rmeanforderung vorhanden', '204' : '204 - Wartephase des Ger\u00e4ts. Die gemessene Vorlauf- temperatur ist h\u00f6her als die berechnete oder eingestellte Heizwassertemperatur. - Eingestellte Heizwassertemperatur am Ger\u00e4t pr\u00fcfen. Heizwassertemperatur ggf. erh\u00f6hen. Bei einer au\u00dfentemperaturgef\u00fchrten Regelung die eingestellte Heizkurve am Raumthermostat pr\u00fcfen. Heizkurve ggf. \u00e4ndern. Verkabelung und Funktion des Speichertemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '207' : '207 - Der Betriebsdruck ist zu niedrig (weniger als 0,2 bar). - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '208' : '208 - Das Ger\u00e4t befindet sich im Schornsteinfegerbe-trieb oder Servicebetrieb.', '210' : '210 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch und ist dadurch ge\u00f6ffnet. - Funktion des Abgastemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen. Ger\u00e4t auf Verschmutzung pr\u00fcfen. Ger\u00e4t ggf. warten.', '212' : '212 - Der Vorlauf- oder Sicherheitstemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des jeweiligen Temperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '213' : '213 - Der Vorlauf- oder R\u00fccklauftemperaturf\u00fchler misst einen zu schnellen Temperaturanstieg. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. W\u00e4rmeleistung nach der Gr\u00f6\u00dfe der Heizungsanlage einstellen. Verkabelung zur Pumpe oder zum jeweiligen Temperaturf\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '214' : '214 - Das Gebl\u00e4se wird w\u00e4hrend der Sicherheitszeit abgeschaltet. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '215' : '215 - Das Gebl\u00e4se l\u00e4uft zu schnell. - Abgasanlage pr\u00fcfen, ggf. reinigen oder instandsetzen.', '216' : '216 - Das Gebl\u00e4se l\u00e4uft zu langsam. - Gebl\u00e4sekabel mit Stecker pr\u00fcfen, ggf. austauschen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '217' : '217 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig w\u00e4hrend der Hochfahrphase. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '218' : '218 - Die vom Vorlauftemperaturf\u00fchler gemessene Temperatur ist h\u00f6her als 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '219' : '219 - Der Sicherheitstemperaturf\u00fchler misst eine Temperatur \u00fcber 105 \u00b0C. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Funktion der Pumpe und des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '220' : '220 - Kurzschluss des Sicherheitstemperaturf\u00fchlers oder gemessene Wassertemperatur ist h\u00f6her als 130 \u00b0C.', '221' : '221 - Die Kontakte des Sicherheitstemperaturf\u00fchlers sind unterbrochen. - Stecker des Sicherheitstemperaturf\u00fchlers pr\u00fcfen. Sicherheitstemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '222' : '222 - Die Kontakte des Vorlauftemperaturf\u00fchlers sind kurzgeschlossen. - Stecker des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Vorlauftemperaturf\u00fchler austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '224' : '224 - W\u00e4rmeblock-Temperaturbegrenzer oder Abgas- temperaturbegrenzer hat ausgel\u00f6st. - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. W\u00e4rmeblock-Temperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fc- fen, ggf. austauschen. Bei St\u00f6rung des Abgastemperaturbegrenzers erscheint eine Meldung max. nach 2 Stunden. Abgastemperaturbegrenzer und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen. Betriebsdruck der Heizungsanlage pr\u00fcfen. Im Servicemen\u00fc unter EINSTELLUNGEN > SONDERFKT. > ENTL\u00dcFTUNGSFKT. die Entl\u00fcftung einschalten und das Ger\u00e4t entl\u00fcften. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leis- tung anpassen. Im Men\u00fc Service unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Heizungspumpe andrehen, ggf. austauschen. W\u00e4rmeblock wasserseitig pr\u00fcfen, ggf. austauschen.', '227' : '227 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Z\u00fcndungsversuchs des Brenners. - Ger\u00e4t auf Verschmutzung pr\u00fcfen. Dynamischen Gasvordruck pr\u00fcfen. Gas-Luft-Verh\u00e4ltnis pr\u00fcfen. Steckverbindungen der Z\u00fcndeinrichtung pr\u00fcfen. Z\u00fcndung und Ionisationsstrom pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung pr\u00fcfen. Bauteil ggf. austauschen.', '228' : '228 - Flammenbildung (Ionisationsstrom) vor Bren- nerstart. - Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '229' : '229 - Unzureichende Flammenbildung (Ionisations- strom) w\u00e4hrend des Brennerbetriebs. - Dynamischen Gasvordruck pr\u00fcfen. Verkabelung und Steckverbindung der \u00dcberwachungselektrode pr\u00fcfen. Z\u00fcndeinrichtung auf Besch\u00e4digung und Verschlei\u00df pr\u00fcfen. Bauteil ggf. austauschen.', '231' : '231 - Unterbrechung der Netzspannung w\u00e4hrend einer verriegelnden St\u00f6rung. - Ger\u00e4t erneut starten (Reset).', '232' : '232 - Der externe Schaltkontakt ist ge\u00f6ffnet. - Br\u00fccke am Anschluss des externen Schaltkontaktes pr\u00fcfen. Externen Schaltkontakt pr\u00fcfen.', '233' : '233 - Kodierstecker nicht erkannt. - Kodierstecker richtig aufstecken, ggf. austauschen.', '234' : '234 - Die Kontakte der Gasarmatur sind unterbro- chen. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '235' : '235 - Falscher Kodierstecker (HCM-Modul). - Kodierstecker (HCM-Modul) pr\u00fcfen.', '237' : '237 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '238' : '238 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '239' : '239 - Brennerautomat oder HCM-Modul ist defekt. - Kodierstecker austauschen. Steuerger\u00e4t austauschen.', '240' : '240 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '241' : '241 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '242' : '242 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '243' : '243 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '244' : '244 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '245' : '245 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '246' : '246 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '247' : '247 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '248' : '248 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '249' : '249 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '250' : '250 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '251' : '251 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '252' : '252 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '253' : '253 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '254' : '254 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '255' : '255 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '256' : '256 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '257' : '257 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '258' : '258 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '259' : '259 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '260' : '260 - Der Vorlauftemperaturf\u00fchler misst keinen Tem- peraturanstieg nach einem Brennerstart. - Betriebsdruck pr\u00fcfen. Heizungsanlage und Ger\u00e4t entl\u00fcften. Heizungsanlage auf ausreichenden Wasserdurchfluss pr\u00fcfen. Verkabelung und Funktion der Pumpe und des Vorlauftemperaturf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '261' : '261 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '262' : '262 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '263' : '263 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '264' : '264 - Gebl\u00e4se ausgefallen. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Gebl\u00e4se auf Verschmutzung und Blockierung pr\u00fcfen, ggf. austauschen.', '265' : '265 - Ein-/Aus-Betrieb: Der W\u00e4rmebedarf ist geringer als die minimale W\u00e4rmeleistung.', '268' : '268 - Komponententest: Das Ger\u00e4t befindet sich im Testmodus.', '269' : '269 - Z\u00fcndeinrichtung wurde zu lange aktiviert. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '270' : '270 - Das Ger\u00e4t wird hochgefahren.', '272' : '272 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '273' : '273 - Der Brenner und das Gebl\u00e4se waren 24 Std. un- unterbrochen in Betrieb und werden zur Sicher- heitskontrolle f\u00fcr kurze Zeit au\u00dfer Betrieb genommen.', '275' : '275 - W\u00e4rmepumpe im Enteisungsmodus.', '276' : '276 - Die Temperatur am Vorlauftemperaturf\u00fchler ist > 95 \u00b0C. - Diese St\u00f6rungsanzeige kann auftreten, ohne dass eine St\u00f6rung vorliegt, wenn pl\u00f6tz- lich alle Heizk\u00f6rperventile geschlossen werden. Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Im Servicemen\u00fc unter FUNKTIONSTEST > TESTS AKTIVIEREN > PUMPE die Hei- zungspumpe auf Dauerbetrieb einstellen. Anschlusskabel zur Heizungspumpe pr\u00fcfen. Heizungspumpe andrehen, ggf. austauschen. Pumpenleistung oder Pumpenkennfeld korrekt einstellen und auf maximale Leistung anpassen.', '280' : '280 - Brennerautomat ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '281' : '281 - Die Heizungspumpe erzeugt keinen Druck. - Betriebsdruck der Heizungsanlage pr\u00fcfen. Wartungsh\u00e4hne \u00f6ffnen. Heizungspumpe andrehen, ggf. austauschen.', '282' : '282 - Keine Drehzahlr\u00fcckmeldung der Heizungspumpe. - Verkabelung und Funktion der Heizungspumpe pr\u00fcfen. Bauteil ggf. austauschen.', '283' : '283 - Brennerstart.', '284' : '284 - Erste Sicherheitszeit: Die Gasarmatur wird ge\u00f6ffnet.', '290' : '290 - Brennerautomat oder HCM-Modul ist defekt. - Verkabelung und Steckverbindung des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '305' : '305 - Das Zeitintervall f\u00fcr die Wasser-Warmhaltung ist noch nicht erreicht.', '306' : '306 - Flammenbildung (Ionisationsstrom) nach Ab- schalten des Brenners. - W\u00e4rmeblock an der Innenseite um die Z\u00fcndeinrichtung reinigen. Ionisationsteil der Z\u00fcndeinrichtung pr\u00fcfen. Bauteil ggf. austauschen. Pr\u00fcfen, ob das Gas-Luft-Verh\u00e4ltnis auch nach Abschalten des Brenners vorhan- den ist. Pr\u00fcfen, ob die Gasarmatur auch nach Abschalten des Brenners weiterhin ge\u00f6ff- net ist. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '307' : '307 - Heizungspumpe im Ger\u00e4t dreht nicht. - Heizungspumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '323' : '323 - BUS-Kommunikation unterbrochen. - Anschlusskabel BUS-Teilnehmer pr\u00fcfen, ggf. austauschen.', '328' : '328 - Es ist eine kurzzeitige Unterbrechung der Netz- spannung aufgetreten. - Verkabelung des Trafos pr\u00fcfen (falls vorhanden). Trafo austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen. Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '330' : '330 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '331' : '331 - Externer Vorlauftemperaturf\u00fchler defekt (hydraulische Weiche). - Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '341' : '341 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler oder den R\u00fccklauftemperatur- f\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '342' : '342 - Die gemessene Temperatur, durch den Vorlauf- temperaturf\u00fchler, steigt zu schnell. - Wasserdruck des Ger\u00e4ts pr\u00fcfen und Heizungsanlage und Ger\u00e4t entl\u00fcften. Pr\u00fcfen, ob gen\u00fcgend Str\u00f6mung \u00fcber die Heizungsanlage m\u00f6glich ist. Betriebsverhalten und Verkabelung der Pumpe und der betreffenden F\u00fchler pr\u00fcfen. Bauteil ggf. austauschen.', '350' : '350 - Vorlauftemperaturf\u00fchler defekt (Kurzschluss). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Kurzschluss pr\u00fcfen, ggf. austauschen.', '351' : '351 - Vorlauftemperaturf\u00fchler defekt (Unterbre- chung). - Wenn die blockierende St\u00f6rung l\u00e4ngere Zeit bestehen bleibt, wird aus der blockie- renden St\u00f6rung eine verriegelnde St\u00f6rung. Temperaturf\u00fchler und Anschlusskabel auf Unterbrechung pr\u00fcfen, ggf. austauschen.', '356' : '356 - Netzspannung niedriger als erlaubt. - Pr\u00fcfen, ob die St\u00f6rung die Folge des Vorhandenseins eines Stromaggregats, ei- nes Windrads oder einer anderen Ausr\u00fcstung gewesen sein k\u00f6nnte, die eine Un- terbrechung verursachen kann. Elektroinstallation pr\u00fcfen.', '357' : '357 - Entl\u00fcftungsbetrieb.', '358' : '358 - Blockierschutz f\u00fcr Heizungspumpe und 3-WegeVentil.', '360' : '360 - Des angebrachte HCM-Modul korrespondiert nicht mit dem Brennerautomaten. - HCM-Modul-Nummer kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '361' : '361 - Der angebrachte Brennerautomat korrespon- diert nicht mit dem HCM-Modul. - Nummern auf dem Brennerautomaten kontrollieren. Anbringen des HCM-Moduls mit der korrekten HCM-Modul-Nummer.', '364' : '364 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '365' : '365 - Gasarmatur schlie\u00dft nicht korrekt. - Verkabelung und Steckverbindung der Gasarmatur pr\u00fcfen. Gasarmatur austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '390' : '390 - Brennerautomaten liest falschen Wert im HCMModul. - HCM-Modul austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '537' : '537 - Keine Drehzahlr\u00fcckmeldung vom Gebl\u00e4se. - Anschlussstecker f\u00fcr die Drehzahlregelung am Gebl\u00e4se aufstecken. Anschlussstecker f\u00fcr die Spannungsversorgung am Gebl\u00e4se aufstecken. Anschlusskabel f\u00fcr die Drehzahlregelung zwischen Gebl\u00e4se und Feuerungs- automat (SAFe) austauschen. Anschlusskabel (230 vAC) zwischen Gebl\u00e4se und Feuerungsautomat (SAFe) aus- tauschen. Feuerungsautomat (SAFe) austauschen.', '550' : '550 - Netzspannung zu niedrig. - Versorgungsspannung von mindestens 196 VAC herstellen. Feuerungsautomat (SAFe) austauschen.', '560' : '560 - Luftdruckschalter offen. - Jegliche Blockade entfernen. Luftdruckschalter wieder anschlie\u00dfen. Luftdruckschalter ersetzen.', '604' : '604 - Anlagenst\u00f6rung Feuerungsautomat. - Feuerungsautomat (SAFe) austauschen.', '810' : '810 - Warmwasser bleibt kalt. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '811' : '811 - Warmwasserbereitung: Thermische Desinfekti- on misslungen. - Evtl. st\u00e4ndige Warmwasserentnahme unterbinden. Warmwasser-Temperaturf\u00fchler richtig positionieren. Warmwasserbereitung auf \u201eVorrang\u201c einstellen. Evtl. entl\u00fcften. Bei St\u00f6rungen in der Verrohrung dies beheben. Wenn Abweichungen bestehen, die Pumpe austauschen. Zirkulationsleitung pr\u00fcfen. Bei Abweichungen zu den Tabellenwerten den F\u00fchler austauschen.', '815' : '815 - Temperaturf\u00fchler hydraulische Weiche defekt. - F\u00fchleranschluss pr\u00fcfen. Weichenf\u00fchler auf falsche Einbauposition oder auf Bruchstelle pr\u00fcfen.', '1011' : '1011 - Vom Abgastemperaturf\u00fchler gemessene Tem- peratur ist zu hoch. - Verkabelung des Temperaturf\u00fchlers pr\u00fcfen. Temperaturf\u00fchler pr\u00fcfen, ggf. austauschen. Anschlusskabel auf Unterbrechung oder Kurzschluss pr\u00fcfen, ggf. austauschen.', '1012' : '1012 - Das Gebl\u00e4se l\u00e4uft unregelm\u00e4\u00dfig. - Verkabelung und Steckverbindungen des Gebl\u00e4ses pr\u00fcfen. Betriebsverhalten des Ger\u00e4ts durch Austauschen des Gebl\u00e4ses pr\u00fcfen. Steckverbindungen des Brennerautomaten pr\u00fcfen. Brennerautomaten austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1013' : '1013 - Das Inspektionsintervall ist erreicht. Bitte Inspektion durchf\u00fchren. - Inspektion durchf\u00fchren. Nicht blockierende St\u00f6rung zur\u00fccksetzen (erforderlich).', '1014' : '1014 - Aktuelle Ionisation ist zu niedrig. - Wartung durchf\u00fchren.', '1017' : '1017 - Der Betriebsdruck ist niedrig. - Heizungsanlage bis zu 2 bar f\u00fcllen. Ausdehnungsgef\u00e4\u00df pr\u00fcfen. Heizungsanlage auf undichte Stellen pr\u00fcfen. Verkabelung und Funktion des Druckf\u00fchlers pr\u00fcfen. Bauteil ggf. austauschen.', '1018' : '1018 - Service Zeit abgelaufen. - Wartung durchf\u00fchren.', '1019' : '1019 - Falscher Pumpentyp detektiert. - Pumpenkennfeld korrekt einstellen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Ger\u00e4t aus- und wieder einschalten. Pumpe austauschen und Betriebsverhalten des Ger\u00e4ts pr\u00fcfen.', '1021' : '1021 - Kaltwassertemperaturf\u00fchler des Schichtlade- speichers defekt. - Ger\u00e4t aus- und wieder einschalten. Verbindungsleitung zum Schichtladespeicherf\u00fchler (SLS) reparieren bzw. aus- tauschen. F\u00fchler austauschen.', '1022' : '1022 - Speichertemperaturf\u00fchler defekt oder Kontakt- probleme. - Angezeigte Speichertemperatur auf Plausibilit\u00e4t pr\u00fcfen. Steckverbindungen und Kabelbaum auf Kontakt pr\u00fcfen. Grundeinstellungen zur\u00fccksetzen.', '1023' : '1023 - Eingestellte Wartungszeit ist \u00fcberschritten. Wartung erforderlich. - Wartung am Ger\u00e4t ausf\u00fchren.', '1025' : '1025 - R\u00fccklauftemperaturf\u00fchler ist defekt. - Verbindungsleitung zum R\u00fccklauftemperaturf\u00fchler reparieren bzw. austauschen. F\u00fchler austauschen.', '1065' : '1065 - Wasserdruckf\u00fchler defekt oder nicht ange- schlossen. - Anschlussstecker am Wasserdruckf\u00fchler korrekt aufstecken. Anschlusskabel zum Wasserdruckf\u00fchler austauschen. Wasserdruckf\u00fchler austauschen. Steuerger\u00e4t austauschen.', '1068' : '1068 - Au\u00dfentemperaturf\u00fchler oder Lambdasonde de- fekt. - Kontaktproblem beseitigen. Lambdasonde austauschen.', '2085' : '2085 - Interner Fehler. - Entriegeln. Anlage f\u00fcr 30 Sekunden spannungsfrei schalten. Feuerungsautomat ersetzen.', '2626' : '2626 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2908' : '2908 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2909' : '2909 - Anlagenst\u00f6rung Ger\u00e4teelektronik / Basiscontroller. - Bleibt die St\u00f6rung nach Reset erhalten, ist der Feuerungsautomat oder Fremdbrennermodul defekt und muss ausgetauscht werden.', '2910' : '2910 - Fehler im Abgassystem. - Abgassystem montieren. Ablagerungen im Abgassystem entfernen.', '2911' : '2911 - Kalibrierung fehlgeschlagen. - Fehlerhafte Komponente ersetzen.', '2912' : '2912 - Kein Flammensignal w\u00e4hrend der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2913' : '2913 - Flammensignal zu niedrig in der Kalibrierung. - Fehlerhafte Komponente ersetzen.', '2914' : '2914 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Bleibt die St\u00f6rung nach Reset erhalten, ist die Ger\u00e4testeuerung oder das Brennermodul defekt und muss ausgetauscht werden.', '2915' : '2915 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2916' : '2916 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4t zur\u00fccksetzen. Eine W\u00e4rmeanforderung angeben. W\u00e4rmeanforderung beenden. Wenn der Fehler danach wieder auftritt, ist der Brennerregler defekt und muss ausgetauscht werden.', '2917' : '2917 - Kein Flammensignal w\u00e4hrend der \u00dcberpr\u00fcfung der Verbrennungsregelung. - Ger\u00e4t ausschalten. Eine W\u00e4rmeanforderung angeben. 5 Minuten warten. Wenn der Fehler innerhalb dieser Zeit wieder auftritt, Ger\u00e4t zu- r\u00fccksetzen, ohne Strom zu trennen. Dadurch wird eine Kalibrierung der Ionisationsschaltungen ausgel\u00f6st. Wenn der Fehler nach der Kalibrierung wieder auftritt, ist der Brennerregler de- fekt und muss ausgetauscht werden. Abgasanlage auf m\u00f6gliche Rezirkulation pr\u00fcfen.', '2918' : '2918 - St\u00f6rung in der Verbrennungsregelung. - Siphon reinigen und das Ger\u00e4t entw\u00e4ssern (Gasseite).', '2919' : '2919 - St\u00f6rung in der Verbrennungsregelung. - Fehlerhafte Komponente ersetzen.', '2920' : '2920 - St\u00f6rung Flammen\u00fcberwachung. - Feuerungsautomat austauschen.', '2921' : '2921 - Ger\u00e4teelektronik im Testmode. - Keine Ma\u00dfnahme erforderlich (W\u00e4rmeerzeuger startet automatisch).', '2922' : '2922 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Feuerungsautomat austauschen.', '2923' : '2923 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2926' : '2926 - Anlagenst\u00f6rung Ger\u00e4teelektronik. - Ger\u00e4teelektronik austauschen.', '2927' : '2927 - Flamme w\u00e4hrend Brennerbetrieb ausgefallen. - Hauptabsperreinrichtung \u00f6ffnen. Ger\u00e4teabsperrhahn \u00f6ffnen. Ger\u00e4t stilllegen und Gasleitung \u00fcberpr\u00fcfen. Signalauswertung auf Leiterplatte defekt. \u00dcberwachungselektrode austauschen. Schutzleiteranschluss (PE) im Steuerger\u00e4t herstellen. Z\u00fcndleitung austauschen. Anschlusskabel zur \u00dcberwachungselektrode austauschen. Gasarmatur austauschen.', '2928' : '2928 - Interner Fehler. - Feuerungsautomat austauschen.' } %} {% set state = states('sensor.heizung_ems_esp_boiler_statusmeldungsnummer') %} {% set message = mapper[state] if state in mapper %} {{ message }}","title":"Home Assistant sensor template for all status numbers on a GB192 Boiler"},{"location":"tips-and-tricks/#using-a-custom-climate-component-in-home-assistant","text":"(by @elRadix) from https://github.com/emsesp/EMS-ESP32/discussions/790#discussioncomment-4895520 This example sets up 2 climate entities for dhw with their mode and heating climate using a custom HACS card in HA https://github.com/nervetattoo/simple-thermostat like: configuration.yaml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 mqtt : sensor : climate : - name : boiler unique_id : bosh_boiler min_temp : 35 max_temp : 60 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data_ww' temperature_state_topic : 'ems-esp/boiler_data_ww' temperature_command_topic : 'ems-esp/boiler/wwseltemp' temperature_command_template : > {{ '{\"cmd\":\"wwseltemp \",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.wwcurtemp }}' temperature_state_template : '{{ value_json.wwseltemp }}' mode_state_template : \"{% if value_json.wwactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data_ww' mode_command_topic : 'ems-esp/boiler/wwactivated' mode_command_template : > {{ '{\"cmd\":\"wwactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' # use fan mode as proxy to set comfort mode fan_mode_command_topic : 'ems-esp/boiler/wwcomfort' fan_mode_command_template : > {{ '{\"cmd\":\"wwcomfort\",\"data\":\"'}} {%- if value == 'eco' -%}eco{%-elif value == 'hot' -%}hot{%- else -%}intelligent{%- endif -%} {{'\"}'}} fan_mode_state_topic : 'ems-esp/boiler_data_ww' fan_mode_state_template : '{{ value_json.wwcomfort }}' fan_modes : - 'eco' - 'hot' - 'intelligent' - name : heating unique_id : bosh_heating min_temp : 30 max_temp : 80 temp_step : 5 current_temperature_topic : 'ems-esp/boiler_data' temperature_state_topic : 'ems-esp/boiler_data' temperature_command_topic : 'ems-esp/boiler' temperature_command_template : > {{ '{\"cmd\":\"heatingtemp\",\"data\":'}} {{ value }} {{ '}'}} current_temperature_template : '{{ value_json.curflowtemp }}' temperature_state_template : '{{ value_json.heatingtemp }}' mode_state_template : \"{% if value_json.heatingactivated == 'off' %} off {% else %} heat {% endif %}\" mode_state_topic : 'ems-esp/boiler_data' mode_command_topic : 'ems-esp/boiler' mode_command_template : > {{ '{\"cmd\":\"heatingactivated\",\"data\":\"'}} {%- if value == 'off' -%}off{% else %}on{%- endif -%} {{'\"}'}} modes : - 'heat' - 'off' HACS card 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 type : custom:simple-thermostat entity : climate.boiler sensors : - id : state label : State template : '{{hvac_action}}' label : state : Warm Water layout : mode : names : true icons : true headings : false step : column step_size : '1' control : hvac : 'off' : name : Warm Water Off heat : name : Warm Water On fan : eco : name : eco hot : name : hot intelligent : name : smart decimals : '1' hide : state : false header : toggle : entity : switch.ketel name : power name : Boiler view_layout : position : main","title":"Using a custom Climate component in Home Assistant"},{"location":"tips-and-tricks/#automating-the-onoff-of-the-heat-pump-in-home-assistant","text":"waengr on our Discord channel posted an message on how to automate a simple switch to turn on and off the heat pump. He references GitHub issues https://github.com/emsesp/EMS-ESP32/discussions/1600 and https://github.com/emsesp/EMS-ESP32/issues/1717 . In his own words, this is what he did: \"I went with analyzing the input binary string as suggested, which was provided by EMS-ESP in text.boiler_hpin1opt shown in Home Assistant. I changed the toggles on the pump's UI and watched the string change. Then I manually changed the string in Home Assistant and watched the pump's UI changing. So bidirectional communication is possible! I haven't tried out all options yet, but here are a few comments: I thought I was smart by thinking ahead, so when selecting \"Kompressorbetr. sperren\" (block compressor operation) I have also selected \"Zuheizerbetr. sperren\" (block auxiliary heater). BUT - I shit you not - ONLY aux actually came on wasting a lot of power (at least for a few minutes). \"Heizbetrieb sperren\" (block heating operation) also shuts down the circulation pump, which is not what I want since I have a 500 L buffer tank. \"EVU-Sperrzeit 1\" (power company block time 1) works nicely so far (what are the other EVU-Sperrzeit for?) Next was changing the string with automations. For the time being, I am going with fixed times: A heating period during the night when we have low tariff and then another around noon where I might have some excess PV power. I can later tinker around with hooking it to actual PV production. I am just changing the first bit which is to invert the always off input \"Eingang invertiert\" (invert input) as suggested. The second bit is \"EVU-Sperrzeit 1\". 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 automation heating : - id : 'heating_on_by_time' alias : 'Allow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '20:00:00' - platform : time at : '10:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '010000000000000' - id : 'heating_off_by_time' alias : 'Disallow heating to operate at fixed times (low tariff / expected PV)' description : Controls boiler_hpin1opt based on specified times trigger : - platform : time at : '06:00:00' - platform : time at : '16:00:00' action : - service : text.set_value target : entity_id : text.boiler_hpin1opt data : value : '110000000000000' Here is my work-in-progress dashboard in Home Assistant: left: text.boiler_hpin1opt and the above automations to change it to \"on\" and \"off\". top right: a hand drawn schema where I try to map some of the 200+ values from EMS-ESP. bottom right: the 200+ values. \" The next thing he is investigating is how to obtain a clear power reading (in W) of how much power the heatpump currently uses.","title":"Automating the on/off of the heat pump in Home Assistant"}]} \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 2e03feab..da385f65 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,174 +2,174 @@ https://emsesp.org/ - 2024-11-01 + 2024-11-02 https://emsesp.org/About/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Adding-Languages/ - 2024-11-01 + 2024-11-02 https://emsesp.org/All-Devices/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Boilers/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Building/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Commands/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Configuring/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Console/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Contact/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Contributing/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Controllers/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Domoticz/ - 2024-11-01 + 2024-11-02 https://emsesp.org/EMS-bus/ - 2024-11-01 + 2024-11-02 https://emsesp.org/FAQ/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Getting-Started/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Grafana/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Heat-Pumps/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Home-Assistant/ - 2024-11-01 + 2024-11-02 https://emsesp.org/IOBroker/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Integrations/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Loxone/ - 2024-11-01 + 2024-11-02 https://emsesp.org/MQTT/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Mixer-Modules/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Modbus-Dev/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Modbus-Entity-Registers/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Modbus-Register-Blocks/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Modbus-Server-IDs/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Modbus-Settings/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Modbus-System-Server/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Modbus/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Other-Devices/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Solar-Modules/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Special-Functions/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Support/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Switches/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Thermostats/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Troubleshooting/ - 2024-11-01 + 2024-11-02 https://emsesp.org/Version-Release-History/ - 2024-11-01 + 2024-11-02 https://emsesp.org/WebUI/ - 2024-11-01 + 2024-11-02 https://emsesp.org/mailsent/ - 2024-11-01 + 2024-11-02 https://emsesp.org/openHAB/ - 2024-11-01 + 2024-11-02 https://emsesp.org/tips-and-tricks/ - 2024-11-01 + 2024-11-02 \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index a7111a54..a39f9f46 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ