LM5 and Home Assistant integration issues - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: LM5 and Home Assistant integration issues (/showthread.php?tid=4645) |
LM5 and Home Assistant integration issues - fiLLLip - 13.03.2023 I have been using Home Assistant (HA) in conjunction with LM5 for the past couple of years now, and it has been working fine until now with the 2023.03.01 release of Home Assistant, at least it was now I noticed it. I can send commands to the LM5 with the HA KNX integration, but data does not flow from LM5 to HA. Underlying HA it uses XKNX (https://xknx.io/changelog), and it looks like there has been some changes from 2.4.0 to 2.5.0 to 2.6.0 that I may suspect is the reason for this issue. Are there anyone else experiencing the same issues? I did post an issue on HA core on Github as well: https://github.com/home-assistant/core/issues/89581 RE: LM5 and Home Assistant integration issues - fiLLLip - 14.03.2023 Do the LM5 support "GroupValue_Read" commands over IP? My Home Assistant instance sends out GroupValue_Read commands/requests, but there is no response. I now tried the same with the KNX Ultimate node in NodeRED, and same result there. No response. RE: LM5 and Home Assistant integration issues - admin - 14.03.2023 If you want to read internal LM objects then you need a script: https://forum.logicmachine.net/showthread.php?tid=18&pid=30#pid30 RE: LM5 and Home Assistant integration issues - fiLLLip - 14.03.2023 (14.03.2023, 13:24)admin Wrote: If you want to read internal LM objects then you need a script: https://forum.logicmachine.net/showthread.php?tid=18&pid=30#pid30 Thanks, that fixed it! But it does not explain why the 12-fold relay I have on the KNX bus did not respond, even with C/R flags on the Groups. Do LM filter telegrams coming from IP over to the KNX bus? RE: LM5 and Home Assistant integration issues - Daniel - 14.03.2023 It only filters when the filter is set, check it in KNX settings. |