Fibaro radiator - override schedule

Hi

I was struggling to use Fibaro radiators in HR, but i am about to give it up…
I don’t know if its a Fibaro issue or HR issue, but probably its a Fibaro thing…

First.

Tiles can not be used for Fibaro radiator thermopstats, because HR can’t get the setpoint and the temperature from the same device, as they are coming from two sources…
One is the radiator device (here you can adjust the setpoint)
Second one is the temperature sensor (from here we can get back the sensed values)
The workarounbd for this is to create distinct tiles for every single Fibaro radiator…
The problem is, I have 20 of them… :joy: :joy:

Second

I made all 20 tiles separately for every single radiator…
The problem what appeared, is the hetaing schedule override functionality…
It just doesnt work…At least for Fibaro i cant get it working…

I suppose this is also a problem what originates in Fibaro, so i would appreciate any suggestion
How to setup a detail tile for Fibaro radiator thermostat

In Fibaro we can set an override like this:

Here I am setting up an ovverride for exisiting schedule…
This supposed to set the setpoint to 25 celsius for duration of 4 hours 30 minutes

fibaro.call(609, 'setOverrideSchedule', '{"data":{"mode":"Heat","setpoints":[{"type":"Heating","unit":"C","value":25}]},"type":"thermostat"}', '{"type":"Hours","value":4}', '{"type":"Minutes","value":30}')

How can i achieve this in HR?

I don’t know what the REST API call looks like for this command. You will probably need to write your own plugin.