Replies: 3 comments
-
I thought the best place to implement that support was in a converter, so I copied tuya.valueConverter.raw (I want of course to modify it later) :
and put it in the tuyaDatapoints array :
But when I try to write a new value, I get the following error :
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, I'm working on this module, if you want to take a look : Regards |
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of #24635 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add support for this device, sold on aliexpress under many brands (mine is https://www.aliexpress.com/item/1005007319412940.html?spm=a2g0o.order_list.order_list_main.53.21ef1802Z8FdNI ).
I've done the basic part :
But I have problems with the last datapoints of raw type.
Datapoints 65 to 71 encode the mode programation for one day each, with 4 bits for each 30 minutes slices with the same values as in the runningStatus enum :
Datapoint 104 is used to light of the device status leds during the night period :
The first 2 bytes give the starting time in the form of numbers of minutes since 00:00
Next 2 bytes give the ending time.
Last byte is 1 when this behavior is enabled or 0 when not.
Any help on this is welcomed.
Thanks everyone in advance.
Beta Was this translation helpful? Give feedback.
All reactions