otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Missing sensors node for "acceleration" and "3-axis" #73

Closed sdalu closed 2 years ago

sdalu commented 2 years ago

The Aeotec Multi purpose sensor ( https://aeotec.com/products/aeotec-multipurpose-sensor/ ), include various sensors such as temperature, open-door, acceleration, 3-axis. But I only found nodes for temperature and open-door.

If it helps, here are debugging message for the missing nodes:

otaviojr commented 2 years ago

Hi @sdalu,

the node-red-contrib-smartthings@0.0.34 has a first implementation of the ThreeAxis sensor, but I do not have one, so I've developed it using your output.

Could you please give it a try?

I will wait for your feedback to make any corrections.

regards, Otávio Ribeiro

otaviojr commented 2 years ago

@sdalu After the 0.30 version, things have changed a little. You must reconfigure your smartapp in order to receive events from SmartThings.

We have new instructions on Github's page.

regards, Otávio Ribeiro

sdalu commented 2 years ago

Thanks, the threeAxis is working (tested with update only). I will do further testing tomorrow with the smartapp. Could you also add the "acceleration" detection which is used to detect knocking on the door

otaviojr commented 2 years ago

@sdalu It is done. If you update to the latest version it should appears to you.

Regards

sdalu commented 2 years ago

@otaviojr I was on 0.0.34, I will upgrade to 0.0.36

sdalu commented 2 years ago

@otaviojr tested with the smartapp. Looks good.