mknx/smarthome

no eibd listening if a knx_cache adress is defined

2ndsky opened this issue · 3 comments

Hello Marcus,

I already fixed a small bug where we read the knx_cache attribute out of the config file. But there seems to be another one. If I have a config file where the knx_cache attribute is set, smarthome.py starts as usual but after the initialization it's not communicating with the bus. Started without this attribute wit --no-daemon shows every single knx telegram. With the knx_cache attribute there is no logging and it seams no parsing of the bus. If I check the status with telnet, the items are not updated when there is a change on the bus.

mknx commented

Hi Niko,

could you please show me the log with -n and knx_chache?

thx

Marcus

mknx commented

Could you please try it again. I think this change should fix this bug.

so long

Marcus

Seemed to work now, thx!