Worked through a problem I had and found that the commands passed to Virtual Tasmota via MQTT must be lower case.
cmnd/bedroomlight/power1 ON (works)
cmnd/bedroomlight/POWER1 ON (Doesn't)
It also appears that currently power1 ON toggles the light, just ad power1 OFF does. This means you can turn off the light (if it is on) using power1 ON.
This applies to dimmer and teleperiod, however RESULT and STATE are maintained as capitals.
Worked through a problem I had and found that the commands passed to Virtual Tasmota via MQTT must be lower case.
cmnd/bedroomlight/power1 ON (works)
cmnd/bedroomlight/POWER1 ON (Doesn't)
It also appears that currently power1 ON toggles the light, just ad power1 OFF does. This means you can turn off the light (if it is on) using power1 ON.
This applies to dimmer and teleperiod, however RESULT and STATE are maintained as capitals.