Ga naar de inhoud
Home » Software » Pagina 6

Software

Domoticz Blog Header

Device Info lezen

In een lua/dzVents script gebruik je: domoticz.devices(idx).dump() Waarbij idx het id is van het device. Via Browser Doe je via https://domoticz/json.htm?type=devices&rid=Idx Voorbeeld: https://domoticz/json.htm?type=devices&rid=1779 Output: {… Lees verder »Device Info lezen

Domoticz Blog Header

Domoticz Plugins

Zorg dat python3, pip en git geïnstalleerd is: python3 -V git –version ls /usr/bin/pip Ga naar de plugin directory van domocticz, iets inde geest van… Lees verder »Domoticz Plugins