unreality / FujiHeatPump

Control Fujitsu AirConditioners with your Arduino board
MIT License
66 stars 12 forks source link

Zone control commands #5

Closed bezmi closed 1 year ago

bezmi commented 1 year ago

Hi, I'd like to interface with the my system's UTY-RVNYN controller, which allows for toggling zones provided a zone control interface is attached (see page 8 of the attached pdf). Do you have any recommendations for figuring out the commands needed? If use this as a secondary controller and set debugPrint to true, will it be enough to capture the required data?

DR_OP002EF_06-UTY-RVNYN_UTY-CDPXZC-D_UTY-TFNXZ3_FGLair-1.pdf

unreality commented 1 year ago

Hi @bezmi

That sounds like a good start, and it should provide all the information. As far as i know the frames are only ever 8 bytes long. Be aware that many of the bytes are bitfields, so it may be useful to change the debug print function to also output the bytes in binary so you can see which bits are flipped.

bezmi commented 1 year ago

Thanks!

j-marz commented 11 months ago

@bezmi did you end up figuring out the commands for zone control?

bezmi commented 10 months ago

@bezmi did you end up figuring out the commands for zone control?

Unfortunately not, we moved and the new place has a different system.