I'm more than happy to see what is possible with your Wiser setup!
Maybe if I try to get the ball rolling with some manual steps? Do you have a PC with WiFi?
If so maybe we could use a browser extension like
RESTED in Firefox to get started?
If you press the Setup button (on the left) of the Wiser Hub it creates a temporary WiFi network.
Note down the name, I think it'll end in an underscore followed by 6 characters.
If you connect your PC to that then you should be able to visit
http://192.168.1.1/secret
Save the response somewhere but don't post it here. It doesn't seem to change unless you do a factory reset.
You can now re-connect to your normal WiFi network and press the Setup button again on the hub to make it exit that mode.
You might need to wait a while for it to reconnect to your WiFi network.
Next we'll ask the Hub for a overview of what it knows.
If you open RESTED and add these Headers:
- SECRET with the value set to what you saved previously (careful around spaces)
- Content-Type with the value set to application/json
We want a
GET request to http://
TODO/data/domain/ (trailing slash is required)
Replace the
TODO above with WiserHeat
XXXXXX where the
X's are the 6 characters from the WiFi network.
Make the request and you will hopefully get a
200 OK with a load of data.
Could you post that here, but remove anything that looks sensitive like the
"GeoPosition" stuff etc.
I hope that works, I've made a bit of an assumption about the host name format that might be wrong.