ledvance_smart_plabl100x25b.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: Ledvance Smart+PlaBL100x25B
  2. products:
  3. - id: bfaf1efff4a825ac2c8aly
  4. name: Ledvance Smart+PlaBL100x25B
  5. # https://github.com/FlagX/ha-ledvance-tuya-resync-localkey
  6. #
  7. # https://github.com/rospogrigio/localtuya/wiki/HOWTO-get-a-DPs-dump
  8. #DEBUG:localtuya.pytuya:[bfa...aly] Deciphered data = '{"dps":{"20":false,"22":410,"23":1000,"24":"004803e8018f","26":0,"41":true}}'
  9. #AVAILABLE DPS ARE [{'20': False, '22': 410, '23': 1000, '24': '004803e8018f', '26': 0, '41': True}]
  10. # DPS [20] VALUE [False] on off switch
  11. # DPS [21] VALUE [scene] ?
  12. # DPS [22] VALUE [400] main led brightness
  13. # DPS [23] VALUE [200] main led color temp
  14. # DPS [24] VALUE [0136019a0348] rgb led color
  15. # DPS [26] VALUE [0] rgb led brightness
  16. # DPS [41] VALUE [False] ?
  17. primary_entity:
  18. entity: switch
  19. dps:
  20. - id: 20
  21. type: boolean
  22. name: switch
  23. secondary_entities:
  24. - entity: light
  25. name: RGB LED
  26. category: config
  27. dps:
  28. - id: 20
  29. type: boolean
  30. name: switch
  31. - id: 26
  32. name: brightness
  33. type: integer
  34. range:
  35. min: 0
  36. max: 1000
  37. - id: 24
  38. type: hex
  39. name: rgbhsv
  40. optional: true
  41. format:
  42. - name: h
  43. bytes: 2
  44. range:
  45. min: 0
  46. max: 360
  47. - name: s
  48. bytes: 2
  49. range:
  50. min: 0
  51. max: 1000
  52. - name: v
  53. bytes: 2
  54. range:
  55. min: 0
  56. max: 1000
  57. - entity: light
  58. name: Main LED
  59. category: config
  60. dps:
  61. - id: 20
  62. type: boolean
  63. name: switch
  64. - id: 22
  65. name: brightness
  66. type: integer
  67. range:
  68. min: 0
  69. max: 1000
  70. - id: 23
  71. name: color_temp
  72. type: integer
  73. range:
  74. min: 0
  75. max: 500
  76. mapping:
  77. - target_range:
  78. min: 2700
  79. max: 6500