Home Assistant release with the issue:
0.97.2
Last working Home Assistant release (if known):
0.97.1
Operating environment (Hass.io/Docker/Windows/etc.):
Hassbian
Component/platform:
Home Assistant
Description of problem:
Testing configuration at /home/homeassistant/.homeassistant
INFO:aiocache:aioredis not installed, RedisCache unavailable
INFO:aiocache:aiomcache not installed, Memcached unavailable
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
Traceback (if applicable):
Additional information:
Before 0.97.2 I never saw this. HA still runs fine but wonder if this could be a future issue.
And yes I have redis installed....
Preparing to unpack .../python3-async-timeout_3.0.1-1_all.deb ...
Unpacking python3-async-timeout (3.0.1-1) ...
Selecting previously unselected package python3-hiredis.
Preparing to unpack .../python3-hiredis_0.3.1-1_armhf.deb ...
Unpacking python3-hiredis (0.3.1-1) ...
Selecting previously unselected package python3-aioredis.
Preparing to unpack .../python3-aioredis_1.2.0-1_all.deb ...
Unpacking python3-aioredis (1.2.0-1) ...
Selecting previously unselected package python3-redis.
Preparing to unpack .../python3-redis_3.2.1-2_all.deb ...
Unpacking python3-redis (3.2.1-2) ...
Setting up python3-async-timeout (3.0.1-1) ...
Setting up python3-hiredis (0.3.1-1) ...
Setting up python3-aioredis (1.2.0-1) ...
Setting up python3-redis (3.2.1-2) ...
Are you by chance using either flunearyou or wwlln?
Oh wait -- those are addons. I am using wwlln.
Got it. These messages are coming from the aiocache library, which the wwlln integration uses. It's unfortunate, but the aiocache author(s) decided to include these very debug-focused log messages to the info level; nothing we can do about that.
That said, this is just a notice that aiocache can't utilize either Redis or memcached in your install; it isn't a problem since wwlln uses an in-memory cache and isn't something we need to be concerned about.
Most helpful comment
Got it. These messages are coming from the
aiocachelibrary, which thewwllnintegration uses. It's unfortunate, but theaiocacheauthor(s) decided to include these verydebug-focused log messages to theinfolevel; nothing we can do about that.That said, this is just a notice that
aiocachecan't utilize either Redis or memcached in your install; it isn't a problem sincewwllnuses an in-memory cache and isn't something we need to be concerned about.