-
Hi all, i would like to contribute new devices, as you already seen before. There is an issue i really don't understand. For now i did do a work around, for example, i want to add my pet water fountain, it detects device type heater, so what i did was when selecting and before pressing submit, i went to that yaml of that specific heater device and past my code and save it, and then press submit, and it added my device normally and working, but i know this is not the way to test. can someone say what i'm doing wrong ? regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The local protocol data is normally not 100% according to the documentation. That is why the first thing requested in the new device template is local logs, to see what the actual data received from the device is. Frequently there will only be partial data returned on initial connection, and you will need to make all the other dps optional in order for your config to match. |
Beta Was this translation helpful? Give feedback.
-
i did some more debugging and this one is weird: so when adding this it detects during adding:
when adding this it does not detect...
when changing that secondary_entities: to the one from the sprinkler it get detected:
whats going on here ? i'm confused... |
Beta Was this translation helpful? Give feedback.
Look at your log message above. DP 102 has the value 1, which is an integer, not a boolean.