Ga naar de inhoud
Home » Software » Domoticz

Domoticz

Domoticz Blog Header

Domoticz Must Have

Welke plugins en scripts zijn must have? KNMI: https://github.com/bramvreugd/Domoticz-KNMI-Weather-Plugin Buienradar: https://www.domoticz.com/wiki/Buienradar Nette Stroom gebruik: https://daik.nl/index.php/en/2024/02/09/read-energy-consumption-balance-with-domoticz/ Ledigen Afval Containers: https://github.com/jvanderzande/GarbageCalendar/tree/master/garbagecalendar Huidige Stroom en Gas Prijzen: https://enever.nl/forums/topic/officiele-integratie-van-enever-nl-in-domoticz/… Lees verder »Domoticz Must Have

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