Complete noob here.
HA seems to recognise the Ubibot sensor but its not giving me any data and the state is listed as “unknown”
Literally no idea what to do here ha so any help would be appreciated.
Here’s what I’ve got:
sensor 1:
- platform: rest
resource: https://api.ubibot.com/accounts/generate_access_token?account_key=blabla
name: Temperature
value_template: ‘{{ (value_json.channel.last_values|from_json).field1.value|float }}’
sensor 2:
- platform: rest
resource: https://api.ubibot.com/accounts/generate_access_token?account_key=blabla
name: Humidty
value_template: ‘{{ (value_json.channel.last_values|from_json).field2.value|round()|float }}’