tijsverkoyen / HomeAssistant-FusionSolar

Integrate FusionSolar into your Home Assistant.
MIT License
133 stars 25 forks source link

Not all kiosk sensors are present in Home assistant #173

Closed somar12 closed 1 month ago

somar12 commented 1 month ago

Debug information Answer the questions below before submitting a new issue.

I've made kiosk integration.

Only have five entities: total_lifetime_energy total_current_year_energy total_current_day_energy total_current_month_energy realtime_power

I can't find: sensor.xxx_reverse_active_energy sensor.xxx_active_energy_forward_active_energy and sensor.xxx_charging_capacity sensor.xxx_discharging_capacity

Can you please tell me if this was expected after integration via Kiosk?

Debug information Answer the questions below before submitting a new issue.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

tijsverkoyen commented 1 month ago

Kiosk does not expose all this data. Kiosk exposes only a limited amount of entities.

somar12 commented 1 month ago

Kiosk does not expose all this data. Kiosk exposes only a limited amount of entities.

Ok. Northbound API / OpenAPI probably provides a more complete integration. Thank you Tijsverkoyen