Add support for Humidity & Temperature Sensor _TZ3000_fllyghyj
See original GitHub issueHi,
I add this Humidity & Temperature Sensor (https://www.aliexpress.com/item/1005003718187629.html). I tought it is a WSD500A, but it was recognized as TS0201.
I tried the following as external converter. I didn’t know the model… So I just stay at WSD500A for now.
const exposes = require('/app/node_modules/zigbee-herdsman-converters/lib/exposes');
const fz = {...require('/app/node_modules/zigbee-herdsman-converters/converters/fromZigbee'), legacy: require('/app/node_modules/zigbee-herdsman-converters/lib/legacy').fromZigbee};
const tz = require('/app/node_modules/zigbee-herdsman-converters/converters/toZigbee');
const ota = require('/app/node_modules/zigbee-herdsman-converters/lib/ota');
const tuya = require('/app/node_modules/zigbee-herdsman-converters/lib/tuya');
const reporting = require('/app/node_modules/zigbee-herdsman-converters/lib/reporting');
const extend = require('/app/node_modules/zigbee-herdsman-converters/lib/extend');
const e = exposes.presets;
const ea = exposes.access;
module.exports = {
fingerprint: [{modelID: 'TS0201', manufacturerName: '_TZ3000_fllyghyj'}],
model: 'WSD500A',
vendor: 'TuYa',
description: 'Temperature & humidity sensor',
fromZigbee: [fz.battery, fz.temperature, fz.humidity],
toZigbee: [],
exposes: [e.battery(), e.temperature(), e.humidity(), e.battery_voltage()],
};
I will make a PR, when finishing my investigation.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
How to Add Your ZSE44 Temperature | Humidity XS Sensor to ...
This will help the ZSE44 Sensor to configure properly, even if it never connected to the hub: Open Hubitat in your Internet browser....
Read more >Add Temperature and Humidity Sensor support (device type ...
Hi there! First of all, thanks for creating this project! \o/ This PR adds support for the Temperature and Humidity Sensor like this...
Read more >How to Set Up the DHT11 Humidity Sensor on an Arduino
How to measure temperature and humidity with the DHT11 and an Arduino. Diagrams and code are provided to display readings on an LCD...
Read more >Temperature and Humidity Sensor - Aqara
Move the Aqara Temperature and Humidity Sensor close to the hub, open the app, tap "Home" and the tap "+" on the upper...
Read more >HTU31 Humidity and Temperature Combination Sensor
The high performance HTU31 humidity and temperature combination sensor is one of the smallest and most accurate humidity sensors on the market.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I did some tests with
_TZ3000_fllyghyj
and_TZ3000_dowj6gyi
. I was able to get battery reporting working. See PROn mine after successful pairing I get
0
values for humidity and temperature, it’s probably unrelated but I wanted to post for posterity because I’m probably going to put this sensor in a draw as it doesn’t appear to function.Make/Model