How to get wattage characteristics data in HAA home manager #2401
sbum8181
started this conversation in
MEPLHAA Scripts
Replies: 0 comments
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 @RavenSystem 👋
First of all, thank you for the amazing work on esp-homekit-devices (HAA).
I’m currently working on a power socket configuration using Free Monitor (t:80) and Math Operations (n:5), and I wanted to clarify one point to ensure I’m using it correctly as per the official design.
I have:
• t:75 for power monitoring (with vf / cf / pf calibration)
• t:80 with n:5 for math operations (Voltage × Current)
• t:22 for esp32c3 internal NTC
My question is specifically about dt usage:
👉 Is it correct that dt (Math Operations)
Thanks again for your great work and for supporting the community 🙏
Looking forward to your guidance.
Best regards,
Sbum
{
"c": {
"io": [[[4],6],[[10,5,8],2],[[7,6],1],[[3],10,0,3]],
"m": 100,
"l": 8,
"b": [[4,5]],
"sn": "Sbum/Socket",
"n": "POWER OUTLET",
"pt": 2,
"w": 3,
"e": 3
},
"a": [
{
"t": 2,
"1": { "r": [[10, 1]] },
"0": { "r": [[10, 0]] },
"b": [[4]],
"s": 5,
"es": [
{
"t": 75,
"n": 0,
"dt": [7, 6, 5],
"j": 5,
"vf": 0.1195,
"cf": 0.01,
"pf": 0.9,
"y0": [
{ "v": 255, "0": { "m": [[1, 0]] } }
],
"y1": [
{ "v": 15, "0": { "m": [[1, 0]] } }
]
},
{
"t": 22,
"h": 2,
"n": 5,
"g": 3,
"j": 10,
"y0": [
{ "v": 75, "r": 1, "0": { "m": [[1]] } }
]
},{"t":80,”h”:0,"n":5,"dt": [0, 0, 0, 1, 3, 0,4, 4, 0 ],"tg":[2,2]}
]
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions