Samsung Smart Air Conditioning

I managed to control my Samsung Smart AC (port 2878) by using Homebridge. Anyone know if it is possible to get it work with Home Assistant?

Here is some useful links:
openhub: https://www.openhab.org/addons/bindings/samsungac1
node.js: https://github.com/CloCkWeRX/node-samsung-airconditioner
homebridge for port 2878: https://www.npmjs.com/package/homebridge-plugin-samsung-air-conditioner
homebridge for port 8888: https://github.com/cicciovo/homebridge-samsung-airconditioner

I just found this on a hunt around today. https://github.com/SebuZet/samsungrac
The guy who’s developing it, SebuZet, seems to be really active on the HA forums working to get Samsung AC’s integrated.

I managed to deploy it in Hass.IO tonight. I had to also install py-pip and then xmljson to get it to run, but it’s working nicely now. Those steps were:
apk py-pip
pip install xmljson

1 Like