@zxdavb Thanks for reply.
I educated myself little bit more about dockers.
This time I have checked all the commands inside docker and I got:
plmicia@brix_hassio:~$ sudo docker exec -it homeassistant pip list | grep serialpyserial 3.1.1
pyserial-asyncio 0.4
sphinxcontrib-serializinghtml 1.1.4
voluptuous-serialize 2.3.0
plmicia@brix_hassio:~$ sudo docker exec -it homeassistant pip list | grep evohome
evohome 0.0.8
evohome-async 0.3.5.post1
plmicia@brix_hassio:~$ sudo docker exec -it homeassistant dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 2.031511] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.223480] tty tty61: hash matches
[ 6.894828] usb 1-3.4: TI USB 3410 1 port adapter converter now attached to ttyUSB0
plmicia@brix_hassio:~$ sudo docker exec -it homeassistant python -V
Python 3.7.7
screen
command inside docker also gives me good results.
Everything is looking good but why itâs not working? Did I forget something obvious?
I also changed line in configuration.yaml
to homeassistant.custom_components.evohome_rf: debug
- no difference anyway :-(.
Are there any other (more detailed) logs, where I could debug Home Assistant?