BoschSmartHome / bosch-shc-api-docs

Bosch Smart Home Controller Local REST API
Other
208 stars 44 forks source link

battery level #62

Closed justme-1968 closed 2 years ago

justme-1968 commented 2 years ago

i have just started the bsh integration for fhem. getting the environmental data for a twinguard works perfectly fine but i' wondering if there is a way to get information about the battery level via the api.

also starting and stopping the test and alarm via the api would be great.

the same goes for silencing at least the group as it seems this is also possible with the bsh app.

as i don't have any of the bidcos based hardware: can the api control this hardware like it is possible with the ccu3 rpc api?

hxmelab commented 2 years ago

Please check for battery level: https://forum.iobroker.net/topic/25370/test-adapter-bshb-bosch-smart-home-v0-0-x/36?lang=en-US

justme-1968 commented 2 years ago

nearly perfect :)

reading this endpoint works fine. now i have also noticed that the service is included in the services list... it is just missing from the documentation.

do you also happen to know if there are events on the long poll connection for battery faults ?

hxmelab commented 2 years ago

Yes, you receive this kind of events via long polling.

justme-1968 commented 2 years ago

that solves that. thanks!