Domoticz through scenes

Good evening,
I have been following the project for quite some time now and I ended up adopting Gladys. :smiley:
Thanks to all the contributors.
Having a Domoticz installation on Rapberry, I can easily turn on/off an RF433 plug controlled by Domoticz via a scene (HTTP request)
From the domoticz api: http://192.168.0.106:8080/json.htm?type=command&param=switchlight&idx=2&switchcmd=Toggle
However, there is no possibility to create a device in the dashboard, I have to go through the Scene tab to perform the On/Off actions. It’s not a problem in itself, but it would be more user-friendly.
Again, thank you for this amazing work offered by the community.

Hello @kazuke and welcome!

Awesome :slight_smile:

Yes, it is possible! You can create a « virtual Â» device in the MQTT integration in Gladys (even if you don’t use MQTT), and then trigger your scene on a state change of the virtual device.

This way you will be able to place your device on the dashboard :wink:

Okay, thanks for your quick response. :+1: