Replies: 3 comments 1 reply
-
|
Should be supported in z2m 2.6.1 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I should have update before 🤦♂️. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Firmware isn't working. It pairs but stays in pair mode before disappearing off network. No states are shown. I've got 2 with this firmware |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello fellow z2mqtt community,
I've been trying to get a presence sensor working without luck. On the packaging it says its an TUYA ZG-204ZM. But it gets recognized as a device with the same model, but from a different vendor named HOBEIAN. It even shows the correct image.
Since im very new to this, I couldn't get my costom device definition working. But I guess it would just work with the Tuya one if I can trick z2mqtt to use that one instead. I've tried to copy the Tuya one and modify it. But I really dont know how to get it saved correctly.
`
const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const modernExtend = require('zigbee-herdsman-converters/lib/modernExtend');
const e = exposes.presets;
const ea = exposes.access;
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const definition = {
zigbeeModel: ['ZG-204ZM'],
model: 'ZG-204ZM',
vendor: 'HOBEIAN',
description: 'PIR 24Ghz human presence sensor',
};
module.exports = definition;
`
Beta Was this translation helpful? Give feedback.
All reactions