You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just coming back to this repo to ask for advice on this. thank you! I was running the command with nohup, but every time I'd restart HA the sensor would lose connection to MQTT and fail. Does this service you figured out restart the process if it fails?
Hi - I finally got this working as a service, using your
hack_ble.sh
file. I think it would be useful to add instructions to create a service file:/etc/systemd/system/ble_sensor_mqtt.service
hack_ble.sh
and the user name:hack_ble.sh
to match the source dirsudo chmod a+x ./hack_ble.sh
sudo systemctl daemon-reload
sudo systemctl start ble_sensor_mqtt
sudo systemctl status ble_sensor_mqtt
sudo systemctl enable ble_sensor_mqtt
The text was updated successfully, but these errors were encountered: