Fixed default topic

This commit is contained in:
Gerrit Beine 2023-08-03 15:31:58 +02:00
parent 06ee061301
commit e151d84ea1

View file

@ -199,8 +199,8 @@ def parse_args():
parser.add_argument('-p', '--mqtt_password', type=str,
help='The password for the MQTT server connection.')
parser.add_argument('-t', '--mqtt_topic', type=str,
default='home/fronius',
help='The topic to publish MQTT message. Default is home/fronius')
default='fronius',
help='The topic to publish MQTT message. Default is fronius')
parser.add_argument('--http_host', type=str,
default='localhost',
help='The address of the HTTP server. Default is localhost')