Replies: 1 comment 3 replies
-
|
There are several similar devices in the repository already. I expect the format will be the same, given that the dps assignments are the commonly used 6, 7 and 8 for phase data. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have the device "Three-phase reclosing V2", it is a three-phase circuit breaker, but I'm not able to create the sensors for voltage, current and power, what I have is this:
{
"code": "phase_a",
"custom_name": "",
"dp_id": 6,
"time": 1759613141028,
"type": "raw",
"value": "CWMAAWkAADM="
},
{
"code": "phase_b",
"custom_name": "",
"dp_id": 7,
"time": 1759613141131,
"type": "raw",
"value": "CXwAANEAAAs="
},
{
"code": "phase_c",
"custom_name": "",
"dp_id": 8,
"time": 1759613141425,
"type": "raw",
"value": "CVsAJqMACS0="
},
Can anyone help me? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions