-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When attempting to use this function, the url is incorrectly resolved and a missing endpoint error is raised. Debug log gives:
Sending command to url: http://WiserHeatXXXXXX.localdomain/data/v2/domain/http://{}/data/v2/network//Station with parameters {'Enabled': True, 'SSID': 'MySSID', 'SecurityKey': 'MyPass'}
When I temporarily overwrote the code to get
Sending command to url: http://WiserHeatXXXXXX.localdomain/data/v2/network/Station with parameters {'Enabled': True, 'SSID': 'MySSID', 'SecurityKey': 'MyPass'}
no error was raised, but nothing happened either. The hub was already connected to a different SSID, so I am not sure whether the command is supposed to work in these circumstances.
Metadata
Metadata
Assignees
Labels
No labels