Replies: 1 comment
-
|
Guten Morgen, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo,
habe als HA Integration uni-meter bei mir laufen. Alles funktioniert auch soweit problemlos, solange der Venus per Wlan im Netzwerk ist. Sobald ich allerdings auf die Lan Schnittstelle wechsele, wird der Shelly nicht mehr gefunden.
Hat hier jemand eine Idee wo der Fehler liegen kann?
Hier noch die uni-meter config:
`uni-meter {
output = "uni-meter.output-devices.shelly-pro3em"
output-devices {
shelly-pro3em {
udp-port = 1010
udp-interface = "0.0.0.0" # optional, Standardwert
}
}
input = "uni-meter.input-devices.home-assistant"
input-devices {
home-assistant {
url = "http://192.168.178.130:8123"
access-token = "Y"
}
}
`
Beta Was this translation helpful? Give feedback.
All reactions