Good morning,
I have a question about the shelly integration with the rest api (not Mqtt) with Home assistant.
I have everything running for 99% i have only one problem, and that is to get the temperature readings
from a shelly 1PM with the Temperature Add on with a DS18B20 sensor. integrated in Home Assist.
The switch relay itself is working fine, but i have tried a whole day to get the temperature reading working.
In the configuration.yalm file i’m using the following commands for the temperature add on:
sensor:
- platform: rest
name: “1PM Temperatuur”
scan_interval: 5
resource: http://10.10.1.11/status
value_template: ‘{{ value_json.ext_sensors[“ext_sensors”]}}’
I googled and searched lot of sites to get the correct json value , but i didn’t find anything related for the temperature add-on.
I hope there is someone on this community who already have a working configuration based on the rest api.
if you see the screenshot below you can see the switch button is working, only the temperature value stays blank, but this is because i don’t have the correct value template…