Hi team,
I would like to have a Shelly temperature sensor to push data as a webhook to Homey Pro to a virtual device.
Since Homey Pro does not allow Shelly cloud devices (only on the same wifi) I’m trying to see if the webhooks can help me out.
My homey ID has been covered below…
Shelly, on my temperature sensor Action / Temperature URLs, i have tried:
- https://webhook.homey.app/<my_homey_id>/poolhusTemperatureValue?tag=20 (just to see if it pushes the temperature 20) and that works
- https://webhook.homey.app/<my_homey_id>/poolhusTemperatureValue?tag=${ev.tC}
In Homey Pro I have set up the following, (screenshot in Swedish):
If a webhook event with the event_id called poolhusTemperatureValue has been received it will update that value on my virtual device.