mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +00:00
fix(wmbusmeter): mqtt host
This commit is contained in:
parent
cc22bc8d75
commit
f6a20d3207
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ configMaps:
|
|||
format=json
|
||||
logfile=/dev/stdout
|
||||
donotprobe=/dev/ttyACM0
|
||||
shell=/usr/bin/mosquitto_pub -h mqtt.lan -t wmbusmeters/"$METER_ID" -m "$METER_JSON"
|
||||
shell=/usr/bin/mosquitto_pub -h 192.168.1.20 -t wmbusmeters/"$METER_ID" -m "$METER_JSON"
|
||||
ignoreduplicates=false
|
||||
|
||||
meters:
|
||||
|
|
Loading…
Reference in a new issue