alexander-vitishchenko / hc3-to-mqtt

Fibaro HC3 integration with Home Assistant & NodeRed
MIT License
31 stars 13 forks source link

Fibaro Thermostats support #4

Closed dmit2k closed 3 years ago

dmit2k commented 3 years ago

Thank you very much for this nice piece of code!

It works just fine with my HCL3 controller and connected sensors and relays, but I can't get the thermostatic heads to be recognised in full by HomeAssistant.

I'm seeing only current temperature from it's sensors, but not the heating mode and heating setpoints.

Is it a bug or it is not implemented yet?

alexander-vitishchenko commented 3 years ago

hc3-to-mqtt bridge has "heat" and "cool" modes support, for the following thermostat models:

There is a high chance that your Fibaro Thermostat doesn't match criteria (b) and/or (c). And if so - it should be real simple to add support for your device... if I only had it in my home lab.

As an option, you can share your parent + child devices info, in a form of JSON. Then I publish a new version of hc3-to-mqtt bridge that should support Fibaro Thermostat.

fyi - you can get device info in a form of JSON using Swagger UI within HC3/HCL3info, or by using REST API http://your_hc3_server_address/api/devices/

alexander-vitishchenko commented 3 years ago

Closed the issue, as no details have been provided by the requestor