-
Notifications
You must be signed in to change notification settings - Fork 27
Heating / Cooling Panels as Thermostats #131
Comments
I already explored this opportunity but I didn’t find suitable actions. Can you check too? |
Will try of course. I will get familiar with the code first. Can you please guide me on the challenges you faced while checking this so I can continue from there.. |
Will check tonight |
Hello ! I did some REST test requests and I confirm that you can change the zone "handTemperature" via the API which could expose the heating and cooling panels as thermostats in the home app I hope.
|
@carlittoer, I'm still not able to set the handTemperature of the panel. Can you confirm that your are using a PUT request to /panels/heating/{heatingID} with a body of: ? |
@carlittoer, I also need to set the handTimestamp value in order to set the Manual mode; I'm not able to find a call to return to Schedule mode. |
Ok, to return to schedule mode I need to set handTemperature and handTimestamp to 0. |
oh great ! This could also work with cooling panels as well for air conditioners :) Thanks man... can't wait ;) |
Yes it was a put request with the same data load... |
Question, do you think 1 thermostat could have the heating mode control the heating panel and cooling mode control the cooling panel? |
I think so |
Hi, Are you planning to release this soon? Thanks. |
Very busy atm |
Hi ! I know you're busy. Just checking if this is scheduled for sometime soon :) |
Next season :-) |
Hi! Winter is coming :) Will it be possible to have the panels work as thermostats ? Thanks! |
Still very busy ... |
Hi ! Would love to see this implemented this year ... I can help with testing. |
Hi,
Is it possible to expose heating and cooling zones as thermostats in the home app the same way they appear in the Fibaro App?
The API lists that the heating and cooling panels (zones) support all methods
GET, DELETE, POST, PUT
URL: /api/panels/heating
URL: /api/panels/cooling
The text was updated successfully, but these errors were encountered: