I thought the following ios a good idea: when requesting a ‘on demand measurement’ with my Netatmo weatherstation (tap on top) the outside temperature should be played via my google home or Sonos.
Unfortunately I don’t have any idea how to start and grab the on demand measurement with my openhab. Maybe someone of you has an idea? Or do you think it’s not possible with?
The Netamo weather API is a webservice we have to poll frequently. The access/request is/are restricted and the Netamo weather station sends it’s measurements only every ten minutes to the servers. The polling of the binding is synced with those delivery processes. I am not aware of any events which can be captured.
On the other hand Netatmo purchases security devices like cameras with object recognition e.g. humans, animals, cars. For those events the binding starts a webservlet to provide a callback URL for the Netatmo servers. I don’t know if there are any other events provided to the callback.