Hi,
I am impressed with the HA module https://kellerza.github.io/sunsynk. Great work. I have 3P Deye 10kW and I am fetching the data through the solarman dongle. I'd like to read the grid voltage of each phase, however it seems that original module doesn't support that.
Then I found out the custom sensors section in the documentation. Following it I've created the mysensors.py file and I see in the logs that sensors definitions were read.
I cannot see them as entities, though. Probably because I have no idea how to add them to the configuration.
it is explained:
"Once a sensor is loaded, you still have to add it to your configuration: (...)"
but I have no idea where is the configuration (file) I am supposed to add it (please excuse me my ignorance, I am pretty new to HA).
I tried to add the following
SENSORS:
- mysensors
to the /config/configuration.yaml and also to /homeassistant/configuration.yaml
but it didn't help.
I get errors on HA / module restart
May I kindly ask for the advice how to accomplish that