victorclaessen
victorclaessen
I have not really made a lot of progress, but the error occurs here: https://github.com/tybritten/ical-sensor-homeassistant/blob/a171b659efa630b45739bcf064b5e4f25cdc5df3/custom_components/ical/__init__.py#L251
I think it is related to this underlying issue https://github.com/dateutil/dateutil/issues/275. In my case I think I have an ical with datetime events and the exceptions are only given as dates,...
I can confirm that this now also successfully runs color on the **2.13"** version. However, perhaps because I use model `2.90in3c` from `pr#6226`, I have to skip the first line...
Same thing happened to me when I named the example file `desfire.py`. Solution: rename the example file to something else like `test.py`.
> One of the requirements is : A system access point 2.0 with at least version 2.6.0 must be available. Do you have this 2.0 version? My system is five...
I'm having the same problem. The ajax call returns but then the browser complains that the return value is not valid json. "SyntaxError: JSON.parse: bad control character in string literal...
if you change this line in `/home/yi-hack/www/cgi-bin/wifi.sh`: ``` LIST=`$YI_HACK_PREFIX/bin/iwlist wlan0 scan | grep "ESSID:" | cut -d : -f 2,3,4,5,6,7,8 | grep -v -e '^$'` ``` to ``` LIST=`$YI_HACK_PREFIX/bin/iwlist wlan0...
> Please, try this command: > > ``` > LIST=`$YI_HACK_PREFIX/bin/iwlist wlan0 scan | grep "ESSID:" | sed 's/^[ \t]*ESSID://g' | grep -v -e '^$'` > ``` Yes, in my setup...
Ok, I updated the pull request for your convenience. Thanks for all the excellent work in active development on this firmware!