Page 1 of 1

Display only one device in Domoticz Web Interface

Posted: Friday 28 August 2020 13:04
by zak45
Hi,
Don't know if possible and if not could be helpfull for my Python Web page devlopment.

I want to display Domoticz device into a html popup window, but only one device, selected by 'n' way ( id or name etc ...)
The actual page, http://192.168.1.xx:8080/#/LightSwitches for example, show all LightSwitches devices
could be nice to have something like that:
http://192.168.1.xx:8080/3/LightSwitches (for example) to display the Domoticz interface with only the device with IDX 3.

rgds

Re: Display only one device in Domoticz Web Interface

Posted: Wednesday 02 September 2020 8:24
by MikeF
Assign it to a separate room plan, and select that room from the dropdown in the Switches tab.

Re: Display only one device in Domoticz Web Interface

Posted: Wednesday 02 September 2020 12:14
by zak45
ohhh.. yes ...thanks for the Tip ;)