I’ve recently flashed one of the Lonsonho switches with tuya-convert to Tasmota, I see alot of the following messages in my log:
Exception in rgb_received when handling msg on 'sonoff/tele/STATE': '{"Time":"2019-08-03T07:09:47","Uptime":"5T17:15:34","Vcc":3.260,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"POWER":"OFF","Wifi":{"AP":1,"SSId":"SkyFi","BSSId":"38:43:7D:EA:AB:B8","Channel":11,"RSSI":100,"LinkCount":1,"Downtime":"0T00:00:21"}}'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/mqtt/light/schema_basic.py", line 315, in rgb_received
rgb = [int(val) for val in payload.split(',')]
File "/usr/src/homeassistant/homeassistant/components/mqtt/light/schema_basic.py", line 315, in <listcomp>
rgb = [int(val) for val in payload.split(',')]
ValueError: invalid literal for int() with base 10: '{"Time":"2019-08-03T07:09:47"'
Any ideas what might be wrong here with the telemetry messages? I’m using the tasmota basic v6.5 firmware.