Replies: 1 comment
-
When using The Tasmota support for 5 PWM channels is based on RGB+CCT, which should be discovered by HA as a bulb. One bulb only. This old thread describes most of the discovery payload: #9267 Short version: When using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a lot of information related to auto discovery, but most of it is a bit mixed up between HASS and Tasmota native.
From what I understand Home assistant discovery is deprecated, so Setoption19 must be set to 0.
I have an H801 configured as 5 PWM channels and basically is has 5 PCM controls and 5 on/off switch, which ideally should be advertised in the discovery message. In HASS I only see 5 switches (from which the friendly names and channel mapping seems a bit messed up, but that's another story)
If I look in the discovery message I see 5 time and 'rl' with value 2 (is it somewhere documented what this indicates ? )
and 0 switches and buttons defined (I assume these are input switches and buttons, can somebody confirm ?)
Based on the JSON and the assumption that switches and buttons are inputs, it seems there is no option to
have an output which exposes both a 'power' switch as well as a dimmer.
If not, is there an option to change the the auto discovery json message, so it indicates dimmers (assuming value '2' which is now there is a switch)
Any insights would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions