Alternative way of AC control #48
mateuszdrab
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys
Just wanted to share an idea as I've managed to get the control of my unit work through the AB line with a Realtime FDP3 gateway which I got off eBay which is available for about £50. There is also a Modbus only version of the FDP3 module which surprisingly costs more despite not having the inputs for manual control. There is a chance the Modbus specific option has a better implementation of the Modbus protocol but we'll never know as it seems the company is no longer trading.
The gateway features a Modbus interface and I connected it to a Waveshare Modbus to WiFi gateway (which supports Modbus RTU to TCP gateway feature) and then I got a climate component set up in HASS using the Modbus Climate integration.
The only culprit is that the return air temperature needs to be scaled down/divided by 100 to get the right float number; however, this is not possible in the current Modbus integration so I had to manually modify the source code to do that. I plan on expanding the Modbus Climate feature for scaling that value only and PR it back.
The configuration in home assistant looks like this
The other issues I found is that sometimes when the unit is off, I can't seem to be able to power it on via HASS but it works fine with the wireless remote, wired remote.
When running swing mode, the wireless remote can't seem to stop it when the FDP3 unit is connected, luckily can control it via HASS but it's not as fine grained control as with the remote.
I presume the FDP3 device only handles a subset of the AB control protocol.
When trying to change too many settings on the AC at the same time, sometimes not all settings change. Presume this might be due to slowness of Modbus or something with the FDP3 device.
I'm happy to share more details if anyone wants to try implement this solution as I'm quite curious if others would experience the above issues as well.
Anyways, I hope this helps as is.
Beta Was this translation helpful? Give feedback.
All reactions