PlusPlus-ua / ha_tuya_ble

Home Assistant support for Tuya BLE devices
MIT License
183 stars 125 forks source link

[Support] Smart Water Timer - Moes SOP10 #29

Open syepes opened 1 year ago

syepes commented 1 year ago

https://moeshouse.com/en-fr/products/smart-bluetooth-sprinkler-water-timer-with-rain-delay-filter-washer-programmable-irrigation-timer

          "category": "sfkzq",
          "product_id": "nxquc5lb",
          "device_name": "Smart Water Timer",
          "product_model": "SOP10",
          "product_name": "Smart Water Timer"

specifications-properties.json.txt

I could not make it pair with my NUC, but just wanted to share the the tuya spec's

PlusPlus-ua commented 1 year ago

Hi,

In additional to provided information, datapoint IDs are required. Here is an instruction how to obtain it:

https://www.zigbee2mqtt.io/advanced/support-new-devices/03_find_tuya_data_points.html#_9-find-your-data-point

Is the device discovered by the integration, if not it may point to usage Bluetooth Mesh instead of BLE. In this case, adding it to the integration is useless.

fischmuc commented 1 year ago

Here we go with the datapoint IDs:

{"1":"Valve switch","4":"Fault reporting","7":"Battery level","9":"Accumulated use time","10":"Weather Delay","11":"Irrigation time","12":"Operating status","16":"Cycle timer","17":"Timer"}

The device uses BLE and is discovered in Tuya BLE

image

Thank you!

dlanorc commented 11 months ago

Hi,

Do we have any updates on this one?