-
Notifications
You must be signed in to change notification settings - Fork 8
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
activating fuel consumption #75
Comments
Hi, Thank you for the feedback. Since you didn't provide diagnostics, I can only assume, but since you have both "Fuel consumption" and "Total fuel burned" entities deactivated, that's usually simply means that your controller doesn't send fuel consumption as part of There's however a chance, that you boiler sends fuel consumption as part of |
Hi. I also see this options that is not enabled Total fuel burned 1 with this note 1 Special meter entity. It counts burned fuel when HomeAssistant is running. |
Thank you very much for your help! From the diagnostics, it's really seem like fuel consumption is missing from the data, provided by your device. As for Total fuel burned, it's calculated by PyPlumIO (underlying library for this integration), based on the fuel consumption data. Because your device doesn't provide fuel consumption data, the software cannot calculate total burned fuel, so both of those entities are disabled for you. Sadly there's really not much I can do about it. To illustrate my point, below are an excerpt from the ecoMAX920 diagnostics as an example: {
...
"water_heater_status": 0,
"pending_alerts": 0,
"fuel_level": 107,
"transmission": 4,
"fan_power": 39.393898010253906,
"load": 72,
"power": 8.753849029541016,
"fuel_burned": 0.0012306292132478486,
"fuel_consumption": 1.9850000143051147,
"thermostat": 1,
...
} Compared to your data below: {
...
"water_heater_status": 0,
"pending_alerts": 0,
"fuel_level": 83,
"transmission": 9,
"fan_power": 25.0,
"boiler_load": 30,
"thermostat": 1,
...
} edit. |
Is there an existing issue for this?
I'm having the following issue:
Fuel consumption entity is not enabled.
I have following devices connected:
I'm connecting to my devices using:
Ethernet/WiFi to RS-485 converter
I'm seeing following log messages:
No response
My diagnostics data:
Hi.
I have ecoMAX 810P-L and would like to activate the fuel consumption & total fuel burned options. How Can I enable that entity?
Code of Conduct
The text was updated successfully, but these errors were encountered: