Is your feature request related to a problem? Please describe.
iobroker does only send true/false or 0/100 (for lits) but tasmota firmware only accepts 1/0 or ON/OFF.
extend MQTT message set.
Already saw that in many posts, but with no good answer.
Describe the solution you'd like
Please add true/false as
'cmnd/myDevice/power' -m 'true'
for setting POWER to 1
Describe alternatives you've considered
rules don't work properly
"Rule1":"1","Once":"0","StopOnError":"0","Free":435,"Rules":"on event#power=false do power1 0 endon on event#power=true do power1 1 endon"
as iobroker can't generate a message with payload power=false
Is your feature request related to a problem? Please describe.
iobroker does only send true/false or 0/100 (for lits) but tasmota firmware only accepts 1/0 or ON/OFF.
extend MQTT message set.
Already saw that in many posts, but with no good answer.
Describe the solution you'd like
Please add true/false as
'cmnd/myDevice/power' -m 'true'
for setting POWER to 1
Describe alternatives you've considered
rules don't work properly
"Rule1":"1","Once":"0","StopOnError":"0","Free":435,"Rules":"on event#power=false do power1 0 endon on event#power=true do power1 1 endon"
as iobroker can't generate a message with payload power=false