-
Notifications
You must be signed in to change notification settings - Fork 20
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
Aeotec Multisensor 6 not working #57
Comments
Even though your water level sensor is powered off, it will still show up once its been paired. The openzwave library needs to persist information for all of the devices so that even if they're currently off, they'll still show up. If you pair a device and then factory reset and pair it again, then you'll wind up with "ghost" entries for the previously paired versions of the devices since the zwave dongle doesn't know that you factory reset it. The multisensor should be showing up as a single device. I think I have one someplace, so if I can find it, I'll try pairing it and see how it behaves. |
Huh. Update to 0.8.1, start in debug mode, add device and hit the action button and I get a device with humidity, temp, uv, luminance and battery, but no motion or vibration. Good enough for me :) |
I've got an issue that the values don't update. How can i update the values of the sensors? |
I've ordered one of these sensors and will investigate once it arrives. |
Version 0.9.0 of the zwave adapter should work better with the mulitpurpose sensor. There was a config option on the sensor which needed to be enabled to cause it to report updates. When powered via USB, it should now report every 10 seconds. If its battery powered then it will report (if a change is detected) each time it wakes up. There is also now a property to allow the wakeup interval to be modified. It also now reports all 6 properties. The vibration attribute is reported using the 'tamper' property. |
My Aeotec Multisensor 6 does appear to report stats useful in defining rules with 0.9.0 of the zwave adapter. The sensor has trouble showing all the values on the Things dashboard however. Sometimes when the page first loads, it shows the various properties after a brief disconnected overlay appears: Most times, I can see the values flash for a moment on the page only to be replaced by a message saying the Thing is not found: |
I'd try removing and re-adding the sensor and see if that helps. |
I cannot get it to show me more than the basic values using 0.10.8. Motion and tamper both are not shown in the UI. Powered through USB. |
The aeotec multisensor 6 shows up as 6 separate devices, none of which are quite right. Would really appreciate some guidance.
The output here is really confusing. For example, I have an aeotec water level device, but it's not powered up. Yet the first two devices of the multisensor are detected as ZW122 Water Sensor 6. Further, I have some TKBHome dimmer switches that are also unplugged, but that's what device 3 looks like to me.
Device 1
Paired with temperature and battery level
Device 2
Paired with temperature and battery level
Device 3
Paired as a dimmer switch (level + on/off)
Device 4
Paired as an empty custom thing
Device 5
Paired as an empty custom thing
Device 6
Paired as a dimmer switch
The text was updated successfully, but these errors were encountered: