FujiHeatPump / esphome-fujitsu

MIT License
36 stars 9 forks source link

Not reporting to HA #16

Open spanznet opened 1 month ago

spanznet commented 1 month ago

Seems to be communicating with the AC but not reporting up to HomeAssistant. Debug log has these lines repeated over and over, if anyone can translate it?

[15:18:58][D][fuji:300][FujiTask]: --> 
[15:18:58][D][fuji:132][FujiTask]: 20 A1 20 0 0 0 1 0  
[15:18:58][D][fuji:139][FujiTask]:  mSrc: 32 mDst: 33 mType: 2 write: 0 login: 1 unknown: 1 onOff: 0 temp: 0, mode: 0 cP:1 uM:0 cTemp:0 acError:0 

[15:18:58][D][fuji:174][FujiTask]: <-- 
[15:18:59][D][fuji:132][FujiTask]: 0 A0 20 1F 1F 7 1 0  
[15:18:59][D][fuji:139][FujiTask]:  mSrc: 0 mDst: 32 mType: 2 write: 0 login: 1 unknown: 1 onOff: 1 temp: 31, mode: 7 cP:1 uM:0 cTemp:0 acError:0 

As there is no wired remote, I changed the connect string to false:

this->heatPump.connect(&Serial2, false);

But interestingly if I change that to true, I do get a target temp and current temp reported up to HA, but the indoor unit displays an error code when turned on.