kamaradclimber / heishamon-homeassistant

An integration for heatpumps handled by heishamon
Apache License 2.0
48 stars 25 forks source link

Not all sensor values appear in autogen dashboard #50

Closed Bucky2k closed 1 year ago

Bucky2k commented 1 year ago

Hi,

first of all - great work! In my case not all entities show up the autogen dashboard, e.g. quiet mode switch or compressor frequency. I can however add them manually to my dashboards. Is that on purpose?

Br

Bucky

geduxas commented 1 year ago

Indeed no quiet mode.. i think it's easy fix. But compressor frequency is showing. Do you have it in heishamon page?

Bucky2k commented 1 year ago

I would have to compare autogen and entities list, but I would estimate around 10 entities not appearing in the autogen dashboard. Heishamon is complete/all available. Also, I can find every value as entity including the correct value.

I also deleted already the autogen dashboard raw to rebuild it - no change

Bucky2k commented 1 year ago

Or maybe I have a conflict from the previous manual Heishamon configuration? E.g. I see the prefix for COP is still "xxx.aquarea_xxx" instead of "panasonic_heat_pump". Or is this the same on your side? Sorry, I have not yet reviewed the code here yet to check myself

Screenshot_20221121_080334_Home Assistant

kamaradclimber commented 1 year ago

Hello, thanks for the report.

If the list of missing entities contains: compressor current, compressor frequency, compressor operating hours, compressor start/stop count, last error, the reason is likely that HA does not add "diagnostic" entities in the "Everything" dashboard by default. It might also be the case for the "configuration" entities.

To be honest, I think I should move more entities under configuration/diagnostic section to avoid cluttering the default interface, especially now that the climate entities exist (and are the main element to drive the heatpump). They are still easy to add manually to a dashboard of course.

Bucky2k commented 1 year ago

Agree, it seems I can find all entities under "device" and can click on "add to dashboard.

However just as a note: Many other items to not appear, also the sliders for the heat delta, etc.

But minimizing autogen would make sense I guess.

Btw, just checked: Aquarea as prefix is found here and there, for cop and energy consumption heat/dhw calculations. Could be adapted to panasonic_heat_pump for consistency