Every time my HA host reboots some of the ebus sensors become unavailable in HA.
This is confirmed by MQTT explorer that they are no longer in homeassistant->sensor
I can fix this by restarting the ebusd addon some time after the HA boot but this is a lengthy operation.
I've discovered executing reload from an external putty telnet terminal (to homeassistant.local:8888) enables the missing sensors and adds them to mqtt homeassistant->sensor so HA then picks them up
So my question is how can I create a HA service which connects to the ebusd addon and calls for a ebusctl reload?
Sorry if this is the wrong place to ask
Every time my HA host reboots some of the ebus sensors become unavailable in HA.
This is confirmed by MQTT explorer that they are no longer in
homeassistant->sensorI can fix this by restarting the ebusd addon some time after the HA boot but this is a lengthy operation.
I've discovered executing
reloadfrom an external putty telnet terminal (tohomeassistant.local:8888) enables the missing sensors and adds them to mqtthomeassistant->sensorso HA then picks them upSo my question is how can I create a HA service which connects to the ebusd addon and calls for a
ebusctl reload?Sorry if this is the wrong place to ask