As we know Smappee is now charging for the API, but noticed its possible to access an expanded API plus websocket for the smappee without an api
POST: https://app1pub.smappee.net/api/v9/login
JSON_PAYLOAD: {“language”:“en”,“password”:“yourpassword”,“refresh”:1,“userName”:“yourusername”}
gives you a access token
Then you can also access more specific things like usage pr switch with endpoint
GET /api/v9/servicelocation/yourservicelocation/appliances/SWITCH-5?intervalLength=DAY×tamps=1550876400000&aggregationType=MINUTES_5
Also its an avialable websocket connection on
: wss://ws1pub.smappee.net/websocket
Its also possible to access a websocketed MQTT that is truncted with: https://pro.smappee.net/mqtt (websocket)
At least this is opening some possibilities to extract more detailed data from smappee