Simple Vibration sensor Tuya #28431
Replies: 7 comments
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Hello Now its working . Thank you so much !! Should be like this But After this update my 3 new sensors stop working and change icon Its a simple door sensor Friendly Name Adres IEEE
Icon should be like that
|
Beta Was this translation helpful? Give feedback.
-
|
https://pl.aliexpress.com/item/1005008352608184.html?spm=a2g0o.order_list.order_list_main.35.590c1c24AHc0xN&gatewayAdapt=glo2pol#nav-specification |
Beta Was this translation helpful? Give feedback.
-
|
I restore my HA 12h before |
Beta Was this translation helpful? Give feedback.
-
|
The documentation suggests this should also expose a "tilt" sensor? |
Beta Was this translation helpful? Give feedback.
-
|
Like i saw on Original Tuya app. There was no tilt sensor. Just vibration and vibration sensitivity from 0 to 50 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, is it possible to get a trigger for more sensitive vibrations? I can see the LED blinks very dim when I touch the sensor, but only lights bright after giving quite a bit of energy to the sensor. I know it was picking up more sensitive vibrations using ZHA, but can't get it to trigger when someone is knocking at the door with sensitivity set to 50 with Z2M. Thanks! |
Beta Was this translation helpful? Give feedback.









Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Need help with support with device
Its look and got same function like this device
https://www.zigbee2mqtt.io/devices/TZ3000_lzdjjfss.html
Description
Last seen
N/A
Availability
Disabled
Device type
EndDevice
Zigbee Model
TS0601
Zigbee Manufacturer
_TZE200_jfw0a4aa
Support status
Not supported (how_to_add_support)
IEEE Address
0xa4c1388651ec1e20
Network address
0x3EDD / 16093
Firmware build date
13082025
Firmware ID
0113082025
Power
Battery 100%
Interview state
Successful
i Found on Tuya.ts this device
{
zigbeeModel: ["ZG-102ZM"],
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_wzk0x7fq", "_TZE200_jfw0a4aa"]),
model: "ZG-102ZM",
vendor: "HOBEIAN",
description: "Vibration sensor",
fromZigbee: [tuya.fz.datapoints],
toZigbee: [tuya.tz.datapoints],
configure: tuya.configureMagicPacket,
exposes: [
e.vibration(),
e.contact(),
e.battery(),
e
.numeric("sensitivity", ea.STATE_SET)
.withValueMin(1)
.withValueMax(50)
.withValueStep(1)
.withUnit("x")
.withDescription("The larger the value, the more sensitive it is (refresh and update only while active)"),
],
meta: {
tuyaDatapoints: [
[1, "vibration", tuya.valueConverter.trueFalse1],
[101, "contact", tuya.valueConverter.inverse],
[4, "battery", tuya.valueConverter.raw],
[6, "sensitivity", tuya.valueConverter.raw],
],
},
},
But dont know how to implement it
I got file in homeassistant/zigbee2mqtt/external_extensions/czujnik_dragan1.js
What im doing wrong?
Help
Beta Was this translation helpful? Give feedback.
All reactions