raomin / ESPAltherma

Monitor your Daikin Altherma / ROTEX heat pump with ESP32
MIT License
338 stars 113 forks source link

no sensor values and time out on register 0x.. #257

Closed J1Buskens closed 1 year ago

J1Buskens commented 1 year ago

When I check the AlthermaSensors in Home Assistant I only get

WifiRSSI: -35dBm
FreeMem: 255472
friendly_name: AlthermaSensors

when I check the mqtt logs I get a lot of:

Message 7 received on espaltherma/log at 9:58 PM:

QoS: 0 - Retain: false
Message 6 received on espaltherma/log at 9:58 PM:
Retrying...
QoS: 0 - Retain: false
Message 5 received on espaltherma/log at 9:58 PM:
Time out! Check connection
QoS: 0 - Retain: false
Message 4 received on espaltherma/log at 9:58 PM:
Querying register 0x21... 
QoS: 0 - Retain: false
Message 3 received on espaltherma/log at 9:58 PM:
0xf9 0xfa 
QoS: 0 - Retain: false
Message 2 received on espaltherma/log at 9:58 PM:
ERR: Time out on register 0x20! got 2/12 bytes
QoS: 0 - Retain: false
Message 1 received on espaltherma/log at 9:58 PM:
Querying register 0x20... 
QoS: 0 - Retain: false
Message 0 received on espaltherma/LWT at 9:58 PM:
Online
QoS: 0 - Retain: true

there is a common ground I am using config ALTHERMA(LT_CA_CB_04-08KW).h my device is EHVX08S23EJ9W

J1Buskens commented 1 year ago

I was using the x9 port instead op x10. Will open a different issue discussing models without x10 port.