Hi
Could anyone help me with a Rest sensor that calls an API?
I have been trying for the last few days with no success. I can call the API using POSTMAN and on my Mac using Curl in terminal but when I try using the Hassio I get a certificate error.
I any idea on what I should do or should i try a different type of sensor?
below is my current sensor
sensor:
- platform: rest
resource: “https://backend.senzodata.com/api/sensor/live/4442?apikey=mykey”
value_template: ‘{{ value_json.inuse }}’
name: Senzo
Thanks