├── CHANGELOG.md ├── IDEAS.md ├── LICENSE ├── README.md ├── SOURCECHANGES.md ├── TODO.md ├── domoticz-homeautomation-workbook.pdf ├── plugins ├── README.md ├── domoticz-plugin-hmip-etrv.zip ├── domoticz-plugin-hmip-psm.zip ├── domoticz-plugin-indoor-airquality-monitor.zip ├── domoticz-plugin-soil-moisture-monitor.zip ├── domoticz-plugin-tinkerforge-ambientlightv2.zip ├── domoticz-plugin-tinkerforge-io4v2.zip ├── domoticz-plugin-tinkerforge-lcd20x4-lite.zip ├── domoticz-plugin-tinkerforge-lcd20x4.zip ├── domoticz-plugin-tinkerforge-rgbledv2.zip ├── domoticz-plugin-tinkerforge-trafficlight.zip ├── plugin-hmip-etrv.zip ├── plugin-hmip-psm.zip ├── plugin-indoor-airquality-monitor.zip └── plugin-soil-moisture-monitor.zip └── src ├── Alert_Message.html ├── Device Status.html ├── Explore_Custom_Pages_Charts.zip ├── Explore_Grafana_InfluxDB.zip ├── Notes.html ├── Quick_Check.html ├── Quick_Message.html ├── README.md ├── RPi_Monitor.html ├── Settings.html ├── Switch_Hue_Light.html ├── User_Variables.html ├── Utility-Dashboard.pdf ├── Utility-Dashboard.zip ├── airpressure_timer_update.dzvents ├── alertmsg_monitor.dzvents ├── alertmsg_monitor.lua ├── alertmsg_reset.dzvents ├── alertmsg_reset.lua ├── ambient_light_control_espeasy.lua ├── ambient_light_dashboard.flow ├── astro_info.lua ├── atest.lua ├── basement_humidity_monitor_d.lua ├── battery_status_domoticz.dzvents ├── battery_status_raspberrymatic.dzvents ├── battery_status_raspberrymatic.script ├── battery_status_raspmatic.dzvents ├── battery_status_raspmatic.script ├── bme280_devices_update.dzvents ├── coffee_machine_monitor.dzvents ├── coffee_machine_monitor.lua ├── custom_icons.zip ├── daylight_info.dzvents ├── days_to_go_update.lua ├── domoticz2.py ├── dwd_pollen.dzvents ├── dwd_uvi.dzvents ├── dzvents-scripts-used.txt ├── electric_usage_house.dzvents ├── electric_usage_house.lua ├── electric_usage_makelab.lua ├── electric_usage_update.lua ├── electricity_usage_update.lua ├── email_control.zip ├── espeasy-bh1750-domoticz.rule ├── espeasy-huecontrol-domoticz.rule ├── espeasy_bh1750_domoticz.rule ├── espeasy_huecontrol_domoticz.rule ├── event_monitor.lua ├── explore_automation_events_blockly.md ├── explore_automation_events_dzvents.md ├── explore_automation_events_lua.md ├── explore_automation_events_python.md ├── explore_custom_pages_charts.pdf ├── explore_fastevent_custom.dzvents ├── explore_fastevent_custom.flow ├── explore_fastevent_http.dzvents ├── explore_fastevent_http.py ├── explore_fastevent_http.sh ├── explore_fastevent_http_2.dzvents ├── explore_fastevent_http_2.json ├── explore_fastevent_http_2.py ├── explore_fastevent_timer.dzvents ├── garage_door_check.dzvents ├── global_data.dzvents ├── global_data.lua ├── gpio_btnledonoff.plugin ├── gpio_btnledonoff.py ├── gpio_btnledonoff.python_event ├── gpio_btntrigger.dzvents ├── gpio_btntrigger.flow ├── gpio_btntrigger.plugin ├── gpio_cleanup.py ├── gpio_cleanup.python_event ├── gpio_ledonoff.py ├── gpio_ledonoff.python_event ├── gpiozero_btndevtrigger.plugin ├── gpiozero_btntrigger.plugin ├── gpiozero_hardware_monitor.dzvents ├── gpiozero_rgbled.plugin ├── gpiozero_rgbledi.plugin ├── gpiozerorgbled_setcolor.dzvents ├── gpiozerorgbled_setlevel.dzvents ├── hardware_monitor.zip ├── hue_control.dzvents ├── hue_control.lua ├── hue_control_espeasy.lua ├── hue_control_example.flow ├── hue_control_ui_example.flow ├── hue_indicator.dzvents ├── hue_wz_timer.lua ├── hueremotecontrol.ino ├── indoor_air_quality.dzvents ├── indoor_air_quality.py ├── keydates.csv ├── keydates.json ├── keydates_create.sh ├── keydates_update.dzvents ├── keydates_update.lua ├── kodi_explore_playing_progress_aftersec.dzvents ├── kodi_explore_playing_progress_timer.dzvents ├── kodi_explore_playing_timer.dzvents ├── kodi_explore_playpause_device.dzvents ├── kodi_music_player.dzvents ├── lcdi2c.zip ├── luftdruck_update.lua ├── mqtt-logger.flow ├── mqtt_listener_example.flow ├── msgbox.lua ├── postbox_notifier.dzvents ├── postbox_notifier.lua ├── postbox_notifier.script ├── postbox_voltage.lua ├── powerswitch_makelab.lua ├── qam.zip ├── raspmatic_dutycycle-dashboard.flow ├── raspmatic_dutycycle_monitor.dzvents ├── raspmatic_monitor.lua ├── raspmatic_multiple_devices.flow ├── raspmatic_single_device.flow ├── raspmatic_statelist.flow ├── raspmatic_thermostat.script ├── raspmatic_thermostat_onoff.dzvents ├── raspmatic_thermostat_setsetpoint.dzvents ├── raspmatic_thermostat_sync.dzvents ├── remote_control_custom_event.dzvents ├── remote_control_custom_event.script ├── remote_control_selector_switch.dzvents ├── remote_control_selector_switch.script ├── river_elbe_level.dzvents ├── rpi_monitor.lua ├── security_monitor.lua ├── security_reset.lua ├── somfy_control.dzvents ├── sql-delete-temperature-threshold.py ├── sql-select-devicestatus.py ├── sql-select-idx201.py ├── sql-select-temperatures.py ├── stock_monitor ├── stock_monitor-user-variable.lua ├── stock_monitor.lua ├── stock_monitor_user_variable.lua ├── stock_quotes.lua ├── stockquotes-dashboard.flow ├── stockquotes.flow ├── tfalv2_get_lux.lua ├── tfalv2_get_lux.py ├── tfbricklet_set_get.lua ├── tfbricklet_set_get.py ├── tfio4v2-mqtt-start.sh ├── tfio4v2-mqtt-stop.sh ├── tfio4v2-mqtt.py ├── tfio4v2-mqtt.service ├── tfio4v2_get_channel.py ├── tfio4v2_get_channel.sh ├── tfio4v2_set_channel.lua ├── tfio4v2_set_channel.py ├── tfio4v2_set_channel.sh ├── tflcd20x4_set_clock.lua ├── tflcd20x4_set_rpi_monitor.lua ├── tflcd20x4_set_text.lua ├── tflcd20x4_set_text.py ├── tflcd20x4_set_text.sh ├── tfrgbledv2_set_color.lua ├── tfrgbledv2_set_color.py ├── thermostat-dashboard-makelab.flow ├── thermostat-dashboard.flow ├── thermostat_control_selector_switch.dzvents ├── thermostat_dashboard.flow ├── thermostat_dashboard_makelab.flow ├── thermostat_makelab_info.lua ├── thermostat_makelab_setpoint.lua ├── thermostat_makelab_temp.lua ├── thermostat_makelab_temp.script ├── thermostatlog.dzvents ├── thermostatlog.html ├── time-control-all.sql ├── time-control-sum-today.sql ├── time-control-today.sql ├── time_control.lua ├── time_control_today.lua ├── utils.lua ├── volumio-control-dashboard.flow ├── volumio-control-mpd-not-used.flow ├── volumio-control-refresh.flow ├── volumio-control-test-not-used.flow ├── volumio-control.flow ├── volumio_bookmark.dzvents ├── volumio_bookmark.lua ├── volumio_control.flow ├── volumio_control_dashboard.flow ├── volumio_control_mpd_not_used.flow ├── volumio_control_refresh.flow ├── volumio_control_test_not_used.flow ├── volumio_getstate.dzvents ├── volumio_getstate.lua ├── volumio_play.dzvents ├── volumio_play.lua ├── volumio_setvolume.dzvents ├── volumio_setvolume.lua ├── volumio_shutdown.dzvents ├── volumio_shutdown.lua ├── wasc_data_logger.dzvents ├── wasc_data_logger.flow ├── waste_calendar_notifier.lua ├── waste_calendar_update.lua ├── wastecalicstocsv.py ├── weather-forecast-2.html ├── weather-forecast-customicons.zip ├── weather-forecast.html ├── weather_forecast.dzvents ├── webapp-sitecontrol.md └── wind_update.lua /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /IDEAS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/IDEAS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/README.md -------------------------------------------------------------------------------- /SOURCECHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/SOURCECHANGES.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/TODO.md -------------------------------------------------------------------------------- /domoticz-homeautomation-workbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/domoticz-homeautomation-workbook.pdf -------------------------------------------------------------------------------- /plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/README.md -------------------------------------------------------------------------------- /plugins/domoticz-plugin-hmip-etrv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-hmip-etrv.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-hmip-psm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-hmip-psm.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-indoor-airquality-monitor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-indoor-airquality-monitor.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-soil-moisture-monitor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-soil-moisture-monitor.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-tinkerforge-ambientlightv2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-tinkerforge-ambientlightv2.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-tinkerforge-io4v2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-tinkerforge-io4v2.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-tinkerforge-lcd20x4-lite.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-tinkerforge-lcd20x4-lite.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-tinkerforge-lcd20x4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-tinkerforge-lcd20x4.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-tinkerforge-rgbledv2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-tinkerforge-rgbledv2.zip -------------------------------------------------------------------------------- /plugins/domoticz-plugin-tinkerforge-trafficlight.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/domoticz-plugin-tinkerforge-trafficlight.zip -------------------------------------------------------------------------------- /plugins/plugin-hmip-etrv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/plugin-hmip-etrv.zip -------------------------------------------------------------------------------- /plugins/plugin-hmip-psm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/plugin-hmip-psm.zip -------------------------------------------------------------------------------- /plugins/plugin-indoor-airquality-monitor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/plugin-indoor-airquality-monitor.zip -------------------------------------------------------------------------------- /plugins/plugin-soil-moisture-monitor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/plugins/plugin-soil-moisture-monitor.zip -------------------------------------------------------------------------------- /src/Alert_Message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Alert_Message.html -------------------------------------------------------------------------------- /src/Device Status.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Device Status.html -------------------------------------------------------------------------------- /src/Explore_Custom_Pages_Charts.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Explore_Custom_Pages_Charts.zip -------------------------------------------------------------------------------- /src/Explore_Grafana_InfluxDB.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Explore_Grafana_InfluxDB.zip -------------------------------------------------------------------------------- /src/Notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Notes.html -------------------------------------------------------------------------------- /src/Quick_Check.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Quick_Check.html -------------------------------------------------------------------------------- /src/Quick_Message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Quick_Message.html -------------------------------------------------------------------------------- /src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/README.md -------------------------------------------------------------------------------- /src/RPi_Monitor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/RPi_Monitor.html -------------------------------------------------------------------------------- /src/Settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Settings.html -------------------------------------------------------------------------------- /src/Switch_Hue_Light.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Switch_Hue_Light.html -------------------------------------------------------------------------------- /src/User_Variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/User_Variables.html -------------------------------------------------------------------------------- /src/Utility-Dashboard.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Utility-Dashboard.pdf -------------------------------------------------------------------------------- /src/Utility-Dashboard.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/Utility-Dashboard.zip -------------------------------------------------------------------------------- /src/airpressure_timer_update.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/airpressure_timer_update.dzvents -------------------------------------------------------------------------------- /src/alertmsg_monitor.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/alertmsg_monitor.dzvents -------------------------------------------------------------------------------- /src/alertmsg_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/alertmsg_monitor.lua -------------------------------------------------------------------------------- /src/alertmsg_reset.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/alertmsg_reset.dzvents -------------------------------------------------------------------------------- /src/alertmsg_reset.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/alertmsg_reset.lua -------------------------------------------------------------------------------- /src/ambient_light_control_espeasy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/ambient_light_control_espeasy.lua -------------------------------------------------------------------------------- /src/ambient_light_dashboard.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/ambient_light_dashboard.flow -------------------------------------------------------------------------------- /src/astro_info.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/astro_info.lua -------------------------------------------------------------------------------- /src/atest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/atest.lua -------------------------------------------------------------------------------- /src/basement_humidity_monitor_d.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/basement_humidity_monitor_d.lua -------------------------------------------------------------------------------- /src/battery_status_domoticz.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/battery_status_domoticz.dzvents -------------------------------------------------------------------------------- /src/battery_status_raspberrymatic.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/battery_status_raspberrymatic.dzvents -------------------------------------------------------------------------------- /src/battery_status_raspberrymatic.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/battery_status_raspberrymatic.script -------------------------------------------------------------------------------- /src/battery_status_raspmatic.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/battery_status_raspmatic.dzvents -------------------------------------------------------------------------------- /src/battery_status_raspmatic.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/battery_status_raspmatic.script -------------------------------------------------------------------------------- /src/bme280_devices_update.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/bme280_devices_update.dzvents -------------------------------------------------------------------------------- /src/coffee_machine_monitor.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/coffee_machine_monitor.dzvents -------------------------------------------------------------------------------- /src/coffee_machine_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/coffee_machine_monitor.lua -------------------------------------------------------------------------------- /src/custom_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/custom_icons.zip -------------------------------------------------------------------------------- /src/daylight_info.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/daylight_info.dzvents -------------------------------------------------------------------------------- /src/days_to_go_update.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/days_to_go_update.lua -------------------------------------------------------------------------------- /src/domoticz2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/domoticz2.py -------------------------------------------------------------------------------- /src/dwd_pollen.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/dwd_pollen.dzvents -------------------------------------------------------------------------------- /src/dwd_uvi.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/dwd_uvi.dzvents -------------------------------------------------------------------------------- /src/dzvents-scripts-used.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/dzvents-scripts-used.txt -------------------------------------------------------------------------------- /src/electric_usage_house.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/electric_usage_house.dzvents -------------------------------------------------------------------------------- /src/electric_usage_house.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/electric_usage_house.lua -------------------------------------------------------------------------------- /src/electric_usage_makelab.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/electric_usage_makelab.lua -------------------------------------------------------------------------------- /src/electric_usage_update.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/electric_usage_update.lua -------------------------------------------------------------------------------- /src/electricity_usage_update.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/electricity_usage_update.lua -------------------------------------------------------------------------------- /src/email_control.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/email_control.zip -------------------------------------------------------------------------------- /src/espeasy-bh1750-domoticz.rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/espeasy-bh1750-domoticz.rule -------------------------------------------------------------------------------- /src/espeasy-huecontrol-domoticz.rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/espeasy-huecontrol-domoticz.rule -------------------------------------------------------------------------------- /src/espeasy_bh1750_domoticz.rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/espeasy_bh1750_domoticz.rule -------------------------------------------------------------------------------- /src/espeasy_huecontrol_domoticz.rule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/espeasy_huecontrol_domoticz.rule -------------------------------------------------------------------------------- /src/event_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/event_monitor.lua -------------------------------------------------------------------------------- /src/explore_automation_events_blockly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_automation_events_blockly.md -------------------------------------------------------------------------------- /src/explore_automation_events_dzvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_automation_events_dzvents.md -------------------------------------------------------------------------------- /src/explore_automation_events_lua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_automation_events_lua.md -------------------------------------------------------------------------------- /src/explore_automation_events_python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_automation_events_python.md -------------------------------------------------------------------------------- /src/explore_custom_pages_charts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_custom_pages_charts.pdf -------------------------------------------------------------------------------- /src/explore_fastevent_custom.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_custom.dzvents -------------------------------------------------------------------------------- /src/explore_fastevent_custom.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_custom.flow -------------------------------------------------------------------------------- /src/explore_fastevent_http.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_http.dzvents -------------------------------------------------------------------------------- /src/explore_fastevent_http.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_http.py -------------------------------------------------------------------------------- /src/explore_fastevent_http.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_http.sh -------------------------------------------------------------------------------- /src/explore_fastevent_http_2.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_http_2.dzvents -------------------------------------------------------------------------------- /src/explore_fastevent_http_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_http_2.json -------------------------------------------------------------------------------- /src/explore_fastevent_http_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_http_2.py -------------------------------------------------------------------------------- /src/explore_fastevent_timer.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/explore_fastevent_timer.dzvents -------------------------------------------------------------------------------- /src/garage_door_check.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/garage_door_check.dzvents -------------------------------------------------------------------------------- /src/global_data.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/global_data.dzvents -------------------------------------------------------------------------------- /src/global_data.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/global_data.lua -------------------------------------------------------------------------------- /src/gpio_btnledonoff.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_btnledonoff.plugin -------------------------------------------------------------------------------- /src/gpio_btnledonoff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_btnledonoff.py -------------------------------------------------------------------------------- /src/gpio_btnledonoff.python_event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_btnledonoff.python_event -------------------------------------------------------------------------------- /src/gpio_btntrigger.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_btntrigger.dzvents -------------------------------------------------------------------------------- /src/gpio_btntrigger.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_btntrigger.flow -------------------------------------------------------------------------------- /src/gpio_btntrigger.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_btntrigger.plugin -------------------------------------------------------------------------------- /src/gpio_cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_cleanup.py -------------------------------------------------------------------------------- /src/gpio_cleanup.python_event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_cleanup.python_event -------------------------------------------------------------------------------- /src/gpio_ledonoff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_ledonoff.py -------------------------------------------------------------------------------- /src/gpio_ledonoff.python_event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpio_ledonoff.python_event -------------------------------------------------------------------------------- /src/gpiozero_btndevtrigger.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpiozero_btndevtrigger.plugin -------------------------------------------------------------------------------- /src/gpiozero_btntrigger.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpiozero_btntrigger.plugin -------------------------------------------------------------------------------- /src/gpiozero_hardware_monitor.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpiozero_hardware_monitor.dzvents -------------------------------------------------------------------------------- /src/gpiozero_rgbled.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpiozero_rgbled.plugin -------------------------------------------------------------------------------- /src/gpiozero_rgbledi.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpiozero_rgbledi.plugin -------------------------------------------------------------------------------- /src/gpiozerorgbled_setcolor.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpiozerorgbled_setcolor.dzvents -------------------------------------------------------------------------------- /src/gpiozerorgbled_setlevel.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/gpiozerorgbled_setlevel.dzvents -------------------------------------------------------------------------------- /src/hardware_monitor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hardware_monitor.zip -------------------------------------------------------------------------------- /src/hue_control.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hue_control.dzvents -------------------------------------------------------------------------------- /src/hue_control.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hue_control.lua -------------------------------------------------------------------------------- /src/hue_control_espeasy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hue_control_espeasy.lua -------------------------------------------------------------------------------- /src/hue_control_example.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hue_control_example.flow -------------------------------------------------------------------------------- /src/hue_control_ui_example.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hue_control_ui_example.flow -------------------------------------------------------------------------------- /src/hue_indicator.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hue_indicator.dzvents -------------------------------------------------------------------------------- /src/hue_wz_timer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hue_wz_timer.lua -------------------------------------------------------------------------------- /src/hueremotecontrol.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/hueremotecontrol.ino -------------------------------------------------------------------------------- /src/indoor_air_quality.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/indoor_air_quality.dzvents -------------------------------------------------------------------------------- /src/indoor_air_quality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/indoor_air_quality.py -------------------------------------------------------------------------------- /src/keydates.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/keydates.csv -------------------------------------------------------------------------------- /src/keydates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/keydates.json -------------------------------------------------------------------------------- /src/keydates_create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/keydates_create.sh -------------------------------------------------------------------------------- /src/keydates_update.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/keydates_update.dzvents -------------------------------------------------------------------------------- /src/keydates_update.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/keydates_update.lua -------------------------------------------------------------------------------- /src/kodi_explore_playing_progress_aftersec.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/kodi_explore_playing_progress_aftersec.dzvents -------------------------------------------------------------------------------- /src/kodi_explore_playing_progress_timer.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/kodi_explore_playing_progress_timer.dzvents -------------------------------------------------------------------------------- /src/kodi_explore_playing_timer.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/kodi_explore_playing_timer.dzvents -------------------------------------------------------------------------------- /src/kodi_explore_playpause_device.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/kodi_explore_playpause_device.dzvents -------------------------------------------------------------------------------- /src/kodi_music_player.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/kodi_music_player.dzvents -------------------------------------------------------------------------------- /src/lcdi2c.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/lcdi2c.zip -------------------------------------------------------------------------------- /src/luftdruck_update.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/luftdruck_update.lua -------------------------------------------------------------------------------- /src/mqtt-logger.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/mqtt-logger.flow -------------------------------------------------------------------------------- /src/mqtt_listener_example.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/mqtt_listener_example.flow -------------------------------------------------------------------------------- /src/msgbox.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/msgbox.lua -------------------------------------------------------------------------------- /src/postbox_notifier.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/postbox_notifier.dzvents -------------------------------------------------------------------------------- /src/postbox_notifier.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/postbox_notifier.lua -------------------------------------------------------------------------------- /src/postbox_notifier.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/postbox_notifier.script -------------------------------------------------------------------------------- /src/postbox_voltage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/postbox_voltage.lua -------------------------------------------------------------------------------- /src/powerswitch_makelab.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/powerswitch_makelab.lua -------------------------------------------------------------------------------- /src/qam.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/qam.zip -------------------------------------------------------------------------------- /src/raspmatic_dutycycle-dashboard.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_dutycycle-dashboard.flow -------------------------------------------------------------------------------- /src/raspmatic_dutycycle_monitor.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_dutycycle_monitor.dzvents -------------------------------------------------------------------------------- /src/raspmatic_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_monitor.lua -------------------------------------------------------------------------------- /src/raspmatic_multiple_devices.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_multiple_devices.flow -------------------------------------------------------------------------------- /src/raspmatic_single_device.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_single_device.flow -------------------------------------------------------------------------------- /src/raspmatic_statelist.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_statelist.flow -------------------------------------------------------------------------------- /src/raspmatic_thermostat.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_thermostat.script -------------------------------------------------------------------------------- /src/raspmatic_thermostat_onoff.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_thermostat_onoff.dzvents -------------------------------------------------------------------------------- /src/raspmatic_thermostat_setsetpoint.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_thermostat_setsetpoint.dzvents -------------------------------------------------------------------------------- /src/raspmatic_thermostat_sync.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/raspmatic_thermostat_sync.dzvents -------------------------------------------------------------------------------- /src/remote_control_custom_event.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/remote_control_custom_event.dzvents -------------------------------------------------------------------------------- /src/remote_control_custom_event.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/remote_control_custom_event.script -------------------------------------------------------------------------------- /src/remote_control_selector_switch.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/remote_control_selector_switch.dzvents -------------------------------------------------------------------------------- /src/remote_control_selector_switch.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/remote_control_selector_switch.script -------------------------------------------------------------------------------- /src/river_elbe_level.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/river_elbe_level.dzvents -------------------------------------------------------------------------------- /src/rpi_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/rpi_monitor.lua -------------------------------------------------------------------------------- /src/security_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/security_monitor.lua -------------------------------------------------------------------------------- /src/security_reset.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/security_reset.lua -------------------------------------------------------------------------------- /src/somfy_control.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/somfy_control.dzvents -------------------------------------------------------------------------------- /src/sql-delete-temperature-threshold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/sql-delete-temperature-threshold.py -------------------------------------------------------------------------------- /src/sql-select-devicestatus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/sql-select-devicestatus.py -------------------------------------------------------------------------------- /src/sql-select-idx201.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/sql-select-idx201.py -------------------------------------------------------------------------------- /src/sql-select-temperatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/sql-select-temperatures.py -------------------------------------------------------------------------------- /src/stock_monitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/stock_monitor -------------------------------------------------------------------------------- /src/stock_monitor-user-variable.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/stock_monitor-user-variable.lua -------------------------------------------------------------------------------- /src/stock_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/stock_monitor.lua -------------------------------------------------------------------------------- /src/stock_monitor_user_variable.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/stock_monitor_user_variable.lua -------------------------------------------------------------------------------- /src/stock_quotes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/stock_quotes.lua -------------------------------------------------------------------------------- /src/stockquotes-dashboard.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/stockquotes-dashboard.flow -------------------------------------------------------------------------------- /src/stockquotes.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/stockquotes.flow -------------------------------------------------------------------------------- /src/tfalv2_get_lux.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfalv2_get_lux.lua -------------------------------------------------------------------------------- /src/tfalv2_get_lux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfalv2_get_lux.py -------------------------------------------------------------------------------- /src/tfbricklet_set_get.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfbricklet_set_get.lua -------------------------------------------------------------------------------- /src/tfbricklet_set_get.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfbricklet_set_get.py -------------------------------------------------------------------------------- /src/tfio4v2-mqtt-start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2-mqtt-start.sh -------------------------------------------------------------------------------- /src/tfio4v2-mqtt-stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2-mqtt-stop.sh -------------------------------------------------------------------------------- /src/tfio4v2-mqtt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2-mqtt.py -------------------------------------------------------------------------------- /src/tfio4v2-mqtt.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2-mqtt.service -------------------------------------------------------------------------------- /src/tfio4v2_get_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2_get_channel.py -------------------------------------------------------------------------------- /src/tfio4v2_get_channel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2_get_channel.sh -------------------------------------------------------------------------------- /src/tfio4v2_set_channel.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2_set_channel.lua -------------------------------------------------------------------------------- /src/tfio4v2_set_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2_set_channel.py -------------------------------------------------------------------------------- /src/tfio4v2_set_channel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfio4v2_set_channel.sh -------------------------------------------------------------------------------- /src/tflcd20x4_set_clock.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tflcd20x4_set_clock.lua -------------------------------------------------------------------------------- /src/tflcd20x4_set_rpi_monitor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tflcd20x4_set_rpi_monitor.lua -------------------------------------------------------------------------------- /src/tflcd20x4_set_text.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tflcd20x4_set_text.lua -------------------------------------------------------------------------------- /src/tflcd20x4_set_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tflcd20x4_set_text.py -------------------------------------------------------------------------------- /src/tflcd20x4_set_text.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tflcd20x4_set_text.sh -------------------------------------------------------------------------------- /src/tfrgbledv2_set_color.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfrgbledv2_set_color.lua -------------------------------------------------------------------------------- /src/tfrgbledv2_set_color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/tfrgbledv2_set_color.py -------------------------------------------------------------------------------- /src/thermostat-dashboard-makelab.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat-dashboard-makelab.flow -------------------------------------------------------------------------------- /src/thermostat-dashboard.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat-dashboard.flow -------------------------------------------------------------------------------- /src/thermostat_control_selector_switch.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat_control_selector_switch.dzvents -------------------------------------------------------------------------------- /src/thermostat_dashboard.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat_dashboard.flow -------------------------------------------------------------------------------- /src/thermostat_dashboard_makelab.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat_dashboard_makelab.flow -------------------------------------------------------------------------------- /src/thermostat_makelab_info.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat_makelab_info.lua -------------------------------------------------------------------------------- /src/thermostat_makelab_setpoint.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat_makelab_setpoint.lua -------------------------------------------------------------------------------- /src/thermostat_makelab_temp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat_makelab_temp.lua -------------------------------------------------------------------------------- /src/thermostat_makelab_temp.script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostat_makelab_temp.script -------------------------------------------------------------------------------- /src/thermostatlog.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostatlog.dzvents -------------------------------------------------------------------------------- /src/thermostatlog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/thermostatlog.html -------------------------------------------------------------------------------- /src/time-control-all.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/time-control-all.sql -------------------------------------------------------------------------------- /src/time-control-sum-today.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/time-control-sum-today.sql -------------------------------------------------------------------------------- /src/time-control-today.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/time-control-today.sql -------------------------------------------------------------------------------- /src/time_control.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/time_control.lua -------------------------------------------------------------------------------- /src/time_control_today.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/time_control_today.lua -------------------------------------------------------------------------------- /src/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/utils.lua -------------------------------------------------------------------------------- /src/volumio-control-dashboard.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio-control-dashboard.flow -------------------------------------------------------------------------------- /src/volumio-control-mpd-not-used.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio-control-mpd-not-used.flow -------------------------------------------------------------------------------- /src/volumio-control-refresh.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio-control-refresh.flow -------------------------------------------------------------------------------- /src/volumio-control-test-not-used.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio-control-test-not-used.flow -------------------------------------------------------------------------------- /src/volumio-control.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio-control.flow -------------------------------------------------------------------------------- /src/volumio_bookmark.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_bookmark.dzvents -------------------------------------------------------------------------------- /src/volumio_bookmark.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_bookmark.lua -------------------------------------------------------------------------------- /src/volumio_control.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_control.flow -------------------------------------------------------------------------------- /src/volumio_control_dashboard.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_control_dashboard.flow -------------------------------------------------------------------------------- /src/volumio_control_mpd_not_used.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_control_mpd_not_used.flow -------------------------------------------------------------------------------- /src/volumio_control_refresh.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_control_refresh.flow -------------------------------------------------------------------------------- /src/volumio_control_test_not_used.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_control_test_not_used.flow -------------------------------------------------------------------------------- /src/volumio_getstate.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_getstate.dzvents -------------------------------------------------------------------------------- /src/volumio_getstate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_getstate.lua -------------------------------------------------------------------------------- /src/volumio_play.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_play.dzvents -------------------------------------------------------------------------------- /src/volumio_play.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_play.lua -------------------------------------------------------------------------------- /src/volumio_setvolume.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_setvolume.dzvents -------------------------------------------------------------------------------- /src/volumio_setvolume.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_setvolume.lua -------------------------------------------------------------------------------- /src/volumio_shutdown.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_shutdown.dzvents -------------------------------------------------------------------------------- /src/volumio_shutdown.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/volumio_shutdown.lua -------------------------------------------------------------------------------- /src/wasc_data_logger.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/wasc_data_logger.dzvents -------------------------------------------------------------------------------- /src/wasc_data_logger.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/wasc_data_logger.flow -------------------------------------------------------------------------------- /src/waste_calendar_notifier.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/waste_calendar_notifier.lua -------------------------------------------------------------------------------- /src/waste_calendar_update.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/waste_calendar_update.lua -------------------------------------------------------------------------------- /src/wastecalicstocsv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/wastecalicstocsv.py -------------------------------------------------------------------------------- /src/weather-forecast-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/weather-forecast-2.html -------------------------------------------------------------------------------- /src/weather-forecast-customicons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/weather-forecast-customicons.zip -------------------------------------------------------------------------------- /src/weather-forecast.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/weather-forecast.html -------------------------------------------------------------------------------- /src/weather_forecast.dzvents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/weather_forecast.dzvents -------------------------------------------------------------------------------- /src/webapp-sitecontrol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/webapp-sitecontrol.md -------------------------------------------------------------------------------- /src/wind_update.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/HEAD/src/wind_update.lua --------------------------------------------------------------------------------