Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLIMATE entity not being configured on Home Assistant discovery #315

Closed
guardianbs opened this issue Jan 22, 2022 · 9 comments
Closed

CLIMATE entity not being configured on Home Assistant discovery #315

guardianbs opened this issue Jan 22, 2022 · 9 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@guardianbs
Copy link

Bug description
ems-esp is only sending HA discovery config data for 6 thermostat SENSORS. It is not sending HA discovery config data for a CLIMATE entity. .

Steps to reproduce
Ran HA discovery.. Examined result.

Expected behavior
A CLIMATE entity discovery config should be published.

Screenshots
image

Device information
{
"System": {
"version": "3.4.0a16",
"uptime": "001+04:16:27.506",
"uptime (seconds)": 101787,
"freemem": 120,
"reset reason": "Software reset CPU / Software reset CPU",
"Temperature sensors": 0
},
"Status": {
"bus status": "connected",
"bus protocol": "HT3",
"telegrams received": 47863,
"read requests sent": 5157,
"write requests sent": 47,
"incomplete telegrams": 3,
"tx fails": 1,
"rx line quality": 100,
"tx line quality": 100,
"MQTT": "connected",
"MQTT publishes": 35557,
"MQTT publish fails": 0,
"Temperature sensors": 0,
"Temperature sensor reads": 0,
"Temperature sensor fails": 0,
"Analog sensors": 0,
"API calls": 3,
"API fails": 0
},
"Devices": [
{
"type": "Boiler",
"name": "Condens 2500/Logamax/Logomatic/Cerapur Top/Greenstar/Generic HT3 (DeviceID:0x08, ProductID:95, Version:12.10)",
"handlers": "0x10 0x11 0xC2 0x14 0x15 0x1C 0x18 0x19 0x1A 0x35 0x16 0x33 0x34 0x26 0x2A"
},
{
"type": "Thermostat",
"name": "Worcester CRF200S (DeviceID:0x18, ProductID:216, Version:01.03)",
"handlers": "0xA3 0x06 0xA2 0x12 0x2A5 0x2A6 0x2A7 0x2A8"
},
{
"type": "Controller",
"name": "HT3 (DeviceID:0x09, ProductID:95, Version:12.10)"
}
]
}

Additional context
Add any other context about the problem here.

@guardianbs guardianbs added the bug Something isn't working label Jan 22, 2022
@proddy
Copy link
Contributor

proddy commented Jan 23, 2022

The HA climate entity will only be created when there is a valid current temperature, setpoint temperature and mode. These are the HVAC requirements within HA. Can you use MQTTExplorer and post here the values of the ems-esp/thermostat_data topic plus anything under homeassistant/climate

and of course your settings

@proddy proddy added help wanted Extra attention is needed and removed bug Something isn't working labels Jan 23, 2022
@proddy
Copy link
Contributor

proddy commented Jan 23, 2022

see also #299

@guardianbs
Copy link
Author

MQTT output

image
Not sure what you mean by 'your settings'

No homeassistant/climate entry.

The Climate entity used to be present before updating from 3.3 to 3.4.

@proddy
Copy link
Contributor

proddy commented Jan 23, 2022

Settings as in http://ems-esp.local/api/system/settings (and mentioned in https://emsesp.github.io/docs/#/Support?id=support. I wanted to see if you had ha enabled and the prefix matches, but from the screenshot above it looks ok.

It's strange the climate is missing. I can't reproduce or find anything in the code that would cause it. You could turn log level to ADD which will show you all the MQTT publishes and ctrl-F search for 'climate'. Or even easier if you have a syslog service running.

@guardianbs
Copy link
Author

Not sure how set log level to ADD but log level ALL for a few minutes produced the following.
The only topics published are

esp/boiler_data
esp/boiler_data_ww
esp/heartbeat
esp/thermostat_data

No mention of climate

ems-esp:$ log ADD
Invalid log level
ems-esp:$ log all
Log level: all
001+22:01:20.042 D 0: [mqtt] Publishing topic ems-esp/boiler_data (#56912, retain=0, retry=1, size=616, pid=1)
001+22:01:20.143 D 1: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56913, retain=0, retry=1, size=484, pid=1)
001+22:01:20.244 D 2: [mqtt] Publishing topic ems-esp/thermostat_data (#56914, retain=0, retry=1, size=121, pid=1)
001+22:01:20.647 T 3: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AD 00 00 80 02 00 C0 01 1D 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:01:20.861 T 4: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1D 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:01:30.045 D 5: [mqtt] Publishing topic ems-esp/boiler_data (#56915, retain=0, retry=1, size=616, pid=1)
001+22:01:30.146 D 6: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56916, retain=0, retry=1, size=484, pid=1)
001+22:01:30.247 D 7: [mqtt] Publishing topic ems-esp/thermostat_data (#56917, retain=0, retry=1, size=121, pid=1)
001+22:01:30.568 T 8: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AD 00 00 80 02 00 C0 01 1D 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:01:30.809 T 9: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1C 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:01:40.047 D 10: [mqtt] Publishing topic ems-esp/boiler_data (#56918, retain=0, retry=1, size=616, pid=1)
001+22:01:40.148 D 11: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56919, retain=0, retry=1, size=484, pid=1)
001+22:01:40.249 D 12: [mqtt] Publishing topic ems-esp/thermostat_data (#56920, retain=0, retry=1, size=121, pid=1)
001+22:01:40.616 T 13: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AD 00 00 80 02 00 C0 01 1C 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:01:40.830 T 14: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1C 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:01:45.485 T 15: [emsesp] Thermostat(0x18) -> All(0x00), RCTime(0x06), data: 16 01 0C 17 2E 00 06 00
001+22:01:45.684 T 16: [emsesp] Thermostat(0x18) <- Boiler(0x08), Version(0x02), data: 0A
001+22:01:45.716 T 17: [emsesp] Boiler(0x08) -> Thermostat(0x18), Version(0x02), data: 5F 0C 0A 00 00 00 00 00 00 00
001+22:01:45.716 D 18: [emsesp] Updating details for already active deviceID 0x08
001+22:01:45.753 T 19: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B5 20 00 00 00 14
001+22:01:45.945 T 20: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBAFlags(0x35), data: 01
001+22:01:45.945 D 21: [emsesp] Process setting 0x35 for device 0x08
001+22:01:45.967 T 22: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:01:45.967 D 23: [emsesp] Process setting 0x1A for device 0x08
001+22:01:50.066 D 24: [mqtt] Publishing topic ems-esp/boiler_data (#56921, retain=0, retry=1, size=616, pid=1)
001+22:01:50.167 D 25: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56922, retain=0, retry=1, size=484, pid=1)
001+22:01:50.268 D 26: [mqtt] Publishing topic ems-esp/thermostat_data (#56923, retain=0, retry=1, size=121, pid=1)
001+22:01:50.600 T 27: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AD 00 00 80 02 00 C0 01 1C 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:01:50.815 T 28: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1C 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:02:00.068 D 29: [mqtt] Publishing topic ems-esp/boiler_data (#56924, retain=0, retry=1, size=616, pid=1)
001+22:02:00.169 D 30: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56925, retain=0, retry=1, size=484, pid=1)
001+22:02:00.270 D 31: [mqtt] Publishing topic ems-esp/thermostat_data (#56926, retain=0, retry=1, size=121, pid=1)
001+22:02:00.523 T 32: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AB 00 00 80 02 00 C0 01 1C 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:02:00.762 T 33: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1C 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:02:02.849 D 34: [emsesp] Fetching values for deviceID 0x08
001+22:02:02.849 D 35: [telegram] Tx read request to device 0x08 for type ID 0x14
001+22:02:02.849 D 36: [telegram] Tx read request to device 0x08 for type ID 0x16
001+22:02:02.849 D 37: [telegram] Tx read request to device 0x08 for type ID 0x33
001+22:02:02.849 D 38: [emsesp] Fetching values for deviceID 0x18
001+22:02:02.849 D 39: [emsesp] Fetching values for deviceID 0x09
001+22:02:02.861 D 40: [telegram] Sending read Tx [#236], telegram: 8B 88 14 00 20
001+22:02:02.861 T 41: [emsesp] Me(0x0B) <- Boiler(0x08), UBATotalUptime(0x14), data: 20
001+22:02:02.899 D 42: [emsesp] Last Tx read successful
001+22:02:02.899 T 43: [emsesp] Boiler(0x08) -> Me(0x0B), UBATotalUptime(0x14), data: 32 53 94
001+22:02:03.021 D 44: [telegram] Sending read Tx [#237], telegram: 8B 88 16 00 20
001+22:02:03.035 T 45: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameters(0x16), data: 20
001+22:02:03.066 D 46: [emsesp] Last Tx read successful
001+22:02:03.067 T 47: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameters(0x16), data: FF 43 54 00 00 F6 03 01 03 64 0A 04
001+22:02:03.203 D 48: [telegram] Sending read Tx [#238], telegram: 8B 88 33 00 20
001+22:02:03.217 T 49: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameterWW(0x33), data: 20
001+22:02:03.253 D 50: [emsesp] Last Tx read successful
001+22:02:03.253 T 51: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameterWW(0x33), data: 08 FF 36 00 00 00 00 02 46 00 FF FF
001+22:02:04.010 D 52: [mqtt] Publishing topic ems-esp/heartbeat (#56927, retain=0, retry=1, size=232, pid=1)
001+22:02:10.072 D 53: [mqtt] Publishing topic ems-esp/boiler_data (#56928, retain=0, retry=1, size=616, pid=1)
001+22:02:10.173 D 54: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56929, retain=0, retry=1, size=484, pid=1)
001+22:02:10.274 D 55: [mqtt] Publishing topic ems-esp/thermostat_data (#56930, retain=0, retry=1, size=121, pid=1)
001+22:02:10.495 T 56: [emsesp] Boiler(0x08) -> All(0x00), UBADevices(0x07), data: 0B 00 01 00 00 00 00 00 00 00 00 00 00 00 00
001+22:02:10.726 T 57: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AB 00 00 80 02 00 C0 01 1A 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:02:10.977 T 58: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorSlow(0x19), data: 80 00 80 00 80 00 FF FF 00 00 07 D8 47 17 57 AB 00 00 00 15 F9 78 06 8D 78 80 00
001+22:02:11.310 T 59: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1A 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:02:20.075 D 60: [mqtt] Publishing topic ems-esp/boiler_data (#56931, retain=0, retry=1, size=616, pid=1)
001+22:02:20.176 D 61: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56932, retain=0, retry=1, size=484, pid=1)
001+22:02:20.277 D 62: [mqtt] Publishing topic ems-esp/thermostat_data (#56933, retain=0, retry=1, size=121, pid=1)
001+22:02:20.555 T 63: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 00 C0 01 1A 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:02:20.769 T 64: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1A 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:02:30.077 D 65: [mqtt] Publishing topic ems-esp/boiler_data (#56934, retain=0, retry=1, size=616, pid=1)
001+22:02:30.178 D 66: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56935, retain=0, retry=1, size=484, pid=1)
001+22:02:30.279 D 67: [mqtt] Publishing topic ems-esp/thermostat_data (#56936, retain=0, retry=1, size=121, pid=1)
001+22:02:30.477 T 68: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AB 00 00 80 02 00 C0 01 1A 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:02:30.717 T 69: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1A 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:02:40.079 D 70: [mqtt] Publishing topic ems-esp/boiler_data (#56937, retain=0, retry=1, size=616, pid=1)
001+22:02:40.180 D 71: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56938, retain=0, retry=1, size=484, pid=1)
001+22:02:40.281 D 72: [mqtt] Publishing topic ems-esp/thermostat_data (#56939, retain=0, retry=1, size=121, pid=1)
001+22:02:40.523 T 73: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AB 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:02:40.738 T 74: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 19 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:02:45.391 T 75: [emsesp] Thermostat(0x18) -> All(0x00), RCTime(0x06), data: 16 01 0C 17 2F 00 06 00
001+22:02:45.586 T 76: [emsesp] Thermostat(0x18) <- Boiler(0x08), Version(0x02), data: 0A
001+22:02:45.624 T 77: [emsesp] Boiler(0x08) -> Thermostat(0x18), Version(0x02), data: 5F 0C 0A 00 00 00 00 00 00 00
001+22:02:45.624 D 78: [emsesp] Updating details for already active deviceID 0x08
001+22:02:45.659 T 79: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B5 20 00 00 00 14
001+22:02:45.859 T 80: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:02:45.859 D 81: [emsesp] Process setting 0x1A for device 0x08
001+22:02:46.284 T 82: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:02:46.284 D 83: [emsesp] Process setting 0x1A for device 0x08
001+22:02:50.083 D 84: [mqtt] Publishing topic ems-esp/boiler_data (#56940, retain=0, retry=1, size=616, pid=1)
001+22:02:50.184 D 85: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56941, retain=0, retry=1, size=484, pid=1)
001+22:02:50.285 D 86: [mqtt] Publishing topic ems-esp/thermostat_data (#56942, retain=0, retry=1, size=121, pid=1)
001+22:02:50.482 T 87: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AB 00 00 80 02 00 C0 01 1A 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:02:50.722 T 88: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 1A 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:03:00.085 D 89: [mqtt] Publishing topic ems-esp/boiler_data (#56943, retain=0, retry=1, size=616, pid=1)
001+22:03:00.186 D 90: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56944, retain=0, retry=1, size=484, pid=1)
001+22:03:00.287 D 91: [mqtt] Publishing topic ems-esp/thermostat_data (#56945, retain=0, retry=1, size=121, pid=1)
001+22:03:00.431 T 92: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 00 C0 01 1A 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:00.672 T 93: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 19 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:03:02.850 D 94: [emsesp] Fetching values for deviceID 0x08
001+22:03:02.850 D 95: [telegram] Tx read request to device 0x08 for type ID 0x14
001+22:03:02.850 D 96: [telegram] Tx read request to device 0x08 for type ID 0x16
001+22:03:02.850 D 97: [telegram] Tx read request to device 0x08 for type ID 0x33
001+22:03:02.850 D 98: [emsesp] Fetching values for deviceID 0x18
001+22:03:02.850 D 99: [emsesp] Fetching values for deviceID 0x09
001+22:03:02.893 D 100: [telegram] Sending read Tx [#239], telegram: 8B 88 14 00 20
001+22:03:02.907 T 101: [emsesp] Me(0x0B) <- Boiler(0x08), UBATotalUptime(0x14), data: 20
001+22:03:02.938 D 102: [emsesp] Last Tx read successful
001+22:03:02.938 T 103: [emsesp] Boiler(0x08) -> Me(0x0B), UBATotalUptime(0x14), data: 32 53 95
001+22:03:03.049 D 104: [telegram] Sending read Tx [#240], telegram: 8B 88 16 00 20
001+22:03:03.063 T 105: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameters(0x16), data: 20
001+22:03:03.099 D 106: [emsesp] Last Tx read successful
001+22:03:03.099 T 107: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameters(0x16), data: FF 43 54 00 00 F6 03 01 03 64 0A 04
001+22:03:03.237 D 108: [telegram] Sending read Tx [#241], telegram: 8B 88 33 00 20
001+22:03:03.237 T 109: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameterWW(0x33), data: 20
001+22:03:03.287 D 110: [emsesp] Last Tx read successful
001+22:03:03.287 T 111: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameterWW(0x33), data: 08 FF 36 00 00 00 00 02 46 00 FF FF
001+22:03:04.026 D 112: [mqtt] Publishing topic ems-esp/heartbeat (#56946, retain=0, retry=1, size=232, pid=1)
001+22:03:10.087 D 113: [mqtt] Publishing topic ems-esp/boiler_data (#56947, retain=0, retry=1, size=616, pid=1)
001+22:03:10.188 D 114: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56948, retain=0, retry=1, size=484, pid=1)
001+22:03:10.289 D 115: [mqtt] Publishing topic ems-esp/thermostat_data (#56949, retain=0, retry=1, size=121, pid=1)
001+22:03:10.440 T 116: [emsesp] Boiler(0x08) -> All(0x00), UBADevices(0x07), data: 0B 00 01 00 00 00 00 00 00 00 00 00 00 00 00
001+22:03:10.666 T 117: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:10.917 T 118: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorSlow(0x19), data: 80 00 80 00 80 00 FF FF 00 00 07 D8 47 17 57 AB 00 00 00 15 F9 78 06 8D 78 80 00
001+22:03:11.248 T 119: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 19 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:03:20.089 D 120: [mqtt] Publishing topic ems-esp/boiler_data (#56950, retain=0, retry=1, size=616, pid=1)
001+22:03:20.190 D 121: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56951, retain=0, retry=1, size=484, pid=1)
001+22:03:20.291 D 122: [mqtt] Publishing topic ems-esp/thermostat_data (#56952, retain=0, retry=1, size=121, pid=1)
001+22:03:20.437 T 123: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 00 C0 01 1A 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:20.678 T 124: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 19 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:03:30.088 D 125: [mqtt] Publishing topic ems-esp/boiler_data (#56953, retain=0, retry=1, size=616, pid=1)
001+22:03:30.189 D 126: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56954, retain=0, retry=1, size=484, pid=1)
001+22:03:30.290 D 127: [mqtt] Publishing topic ems-esp/thermostat_data (#56955, retain=0, retry=1, size=121, pid=1)
001+22:03:30.422 T 128: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:30.663 T 129: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 19 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:03:40.090 D 130: [mqtt] Publishing topic ems-esp/boiler_data (#56956, retain=0, retry=1, size=616, pid=1)
001+22:03:40.191 D 131: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56957, retain=0, retry=1, size=484, pid=1)
001+22:03:40.292 D 132: [mqtt] Publishing topic ems-esp/thermostat_data (#56958, retain=0, retry=1, size=121, pid=1)
001+22:03:40.406 T 133: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:40.647 T 134: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 19 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:03:45.398 T 135: [emsesp] Thermostat(0x18) -> All(0x00), RCTime(0x06), data: 16 01 0C 17 30 00 06 00
001+22:03:45.594 T 136: [emsesp] Thermostat(0x18) <- Boiler(0x08), Version(0x02), data: 0A
001+22:03:45.632 T 137: [emsesp] Boiler(0x08) -> Thermostat(0x18), Version(0x02), data: 5F 0C 0A 00 00 00 00 00 00 00
001+22:03:45.632 D 138: [emsesp] Updating details for already active deviceID 0x08
001+22:03:45.667 T 139: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B5 20 00 00 00 14
001+22:03:45.858 T 140: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBAFlags(0x35), data: 01
001+22:03:45.858 D 141: [emsesp] Process setting 0x35 for device 0x08
001+22:03:45.886 T 142: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:03:45.886 D 143: [emsesp] Process setting 0x1A for device 0x08
001+22:03:46.235 T 144: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 20 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:47.266 T 145: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:50.092 D 146: [mqtt] Publishing topic ems-esp/boiler_data (#56959, retain=0, retry=1, size=616, pid=1)
001+22:03:50.193 D 147: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56960, retain=0, retry=1, size=484, pid=1)
001+22:03:50.294 D 148: [mqtt] Publishing topic ems-esp/thermostat_data (#56961, retain=0, retry=1, size=121, pid=1)
001+22:03:50.392 T 149: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:03:50.632 T 150: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 19 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:04:00.093 D 151: [mqtt] Publishing topic ems-esp/boiler_data (#56962, retain=0, retry=1, size=616, pid=1)
001+22:04:00.194 D 152: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56963, retain=0, retry=1, size=484, pid=1)
001+22:04:00.295 D 153: [mqtt] Publishing topic ems-esp/thermostat_data (#56964, retain=0, retry=1, size=121, pid=1)
001+22:04:00.376 T 154: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:04:00.617 T 155: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 18 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:04:01.432 T 156: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:04:02.851 D 157: [emsesp] Fetching values for deviceID 0x08
001+22:04:02.851 D 158: [telegram] Tx read request to device 0x08 for type ID 0x14
001+22:04:02.851 D 159: [telegram] Tx read request to device 0x08 for type ID 0x16
001+22:04:02.851 D 160: [telegram] Tx read request to device 0x08 for type ID 0x33
001+22:04:02.851 D 161: [emsesp] Fetching values for deviceID 0x18
001+22:04:02.851 D 162: [emsesp] Fetching values for deviceID 0x09
001+22:04:02.990 D 163: [telegram] Sending read Tx [#242], telegram: 8B 88 14 00 20
001+22:04:02.990 T 164: [emsesp] Me(0x0B) <- Boiler(0x08), UBATotalUptime(0x14), data: 20
001+22:04:03.028 D 165: [emsesp] Last Tx read successful
001+22:04:03.028 T 166: [emsesp] Boiler(0x08) -> Me(0x0B), UBATotalUptime(0x14), data: 32 53 96
001+22:04:03.177 D 167: [telegram] Sending read Tx [#243], telegram: 8B 88 16 00 20
001+22:04:03.177 T 168: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameters(0x16), data: 20
001+22:04:03.227 D 169: [emsesp] Last Tx read successful
001+22:04:03.227 T 170: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameters(0x16), data: FF 43 54 00 00 F6 03 01 03 64 0A 04
001+22:04:03.339 D 171: [telegram] Sending read Tx [#244], telegram: 8B 88 33 00 20
001+22:04:03.352 T 172: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameterWW(0x33), data: 20
001+22:04:03.382 D 173: [emsesp] Last Tx read successful
001+22:04:03.382 T 174: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameterWW(0x33), data: 08 FF 36 00 00 00 00 02 46 00 FF FF
001+22:04:04.032 D 175: [mqtt] Publishing topic ems-esp/heartbeat (#56965, retain=0, retry=1, size=232, pid=1)
001+22:04:10.098 D 176: [mqtt] Publishing topic ems-esp/boiler_data (#56966, retain=0, retry=1, size=616, pid=1)
001+22:04:10.199 D 177: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56967, retain=0, retry=1, size=482, pid=1)
001+22:04:10.300 D 178: [mqtt] Publishing topic ems-esp/thermostat_data (#56968, retain=0, retry=1, size=121, pid=1)
001+22:04:10.313 T 179: [emsesp] Boiler(0x08) -> All(0x00), UBADevices(0x07), data: 0B 00 01 00 00 00 00 00 00 00 00 00 00 00 00
001+22:04:10.542 T 180: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 18 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:04:10.795 T 181: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorSlow(0x19), data: 80 00 80 00 80 00 FF FF 00 00 07 D8 47 17 57 AB 00 00 00 15 F9 78 06 8D 78 80 00
001+22:04:11.101 T 182: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 17 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:04:20.100 D 183: [mqtt] Publishing topic ems-esp/boiler_data (#56969, retain=0, retry=1, size=616, pid=1)
001+22:04:20.201 D 184: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56970, retain=0, retry=1, size=482, pid=1)
001+22:04:20.302 D 185: [mqtt] Publishing topic ems-esp/thermostat_data (#56971, retain=0, retry=1, size=121, pid=1)
001+22:04:20.309 T 186: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 AA 00 00 80 02 00 C0 01 19 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:04:20.549 T 187: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 18 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:04:30.099 D 188: [mqtt] Publishing topic ems-esp/boiler_data (#56972, retain=0, retry=1, size=616, pid=1)
001+22:04:30.200 D 189: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56973, retain=0, retry=1, size=482, pid=1)
001+22:04:30.294 T 190: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 18 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:04:30.301 D 191: [mqtt] Publishing topic ems-esp/thermostat_data (#56974, retain=0, retry=1, size=121, pid=1)
001+22:04:30.534 T 192: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 18 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:04:40.100 D 193: [mqtt] Publishing topic ems-esp/boiler_data (#56975, retain=0, retry=1, size=616, pid=1)
001+22:04:40.201 D 194: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56976, retain=0, retry=1, size=480, pid=1)
001+22:04:40.302 D 195: [mqtt] Publishing topic ems-esp/thermostat_data (#56977, retain=0, retry=1, size=121, pid=1)
001+22:04:40.314 T 196: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 18 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:04:40.556 T 197: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 18 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:04:45.460 T 198: [emsesp] Thermostat(0x18) -> All(0x00), RCTime(0x06), data: 16 01 0C 17 31 00 06 00
001+22:04:45.654 T 199: [emsesp] Thermostat(0x18) <- Boiler(0x08), Version(0x02), data: 0A
001+22:04:45.690 T 200: [emsesp] Boiler(0x08) -> Thermostat(0x18), Version(0x02), data: 5F 0C 0A 00 00 00 00 00 00 00
001+22:04:45.690 D 201: [emsesp] Updating details for already active deviceID 0x08
001+22:04:45.727 T 202: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B5 20 00 00 00 14
001+22:04:45.921 T 203: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:04:45.921 D 204: [emsesp] Process setting 0x1A for device 0x08
001+22:04:50.018 D 205: [mqtt] Publishing topic ems-esp/boiler_data (#56978, retain=0, retry=1, size=616, pid=1)
001+22:04:50.119 D 206: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56979, retain=0, retry=1, size=480, pid=1)
001+22:04:50.220 D 207: [mqtt] Publishing topic ems-esp/thermostat_data (#56980, retain=0, retry=1, size=121, pid=1)
001+22:04:50.300 T 208: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 18 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:04:50.541 T 209: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 18 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:05:00.020 D 210: [mqtt] Publishing topic ems-esp/boiler_data (#56981, retain=0, retry=1, size=616, pid=1)
001+22:05:00.121 D 211: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56982, retain=0, retry=1, size=480, pid=1)
001+22:05:00.222 D 212: [mqtt] Publishing topic ems-esp/thermostat_data (#56983, retain=0, retry=1, size=121, pid=1)
001+22:05:00.285 T 213: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A9 00 00 80 02 00 C0 01 17 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:05:00.525 T 214: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 17 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:05:02.852 D 215: [emsesp] Fetching values for deviceID 0x08
001+22:05:02.852 D 216: [telegram] Tx read request to device 0x08 for type ID 0x14
001+22:05:02.852 D 217: [telegram] Tx read request to device 0x08 for type ID 0x16
001+22:05:02.852 D 218: [telegram] Tx read request to device 0x08 for type ID 0x33
001+22:05:02.852 D 219: [emsesp] Fetching values for deviceID 0x18
001+22:05:02.852 D 220: [emsesp] Fetching values for deviceID 0x09
001+22:05:02.960 D 221: [telegram] Sending read Tx [#245], telegram: 8B 88 14 00 20
001+22:05:02.974 T 222: [emsesp] Me(0x0B) <- Boiler(0x08), UBATotalUptime(0x14), data: 20
001+22:05:03.005 D 223: [emsesp] Last Tx read successful
001+22:05:03.005 T 224: [emsesp] Boiler(0x08) -> Me(0x0B), UBATotalUptime(0x14), data: 32 53 97
001+22:05:03.148 D 225: [telegram] Sending read Tx [#246], telegram: 8B 88 16 00 20
001+22:05:03.161 T 226: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameters(0x16), data: 20
001+22:05:03.197 D 227: [emsesp] Last Tx read successful
001+22:05:03.197 T 228: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameters(0x16), data: FF 43 54 00 00 F6 03 01 03 64 0A 04
001+22:05:03.334 D 229: [telegram] Sending read Tx [#247], telegram: 8B 88 33 00 20
001+22:05:03.348 T 230: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameterWW(0x33), data: 20
001+22:05:03.385 D 231: [emsesp] Last Tx read successful
001+22:05:03.385 T 232: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameterWW(0x33), data: 08 FF 36 00 00 00 00 02 46 00 FF FF
001+22:05:04.070 D 233: [mqtt] Publishing topic ems-esp/heartbeat (#56984, retain=0, retry=1, size=232, pid=1)
001+22:05:10.029 D 234: [mqtt] Publishing topic ems-esp/boiler_data (#56985, retain=0, retry=1, size=616, pid=1)
001+22:05:10.130 D 235: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56986, retain=0, retry=1, size=484, pid=1)
001+22:05:10.231 D 236: [mqtt] Publishing topic ems-esp/thermostat_data (#56987, retain=0, retry=1, size=121, pid=1)
001+22:05:10.257 T 237: [emsesp] Boiler(0x08) -> All(0x00), UBADevices(0x07), data: 0B 00 01 00 00 00 00 00 00 00 00 00 00 00 00
001+22:05:10.483 T 238: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A8 00 00 80 02 00 C0 01 17 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:05:10.735 T 239: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorSlow(0x19), data: 80 00 80 00 80 00 FF FF 00 00 07 D8 47 17 57 AB 00 00 00 15 F9 78 06 8D 78 80 00
001+22:05:11.067 T 240: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 17 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:05:20.030 D 241: [mqtt] Publishing topic ems-esp/boiler_data (#56988, retain=0, retry=1, size=616, pid=1)
001+22:05:20.131 D 242: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56989, retain=0, retry=1, size=484, pid=1)
001+22:05:20.232 D 243: [mqtt] Publishing topic ems-esp/thermostat_data (#56990, retain=0, retry=1, size=121, pid=1)
001+22:05:20.254 T 244: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A8 00 00 80 02 00 C0 01 17 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:05:20.495 T 245: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 18 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:05:30.030 D 246: [mqtt] Publishing topic ems-esp/boiler_data (#56991, retain=0, retry=1, size=616, pid=1)
001+22:05:30.131 D 247: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56992, retain=0, retry=1, size=482, pid=1)
001+22:05:30.232 D 248: [mqtt] Publishing topic ems-esp/thermostat_data (#56993, retain=0, retry=1, size=121, pid=1)
001+22:05:30.240 T 249: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 15 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:05:30.480 T 250: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 17 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:05:40.032 D 251: [mqtt] Publishing topic ems-esp/boiler_data (#56994, retain=0, retry=1, size=616, pid=1)
001+22:05:40.133 D 252: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56995, retain=0, retry=1, size=484, pid=1)
001+22:05:40.223 T 253: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A8 00 00 80 02 00 C0 01 17 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:05:40.234 D 254: [mqtt] Publishing topic ems-esp/thermostat_data (#56996, retain=0, retry=1, size=121, pid=1)
001+22:05:40.464 T 255: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 17 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:05:45.522 T 256: [emsesp] Thermostat(0x18) -> All(0x00), RCTime(0x06), data: 16 01 0C 17 32 00 06 00
001+22:05:45.717 T 257: [emsesp] Thermostat(0x18) <- Boiler(0x08), Version(0x02), data: 0A
001+22:05:45.756 T 258: [emsesp] Boiler(0x08) -> Thermostat(0x18), Version(0x02), data: 5F 0C 0A 00 00 00 00 00 00 00
001+22:05:45.756 D 259: [emsesp] Updating details for already active deviceID 0x08
001+22:05:45.790 T 260: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B5 20 00 00 00 14
001+22:05:45.982 T 261: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBAFlags(0x35), data: 01
001+22:05:45.982 D 262: [emsesp] Process setting 0x35 for device 0x08
001+22:05:46.010 T 263: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:05:46.010 D 264: [emsesp] Process setting 0x1A for device 0x08
001+22:05:50.034 D 265: [mqtt] Publishing topic ems-esp/boiler_data (#56997, retain=0, retry=1, size=616, pid=1)
001+22:05:50.135 D 266: [mqtt] Publishing topic ems-esp/boiler_data_ww (#56998, retain=0, retry=1, size=484, pid=1)
001+22:05:50.208 T 267: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A8 00 00 80 02 00 C0 01 17 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:05:50.236 D 268: [mqtt] Publishing topic ems-esp/thermostat_data (#56999, retain=0, retry=1, size=121, pid=1)
001+22:05:50.449 T 269: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 15 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:06:00.036 D 270: [mqtt] Publishing topic ems-esp/boiler_data (#57000, retain=0, retry=1, size=616, pid=1)
001+22:06:00.137 D 271: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57001, retain=0, retry=1, size=484, pid=1)
001+22:06:00.156 T 272: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 15 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:00.238 D 273: [mqtt] Publishing topic ems-esp/thermostat_data (#57002, retain=0, retry=1, size=121, pid=1)
001+22:06:00.398 T 274: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 15 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:06:02.853 D 275: [emsesp] Fetching values for deviceID 0x08
001+22:06:02.853 D 276: [telegram] Tx read request to device 0x08 for type ID 0x14
001+22:06:02.853 D 277: [telegram] Tx read request to device 0x08 for type ID 0x16
001+22:06:02.853 D 278: [telegram] Tx read request to device 0x08 for type ID 0x33
001+22:06:02.853 D 279: [emsesp] Fetching values for deviceID 0x18
001+22:06:02.853 D 280: [emsesp] Fetching values for deviceID 0x09
001+22:06:02.869 D 281: [telegram] Sending read Tx [#248], telegram: 8B 88 14 00 20
001+22:06:02.883 T 282: [emsesp] Me(0x0B) <- Boiler(0x08), UBATotalUptime(0x14), data: 20
001+22:06:02.914 D 283: [emsesp] Last Tx read successful
001+22:06:02.914 T 284: [emsesp] Boiler(0x08) -> Me(0x0B), UBATotalUptime(0x14), data: 32 53 98
001+22:06:03.056 D 285: [telegram] Sending read Tx [#249], telegram: 8B 88 16 00 20
001+22:06:03.070 T 286: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameters(0x16), data: 20
001+22:06:03.106 D 287: [emsesp] Last Tx read successful
001+22:06:03.106 T 288: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameters(0x16), data: FF 43 54 00 00 F6 03 01 03 64 0A 04
001+22:06:03.243 D 289: [telegram] Sending read Tx [#250], telegram: 8B 88 33 00 20
001+22:06:03.257 T 290: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameterWW(0x33), data: 20
001+22:06:03.293 D 291: [emsesp] Last Tx read successful
001+22:06:03.293 T 292: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameterWW(0x33), data: 08 FF 36 00 00 00 00 02 46 00 FF FF
001+22:06:04.080 D 293: [mqtt] Publishing topic ems-esp/heartbeat (#57003, retain=0, retry=1, size=232, pid=1)
001+22:06:10.039 D 294: [mqtt] Publishing topic ems-esp/boiler_data (#57004, retain=0, retry=1, size=616, pid=1)
001+22:06:10.140 D 295: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57005, retain=0, retry=1, size=484, pid=1)
001+22:06:10.167 T 296: [emsesp] Boiler(0x08) -> All(0x00), UBADevices(0x07), data: 0B 00 01 00 00 00 00 00 00 00 00 00 00 00 00
001+22:06:10.241 D 297: [mqtt] Publishing topic ems-esp/thermostat_data (#57006, retain=0, retry=1, size=121, pid=1)
001+22:06:10.392 T 298: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 15 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:10.644 T 299: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorSlow(0x19), data: 80 00 80 00 80 00 FF FF 00 00 07 D8 47 17 57 AB 00 00 00 15 F9 78 06 8D 78 80 00
001+22:06:10.975 T 300: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 15 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:06:20.040 D 301: [mqtt] Publishing topic ems-esp/boiler_data (#57007, retain=0, retry=1, size=616, pid=1)
001+22:06:20.141 D 302: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57008, retain=0, retry=1, size=484, pid=1)
001+22:06:20.164 T 303: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A6 00 00 80 02 00 C0 01 15 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:20.242 D 304: [mqtt] Publishing topic ems-esp/thermostat_data (#57009, retain=0, retry=1, size=121, pid=1)
001+22:06:20.404 T 305: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 15 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:06:30.040 D 306: [mqtt] Publishing topic ems-esp/boiler_data (#57010, retain=0, retry=1, size=616, pid=1)
001+22:06:30.141 D 307: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57011, retain=0, retry=1, size=484, pid=1)
001+22:06:30.145 T 308: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 15 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:30.242 D 309: [mqtt] Publishing topic ems-esp/thermostat_data (#57012, retain=0, retry=1, size=121, pid=1)
001+22:06:30.388 T 310: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 14 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:06:40.042 D 311: [mqtt] Publishing topic ems-esp/boiler_data (#57013, retain=0, retry=1, size=616, pid=1)
001+22:06:40.134 T 312: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 15 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:40.143 D 313: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57014, retain=0, retry=1, size=484, pid=1)
001+22:06:40.244 D 314: [mqtt] Publishing topic ems-esp/thermostat_data (#57015, retain=0, retry=1, size=121, pid=1)
001+22:06:40.374 T 315: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 14 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:06:45.430 T 316: [emsesp] Thermostat(0x18) -> All(0x00), RCTime(0x06), data: 16 01 0C 17 33 00 06 00
001+22:06:45.625 T 317: [emsesp] Thermostat(0x18) <- Boiler(0x08), Version(0x02), data: 0A
001+22:06:45.664 T 318: [emsesp] Boiler(0x08) -> Thermostat(0x18), Version(0x02), data: 5F 0C 0A 00 00 00 00 00 00 00
001+22:06:45.664 D 319: [emsesp] Updating details for already active deviceID 0x08
001+22:06:45.697 T 320: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B5 20 00 00 00 14
001+22:06:45.893 T 321: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:06:45.893 D 322: [emsesp] Process setting 0x1A for device 0x08
001+22:06:46.212 T 323: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A6 00 00 80 02 20 C0 01 14 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:46.492 T 324: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B3 20 00 00 00 14
001+22:06:47.242 T 325: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 14 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:50.045 D 326: [mqtt] Publishing topic ems-esp/boiler_data (#57016, retain=0, retry=1, size=616, pid=1)
001+22:06:50.144 T 327: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 14 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:06:50.147 D 328: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57017, retain=0, retry=1, size=484, pid=1)
001+22:06:50.248 D 329: [mqtt] Publishing topic ems-esp/thermostat_data (#57018, retain=0, retry=1, size=121, pid=1)
001+22:06:50.359 T 330: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 14 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:07:00.047 D 331: [mqtt] Publishing topic ems-esp/boiler_data (#57019, retain=0, retry=1, size=616, pid=1)
001+22:07:00.066 T 332: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A7 00 00 80 02 00 C0 01 14 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:07:00.148 D 333: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57020, retain=0, retry=1, size=484, pid=1)
001+22:07:00.249 D 334: [mqtt] Publishing topic ems-esp/thermostat_data (#57021, retain=0, retry=1, size=121, pid=1)
001+22:07:00.307 T 335: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 14 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:07:02.854 D 336: [emsesp] Fetching values for deviceID 0x08
001+22:07:02.854 D 337: [telegram] Tx read request to device 0x08 for type ID 0x14
001+22:07:02.854 D 338: [telegram] Tx read request to device 0x08 for type ID 0x16
001+22:07:02.854 D 339: [telegram] Tx read request to device 0x08 for type ID 0x33
001+22:07:02.854 D 340: [emsesp] Fetching values for deviceID 0x18
001+22:07:02.854 D 341: [emsesp] Fetching values for deviceID 0x09
001+22:07:02.872 D 342: [telegram] Sending read Tx [#251], telegram: 8B 88 14 00 20
001+22:07:02.872 T 343: [emsesp] Me(0x0B) <- Boiler(0x08), UBATotalUptime(0x14), data: 20
001+22:07:02.911 D 344: [emsesp] Last Tx read successful
001+22:07:02.911 T 345: [emsesp] Boiler(0x08) -> Me(0x0B), UBATotalUptime(0x14), data: 32 53 99
001+22:07:03.029 D 346: [telegram] Sending read Tx [#252], telegram: 8B 88 16 00 20
001+22:07:03.030 T 347: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameters(0x16), data: 20
001+22:07:03.083 D 348: [emsesp] Last Tx read successful
001+22:07:03.084 T 349: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameters(0x16), data: FF 43 54 00 00 F6 03 01 03 64 0A 04
001+22:07:03.215 D 350: [telegram] Sending read Tx [#253], telegram: 8B 88 33 00 20
001+22:07:03.229 T 351: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameterWW(0x33), data: 20
001+22:07:03.264 D 352: [emsesp] Last Tx read successful
001+22:07:03.264 T 353: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameterWW(0x33), data: 08 FF 36 00 00 00 00 02 46 00 FF FF
001+22:07:04.104 D 354: [mqtt] Publishing topic ems-esp/heartbeat (#57022, retain=0, retry=1, size=232, pid=1)
001+22:07:10.040 T 355: [emsesp] Boiler(0x08) -> All(0x00), UBADevices(0x07), data: 0B 00 01 00 00 00 00 00 00 00 00 00 00 00 00
001+22:07:10.063 D 356: [mqtt] Publishing topic ems-esp/boiler_data (#57023, retain=0, retry=1, size=616, pid=1)
001+22:07:10.164 D 357: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57024, retain=0, retry=1, size=484, pid=1)
001+22:07:10.265 D 358: [mqtt] Publishing topic ems-esp/thermostat_data (#57025, retain=0, retry=1, size=121, pid=1)
001+22:07:10.268 T 359: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A6 00 00 80 02 00 C0 01 14 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:07:10.521 T 360: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorSlow(0x19), data: 80 00 80 00 80 00 FF FF 00 00 07 D8 47 17 57 AB 00 00 00 15 F9 78 06 8D 78 80 00
001+22:07:10.827 T 361: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 14 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:07:20.036 T 362: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A6 00 00 80 02 00 C0 01 14 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:07:20.063 D 363: [mqtt] Publishing topic ems-esp/boiler_data (#57026, retain=0, retry=1, size=616, pid=1)
001+22:07:20.164 D 364: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57027, retain=0, retry=1, size=484, pid=1)
001+22:07:20.265 D 365: [mqtt] Publishing topic ems-esp/thermostat_data (#57028, retain=0, retry=1, size=121, pid=1)
001+22:07:20.276 T 366: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 14 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:07:30.020 T 367: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A6 00 00 80 02 00 C0 01 14 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:07:30.062 D 368: [mqtt] Publishing topic ems-esp/boiler_data (#57029, retain=0, retry=1, size=616, pid=1)
001+22:07:30.163 D 369: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57030, retain=0, retry=1, size=484, pid=1)
001+22:07:30.261 T 370: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 13 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:07:30.264 D 371: [mqtt] Publishing topic ems-esp/thermostat_data (#57031, retain=0, retry=1, size=121, pid=1)
001+22:07:40.062 D 372: [mqtt] Publishing topic ems-esp/boiler_data (#57032, retain=0, retry=1, size=616, pid=1)
001+22:07:40.064 T 373: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A6 00 00 80 02 00 C0 01 13 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:07:40.163 D 374: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57033, retain=0, retry=1, size=484, pid=1)
001+22:07:40.264 D 375: [mqtt] Publishing topic ems-esp/thermostat_data (#57034, retain=0, retry=1, size=121, pid=1)
001+22:07:40.282 T 376: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 13 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:07:45.401 T 377: [emsesp] Thermostat(0x18) -> All(0x00), RCTime(0x06), data: 16 01 0C 17 34 00 06 00
001+22:07:45.596 T 378: [emsesp] Thermostat(0x18) <- Boiler(0x08), Version(0x02), data: 0A
001+22:07:45.635 T 379: [emsesp] Boiler(0x08) -> Thermostat(0x18), Version(0x02), data: 5F 0C 0A 00 00 00 00 00 00 00
001+22:07:45.635 D 380: [emsesp] Updating details for already active deviceID 0x08
001+22:07:45.669 T 381: [emsesp] Thermostat(0x18) -> All(0x00), CRFMonitor(0x02A5), data: 00 B3 20 00 00 00 14
001+22:07:45.866 T 382: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBAFlags(0x35), data: 01
001+22:07:45.866 D 383: [emsesp] Process setting 0x35 for device 0x08
001+22:07:45.888 T 384: [emsesp] Thermostat(0x18) -> Boiler(0x08), UBASetPoints(0x1A), data: 00 00
001+22:07:45.888 D 385: [emsesp] Process setting 0x1A for device 0x08
001+22:07:49.990 T 386: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A6 00 00 80 02 00 C0 01 13 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:07:50.064 D 387: [mqtt] Publishing topic ems-esp/boiler_data (#57035, retain=0, retry=1, size=616, pid=1)
001+22:07:50.165 D 388: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57036, retain=0, retry=1, size=484, pid=1)
001+22:07:50.231 T 389: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 14 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:07:50.266 D 390: [mqtt] Publishing topic ems-esp/thermostat_data (#57037, retain=0, retry=1, size=121, pid=1)
001+22:07:59.975 T 391: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A5 00 00 80 02 00 C0 01 13 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:08:00.069 D 392: [mqtt] Publishing topic ems-esp/boiler_data (#57038, retain=0, retry=1, size=616, pid=1)
001+22:08:00.170 D 393: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57039, retain=0, retry=1, size=484, pid=1)
001+22:08:00.215 T 394: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 13 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:08:00.271 D 395: [mqtt] Publishing topic ems-esp/thermostat_data (#57040, retain=0, retry=1, size=121, pid=1)
001+22:08:02.855 D 396: [emsesp] Fetching values for deviceID 0x08
001+22:08:02.855 D 397: [telegram] Tx read request to device 0x08 for type ID 0x14
001+22:08:02.855 D 398: [telegram] Tx read request to device 0x08 for type ID 0x16
001+22:08:02.855 D 399: [telegram] Tx read request to device 0x08 for type ID 0x33
001+22:08:02.855 D 400: [emsesp] Fetching values for deviceID 0x18
001+22:08:02.855 D 401: [emsesp] Fetching values for deviceID 0x09
001+22:08:02.907 D 402: [telegram] Sending read Tx [#254], telegram: 8B 88 14 00 20
001+22:08:02.908 T 403: [emsesp] Me(0x0B) <- Boiler(0x08), UBATotalUptime(0x14), data: 20
001+22:08:02.946 D 404: [emsesp] Last Tx read successful
001+22:08:02.946 T 405: [emsesp] Boiler(0x08) -> Me(0x0B), UBATotalUptime(0x14), data: 32 53 9A
001+22:08:03.125 D 406: [telegram] Sending read Tx [#255], telegram: 8B 88 16 00 20
001+22:08:03.138 T 407: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameters(0x16), data: 20
001+22:08:03.174 D 408: [emsesp] Last Tx read successful
001+22:08:03.175 T 409: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameters(0x16), data: FF 43 54 00 00 F6 03 01 03 64 0A 04
001+22:08:03.312 D 410: [telegram] Sending read Tx [#0], telegram: 8B 88 33 00 20
001+22:08:03.312 T 411: [emsesp] Me(0x0B) <- Boiler(0x08), UBAParameterWW(0x33), data: 20
001+22:08:03.361 D 412: [emsesp] Last Tx read successful
001+22:08:03.361 T 413: [emsesp] Boiler(0x08) -> Me(0x0B), UBAParameterWW(0x33), data: 08 FF 36 00 00 00 00 02 46 00 FF FF
001+22:08:04.111 D 414: [mqtt] Publishing topic ems-esp/heartbeat (#57041, retain=0, retry=1, size=232, pid=1)
001+22:08:09.949 T 415: [emsesp] Boiler(0x08) -> All(0x00), UBADevices(0x07), data: 0B 00 01 00 00 00 00 00 00 00 00 00 00 00 00
001+22:08:10.071 D 416: [mqtt] Publishing topic ems-esp/boiler_data (#57042, retain=0, retry=1, size=616, pid=1)
001+22:08:10.172 D 417: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57043, retain=0, retry=1, size=484, pid=1)
001+22:08:10.176 T 418: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A5 00 00 80 02 00 C0 01 11 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:08:10.273 D 419: [mqtt] Publishing topic ems-esp/thermostat_data (#57044, retain=0, retry=1, size=121, pid=1)
001+22:08:10.431 T 420: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorSlow(0x19), data: 80 00 80 00 80 00 FF FF 00 00 07 D8 47 17 57 AB 00 00 00 15 F9 78 06 8D 78 80 00
001+22:08:10.736 T 421: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 11 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:08:19.945 T 422: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorFast(0x18), data: 00 01 A5 00 00 80 02 00 C0 01 13 80 00 80 00 FF FF FF 00 00 00 00 00 00 00
001+22:08:20.074 D 423: [mqtt] Publishing topic ems-esp/boiler_data (#57045, retain=0, retry=1, size=616, pid=1)
001+22:08:20.175 D 424: [mqtt] Publishing topic ems-esp/boiler_data_ww (#57046, retain=0, retry=1, size=484, pid=1)
001+22:08:20.185 T 425: [emsesp] Boiler(0x08) -> All(0x00), UBAMonitorWW(0x34), data: 36 01 11 80 00 80 00 00 01 00 01 5E 32 01 4B 35 00
001+22:08:20.276 D 426: [mqtt] Publishing topic ems-esp/thermostat_data (#57047, retain=0, retry=1, size=121, pid=1)
ems-esp:$ log off
Log level: off
ems-esp:$

{
"System": {
"version": "3.4.0a16",
"uptime": "001+22:27:01.544",
"uptime (seconds)": 167221,
"freemem": 119,
"reset reason": "Software reset CPU / Software reset CPU",
"Temperature sensors": 0
},
"Network": {
"connection": "Wired",
"hostname": "ems-esp",
"MAC": "8C:CE:4E:95:15:DB",
"IPv4 address": "192.168.0.162/255.255.255.0",
"IPv4 gateway": "192.168.0.1",
"IPv4 nameserver": "192.168.0.1"
},
"Status": {
"bus status": "connected",
"bus protocol": "HT3",
"telegrams received": 78693,
"read requests sent": 8433,
"write requests sent": 53,
"incomplete telegrams": 8,
"tx fails": 1,
"rx line quality": 100,
"tx line quality": 100,
"MQTT": "connected",
"MQTT publishes": 57402,
"MQTT publish fails": 0,
"Temperature sensors": 0,
"Temperature sensor reads": 0,
"Temperature sensor fails": 0,
"Analog sensors": 0,
"API calls": 4,
"API fails": 0
},
"Devices": [
{
"type": "Boiler",
"name": "Condens 2500/Logamax/Logomatic/Cerapur Top/Greenstar/Generic HT3 (DeviceID:0x08, ProductID:95, Version:12.10)",
"handlers": "0x10 0x11 0xC2 0x14 0x15 0x1C 0x18 0x19 0x1A 0x35 0x16 0x33 0x34 0x26 0x2A"
},
{
"type": "Thermostat",
"name": "Worcester CRF200S (DeviceID:0x18, ProductID:216, Version:01.03)",
"handlers": "0xA3 0x06 0xA2 0x12 0x2A5 0x2A6 0x2A7 0x2A8"
},
{
"type": "Controller",
"name": "HT3 (DeviceID:0x09, ProductID:95, Version:12.10)"
}
]
}

{
"label": "settings",
"System": {
"version": "3.4.0a16"
},
"AP": {
"provision_mode": "disconnected",
"security": "wpa2",
"ssid": "ems-esp",
"local_ip": "192.168.4.1",
"gateway_ip": "192.168.4.1",
"subnet_mask": "255.255.255.0",
"channel": 1,
"ssid_hidden": false,
"max_clients": 4
},
"MQTT": {
"enabled": true,
"host": "192.168.0.160",
"port": 1883,
"username": "",
"client_id": "ems-esp",
"keep_alive": 60,
"clean_session": true,
"base": "ems-esp",
"discovery_prefix": "homeassistant",
"nested_format": 1,
"ha_enabled": true,
"mqtt_qos": 0,
"mqtt_retain": false,
"publish_time_boiler": 10,
"publish_time_thermostat": 10,
"publish_time_solar": 10,
"publish_time_mixer": 10,
"publish_time_other": 10,
"publish_time_sensor": 10,
"publish_single": false,
"send_response": false
},
"NTP": {
"enabled": true,
"server": "time.google.com",
"tz_label": "Europe/London",
"tz_format": "GMT0BST,M3.5.0/1,M10.5.0"
},
"OTA": {
"enabled": true,
"port": 8266
},
"Settings": {
"board_profile": "E32",
"tx_mode": 3,
"ems_bus_id": 11,
"syslog_enabled": false,
"syslog_level": 3,
"syslog_mark_interval": 0,
"syslog_host": "",
"syslog_port": 514,
"master_thermostat": 0,
"shower_timer": false,
"shower_alert": false,
"rx_gpio": 5,
"tx_gpio": 17,
"dallas_gpio": 4,
"pbutton_gpio": 33,
"led_gpio": 2,
"hide_led": false,
"notoken_api": false,
"readonly_mode": false,
"fahrenheit": false,
"dallas_parasite": false,
"bool_format": 1,
"enum_format": 1,
"analog_enabled": false,
"telnet_enabled": true,
"phy_type": 1,
"eth_power": 16,
"eth_phy_addr": 1,
"eth_clock_mode": 0
}
}

@proddy
Copy link
Contributor

proddy commented Jan 23, 2022

I think the best way forward is if I create a special debug version for you with some extra trace information to help pinpoint why it's failing

@guardianbs
Copy link
Author

guardianbs commented Jan 23, 2022

Sure, OK. Let me know when it's ready.

@guardianbs
Copy link
Author

@proddy Just loaded v3.4.0b0 and Climate entity HA configuration has returned. 😁

@proddy
Copy link
Contributor

proddy commented Jan 24, 2022

wonderful! To be honest, I have no idea why. I refactored some of the code but this is still a mystery why it didn't work. If you had multiple thermostats or heating circuits then I could probably think of a reason or two, but you only had hc1

@proddy proddy added the bug Something isn't working label Jan 24, 2022
@proddy proddy added this to the v3.4 milestone Jan 24, 2022
@proddy proddy removed the bug Something isn't working label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants