Search found 58 matches

by Sugar
2026年 Feb 16日 18:09
Forum: TuyaOS-Matter Development
Topic: Generic Scene Switch
Replies: 15
Views: 4691

Re: Generic Scene Switch

extra information:

Screenshot_20260216-100402.png
Screenshot_20260216-100445.png

GenericSwitchMultiPressComplete, PreviousPosition=0

Change that 0 to 1 and let's see if single press is working with reported as signed.

by Sugar
2026年 Feb 12日 19:43
Forum: TuyaOS-Matter Development
Topic: Generic Temperature and humidity sensor
Replies: 6
Views: 2264

Re: Generic Temperature and humidity sensor

It's now 0 percent:

Screenshot_20260212-114042.png

But if it can't be fixed, then it's ok, it's better than 2 percent hah, and no big problem.

Thank you.

by Sugar
2026年 Feb 11日 21:28
Forum: TuyaOS-Matter Development
Topic: Generic Temperature and humidity sensor
Replies: 6
Views: 2264

Re: Generic Temperature and humidity sensor

Hello, I have added bridge support for this temperature and humidity meter. You can restart your Matter gateway to verify it. It's keeping reporting battery status as 2%, I think its beacuse in tuya app, battery level status is high, normal, and low. So I think it's better just turn off battery sta...
by Sugar
2026年 Feb 11日 21:22
Forum: TuyaOS-Matter Development
Topic: Wrong temperature and humidity over matter bridge plus presence sensor and lux sensor is not exposed
Replies: 8
Views: 2265

Re: Wrong temperature and humidity over matter bridge plus presence sensor and lux sensor is not exposed

Don't bother anymore, I got a full refund for all my presence/movement sensors, don't know if they are planning to fix it or not, but what I noticed most tuya presence sensors keep flooding the network by sending data every second.

by Sugar
2026年 Feb 11日 19:38
Forum: TuyaOS-Matter Development
Topic: Generic Scene Switch
Replies: 15
Views: 4691

Re: Generic Scene Switch

Thank you for your email. I have understood the difference between TUYA and Aqara when sending events. I will try to modify the code to make it work properly. But there is a question: if the value of the event is correct but only the type is wrong (reported as signed), will Aqara accept it? Hello :...
by Sugar
2026年 Feb 9日 18:44
Forum: TuyaOS-Matter Development
Topic: Generic Scene Switch
Replies: 15
Views: 4691

Re: Generic Scene Switch

Opera Zrzut ekranu_2026-02-09_104251_mail.google.com.png

Thank you for being so helpful. I appreciate it.
I will share further updates when Aqara responds.

by Sugar
2026年 Feb 5日 22:19
Forum: TuyaOS-Matter Development
Topic: Generic Scene Switch
Replies: 15
Views: 4691

Re: Generic Scene Switch

No, I didn't make any changes. I merely view our configuration and informed you of our reporting status. Aqara support asked if you could share parameters for single press, double press, and long press, so they can check it better. Same as here, if I assume correctly, here is for a single press, ye...
by Sugar
2026年 Feb 4日 16:38
Forum: TuyaOS-Matter Development
Topic: USB C Zigbee
Replies: 2
Views: 942

Re: USB C Zigbee

fangping.guo 2026年 Feb 4日 09:56

Hello, the device is now capable of bridging. Please restart the Matter gateway to verify.

All good now, thanks :)

by Sugar
2026年 Feb 3日 09:20
Forum: TuyaOS-Matter Development
Topic: USB C Zigbee
Replies: 2
Views: 942

USB C Zigbee

Hello.

https://www.aliexpress.com/item/1005010 ... 1802tU4uNg

Could you expose that double USB as On/Off Plug-in Unit.

Virtual ID of the device is: bf5f3b98615c5baeb55q68

Thank you :)

by Sugar
2026年 Jan 31日 04:08
Forum: TuyaOS-Matter Development
Topic: Generic Scene Switch
Replies: 15
Views: 4691

Re: Generic Scene Switch

For the device you are using, the value of the featuremap for the switch cluster that we have declared is 30 (0x1E), which means that bits 1, 2, 3, and 4 are enabled while bits 0 and 5 are not. Correspondingly, we will generate event IDs 1, 2, 3, 4, 5, and 6. Did you change something? Long press is...