-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
secondary info not showing data in kw + kw_decimals #288
Comments
This is expected if you are overriding the unit of measurement. Please configure the |
kw_decimals set to any value (changes for all other values, grid solar etx) but secondary info value remains same without decimals. If we are rushing to close issues before properly understanding them...means this is just lack of proper willing to support... |
I just don't think you are reading what I wrote. |
decimals option only available for individual not for secundary info. It does nothing when added to secondary as per bellow: solar: |
Sorry for the inconvenience, I didn't understand the issue at first 😅 |
Fixed this issue in version 0.1.6.1 🥳 |
Please add the new attribute also to Readme.md => Secondary info |
Added to the Readme :) |
I have a power-flow-card-plus that shows values only in KW for day (same as the energy dashboard).
Bellow details show 0kW for the secondary sensor.solar_self_use_day even though the value of the sensor is already in kWh. If changing the unit to "kW", the value changes but with value is without decimals 5.51 on sensor would be displayed as 6 not taking account of kw_decimals value.
kw_decimals: 1
watt_threshold: 0
solar:
entity: sensor.on_off_grid_day
secondary_info:
entity: sensor.solar_self_use_day
display_zero: true
The text was updated successfully, but these errors were encountered: