Hello,
I have just installed Hassbian on a raspberry pi 3, and all went very well…since I have tried to add a simple rest sensor to my configuration.yaml. I have added
sensor 2:
- platform: rest
resource: http://ip.jsontest.com
name: External IP
value_template: ‘{{ value_json.ip }}’
just under preinstalled sensor for weather prediction, from ‘yr’ platform.
Then I have tried to restart hass from frontend many times, reboot, nothing appear in main panel. I have checked configuration in front end, watched in home-assistant.log, no issue there.
I checked YAML, it passes test on yaml-online-parser.
Executing check_config gives:
INFO:homeassistant.util.package:Attempting install of colorlog==4.0.2
Testing configuration at /root/.homeassistant
Failed config
General Errors:
- File configuration.yaml not found.
Successful config (partial)
It is a very basic question, I probably missed some info somewhere, but I’m stucked at the very beginning, could anyone help me please?
Thanks,
EDIT:
home-assistant.log contains following lines:
2019-01-28 19:11:29 WARNING (MainThread) [homeassistant.components.sensor] Updating rest sensor took longer than the scheduled update interval 0:00:01
Tht’s maybe the issue why it is not displaying. How can I set refresh time?