You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running this for about 4 weeks on ESP8266s and getting good results with the heatpumps in HEAT mode. I'm able to monitor and control them via the embedded web servers as well as Home Assistant which I'm using to write external temperatures to the indoor units and everything is stable.
Some observations:
The MSZ-FS12NA-U1 indoor unit reports the value for the compressor frequency sensor, the others report 0.
One of the MSZ-GS09NA-U1 indoor units reports the values for the energy usage and input power sensors, the 2nd MSZ-GS09NA-U1 reports between 1 and 8 watts for input power, and the MSZ-FS12NA-U1 reports 0 for both.
All 3 report the same outdoor temperature.
Using an external temperature source seems to have improved the consistency and accuracy of maintaining the set point.
The MSZ-FS12NA-U1 indoor unit has the iSee feature and the status is correctly reported.
The MSZ-GS09NA-U1 indoor units do not have iSee and the logs contain these lines before a warning:
[20:29:20][D][Header:091]: command: (62) data length: [10]<-- header
[20:29:20][D][READ:170]: FC 62 01 30 10 09 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 14
[20:29:20][D][chkSum:077]: OK-> 14=14
[20:29:20][D][CYCLE:364]: 5b: Receiving Power/Standby response
[20:29:20][D][Decoder:148]: [0x09 is sub modes]
[20:29:20][W][lookup:204]: auto mode sub mode caution: value 64 not found, returning value at index 0
So perhaps the 0x40 byte from the heatpump is saying iSee is unsupported.
I don't know if the installers did anything to designate roles among the indoor units, but I've power cycled the breaker that feeds them a few times and so far the behavior is consistent.
I really appreciate all the work that's gone into this and the supporting projects, having access to real time operational data has helped me to reduce energy usage by reducing the time the spent in defrost and preheat modes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been running this for about 4 weeks on ESP8266s and getting good results with the heatpumps in HEAT mode. I'm able to monitor and control them via the embedded web servers as well as Home Assistant which I'm using to write external temperatures to the indoor units and everything is stable.
Some observations:
[20:29:20][D][Header:091]: command: (62) data length: [10]<-- header
[20:29:20][D][READ:170]: FC 62 01 30 10 09 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 14
[20:29:20][D][chkSum:077]: OK-> 14=14
[20:29:20][D][CYCLE:364]: 5b: Receiving Power/Standby response
[20:29:20][D][Decoder:148]: [0x09 is sub modes]
[20:29:20][W][lookup:204]: auto mode sub mode caution: value 64 not found, returning value at index 0
So perhaps the 0x40 byte from the heatpump is saying iSee is unsupported.
I don't know if the installers did anything to designate roles among the indoor units, but I've power cycled the breaker that feeds them a few times and so far the behavior is consistent.
I really appreciate all the work that's gone into this and the supporting projects, having access to real time operational data has helped me to reduce energy usage by reducing the time the spent in defrost and preheat modes.
Beta Was this translation helpful? Give feedback.
All reactions