razorRun / node-red-contrib-smartlifeair

Allow you to integrate any[almost] tuya, smart life supported devices to node-red. However, you will have to enrol these devices via Smart life air mobile app. https://www.smartlife.nz/smartlife-labs
https://roshan.digital/
13 stars 1 forks source link

Battery level output from TRV #24

Closed DrDuk closed 3 years ago

DrDuk commented 3 years ago

Is it possible to retrieve the battery state from the Tuya radiator valve controllers (HY368-ZB Tuya ZigBee 3.0 Smart Radiator Actuator Programmable Thermostatic Radiator) either as a single output option or as part of the full JSON output? Thanks

razorRun commented 3 years ago

If it has a data node for that it should work. But I don’t have any experience with this particular device

Cheers

On Tue, 12 Jan 2021 at 11:46 PM, DrDuk notifications@github.com wrote:

Is it possible to retrieve the battery state from the Tuya radiator valve controllers (HY368-ZB Tuya ZigBee 3.0 Smart Radiator Actuator Programmable Thermostatic Radiator) either as a single output option or as part of the full JSON output? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/razorRun/node-red-contrib-smartlifeair/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB72EAYEGJG6GIJWBRWSDLSZQSB7ANCNFSM4V7AG2PA .

DrDuk commented 3 years ago

I can't tell if there is a data node for this. Here is the output I receive for the JSON object:

{"Auto_Lock":false,"Days_Holiday":1,"Prog_Restday":"################","Prog_Workday":"################","Temp_holiday":15,"boost":300,"child_lock":false,"comfort_temp":20,"eco_temp":15,"fault":0,"hightemp":35,"lowtemp":5,"mode":"manual","power_state":false,"roomtemp_calibrat":20,"temp_current":215,"temp_set":220,"valve":100,"valve_set":"normal","week_state":"0","wind":"AAUK","windows_state":false}

Nothing looks like a battery value. It is a bit weird that they give you everything else but the battery status. Thanks

razorRun commented 3 years ago

Unfortunately you can only read what you have in above object. Does the app shows you a battery value?

On Thu, 14 Jan 2021 at 4:34 AM, DrDuk notifications@github.com wrote:

I can't tell if there is a data node for this. Here is the output I receive for the JSON object:

{"Auto_Lock":false,"Days_Holiday":1,"Prog_Restday":"################","Prog_Workday":"################","Temp_holiday":15,"boost":300,"child_lock":false,"comfort_temp":20,"eco_temp":15,"fault":0,"hightemp":35,"lowtemp":5,"mode":"manual","power_state":false,"roomtemp_calibrat":20,"temp_current":215,"temp_set":220,"valve":100,"valve_set":"normal","week_state":"0","wind":"AAUK","windows_state":false}

Nothing looks like a battery value. It is a bit weird that they give you everything else but the battery status. Thanks

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/razorRun/node-red-contrib-smartlifeair/issues/24#issuecomment-759526919, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB72EGXHCIL2HHTQKFZH6DSZW4RJANCNFSM4V7AG2PA .