Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New device support]: Zigbee smart energy TS0601 #13688

Closed
hovbjo99 opened this issue Aug 25, 2022 · 2 comments
Closed

[New device support]: Zigbee smart energy TS0601 #13688

hovbjo99 opened this issue Aug 25, 2022 · 2 comments
Labels
new device support New device support request

Comments

@hovbjo99
Copy link

Link

TS0610 Zigbee smart meter

Database entry

.

Comments

Is it possible to get the modelID: manufature name: _TZE200_bkkmqmyo to this Device?

part form a file i do some debugging on....

const definition = {

    {modelID: 'TS0601', manufacturerName: '_TZE200_bkkmqmyo'},		// added new fingerprint
],
model: 'TS0601_din',
vendor: 'TuYa',
description: 'Zigbee smart energy meter DDS238-2 Zigbee',
fromZigbee: [fz.tuya_dinrail_switch],

External converter

No response

Supported color modes

No response

Color temperature range

No response

@jrosier
Copy link

jrosier commented Aug 31, 2022

I used the Tuya ioT platform to find the data points. Now, they have to be mapped into converters.
1: total forward energy
6: Phase A (probably voltage, but it is encoded)
9: fault
12: clear energy
16: state (reading of the state of the on/off relay)
17: alarm set 1
18: alarm set 2
101: total active energy (I think they mean the balance of forward and reverse energy)
102: reverse energy
103: power
105: frequency
108: breaker (maybe you can activate the relay with this dp?)
109: reactive energy (KVArh)
110: reactive power (kVAr)
111: power factor

The strange thing so far: I couldn't find clear values for voltage and current.

@dirkjanfaber
Copy link

This issue should be closed as it is picked up in #13767

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device support New device support request
Projects
None yet
Development

No branches or pull requests

4 participants