Alex X
Alex X
Looks like you got to the item - use transcoding with ffmpeg source.
I don't understand why you converting binary_sensor to string.
I didn't understand. Does the device work with the gateway? Or does it only work with the phone?
You can try this changes (~300 line in `devices.py`): ```python "lumi.light.aqcn02": ["Aqara", "Bulb CN", "ZNLDP12LM"], "spec": [ BoolConv("light", "light", mi="4.1.85"), BrightnessConv("brightness", mi="14.1.85"), ColorTempKelvin("color_temp", mi="14.2.85"), # ZLumiBrightness("brightness", mi="14.1.85"), # ZLumiColorTemp("color_temp", mi="14.2.85"),...
I think this is already fixed in master version https://github.com/AlexxIT/go2rtc/pull/1355
It should show error message, but can't. Maybe message contains some bad symbols, I don't know. You can check network tab in the browser dev tools. You will see new...
Try to change this line https://github.com/AlexxIT/SonoffLAN/blob/194c20765440c601b21696955c5d3c88427f836f/custom_components/sonoff/config_flow.py#L73 from `str(e)` to `repr(e)`
Maybe some network error with connection to cloud servers. You may have Internet blocking rules set up.
https://github.com/AlexxIT/SonoffLAN/releases/tag/v3.9.0
Please reopen the issue if there are still any problems