fix import and rename topic

This commit is contained in:
Wolfgang Hottgenroth 2022-11-24 16:43:25 +01:00
parent c62f0c019c
commit a1ecf5a635
Signed by: wn
GPG Key ID: 836E9E1192A6B132
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ port = 1883
# cert =
# key =
relaisSubscribeTopic = IoT/PV/Cmd
meterPublishTopic = IoT/PV/Meter
meterPublishTopic = IoT/PV/Values
meterPublishPeriod = 15
[modbus]

View File

@ -1,5 +1,4 @@
from MeterPublish import MeterPublish
from RelaisPublish import RelaisPublish
from RelaisSubscribe import RelaisSubscribe
from ModbusBase import ModbusHandler
from loguru import logger