Skip to content

Commit

Permalink
Merge pull request #13 from ThomasHessFN1969/patch-1
Browse files Browse the repository at this point in the history
Update mosquittoExampleConfiguration.conf
  • Loading branch information
a529987659852 authored Apr 27, 2024
2 parents 532b0dc + 9b74245 commit 36a0b68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/openwb2mqtt/mosquittoExampleConfiguration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ topic openWB/bat/1/get/+ in

#Sensors per PV Generator
#TODO: Replace 3/5 by your PV generator ID. If you have only one generator, delete one line
topic openWB/pv/get/3/get/+ in
topic openWB/pv/get/5/get/+ in
topic openWB/pv/3/get/+ in
topic openWB/pv/5/get/+ in

#Binary Sensors per Chargepoint
#TODO: Replace 4 by cyour chargepoint ID
Expand All @@ -39,13 +39,13 @@ topic openWB/chargepoint/4/get/+ in
topic openWB/counter/0/get/+ in

#Binary Sensors per Battery
#TODO: Replace 0 by your battery ID
topic openWB/bat/0/get/+ in
#TODO: Replace 1 by your battery ID
topic openWB/bat/1/get/+ in

#Binary Sensors per PV Generator
#TODO: Replace 3/5 by your PV generator ID. If you have only one generator, delete one line
topic openWB/pv/get/3/+ in
topic openWB/pv/get/5/+ in
topic openWB/pv/3/get/+ in
topic openWB/pv/5/get/+ in

#Selects per Chargepoint
topic openWB/chargepoint/4/get/connected_vehicle/config in
Expand Down

0 comments on commit 36a0b68

Please sign in to comment.