tuya/tuya-home-assistant

Flower Sensor Rain Ligth get more data

Open

#1,050 opened on Nov 12, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (206 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (960 stars)
PR merge metrics
 (PR metrics pending)

Description

Device normal info

  • Brand : china
  • Model : Flower sun ligth rain detect

Intergration only identify Humity and Batery! Pls add another parameters!

Detect with Product Category "sj" Rain sensor (tgvtvdoc)

in tuya dev :

Code Type Values watersensor_state Enum { "range": [ "alarm", "normal" ] } battery_percentage Integer { "unit": "%", "min": 0, "max": 100, "scale": 0, "step": 1 } light_intensity Integer { "unit": "mV", "min": 0, "max": 9999, "scale": 0, "step": 1 } light_intensity_average Integer { "unit": "mV", "min": 0, "max": 9999, "scale": 0, "step": 1 } light_intensity_max Integer { "unit": "mV", "min": 0, "max": 9999, "scale": 0, "step": 1 } need_clean Boolean "{true,false}" rain_sensor_vol Integer { "unit": "mV", "min": 0, "max": 9999, "scale": 0, "step": 1 }

Contributor guide