ilcato / homebridge-fibaro-home-center

Homebridge plugin for Fibaro Home Center
Apache License 2.0
27 stars 24 forks source link

Add thermostat compatibility #404

Closed carlosdiazcat closed 2 months ago

carlosdiazcat commented 3 months ago

Hi, in the line 415 of fibaroAccessory.ts "case (type === 'climateZone'):" could you add case (type === 'com.fibaro.hvacSystem'): and case (type === 'com.fibaro.hvacSystemAuto'): for normal thermostat, are other for cool or heat like heat controller device ('com.fibaro.FGT001')

mkz212 commented 3 months ago

@carlosdiazcat

platform.ts , lines from 164 to 178 , to understand climate and heating zones in this case. 😉

Maybe describe more what you want to achieve?

If I understand correctly you want to add new device type. If so, close this Issue and open new, using "new device" template.

github-actions[bot] commented 2 months ago

This Issue was automatically marked as stale (out of date) because it had no activity recently. It will close in 5 days if there will be no new activity. Thank you for your contribution.

github-actions[bot] commented 2 months ago

This Issue has automatically been closed due to no new activities. Once again, thank you for your contribution.