Skip to content
Discussion options

You must be logged in to vote

Du kannst mehrere Powermeter-sections mit verschiedenen Netmasks erstellen. Für die Powermeter-Sections wird nur der Präfix abgeglichen. Also, z.B. so:

[HOMEASSISTANT_1]
NETMASK=...
IP=homeassistant.local
PORT=8123
ACCESSTOKEN =...
WAIT_FOR_NEXT_MESSAGE = True
CURRENT_POWER_ENTITY = sensor.sensor1

[HOMEASSISTANT_2]
NETMASK=...
IP=homeassistant.local
PORT=8123
ACCESSTOKEN =...
WAIT_FOR_NEXT_MESSAGE = True
CURRENT_POWER_ENTITY = sensor.sensor2

[HOMEASSISTANT_3]
NETMASK=...
IP=homeassistant.local
PORT=8123
ACCESSTOKEN =...
WAIT_FOR_NEXT_MESSAGE = True
CURRENT_POWER_ENTITY = sensor.sensor3

Übrigens solltest du nicht den Supervisor nutzen, um auf die API zuzugreifen, da dort der API-key bei…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by homepark1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants