-
-
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
Samsung SmartThings Multipurpose Sensor (2018) #1139
Comments
Can you provide the log when running with |
Should be in the debug pastbin above, or I can run it again. |
Can you wakeup the device while start zigbee2mqtt? (press a few button on it) |
Here is the log pushed the reset every 1s very short. during debug debug |
Can you try with: {
zigbeeModel: ['multi'],
model: 'IM6001-MPP01',
vendor: 'Samjin-SmartThings',
description: 'MultiPurpose Sensor',
supports: 'contact, temperature, tilt, vibration',
fromZigbee: [fz.generic_temperature],
toZigbee: [],
configure: (ieeeAddr, shepherd, coordinator, callback) => {
const device = shepherd.find(ieeeAddr, 1);
const actions = [
(cb) => device.functional('ssIasZone', 'enrollRsp', {enrollrspcode: 1, zoneid: 23}, cb),
(cb) => device.write('ssIasZone', 'iasCieAddr', coordinator.device.getIeeeAddr(), cb),
(cb) => device.report('ssIasZone', 'zoneStatus', 0, 30, null, cb),
];
execute(device, actions, callback);
},
}, |
Samsung Multi Log |
The Can you remove the device from the network and re-pair it while keeping it close to the coordinator? |
I have the device very close to the coordinator. Will try again. |
When adding support for another device, I found out that you need to factory reset it and re-pair it once you have the device to |
Home Assistant's ZHA now supports quirks and there is a quirk for this device. I can see the acceleration cluster from the ZHA control panel but I'm not sure how to enable it or do anything else. The YouTube links is a screen recording of all the configuration options available in Home Assistant. I had to unpair and repair the device to get it to work with Home Assistant and after renaming the device I had to restart Home Assistant. edit: I'm posting this information here because it might help get it working with zigbee2mqtt, or it might help other people with the same device. I have a GoControl HUSBZB-1 and my setup is docker on an old desktop. |
So is this sensor now working in zigbee2mqtt, or @ericstewart22 you just have it working in native HA ZHA component? |
I haven't tried to use it with zigbee2mqtt in quite a while. Last time I tried, many months ago, open/close worked and temperature worked sometimes. Native HA ZHA has support for open/close and temperature. It also seems to have support for the acceleration cluster but I think it needs to be enabled and I don't know how to do that. |
Still trying to get this to work. |
hi there |
Hi Only thing, I am not too sure about tilt and vibration, does not look like mine is reporting anything else, only contact and temperature (checked with zigbee sniffer); but I don't have a ST Hub to upgrade to the latest FW so there might be a bug in mine. Could you please check and let me know if yours is giving more data ? |
Will update the sensor ona ST Hub next week and test it |
hi. this means that it maybe it will work better with z2mqtt? |
hello also it only updates if i restart zigbee2mqtt. what can i do? |
@mclaudiopt i got the same on initial pairing... its working, but the temperature reading is always the same, 28.68. Contact true/false works. Also doesn't appear the sensor sends a regular status update (or at least one that zigbee2mqtt picks up :( ) |
i already reseted...one time it worked ok during 2 weeks |
@mclaudiopt @marc-gist probably the configure didn't when right. When starting zigbee2mqtt, make sure the device is awake (by pressing some buttons on it) so that the configure goes successful. |
I had the same poblem at the begining, temperature was not updated then once I restarted Z2M and while it was starting I was opening and closing the contact during a few minutes and since it's updating the temperature. |
i am on edge but temperature does not update |
what i am saying is that uppon restart of zigbee2mqtt it updates, but then temperature remains the same forever |
@mclaudiopt The temperature updates on startup because zigbee2mqtt send cached values (these do not come from the device). I see that the configure still fails. What firmware version are you running? |
i'm running 20190223 and have the same/similar issue. Restart doesn't have an effect. only Contact true/false works for me. And the samsung device never "checks-in" (device issue? or Z2M not seeing the heartbeat/check-in payload?) |
@Koenkk in my case i have this firmware: |
@mclaudiopt please remove all occurences of |
I am runing Z2M 1.4.0 with CC2531 coordinator (FW 20190425) and it is working fine for me even if each time I restart Z2M I have these kind of messages:
But it is working properly as I have regular updates (you cannot see in the log above but it does work). |
@Koenkk i deleted from db but still same problem:-( temperature only updates uppon addon restart :-( |
Same here |
Updated the Sensor Firmware on a Samsung hub to the latest version last week. Tested Today |
in my case i have not updated the firmware since i do not have the hub. |
@pfischbach the configure failed (on line 15), make sure that it at least configured it successfully once (see #1139 (comment)). If you have seen a successfully configured once, but the sensor it still not working, please let me know. |
@Koenkk this is my log i already add it paired in the past with temperature updatinha but now seems not to be correctly paired |
Success! |
hi @pfischbach can you please make a step-by step so that i can use also? |
@mclaudiopt |
@pfischbach that worked for be ! thanks a lot ! |
@mclaudiopt not at the moment (however maybe in the future as I'm refactoring the underlying zigbee library). On vibration, does the sensor send any message? (seen by setting I've added the pairing instructions here: http://www.zigbee2mqtt.io/devices/IM6001-MPP01 |
i will check that |
I don't think this is directly related, but I found some older info on getting the accel to work with zha using an older version of the sensor (via sql sensor): Unfortunately the newer samjin's don't have a Centraline cluster like that, just a ManufacturerSpecificCluster with the same address... and none of it's attributes come up in hassio zha config. My guess is some command/attribute needs to be sent to enable the accel output on the MSC cluster similar to the older Centralite versions? I'm a newb regardling zha vs stIDE etc... would be nice if one could simply sniff the commands an st setup sends/recieves and emulate that in zha to setup the accel on these things. |
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. |
I was having the temperature not showing up problem. I did the paring with the suggested magnet every 1 second thing, but do it close to the coordinator. That made things work properly for me. Hopefully that helps someone. |
how do i get my sensor to report vibration I want it to report vibration on my washing machine and when stops let me know |
Vibration is reported as the Note also that it is only the part of the sensor that houses the battery that can detect vibration/movement, the smaller part is just a magnet for the contact sensor and doesn't in itself trigger vibration detection. |
Samsung SmartThings Multipurpose Sensor (2018)? M/N is IM6001-MPP01 (link).
#545 (closed)
Started working on this Sensor again.
Had to setup a Raspberry outside of HAS
Can you provide the log when running with
DEBUG=* npm start
(need to figure out why configuring fails).debug
device.js
Now I am getting messages after restart
But configuration still fails
zigbee2mqtt:debug 2/20/2019, 4:46:56 PM Received zigbee message of type 'attReport' with data '{"cid":"ssIasZone","data":{"zoneStatus":0}}' of device 'multi' (0x286d9700010285ef)
zigbee2mqtt:warn 2/20/2019, 4:46:56 PM No converter available for 'IM6001-MPP01' with cid 'ssIasZone', type 'attReport' and data '{"cid":"ssIasZone","data":{"zoneStatus":0}}'
zigbee2mqtt:warn 2/20/2019, 4:46:56 PM Please see: https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html.
The message appears cyclical but no message when open/closing the sensor magnet.
The text was updated successfully, but these errors were encountered: