-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't get dimmable light to work #41
Comments
@tribbles3 Thats strange I've just tested with a flic twist here and some dimmable light nodes, all seems to work fine, which version of the bridge are you running? There were some fixes to the dimmable light in the latest releases |
0.12.0 What is the firmware version of your flic hub (I'm running 4.3.8)? |
Yep 4.3.8 here, Does dimming work from another matter controller like apple home or google home (if you have) |
I have an Apple TV but it is on a different network at the moment so I would have to change that to test it. |
I was able to connect the device to Apple Home (iPhone app) but I am unable to control it and it shows "No Response" under the item name (in the iPhone app). |
can you share the node config, ideally export it please as well as a screenshot |
Just tested with my dev setup so definitly 0.12 of the bridge and 4.3.8 on the Hub with the Flic Twist, works fine. I think given that you are also having issues with Apple Home it mist be something in your Matter Bridge setup. |
Yes and the config for the dimmer node
…On Fri, 24 Jan 2025, at 19:51, tribbles3 wrote:
Are you referring to this config?
config.PNG (view on web) <https://github.com/user-attachments/assets/8cecc336-394d-4f8c-84a5-5fb49e9f6b8d>
—
Reply to this email directly, view it on GitHub <#41 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABNZ7NCS6LEQA7RQJLD46T2MKKURAVCNFSM6AAAAABVYRI4WKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTGI3TCNJQGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hmm shouldn’t make a difference but set battery to none and pass through to true or false rather than not set. If that doesn’t work then set the debug level on the bridge node to debug, restart node red and send me the console output |
"Hmm shouldn’t make a difference but set battery to none and pass through to true or false rather than not set." Did that and now the dimmable light can be turned on and off but still not receiving anything when I change the brightness. |
Will need the debug log then, once it’s in debug turn it off and on then change the dimming so we can see the events in the log
…On Fri, 24 Jan 2025, at 21:07, tribbles3 wrote:
"Hmm shouldn’t make a difference but set battery to none and pass through to true or false rather than not set."
Did that and now the dimmable light can be turned on and off but still not receiving anything when I change the brightness.
—
Reply to this email directly, view it on GitHub <#41 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABNZ7JK4RY2HJBVSUDJJ5T2MKTQRAVCNFSM6AAAAABVYRI4WKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTGM4DAMBXGY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Something squirrely is going for sure because I just lost the ability to control the On-Off Light |
How are you running node red? Is it in docker or something? It sounds like your fabric data isn’t persisting across restarts, it should be in ~/.matter by default |
Running node-red in docker. The matter directory location is ~/.matter |
Ah right, is your /root folder persisted between restarts of the container! The standard node red image only persists /data so you’d need to set that as the storage location in the bridge config. And then you’ll need to recommission the bridge to flic and apple home |
changed the changed it to /data/.matter and I can't get any matter nodes to work. The bridge is recognized and the device connects in the flic app but no data is passed to node-red. If I turn on the debug for the bridge, where/how can I see the debug info? I can get to the cli in the docker container but not sure how to see the node-red console. |
you should be able to use |
also if you change the storage path you will need to recommission the bridge in the controllers |
This is what shows up in the node-red console when I send an "On" command from the flic twist to the On-Off Light node. The node does not generate an output. |
I think I missed some lines in the previous post, this is everything that comes up when the command is sent. |
Cluster 0x8 is Level control ... so seems the devcie is not correctly setup as a Dimmed Light |
Nothing is working at this point so I decided to just test the On-Off Light node (mentioned 3 posts up) as that one was working originally. |
@tribbles3 i’m fairly sure your issues are all relating to persistent file storage. Can you try removing all configuration from node red and from the controller apps then starting over fresh. You need to ensure that the bridge node has a storage path configured that will persist across container restarts, |
I will give it a try. |
I have the matter setup in a persistent location. and I am now able to consistently use the on/off function with the On-Off Light node and the Dimmable Light node. The dimming function is still not working but it appears that the flic twist is not even attempting to communicate with the dimmable light node when I operate the twist for adjusting the brightness. It lets me select the proper device in the setup but nothing is showing up in the node-red console with the config in debug mode. The on/off commands show up but nothing else. |
does it work with a regular twist not a push & twist? |
Yes, I tested it using both. I am going to try it with Apple homekit. |
Apple recognizes it as a dimmable light but shows "No Response" when I try to use the device. |
Can you create a simple flow that shows the problem and then share that, I’d like to try and recreate it here. It’s very strange
…On Mon, 27 Jan 2025, at 14:19, tribbles3 wrote:
Apple recognizes it as a dimmable light but shows "No Response" when I try to use the device.
—
Reply to this email directly, view it on GitHub <#41 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABNZ7PPMKPDUW4CZW4UK6D2MY575AVCNFSM6AAAAABVYRI4WKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJVHA4DQMJTGU>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I have two different bridges setup, one connected to the flic hub and the other to apple. The "socket" and "light" nodes work with flic doing on/off but the "dlite" node doesn't receive anything from flic when attempting to do dimming (using the debug bridge setting and looking at the node-red console). The "dimmablel" node is recognized by apple as a dimmable light but shows "No Response" on the apple side. |
Having 2 bridge nodes configured will likely cause issues unelss you disable one of them while using the other. |
I only added the second bridge to do the apple test as I didn't see a way to generate a QR code for the apple connection. |
Trying to get the dimmable light node to work with a flic twist "button". The flic twist sees the dimmable light as a matter device and I am able to select it but I'm not receiving anything when I dimming with the flic twist. I was able to setup on-off light and on-off socket nodes with the flic twist and they are functioning without issue. The flic twist supports dimmable lights via matter as it finds the device properly.
The text was updated successfully, but these errors were encountered: