update readme with more info around charging VLRA batteries

This commit is contained in:
David
2019-08-09 16:17:37 +10:00
parent 84cfa20aee
commit 0c2c945a96
3 changed files with 12 additions and 4 deletions
+3
View File
@@ -1,8 +1,11 @@
#!/bin/bash
export TERM=xterm
# stty -F /dev/ttyUSB0 2400 raw
# Init the mqtt server for the first time, then every 5 minutes
# This will re-create the auto-created topics in the MQTT server if HA is restarted...
watch -n 300 /opt/inverter-mqtt/mqtt-init.sh > /dev/null 2>&1 &
# Run the MQTT Subscriber process in the background (so that way we can change the configuration on the inverter from home assistant)