question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for Humidity & Temperature Sensor _TZ3000_fllyghyj

See original GitHub issue

Hi,

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:closed
  • Created 2 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
danielk117commented, Jun 27, 2022

I did some tests with _TZ3000_fllyghyj and _TZ3000_dowj6gyi. I was able to get battery reporting working. See PR

0reactions
JohnMcLearcommented, Aug 8, 2022

On 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.

{
    "last_seen": "2022-08-08T17:49:49.684Z",
    "linkquality": 21,
    "battery": 100,
    "humidity": 0,
    "temperature": 0,
    "voltage": 3000
}

Make/Model

Zigbee Model
    TS0201
Zigbee Manufacturer
    _TZ3000_fllyghyj
Description
    Temperature & humidity sensor
Support status

    Supported
IEEE Address
    0xa4c138acee29771a
Network address
    0xAD14
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found