Google home assistant thermometer

who can help me send to Google home data such as temperature or humidity? like asking “google what temperature is at home?”

the best way to start i guess is finding how to call a cayenne rest API. you can call
curl --request GET \ --url 'https://platform.mydevices.com/v1.1/telemetry/clientid/sensors/thingid/summaries?type=latest' \ --header 'authorization: Bearer FE Token'
and get the latest sensor data. then you can parse it and get the value.

1 Like

puoiessere piu esaustivo?!

i have not tried this so cant say if this will work or not. You can search google on how to call another service Rest API to get information on google how.