Hi,
Immediately after upgrading it worked well. I did change a line in configuration.yaml (checked and rechecked), and now I can’t get the front-end anymore.
I am with a Raspberry Pi3 and did the AIO installation.
The error log updates itself with minor errors (present also before), but when I try to get into HA (192.168.1.239:8123), I can’t’.
What shall I do now?
solved, is always when I copy and paste Thermostat.py and netamtmo.py (after an upgrade) that it gets copied something else …
1 Like
I do have this small problem though.
In configuration.yaml I have (under sensor:)
- platform: command_line
command: /home/hass/.homeassistant/RMTasker/rmtemp.sh
name: TV Room Temp
unit_of_measurement: "°C"
- platform: command_line
command: /home/hass/.homeassistant/RMTasker/living.sh
name: Living Room Temp
unit_of_measurement: "°C"
rmtemp.sh is same as living.sh just a different MAC address
rmout=$(curl -s http://192.168.1.50:9876/temperature?deviceMac=b4:43xxxxxxxxxxxxxxx)
echo "$rmout" | grep -o -P '(?<="temperature":).*(?=,"timestamp")'
but I always get this in error log
16-12-04 10:23:00 homeassistant.components.sensor.command_line: Command failed: /home/hass/.homeassistant/RMTasker/living.sh