"State" not triggered on RPC request
I have a working IFTTT connection with the RPC link, based on the tutorial.
It works just fine for "Value" ValueNames, but whenever I want to control scenes, nothing happens...
My scene looks like:


And my JSON body looks like:
{"objectName":"Tasks\\Verlichting\\Avondeten","valueName":"State","value":"true"}Other calls like below work just fine...
{"objectName":"Devices\\KNX\\2.status\\status verlichting on/off\\status L004 on/off","valueName":"Value","value":"true"}What am I missing here?
Thanks!
Hi Michiel,
The documentation provided on the website, only ComfortClick can change.
But everyone can improve the documentation either by creating a post here, or send to ComfortClick team.
Basically, the existing RPC features, allow almost anything to be controlled, for example:
SetValueTrue or false for lights, to enable or disable schedules...etc
To update string variables, doubles...etc
GetValue
To basically get any value from any variables..
CallFunction
Run (to run scenes, etc)
StartSimulation / StopSimulation (to start / stop presence simulation nodes)
SendAlert (to send alerts to users)
RunFromClient / AbortFromClient (to run / abort running a task)
Etc etc...
It's a matter of exploring the Values and Functions available on every node actually, and try it out...
With IFTTT integration we can do whatever we want, either integrate bOS with other IFTTT services, or the opposite.
Best regards