initial docker support on x86

This commit is contained in:
David
2019-05-28 14:27:57 +10:00
commit 7a6b39bf18
23 changed files with 1403 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"server": "10.16.10.5",
"port": "1883",
"topic": "homeassistant",
"devicename": "voltronic"
}
+20
View File
@@ -0,0 +1,20 @@
#This is the settings file, all comment lines should start with a hash mark.
# The device to read from...
# Use: /dev/ttyS0 if you have a serial device or /dev/hidraw0 if you're connecting via USB.
device=/dev/ttyS0
# How many times per hour is the program going to run...
# This is used to calculate the PV & Load Watt Hours between runs...
# If unsure, leave as default - it will run every minute...
# (120 = every 30 seconds)...
run_interval=120
# This allos you to modify the amperage in case the inverter is giving an incorrect
# reading compared to measurement tools. Normally this will remain '1'
amperage_factor=1.0
# This allos you to modify the wattage in case the inverter is giving an incorrect
# reading compared to measurement tools. Normally this will remain '1'
watt_factor=1.01