-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add support to lanbon switch L7 series #1469
Comments
To fix the whitespace errors, just using the following command |
Thank you @Koenkk the patch works. I can compile the code, but I still have an issue:
|
I fix the warning by changing -DSECURE=0 in f8wConfig.cfg, but I'm still not able to start zigbee2mqtt. zigbee2mqtt.log
|
Now, zigbee-sheperd start normally with the custom firmware. \o/ but now it still doesn't work because the coordinator doesn't send the transport key. @Koenkk |
@m0oba I guess this requires a change in the firmware, as this part is not handled by zigbee2mqtt/zigbee-shepherd. The best place to ask firmware related questions is on the Texas Instruments forum. |
i'm finally able to see the switch on zigbee2mqtt Now i'm trying to find the modelID, but i cannot find it in the database.db @Koenkk any ideas? Log
database.db
|
This devices probably doesn't send it's modelId, you can add one manually: http://www.zigbee2mqtt.io/getting_started/pairing_devices.html#gledopto |
Thank you @Koenkk, I really appreciate it your help :) I don't really know what I'm doing! device.js #1
Log #1
device.js #2
Log #2
|
Are you able to turn the device on off by sending to |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@m0oba, I’ve just started playing with Lanbon switches and wanting to know if you had any success in the end? I find the Lanbon app pretty limited and would like to be able to integrate these switches into a wider environment and not have them connected to the internet. I’m completely new to the world of zigbee2mqtt so wondering whether it’s worth getting the hardware or just accepting that the Lanbon switches are what they are. Thanks in advance. |
Hi all,
I was trying to pair 3 gang switch from Lambon, but I couldn't pair it or see anything in zigbee2mqtt log.
I start to sniff the network with Wireshark and I found out that the switch is on channel 15,
and record the communication between ZigBee coordinator and the lanbon switch.
I was also able to record one successful pairing, with the lambon coordinator and the switch.
I compare the 2 recordings, and the only difference I could find is the Zigbee security header when the coordinators send the Network key. The lambon coordinator doesn't send it (see below).
Lambon coordinator
Zigbee2mqtt coordinator
So from there, my idea was to find a way to disable the ZigBee security and see if the switch can pair with zigbee2mqtt.
on this issue #1126 @Koenkk explains how to disable security by compiling new firmware and modifying the firmware .patch with #define SECURE 0.
I try to compile the firmware, but it was a total failure! :(
the patch didn't work (trailing white space), I try to manually correct all the files but at the end, I wasn't able to compile it.
I'm new to zigbee2mqtt and Zigbee protocol, I try to do it on my own, but I reach my limit.
if anybody can help me and give me some direction, it would be much appreciated.
I've attached the 2 pcap files :
lanbon wireshark.zip
The text was updated successfully, but these errors were encountered: