tschamm / boschshcpy

Bosch Smart Home Controller API Python Library
BSD 3-Clause "New" or "Revised" License
56 stars 17 forks source link

Read Messages from official API #40

Open shbert opened 9 months ago

shbert commented 9 months ago

Today I thought first I have a genious idea to see all messages from the controller (usually only visible in the app) by implementing the /messages API endpoint documented in the official API docs.

After a while I detected, that it might have been pretty useless, since not all needed and relevant information is contained in the Messages object. Esp. there is no obvious relation to a device... here my forked branch including messages implementation

So if I'm wrong and my implementation is helpful, I'll create a pull request after a bit more testing.

Open topics:

Just close it, if it is not worth of further following up.

tschamm commented 4 weeks ago

Sorry, took a while ... I think it's worth integrating your work, would be good if you can create a PR. I will care for the long polling processing.