some changes, meter reading works so far

This commit is contained in:
2022-11-20 22:39:46 +01:00
parent f30c8e7eb3
commit 3f0c80fd42
10 changed files with 220 additions and 101 deletions

14
config.ini Normal file
View File

@ -0,0 +1,14 @@
[mqtt]
broker = 172.16.2.16
port = 1883
# login =
# password =
# ca =
# cert =
# key =
subscribeTopic = test1
meterPublishTopic = IoT/PV/Meter
meterPublishPeriod = 15
[modbus]
gateway = 172.16.2.42