cathiele / homeassistant-goecharger

Home Assistant custom_component for controlling the go-eCharger EV-Charger
MIT License
89 stars 29 forks source link

go-echarger not show as individual device in energy section #48

Closed tobox closed 2 years ago

tobox commented 2 years ago

Describe the bug I try to set up the new energy dashboard in home assistant and expect to add the go-eCharger in the "Individual devices" section. But only some other energy counters are listed, not the goe-charger.

To Reproduce Go to Configuration->Energy->Add Device

I expect to find "sensor.goecharger_wallbox_energy_total", but it does not show up.

Screenshot_20210915_100054

Versions (please complete the following information):

Guesses

I think devices need at least the following properties to be shown in the list:

      last_reset: '1970-01-01T00:00:00+00:00'
      device_class: energy
      state_class: measurement
tobox commented 2 years ago

I tried some template sensors etc. and after a while the go-echarger magically appeared in the "add a device" section. But it does not seem to relate to my changes. Maybe I did something wrong. Sorry for bothering you!