-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Cumulative Gas Use is too high #18
Comments
I have been using the old conversion factor from the prior version, assuming that it wouldn't change. I'll take a closer look at it this weekend and update. Thanks |
FYI this appears to be broken. Can you share your conversion so we can at least adjust the sensor? |
Here is the conversion from /navien_water_heater/sensor.py. My unit is offline right now, but if the unit is reporting cubic feet you might just have to divide by 35.3147. "accumulatedGasUsage": GenericSensorDescription( |
So the Navien App has a lifetime count of therms. This integration reports in cubic feet. My natural gas provider National Grid calculates the bill using ccf which is a hundred cubic feet. I am now using a template to do the approximate conversion to ccf. sensor:
|
My NaviLink shows Total Gas Usage as 230 therms, but Cumulative Gas Use in this integration reports 22,407.2 ft³. Yesterday the app says I used .3 therms, but the Cumulative Gas Use increased 183.6 ft³. I think a unit conversion is off. This is a NPE-240 in the US.
The text was updated successfully, but these errors were encountered: