Hi
I new with tasmota I want to connect the tasmota to thingsboard app.
My first step is to subscribe to the following channel: v1/devices/me/rpc/request/+
I created rules:
I get an answer as follow:
The original from the tasmota description:
15:39:11.497 RUL: MQTT#CONNECTED performs "Subscribe BkLight, stat/me/POWER"
15:39:11.504 MQT: v1/devices/me/stat/RESULT = {"Subscribe":"BKLIGHT,stat/me/POWER/#"}
If I try in this way:
15:39:02.862 CMD: Rule4 ON mqtt#connected DO Subscribe BLKLIGHT, v1/devices/me/rpc/request/+ ENDON
15:39:02.867 RSL: RESULT = {"Command":"Error"}
If I put the BKlight in :
19:27:49.320 RUL: MQTT#CONNECTED performs "Subscribe, v1/devices/me/rpc/request/+"
19:27:49.327 MQT: v1/devices/me/stat/RESULT = {"Subscribe":"Wrong parameters"}
19:27:49.340 RUL: MQTT#CONNECTED performs "Subscribe BkLight, stat/me/POWER"
19:27:49.346 MQT: v1/devices/me/stat/RESULT = {"Subscribe":"BKLIGHT,stat/me/POWER/#"}
So the response is: subcribe: wrong parameter or command Error
Could anybody tell me how can I subscribe to the v1/devices/me/rpc/request/+
With Tasmiota rules?
Thanks in advance.
Zoli