19.03.2021, 05:53
(26.02.2021, 11:59)admin Wrote: Modify the example in my previous post and implement your custom actions based on the received payload value.
Hi,
modification according to the log it is working fine... for Boolean objects but when it comes to light Dimming and Fan regulator the commands are different for each value can you please update that conversation according to the following parameters..
group address to Mqtt

fan speed1_very low----->C,5,1,\r\n
fanspped-low ------>C,5,2,\r\n
fanspeed_medium ------>C,5,3,\r\n
fanspeed_High ----->C,5,4,\r\n
fan_off ----->C,5,0\r\n
mqtt to group address

fan speed1_very low----->C,5,1
fanspped-low ------>C,5,2
fanspeed_medium ------>C,5,3
fanspeed_High ----->C,5,4
fan_off ----->C,5,0