carohauta / oma-helen-ha-integration

Home Assistant integration for Oma Helen data
MIT License
35 stars 6 forks source link

helen_exchange_electricity #17

Open karituomas opened 8 months ago

karituomas commented 8 months ago

Entity not available: sensor.helen_exchange_electricity

karituomas commented 8 months ago

Sensor is not greated at all.

roop-e commented 8 months ago

same problem here with ha 2024.1.2

carohauta commented 8 months ago

Must be some breaking change with the most recent HA version. Will sort this out when I'll be updating my own HA instance

roop-e commented 8 months ago

Tried this with FIXED price just for a test and it worked. Then I just changed it back to EXCHANGE and now that one works too

karituomas commented 8 months ago

This trick did not work for me. Same HA version 2024.1.2.

carohauta commented 7 months ago

I have tried this with the most recent version of HA and it seems to work fine so no breaking changes there. If this issue still persists, could you provide a more detailed error mesage/stack trace from HA logs?

simoautio commented 5 months ago

For me the entities do not created whatever I try. Which log should I be looking at for errors, can't seem to find any mentions anywhere?

carohauta commented 5 months ago

All errors regarding integrations should appear in the Home Assistant Core log. You should find them by searching helen in Settings > System > Logs > Search logs

simoautio commented 5 months ago

thanks @carohauta, but only thing i've been able to see from there is: "2024-04-14 19:02:15.576 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration helen_energy which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant"

this type of warning. Entities are not created. I've tried to also increase logging by:

logger: default: info logs: custom_components.helen_energy: debug

but doesn't seem to do anything.