You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Zaptec API Documentation the request to api/installation/{id}/messagingConnectionDetails is deprecated and should be changed to /api/userGroups/{id}/messagingConnectionDetails
When the api is actually removed then it should be an option to use SignalR like WebUi of the portal does. wss://api.zaptec.com/signalr?deviceId=ZAP******&access_token=
It is not an official API but should deliver the most critical information like: power, phase currents and operational mode.
The charging power seems to be the most up to date indication about charger state and it is about the only one that is needed to implement a stabile dynamic load management for a single charger.
It does not require any special configuration like service bus does and there are python libraries to handle the protocol.
According to Zaptec API Documentation the request to
api/installation/{id}/messagingConnectionDetails
is deprecated and should be changed to/api/userGroups/{id}/messagingConnectionDetails
zaptec/custom_components/zaptec/api.py
Lines 269 to 271 in 1e42c37
The text was updated successfully, but these errors were encountered: