Jason Rumney
Jason Rumney
I suspect that the config as generated from the iot.tuya.com may not work correctly. Common issues encountered are: 1. Enum values listed in iot.tuya.com are often wrong, or are translated...
The matching to config files is done by comparing the data returned by the device to the ids and types in the config files. The documentation from iot.tuya.com is useful...
Sorry, there is a lot of information in your original comment to take in. It does look like the local protocol is using the same strings as documented in the...
Please open a separate issue for this discussion, as it is not related to the device that this issue was opened for.
I've gone ahead and added support for this on the assumption that the upper and lower temperatures are configurable minimum and maximum limits rather than an a target range for...
I would put the unknown dps as extra attributes on the primary entity. It isn't really useful to break them out into individual sensors until you know what they mean....
Available in 0.18.1
You can see the change at the link to the commit above. compteur_energy_meter.yaml was the name of the config file.
I need the logs for the device so I can see the actual format used for the fields documented as Json (they are seldom Json, more often hex or base64)
That is just more cloud API documentation. I need to see how the local messages are formatted, in particular the ones that are Json in the cloud API, as they...