Arnold-n / P1P2MQTT

Monitor and control Daikin/Rotex (hybrid/Altherma) heat pumps via the 2-wire P1/P2 thermostat interface with an ATmega328P, ESP8266, and electronics. The P1P2Serial library and P1P2Monitor program perform low-level bus operation, the P1P2-bridge-esp8266 program interprets data from/to MQTT supporting Home Assistant MQTT discovery. P1P2Serial may also be used for other Japanese Home Bus System based standards: DIII-NET (F1/F2) bus, Mitsubishi M-Net bus, Toshiba TCC-Link, Hitachi H-link, Panasonic/Sanyo SIII-Net, Haier, York, and others.
Other
324 stars 62 forks source link

The "F1" not stored to EEPROM #114

Closed DiabloVmax1200 closed 4 months ago

DiabloVmax1200 commented 4 months ago

As written here: https://github.com/Arnold-n/P1P2MQTT/issues/83#issuecomment-2118903166 the F1 is not stored to EEPROM. Could you please implement this. Would make life easier - each change at the Daikin Unit leads to a restart and resulting in an error because of the "missing" Roomtemp.

Arnold-n commented 4 months ago

Can you test P1P2Monitor v0.9.54? It should store the setting in EEPROM and should fix the 25.6C bug.

DiabloVmax1200 commented 4 months ago

Thanks EEPROM Storage of F1 State is also fixed with Firmware_images/P1P2Monitor-v0.9.54-Eseries-P1P2MQTT-bridge.ino.hex

DiabloVmax1200 commented 4 months ago

Thanks EEPROM Storage of F1 State is also fixed with Firmware_images/P1P2Monitor-v0.9.54-Eseries-P1P2MQTT-bridge.ino.hex

Arnold-n commented 4 months ago

Great, many thanks for your quick testing and your kind sponsoring!

DiabloVmax1200 commented 4 months ago

I have to thank. Great work!