1) Give a description of the problem
I’m trying to use a virtual switch + bond requests to set it up so that if the fan is off down tap up on the switch sets the speed to 1. It’s not working.
my code is as follows, I’ve also tried other variants.
concat(text(“http://192.168.xx.xxx/v2/devices/"),DeviceID,text("/actions/SetSpeed1,DeviceID,text(/actions/SetSpeed1)”))
i already know the deviceid and concat function is fine as increasespeed works without any issues.
2) What is the expected behaviour?
(see above)’
3) What is happening/not happening?
it’s not turning on
**4) Post a Green Snapshot of the piston!
The code issue is the last section.