We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #15 (PR: #16) lands, this needs to be looked into as monitoring information about power on the base device node will be disabled.
The old API responds with:
{ "kW": 0.0, "kWh": 0.0 }
However, I don't have access to see what this actually means. Is kW the meter or the current draw, or is kWh ?
kW
kWh
So currently, metering is disabled.
Also, the X bridge comes with date based values as well, so the models and sensors needs to be changed to reflect this when this has been figured out.
Another thing; is the /energy/nodes available ?!
/energy/nodes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After #15 (PR: #16) lands, this needs to be looked into as monitoring information about power on the base device node will be disabled.
The old API responds with:
However, I don't have access to see what this actually means. Is
kW
the meter or the current draw, or iskWh
?So currently, metering is disabled.
Also, the X bridge comes with date based values as well, so the models and sensors needs to be changed to reflect this when this has been figured out.
Another thing; is the
/energy/nodes
available ?!The text was updated successfully, but these errors were encountered: