Replies: 5 comments
-
please attach the debug info. The error is obviously in the topic name '0\x9e\x02\x00\x0cems-esp/' so interested what you set your hostname and mqtt base too |
Beta Was this translation helpful? Give feedback.
0 replies
-
{
"System Status": {
"version": "3.4.2",
"uptime": "001+18:41:16.321",
"freemem": 127,
"reset reason": "Software reset CPU / Software reset CPU"
},
"Network Status": {
"connection": "WiFi",
"hostname": "ems-esp",
"RSSI": -71,
"IPv4 address": "redacted",
"IPv4 gateway": "redacted",
"IPv4 nameserver": "redacted",
"static ip config": false,
"enable IPv6": false,
"low bandwidth": false,
"disable sleep": false,
"AP provision mode": "never",
"AP security": "wpa2",
"AP ssid": "ems-esp"
},
"NTP Status": {
"network time": "connected",
"enabled": true,
"server": "redacted",
"tz label": "Europe/Amsterdam"
},
"OTA Status": {
"enabled": false,
"port": 8266
},
"MQTT Status": {
"MQTT status": "connected",
"MQTT publishes": 118673,
"MQTT publish fails": 0,
"enabled": true,
"client_id": "gazkazan",
"keep alive": 60,
"clean session": true,
"base": "ems-esp",
"discovery prefix": "homeassistant",
"nested format": 2,
"ha enabled": true,
"mqtt qos": 0,
"mqtt retain": false,
"publish time boiler": 0,
"publish time thermostat": 0,
"publish time solar": 0,
"publish time mixer": 0,
"publish time other": 0,
"publish time sensor": 0,
"publish single": false,
"publish2command": false,
"send response": false
},
"Syslog Status": {
"enabled": false
},
"Sensor Status": {
"temperature sensors": 0,
"temperature sensor reads": 0,
"temperature sensor fails": 0
},
"API Status": {
"API calls": 0,
"API fails": 0
},
"Bus Status": {
"bus status": "connected",
"bus protocol": "HT3",
"bus telegrams received (rx)": 485022,
"bus reads (tx)": 53491,
"bus writes (tx)": 118599,
"bus incomplete telegrams": 0,
"bus reads failed": 84,
"bus writes failed": 1314,
"bus rx line quality": 100,
"bus tx line quality": 100
},
"Settings": {
"board profile": "MH-ET",
"tx mode": 3,
"ems bus id": 11,
"shower timer": false,
"shower alert": false,
"rx gpio": 23,
"tx gpio": 5,
"dallas gpio": 18,
"pbutton gpio": 0,
"led gpio": 2,
"hide led": false,
"notoken api": false,
"readonly mode": false,
"fahrenheit": false,
"dallas parasite": false,
"bool format": 1,
"bool dashboard": 1,
"enum format": 1,
"analog enabled": false,
"telnet enabled": true
},
"Devices": [
{
"type": "Boiler",
"name": "Condens 2500/Logamax/Logomatic/Cerapur Top/Greenstar/Generic HT3",
"device id": "0x08",
"product id": 95,
"version": "15.02",
"entities": 59,
"handlers received": "0x10 0x11 0x15 0x1C 0x18 0x19 0x34",
"handlers fetched": "0x14 0x16 0x33",
"handlers pending": "0xBF 0xC2 0x1A 0x35 0x26 0x2A"
},
{
"type": "Thermostat",
"name": "FW200",
"device id": "0x10",
"product id": 106,
"version": "12.10",
"entities": 11,
"handlers received": "0x06 0x0166 0x23",
"handlers fetched": "0x016F 0x0165",
"handlers pending": "0xA3 0xA2 0x12 0x0170 0x0171 0x0172 0x0167 0x0168 0xBB 0x0123",
"handlers ignored": "0xBE 0x01D3 0x35 0x1A"
},
{
"type": "Controller",
"name": "HT3",
"device id": "0x09",
"product id": 95,
"version": "15.02",
"entities": 0
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
settings look ok |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also get ocassionally:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug description
I get this, occasionally in Home Assistant log:
Steps to reproduce
Nothing special. About once a day this happens by itself.
Expected behavior
No errors in the log.
Screenshots
N/A
Device information
This is on a Generic HT3, with a controller detected as thermostat FW200 (not having an actual EMS thermostat in the system), in a Junkers Ceraclass Excellence ZSC 28-3 MFA E 23.
ems-esp32: v3.4.2
home assistant: 2022.9.6
Additional context
Beta Was this translation helpful? Give feedback.
All reactions