Effects not detected
Posted: Tuesday 13 December 2022 10:37
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 
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.

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"
}
}