Page 1 of 1

Effects not detected

Posted: Tuesday 13 December 2022 10:37
by calania
Hello! I recently started playing around with esphome using the mqtt auto discovery feature in domoticz. I have made a led strip and added some effects to it but for some reason the effects aren't appearing in domoticz however they work fine in home assistant. This is my config topic and how it looks in domoticz Image

Code: Select all

{

   "schema":"json",

   "clrm":true,

   "supported_color_modes":[

      "rgbww"

   ],

   "brightness":true,

   "effect":true,

   "fx_list":[

      "Flicker",

      "Strobe",

      "Slow Rainbow",

      "None"

   ],

   "name":"Glasfigur LED",

   "stat_t":"glasfigurer-led/light/glasfigur_led/state",

   "cmd_t":"glasfigurer-led/light/glasfigur_led/command",

   "avty_t":"glasfigurer-led/status",

   "uniq_id":"ESPlightglasfigur_led",

   "dev":{

      "ids":"b4e62d44dc11",

      "name":"glasfigurer-led",

      "sw":"esphome v2022.11.2 Dec 13 2022, 08:55:53",

      "mdl":"nodemcuv2",

      "mf":"espressif"

   }

}
Does anybody know if there is any way to get the effects working in domoticz? For example instead of showing "night light" and "full night" show my effects.

Re: Effects not detected

Posted: Tuesday 13 December 2022 10:42
by waltervl
There is no separate selector switch created with the effects?
I do not see something with effects or fx_list in the source code so probably not supported yet. https://github.com/domoticz/domoticz/bl ... scover.cpp

Re: Effects not detected

Posted: Tuesday 13 December 2022 10:58
by calania
No sadly this is the only device created. Guess I could probably create my own selector switch that sends the mqtt command but it would be nice if support was added.