├── README.md ├── alarm.lua ├── alarmSet.sh ├── alarm_sendsnapshot.sh ├── config_alarm.lua ├── config_fireAlarm.lua ├── config_heatpump_emmeti.lua ├── config_hotwater.lua ├── config_power.lua ├── domoticzCheck.sh ├── domoticz_custom_icon_batteryMax.zip ├── domoticz_custom_icon_batteryMin.zip ├── dzVents └── scripts │ └── solarforecastWEST.lua ├── globalfunctions.lua ├── globalvariables.lua ├── netwatchdog.sh ├── power.lua ├── pushbuttons.lua ├── rc.local ├── script_device_demo.lua ├── script_device_evsegridpower.lua ├── script_device_master.lua ├── script_device_power2p1.lua ├── script_time_demo.lua ├── script_time_earthquake.lua ├── script_time_entsoe.lua ├── script_time_fireAlarm.lua ├── script_time_fronius.lua ├── script_time_heatpump.lua ├── script_time_heatpump_emmeti.lua ├── script_time_hotwater.lua ├── script_time_nightLights.lua ├── script_time_openwindows.lua ├── script_time_rainWindCheck.lua ├── script_time_selfconsumption.lua ├── script_time_vmc_attenuation.lua ├── script_time_weewx.lua ├── sendsnapshot.sh └── telegramSendText.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/README.md -------------------------------------------------------------------------------- /alarm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/alarm.lua -------------------------------------------------------------------------------- /alarmSet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/alarmSet.sh -------------------------------------------------------------------------------- /alarm_sendsnapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/alarm_sendsnapshot.sh -------------------------------------------------------------------------------- /config_alarm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/config_alarm.lua -------------------------------------------------------------------------------- /config_fireAlarm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/config_fireAlarm.lua -------------------------------------------------------------------------------- /config_heatpump_emmeti.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/config_heatpump_emmeti.lua -------------------------------------------------------------------------------- /config_hotwater.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/config_hotwater.lua -------------------------------------------------------------------------------- /config_power.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/config_power.lua -------------------------------------------------------------------------------- /domoticzCheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/domoticzCheck.sh -------------------------------------------------------------------------------- /domoticz_custom_icon_batteryMax.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/domoticz_custom_icon_batteryMax.zip -------------------------------------------------------------------------------- /domoticz_custom_icon_batteryMin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/domoticz_custom_icon_batteryMin.zip -------------------------------------------------------------------------------- /dzVents/scripts/solarforecastWEST.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/dzVents/scripts/solarforecastWEST.lua -------------------------------------------------------------------------------- /globalfunctions.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/globalfunctions.lua -------------------------------------------------------------------------------- /globalvariables.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/globalvariables.lua -------------------------------------------------------------------------------- /netwatchdog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/netwatchdog.sh -------------------------------------------------------------------------------- /power.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/power.lua -------------------------------------------------------------------------------- /pushbuttons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/pushbuttons.lua -------------------------------------------------------------------------------- /rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/rc.local -------------------------------------------------------------------------------- /script_device_demo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_device_demo.lua -------------------------------------------------------------------------------- /script_device_evsegridpower.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_device_evsegridpower.lua -------------------------------------------------------------------------------- /script_device_master.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_device_master.lua -------------------------------------------------------------------------------- /script_device_power2p1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_device_power2p1.lua -------------------------------------------------------------------------------- /script_time_demo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_demo.lua -------------------------------------------------------------------------------- /script_time_earthquake.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_earthquake.lua -------------------------------------------------------------------------------- /script_time_entsoe.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_entsoe.lua -------------------------------------------------------------------------------- /script_time_fireAlarm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_fireAlarm.lua -------------------------------------------------------------------------------- /script_time_fronius.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_fronius.lua -------------------------------------------------------------------------------- /script_time_heatpump.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_heatpump.lua -------------------------------------------------------------------------------- /script_time_heatpump_emmeti.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_heatpump_emmeti.lua -------------------------------------------------------------------------------- /script_time_hotwater.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_hotwater.lua -------------------------------------------------------------------------------- /script_time_nightLights.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_nightLights.lua -------------------------------------------------------------------------------- /script_time_openwindows.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_openwindows.lua -------------------------------------------------------------------------------- /script_time_rainWindCheck.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_rainWindCheck.lua -------------------------------------------------------------------------------- /script_time_selfconsumption.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_selfconsumption.lua -------------------------------------------------------------------------------- /script_time_vmc_attenuation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_vmc_attenuation.lua -------------------------------------------------------------------------------- /script_time_weewx.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/script_time_weewx.lua -------------------------------------------------------------------------------- /sendsnapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/sendsnapshot.sh -------------------------------------------------------------------------------- /telegramSendText.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreasolTech/domoticz_lua_scripts/HEAD/telegramSendText.sh --------------------------------------------------------------------------------