New Tuya Devices #1027
Replies: 5 comments
-
I'm confused. These two devices are both already supported. |
Beta Was this translation helpful? Give feedback.
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 2.0cm 2.0cm 2.0cm;}
div.WordSection1
{page:WordSection1;}
-->Ciao Jason, when I try to configure my devices using only the original device’s list, for example after an upgrade to a new version, my devices don’t work. In order to get them working I need to add in the directory \config\custom_components\tuya_local\devices the two files that I posted on GitHub. I don’t know why… Regards Inviato da Posta per Windows Da: Jason RumneyInviato: sabato 26 agosto 2023 11:18A: make-all/tuya-localCc: mutozorro; AuthorOggetto: Re: [make-all/tuya-local] New Tuya Devices (Discussion #1027) I'm confused. These two devices are both already supported.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Jason,another tuya_local revision was released and again the same problem!
The integration was working fine under revision 2023.8.2
I updated to revision 2023.9.0 and this was the result
To have the integration work again I had to copy my configuration files into \config\custom_components\tuya_local\devicesand reload the integration.
Is it too much trouble to add these two files to the distribution package?
Thanks and Best Regards
Il sabato 26 agosto 2023 alle ore 13:35:52 CEST, a c ***@***.***> ha scritto:
Ciao Jason,
when I try to configure my devices using only the original device’s list, for example after an upgrade to a new version, my devices don’t work. In order to get them working I need to add in the directory \config\custom_components\tuya_local\devices the two files that I posted on GitHub. I don’t know why…
Regards
Inviato da Posta per Windows
Da: Jason Rumney
Inviato: sabato 26 agosto 2023 11:18
A: make-all/tuya-local
Cc: mutozorro; Author
Oggetto: Re: [make-all/tuya-local] New Tuya Devices (Discussion #1027)
I'm confused. These two devices are both already supported.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Jason, I have a yaml files that works with IH-K009 zigbee temperature and humidity sensors. Can you add it to the device folder? Thanks name: Climate sensor
|
Beta Was this translation helpful? Give feedback.
-
This matches the zigbee_zn373186_temphumid_sensor config |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two yaml files that work with two my tuya devices. It would be great if you can add them into the device folder. Otherwise, I need to manually add them any time a new component revision is released. Thanks
EMylo WiFi Smart Meter
name: EMylo WiFi Smart Meter
products:
name: YSI115D5
primary_entity:
entity: sensor
name: Energy
class: energy
dps:
type: integer
name: sensor
unit: kWh
class: total_increasing
mapping:
type: string
name: phase_a
optional: true
type: bitfield
name: fault_code
type: string
name: alarm
optional: true
secondary_entities:
name: Fault
class: problem
category: diagnostic
dps:
type: bitfield
name: sensor
mapping:
value: false
name: Prepayment
category: config
icon: "mdi:cash"
dps:
type: boolean
name: switch
name: Prepaid energy
category: diagnostic
dps:
type: integer
name: sensor
unit: kWh
optional: true
mapping:
name: Clear energy
class: reset
category: config
dps:
type: boolean
name: button
optional: true
name: Charge energy
category: config
icon: "mdi:cash"
dps:
type: integer
name: value
unit: kWh
optional: true
range:
min: 0
max: 50000
dps:
type: boolean
name: switch
name: Clear event
class: reset
category: config
dps:
type: boolean
name: button
optional: true
TOMZN WIFI Energy Meter
name: TOMZN WIFI Energy Meter
products:
name: Breaker
primary_entity:
entity: switch
dps:
name: switch
type: boolean
name: alarm_set_1
optional: true
type: string
name: alarm_set_2
optional: true
type: string
name: phase_a
type: string
optional: true
name: fault
type: bitfield
optional: true
mapping:
value: OK
name: breaker_number
type: string
secondary_entities:
name: Prepayment
icon: "mdi:cash-multiple"
category: config
dps:
type: boolean
name: switch
name: Energy reset
class: restart
category: config
dps:
type: string
name: button
optional: true
mapping:
value: true
name: Balance energy
category: diagnostic
dps:
type: integer
name: sensor
unit: kWh
mapping:
name: Charge energy
category: config
icon: "mdi:cash"
dps:
type: integer
name: value
optional: true
unit: kWh
range:
min: 0
max: 99999
mapping:
name: Leakage current
class: current
category: diagnostic
dps:
type: integer
name: sensor
unit: mA
class: measurement
name: Earth leak test
icon: "mdi:current-ac"
category: config
dps:
type: boolean
name: button
optional: true
name: Energy
class: energy
dps:
type: integer
name: sensor
unit: kWh
class: total_increasing
mapping:
Beta Was this translation helpful? Give feedback.
All reactions