Input for values

  1. I pressed it right now. Same outcome. Setpoint change doesnt work.

  2. I have the router from ISP only. It s not only me who couldn’t get the port forwarding work. Even the ISP support couldn’t get it work. It is still in progress. Belive me, i have tried everything. I needed the portforwarding for Fibaro support also, and we couldn’t get it work. ISP provider promised me that they will send someone to check it. Still waiting.

I have tesetd for Fibaro right now. I am gonna test the others. 1 sec pls

Setpoint change test
The Bedroom Danfoss (328) is working.
Livingroom Heatit (474) doesnt work
Office Fibaro deosnt work

The Danfoss uses an HTTP GET like all other Fibaro commands so I did expect that one to at least work. Thanks for confirming. The other 2 I’m using HTTP POST. Maybe the API doesn’t like POST

Wait a minute please

I will send you all HTTP commands that need to be used okay? I mean i can see in the Swagger, what API command what type of call needs

Do you see anything related to “callAction”?

Do either of these 2 URLs work? They should set a 2 hour hold on Livingroom to 21 degrees

http://IP_ADDRESS/api/callAction?deviceID=474&name=setClimatePanelOverrideSchedule&arg1={“setpoints”:[{“type”:“Heating”,“unit”:“C”,“value”:“21”}],“mode”:“Heat”}&arg2={“type”:“Minutes”,“value”:120}

http://IP_ADDRESS/api/callAction?deviceID=474&name=setClimatePanelOverrideSchedule&arg1=%7B%22setpoints%22%3A%5B%7B%22type%22%3A%22Heating%22%2C%22unit%22%3A%22C%22%2C%22value%22%3A%2221%22%7D%5D%2C%22mode%22%3A%22Heat%22%7D&arg2=%7B%22type%22:%22Minutes%22,%22value%22:120%7D

Yes, the second one worked

The first has thrown server error

Tried it again…no change

I’m creating a new build now. My HTTP POST URLs were formatted incorrectly. Should have another version for you in 15 minutes or so.

Okay, let me know if you need anything…

Version 4.5.0.0 was just uploaded. Can you please download it & see if they work now?

yes, give me a sec pls

Bedroom 328
Got the time value
Got the setpoint
HR dropdown doesnt show time, but shows “Follow the schedule”
Time values have correctly applied in Fibaro interface.

Livingroom 474
Got the time value
Got the setpoint
The HR dropdown shows the correct endtime value, like “Hold until 0:20”
Time values have correctly applied in Fibaro interface.

Office 607
Got the time value
Got the setppoint
The HR dropdown doesn’t show anything
Time values have correctly applied in Fibaro interface.