-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Sercomm XHS2-SE Door/Window Sensor #225
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
Comments
Good, let us know if you need any help :) |
Alright finally got my CC Debugger... that took forever! So I started playing with this last night. I'm using docker to run the service with the dongle passed through via --device. I submitted a PR #292 to add support for the self signed MQTT certificate so still using my local copy until that gets pushed to docker hub. Sensor is around 2-3 feet from the CC2531 device.
Step 1: Pair the unknown device with zigbee2mqtt
Step 2: Exec into the docker image and adjust the devices file:
Adjust the end of the file so that it looks like the below:
Step 4: Restart the docker image and attempt to trigger an action by moving the magnet infront of the device, but nothing registers in the log at all.
Any thoughts? |
Ah, realized there's a dev branch that got updated in docker hub yesterday! Updated my docker run to the following:
Cleaned out the devices listed in the configuration.yaml and went through the steps again. Step 1: Reset device:
However, after updating the devices.js file I don't see any feedback making it into the logs after initiating actions on the device (same as before). I have about 15 of these that I've tried and they all exhibit the same behavior. |
There must be some sort of error in your devices.js extension because in the log there is 14:50:17 New device with address 0x000d6f000fff6bd5 connected! Also please Start docker via debug environment as there we could Show what states are transported! |
Sounds good. Deleted database file, cleaned up configuration.yaml (devices), deleted the docker container and started fresh.
Step 4: Restarted zigbee2mqtt and initiated event on paired device (open and close w/ magnet):
|
Also, pairing another one of the sensors does not pop up the same unsupported message:
However, it's also quiet with any of the state changes. Here's the devices section of the configuration.yaml:
|
Please provide full log via pastebin or another Service. Does some no convert messages comes up? |
Nothing with convert in it...
|
Please provide your |
Hopefully this uploads... Thanks! |
Hi @carpenike |
I'm still interested in getting it working, but have been playing with other HomeAssistant components. |
Please test this and report.
|
Got further! Now this pops up in the error logs. Attempted with multiple sensors
|
Do you edit for every SSIasZone Device the |
@tb-killa : I haven't touched the zoneid before. Do I increment that based on some other data? |
You have to define one zoneid for every single device. you could start with one device paired with zoneid: 20 and report back .. |
Ahhh, so update the devices.js file each time a new device is paired? |
Set the number to 21 and now get this error:
|
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. |
@carpenike - were you ever able to figure this out? |
I recently got a large number of these door/window sensors from a failed Xfinity install. Based on the supported devices it doesn't appear that anyone has attempted using these devices yet. Has anyone tried?
https://www.amazon.com/CELTRALITE-XHS2-SE-Door-Window-Sensor/dp/B01EEL80S4
I have the parts coming hopefully next week and will go through the process for an unsupported device to see if I can get it working.
The text was updated successfully, but these errors were encountered: