Replies: 19 comments 7 replies
|
Hi |
|
Hi, you are using the "Matter Bridge" node, right? |
Yes, alot of it. Trying to replace https://github.com/faxioman/node-red-contrib-matter-dynamic, which has an advantage of raw output (i.e. getting a off msg even if device is already off) |
|
Hi |
Ok, actually using 16 nodes (15 lights + 1 contact sensor), so no problem to do some rework :) |
|
I'm going to holidays for 15 days. Usually, i'm very productive, because i can relax and focus on my passion, so... expect some new KNX-Ultimate versions, out during this 15 days! |
|
Please try the v6 https://github.com/Supergiovane/node-red-contrib-knx-ultimate/blob/master/CHANGELOG.md |
|
v6.0.0 tested Very strange: Today, Alexa does not send 100% level anymore if command is "turnon" Same problem as with v5.2.5: Fun fact, Alexa is stupid as hell, german voice command light level 57 results in 56, 58 results in 57 |
|
Hi |
|
Hi I recommend configuring the KNX group addresses directly inside the Matter Bridge node instead of handling commands through flow messages. This is simpler and provides more reliable status feedback to Alexa. |
|
Hi |
|
Hi, V6.0.2 is out. Please, try it. |
|
Hi, i think there are no broken Matter commands, sent by Alexa. The workaround kills voice commands open/close. Matter always sends "handleMovement" including "targetPercent100ths" (requires "PositionAwareLift") Simple solution: set msg.payload always to "targetPercent100ths / 100" |
|
Ok I’ll implement your fix… |
|
Hi, i read in your changelog: "which can result in a burst of several GoToLiftPercentage commands for a single "open/close the blind" voice request instead of one" I think this was fixed by Amazon, i never got more than one raw msg (WindowCoveringDevice) for each voice request. Up to 2 equal raw msg still happens at devices "OnOffLightDevice" and "DimmableLightDevice" |
|
Hi |
|
I've aligned the Alexa behaviour, to what Home Assistant has work-arounded the issue: by adding some more options in the Node ADVANCED tab. |
|
Ok, let it run. If you have other issues, please let me know. |


Uh oh!
There was an error while loading. Please reload this page.
Hello,
first, thank you very much for your EXCELLENT work :)
Matter WindowCoveringDevice is behaving strange:
Alexa, open/close device is working (msg.payload = 0/100)
Alexa, turn device to [any value]
I receive msg with payload = value, but Alexa says: Device is actually not responding
Another minor problem with Matter DimmableLightDevice: Alexa, turn on dimmablelight
Alexa sends "turn on" followed by "level=100%", which is bad if KNX is configured to use last or fixed turnon value.
Knx-Ultimate Version 5.2.5, Node-Red is running alone on NanoPi R6C
All reactions