Jason Rumney
Jason Rumney
Useful information extracted from that dump: The device seems to be an electricity meter from the manual. `"name":"Inteligentny licznik linii Din Rail(AT4P) 2","productId":"tjtigg991kvoiiqi"` ``` "dps":{"1":true,"9":0,"17":0,"18":55,"19":0,"20":23092,"101":100,"102":0,"103":0,"104":2650,"105":1000,"106":26500,"107":"english","108":9,"109":3,"110":60,"111":true,"112":"controlled","113":false,"114":false,"115":false,"116":false,"117":"measurement","118":"safety_protection","119":750,"120":true,"123":30,"132":"off","133":0,"134":0,"135":0,"136":"single_rate","137":5,"138":"open","139":false,"140":50000,"141":false,"142":0,"143":30} ``` Seems to be a...
Local logs are needed. Tuya devices have a limit of 255 bytes per message, and that dps list is 434 bytes in length, so clearly hasn't been captured from the...
After you attempt to add the device to HA as a tuya-local device, go to Settings / System / Logs and look for messages from Tuya local. In one of...
This feature was added in 2024.5.3
This requires more info on the dps: possible values that dp 1 can take, range and meaning of dps 101, 102, 104, 105, and whether dp 103 is a switch...
I think this issue requires debug logs to figure out what is going on. You can enable debugging in the device settings, when you disable it again, the log will...
This is the diagnostics, which is just a snapshot of the current state of the dps. I need the debug log, that will show the flow of setting the charge...
When effect is a separate dp, it should have an explicit "off" value, but if it is combined with color_mode (as is the case for many tuya bulbs supporting scene...
The way this device splits its settings across multiple dps makes it difficult to support, unless that rather dipswitch like control interface is just simply copied instead of trying to...
If the log is not outputting the DPS when it is added, then it is being detected as 100% compatible. This may be because the Ceres device does not broadcast...