Replies: 2 comments 7 replies
-
From your description, either one of the following seems to be happening:
|
Beta Was this translation helpful? Give feedback.
7 replies
-
If that is from the device query above, it is cloud values. It is quite likely that this attribute is not included in the local data, or sent infrequently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I included two of these
![image](https://private-user-images.githubusercontent.com/1316595/358324547-0a875852-1278-4785-b055-2a142c7fb9fb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODE5MzYsIm5iZiI6MTczOTI4MTYzNiwicGF0aCI6Ii8xMzE2NTk1LzM1ODMyNDU0Ny0wYTg3NTg1Mi0xMjc4LTQ3ODUtYjA1NS0yYTE0MmM3ZmI5ZmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTM0NzE2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWRlNDI5ZmUzMjkxMTFjNTEyOWMxYTJiYjMxNzFiNDYzYzA0ZDZmNWFlYTMxN2M3OTMyMzJlZDRhY2YzY2NlYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.vWg4zt87HRWKTkgwriimuelELWWXrBACG_n7jKWzgI8)
Tuya local recognizes them as wdyk_3phase_energymonitor and a lot of entities are correct. However there are plenty more DP's and some of the same once have slightly different/better specifications.
So I though I would make a copy of the wdyk_3phase_energymonitor.yaml, give it a new name and start adapting it. But adding the device does not give me the possibility to select it.
So I though I would just modify the existing wdyk_3phase_energymonitor.yaml , and when I add it I will get my modified entities. Again no luck, the device is no longer recognized as such. So I dont understand how I should approach this.
I really would appreciate some help how to address this.
Some of the changes I wanted to make:
change it to:
And I wanted to add this one:
If these are actually 100% correct I dont know. I have more DP's I woould like to add.
This is the model specification:
And here a device query so you can see some actual values returned:
Beta Was this translation helpful? Give feedback.
All reactions