gaetancollaud / digitalstrom-mqtt

Bridge between digitalSTROM and MQTT
GNU Affero General Public License v3.0
24 stars 4 forks source link

Migrate to new DigitalStrom API #34

Closed albertomontesg closed 11 months ago

albertomontesg commented 2 years ago

There are any plans to migrate to the new DigitalStrom API: https://developer.digitalstrom.org/api ?

gaetancollaud commented 2 years ago

Holy moly, finally something new! I was waiting for it for a long time. I need to spend some time investigating but yeah for sure! I don't have time to go through it right now but I will for sure do it as soon as I have time.

Did you receive a notification or something? If yes, on which channel? Because I didn't get anything.

albertomontesg commented 2 years ago

Actually I encountered this surfing the web and making some searches at Google.

gaetancollaud commented 2 years ago

I just give it a try and it looks really really promising ! You can ask for the status of all the devices of the appartements and it returns it in ~50ms !

Documentation about auth is still really bad... Did get the bearer token to work

Websocket also works (for notifications) but seems tricky and not documented.

Note for my futur self:

ws://dss.local:8090/api/v1/apartment/notifications

{"protocol":"json","version":"1"}
gaetancollaud commented 1 year ago

I had a second look at this new API and it looks very promising. It's a big more complicated to do some actions, but it's crazy fast compare to the previous one. The Websocket also bring new possibilities compare to the previous event endpoint.

I don't think I will have time to work on this in the next few months, but I will fore sure implement it eventually. I will rebase my work on the PR #35 because it has some good benefits I think.

gaetancollaud commented 11 months ago

I took some time to investigate the new API. I ended up almost reimplementing everything. I based my work on #35 to have a proper architecture.

Good news:

Downside:

I will polish it and make a new release soon, but it will be a version 2.0 and will have some breaking changes unfortunattely :tired_face: