mlfunston / node-red-contrib-broadlink-control

Set of node-red nodes to manage the Broadlink home automation device suite
MIT License
44 stars 24 forks source link

ENHANCEMENT: Thermostat with Broadlink protocol support #36

Open S474N opened 4 years ago

S474N commented 4 years ago

There are many heating thermostats with broadlink protocol, for example: https://hackaday.io/project/162466-beok-bot-313w-thermostat-hack

Here is Broalink protocol in Python: https://github.com/mjg59/python-broadlink/blob/master/broadlink/__init__.py

https://github.com/ralphm2004/broadlink-thermostat

https://community.home-assistant.io/t/floor-heat-thermostat/29908/13

Is it possible, to add this support to your plugin?

mlfunston commented 4 years ago

Ok - Will take a look at it and see. I won't be able to test it though, so you will need to support with that. It seems much the same as some of the other Broadlink devices and there are some configs in the python library I might be able to convert.

S474N commented 4 years ago

I will ready to test it on my own ;)