We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3949f3 commit d6a659aCopy full SHA for d6a659a
wpm-example.py
@@ -2,11 +2,11 @@
2
import asyncio
3
from pystiebeleltron.wpm import WpmStiebelEltronAPI, WpmSystemParametersRegisters, WpmSystemValuesRegisters
4
5
-host_ip = "192.168.1.209"
+host_ip = "192.168.1.20"
6
7
8
async def main():
9
- api = WpmStiebelEltronAPI("192.168.1.209", 502)
+ api = WpmStiebelEltronAPI(host_ip, 502)
10
await api.connect()
11
12
await api.async_update()
0 commit comments