├── Icons ├── Days │ ├── Dimanche.zip │ ├── Jeudi.zip │ ├── Lundi.zip │ ├── Mardi.zip │ ├── Mercredi.zip │ ├── Samedi.zip │ └── Vendredi.zip ├── FlashForge.zip ├── MoonPhases │ ├── MoonPhases1NM.zip │ ├── MoonPhases2WC.zip │ ├── MoonPhases3FQ.zip │ ├── MoonPhases4WG.zip │ ├── MoonPhases5FM.zip │ ├── MoonPhases6WG.zip │ ├── MoonPhases7LQ.zip │ └── MoonPhases8WC.zip ├── azimuth.zip ├── holiday.zip └── sunAltitude.zip ├── Lua ├── fonctions │ ├── fonctions_perso.lua │ ├── htmlparser.lua │ ├── weatherlib.lua │ ├── weathermetrics.lua │ └── xmlSimple.lua ├── script_device_CMD2boutons.lua ├── script_device_givre.lua ├── script_device_temp_ext.lua ├── script_device_volets.lua ├── script_time_action_sur_luminosite.lua ├── script_time_alarme_temperature.lua ├── script_time_battery_check ├── script_time_detec_fuite_eau.lua ├── script_time_dju.lua ├── script_time_dju_methode_costic.lua ├── script_time_export_ThingSpeak.lua ├── script_time_export_csv.lua ├── script_time_export_emoncms.lua ├── script_time_export_mysql.lua ├── script_time_fete_du_jour.lua ├── script_time_fin_cycle_lave_linge.lua ├── script_time_fin_cycle_seche_linge.lua ├── script_time_freebox_network_status.lua ├── script_time_givre_auto.lua ├── script_time_horoscope.lua ├── script_time_iss_localisation.lua ├── script_time_liveboxTV.lua ├── script_time_livebox_network_status.lua ├── script_time_meteofrance_pluie.lua ├── script_time_my_ip_com.lua ├── script_time_notification_dispositifs_actifs.lua ├── script_time_pellets.lua ├── script_time_prealarme_incendie.lua ├── script_time_probabilite_pluie.lua ├── script_time_qualite_de_lair.lua ├── script_time_rafraichissement_nocturne.lua ├── script_time_tous_les_volets.lua ├── script_time_vacances_scolaires.lua ├── script_time_vigilance_meteofrance_v2.lua ├── script_time_wu.lua └── script_variable_calcul_dju.lua ├── Mesgraphs ├── 2017-11-19 13_24_12-192.168.1.25 _ MariaDB 10 _ graph _ graph_tbl _ phpMyAdmin 4.6.6.png ├── Graph.png ├── create_graph_tbl.sql ├── feeds.php ├── form.css ├── form.png ├── graph.php ├── highstock1.37 │ ├── adapters │ │ ├── mootools-adapter.js │ │ ├── mootools-adapter.src.js │ │ ├── prototype-adapter.js │ │ ├── prototype-adapter.src.js │ │ ├── standalone-framework.js │ │ └── standalone-framework.src.js │ ├── highcharts-more.js │ ├── highcharts-more.src.js │ ├── highstock.js │ ├── highstock.src.js │ ├── jquery.min.js │ ├── modules │ │ ├── annotations.js │ │ ├── annotations.src.js │ │ ├── canvas-tools.js │ │ ├── canvas-tools.src.js │ │ ├── data.js │ │ ├── data.src.js │ │ ├── drilldown.js │ │ ├── drilldown.src.js │ │ ├── exporting.js │ │ ├── exporting.src.js │ │ ├── funnel.js │ │ ├── funnel.src.js │ │ ├── heatmap.js │ │ ├── heatmap.src.js │ │ ├── map.js │ │ ├── map.src.js │ │ ├── no-data-to-display.js │ │ └── no-data-to-display.src.js │ ├── options.js │ └── themes │ │ ├── dark-blue.js │ │ ├── dark-green.js │ │ ├── gray.js │ │ ├── grid.js │ │ └── skies.js ├── info_db.php ├── loggermulti.php └── readme.md ├── Python ├── cde_modbus.py ├── chromecast.py ├── schneider.py ├── script_time_sunset.py └── withings-sync.py ├── README.md ├── dzVents └── scripts │ ├── JsonDescription.lua │ ├── Synology.lua │ ├── UValert.lua │ ├── Wan-IP-checker.lua │ ├── airQuality.lua │ ├── alarmeTemperatureHygrometrie.lua │ ├── alerteGivre.lua │ ├── alerteMeteoFrancePluie.lua │ ├── alerteMoustiques.lua │ ├── alertePollens.lua │ ├── beaufort.lua │ ├── boiteAuxLettres.lua │ ├── bonjour.lua │ ├── damocles.lua │ ├── darksky.lua │ ├── daysSelectorIcons.lua │ ├── deconzSensors.lua │ ├── dju_methode_COSTIC.lua │ ├── fenetres_ouvertes.lua │ ├── fin2cycle.lua │ ├── global_data.lua │ ├── horoscope.lua │ ├── hwg-pwr.lua │ ├── livebox.lua │ ├── moonPhase.lua │ ├── moonSelectorIcons.lua │ ├── myIP.lua │ ├── pir_cave.lua │ ├── poubelles.lua │ ├── previsionMeteo.lua │ ├── rafraichissementNocturne.lua │ ├── stopCommand.lua │ ├── store.lua │ ├── sunAzimuth.lua │ ├── synology2.lua │ ├── twitterFollowers.lua │ ├── vacances.lua │ ├── vacancesScolaires.lua │ ├── vigilanceMeteoFrance.lua │ ├── xiaomiMP3.lua │ └── xiaomiTHBsensors.lua ├── monitor ├── css │ └── meteo.css ├── icons │ └── meteo │ │ └── moon │ │ ├── Thumbs.db │ │ ├── moon0.png │ │ ├── moon1.png │ │ ├── moon2.png │ │ ├── moon3.png │ │ ├── moon4.png │ │ ├── moon5.png │ │ ├── moon6.png │ │ └── moon7.png └── pages │ └── meteo.html └── sh ├── calcul_dju.sh ├── compteurs.sh ├── export_csv.sh ├── image.sh ├── lance_calcul_dju.sh ├── livebox.sh ├── out.sh ├── reboot_livebox.sh ├── synology.sh └── update /Icons/Days/Dimanche.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/Days/Dimanche.zip -------------------------------------------------------------------------------- /Icons/Days/Jeudi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/Days/Jeudi.zip -------------------------------------------------------------------------------- /Icons/Days/Lundi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/Days/Lundi.zip -------------------------------------------------------------------------------- /Icons/Days/Mardi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/Days/Mardi.zip -------------------------------------------------------------------------------- /Icons/Days/Mercredi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/Days/Mercredi.zip -------------------------------------------------------------------------------- /Icons/Days/Samedi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/Days/Samedi.zip -------------------------------------------------------------------------------- /Icons/Days/Vendredi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/Days/Vendredi.zip -------------------------------------------------------------------------------- /Icons/FlashForge.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/FlashForge.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases1NM.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases1NM.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases2WC.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases2WC.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases3FQ.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases3FQ.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases4WG.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases4WG.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases5FM.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases5FM.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases6WG.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases6WG.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases7LQ.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases7LQ.zip -------------------------------------------------------------------------------- /Icons/MoonPhases/MoonPhases8WC.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/MoonPhases/MoonPhases8WC.zip -------------------------------------------------------------------------------- /Icons/azimuth.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/azimuth.zip -------------------------------------------------------------------------------- /Icons/holiday.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/holiday.zip -------------------------------------------------------------------------------- /Icons/sunAltitude.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Icons/sunAltitude.zip -------------------------------------------------------------------------------- /Lua/fonctions/fonctions_perso.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/fonctions/fonctions_perso.lua -------------------------------------------------------------------------------- /Lua/fonctions/htmlparser.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/fonctions/htmlparser.lua -------------------------------------------------------------------------------- /Lua/fonctions/weatherlib.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/fonctions/weatherlib.lua -------------------------------------------------------------------------------- /Lua/fonctions/weathermetrics.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/fonctions/weathermetrics.lua -------------------------------------------------------------------------------- /Lua/fonctions/xmlSimple.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/fonctions/xmlSimple.lua -------------------------------------------------------------------------------- /Lua/script_device_CMD2boutons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_device_CMD2boutons.lua -------------------------------------------------------------------------------- /Lua/script_device_givre.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_device_givre.lua -------------------------------------------------------------------------------- /Lua/script_device_temp_ext.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_device_temp_ext.lua -------------------------------------------------------------------------------- /Lua/script_device_volets.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_device_volets.lua -------------------------------------------------------------------------------- /Lua/script_time_action_sur_luminosite.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_action_sur_luminosite.lua -------------------------------------------------------------------------------- /Lua/script_time_alarme_temperature.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_alarme_temperature.lua -------------------------------------------------------------------------------- /Lua/script_time_battery_check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_battery_check -------------------------------------------------------------------------------- /Lua/script_time_detec_fuite_eau.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_detec_fuite_eau.lua -------------------------------------------------------------------------------- /Lua/script_time_dju.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_dju.lua -------------------------------------------------------------------------------- /Lua/script_time_dju_methode_costic.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_dju_methode_costic.lua -------------------------------------------------------------------------------- /Lua/script_time_export_ThingSpeak.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_export_ThingSpeak.lua -------------------------------------------------------------------------------- /Lua/script_time_export_csv.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_export_csv.lua -------------------------------------------------------------------------------- /Lua/script_time_export_emoncms.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_export_emoncms.lua -------------------------------------------------------------------------------- /Lua/script_time_export_mysql.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_export_mysql.lua -------------------------------------------------------------------------------- /Lua/script_time_fete_du_jour.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_fete_du_jour.lua -------------------------------------------------------------------------------- /Lua/script_time_fin_cycle_lave_linge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_fin_cycle_lave_linge.lua -------------------------------------------------------------------------------- /Lua/script_time_fin_cycle_seche_linge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_fin_cycle_seche_linge.lua -------------------------------------------------------------------------------- /Lua/script_time_freebox_network_status.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_freebox_network_status.lua -------------------------------------------------------------------------------- /Lua/script_time_givre_auto.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_givre_auto.lua -------------------------------------------------------------------------------- /Lua/script_time_horoscope.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_horoscope.lua -------------------------------------------------------------------------------- /Lua/script_time_iss_localisation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_iss_localisation.lua -------------------------------------------------------------------------------- /Lua/script_time_liveboxTV.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_liveboxTV.lua -------------------------------------------------------------------------------- /Lua/script_time_livebox_network_status.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_livebox_network_status.lua -------------------------------------------------------------------------------- /Lua/script_time_meteofrance_pluie.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_meteofrance_pluie.lua -------------------------------------------------------------------------------- /Lua/script_time_my_ip_com.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_my_ip_com.lua -------------------------------------------------------------------------------- /Lua/script_time_notification_dispositifs_actifs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_notification_dispositifs_actifs.lua -------------------------------------------------------------------------------- /Lua/script_time_pellets.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_pellets.lua -------------------------------------------------------------------------------- /Lua/script_time_prealarme_incendie.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_prealarme_incendie.lua -------------------------------------------------------------------------------- /Lua/script_time_probabilite_pluie.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_probabilite_pluie.lua -------------------------------------------------------------------------------- /Lua/script_time_qualite_de_lair.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_qualite_de_lair.lua -------------------------------------------------------------------------------- /Lua/script_time_rafraichissement_nocturne.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_rafraichissement_nocturne.lua -------------------------------------------------------------------------------- /Lua/script_time_tous_les_volets.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_tous_les_volets.lua -------------------------------------------------------------------------------- /Lua/script_time_vacances_scolaires.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_vacances_scolaires.lua -------------------------------------------------------------------------------- /Lua/script_time_vigilance_meteofrance_v2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_vigilance_meteofrance_v2.lua -------------------------------------------------------------------------------- /Lua/script_time_wu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_time_wu.lua -------------------------------------------------------------------------------- /Lua/script_variable_calcul_dju.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Lua/script_variable_calcul_dju.lua -------------------------------------------------------------------------------- /Mesgraphs/2017-11-19 13_24_12-192.168.1.25 _ MariaDB 10 _ graph _ graph_tbl _ phpMyAdmin 4.6.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/2017-11-19 13_24_12-192.168.1.25 _ MariaDB 10 _ graph _ graph_tbl _ phpMyAdmin 4.6.6.png -------------------------------------------------------------------------------- /Mesgraphs/Graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/Graph.png -------------------------------------------------------------------------------- /Mesgraphs/create_graph_tbl.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/create_graph_tbl.sql -------------------------------------------------------------------------------- /Mesgraphs/feeds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/feeds.php -------------------------------------------------------------------------------- /Mesgraphs/form.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/form.css -------------------------------------------------------------------------------- /Mesgraphs/form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/form.png -------------------------------------------------------------------------------- /Mesgraphs/graph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/graph.php -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/adapters/mootools-adapter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/adapters/mootools-adapter.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/adapters/mootools-adapter.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/adapters/mootools-adapter.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/adapters/prototype-adapter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/adapters/prototype-adapter.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/adapters/prototype-adapter.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/adapters/prototype-adapter.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/adapters/standalone-framework.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/adapters/standalone-framework.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/adapters/standalone-framework.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/adapters/standalone-framework.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/highcharts-more.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/highcharts-more.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/highcharts-more.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/highcharts-more.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/highstock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/highstock.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/highstock.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/highstock.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/jquery.min.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/annotations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/annotations.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/annotations.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/annotations.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/canvas-tools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/canvas-tools.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/canvas-tools.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/canvas-tools.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/data.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/data.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/data.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/drilldown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/drilldown.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/drilldown.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/drilldown.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/exporting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/exporting.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/exporting.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/exporting.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/funnel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/funnel.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/funnel.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/funnel.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/heatmap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/heatmap.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/heatmap.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/heatmap.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/map.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/map.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/map.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/no-data-to-display.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/no-data-to-display.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/modules/no-data-to-display.src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/modules/no-data-to-display.src.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/options.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/themes/dark-blue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/themes/dark-blue.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/themes/dark-green.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/themes/dark-green.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/themes/gray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/themes/gray.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/themes/grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/themes/grid.js -------------------------------------------------------------------------------- /Mesgraphs/highstock1.37/themes/skies.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/highstock1.37/themes/skies.js -------------------------------------------------------------------------------- /Mesgraphs/info_db.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/info_db.php -------------------------------------------------------------------------------- /Mesgraphs/loggermulti.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/loggermulti.php -------------------------------------------------------------------------------- /Mesgraphs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Mesgraphs/readme.md -------------------------------------------------------------------------------- /Python/cde_modbus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Python/cde_modbus.py -------------------------------------------------------------------------------- /Python/chromecast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Python/chromecast.py -------------------------------------------------------------------------------- /Python/schneider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Python/schneider.py -------------------------------------------------------------------------------- /Python/script_time_sunset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Python/script_time_sunset.py -------------------------------------------------------------------------------- /Python/withings-sync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/Python/withings-sync.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/README.md -------------------------------------------------------------------------------- /dzVents/scripts/JsonDescription.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/JsonDescription.lua -------------------------------------------------------------------------------- /dzVents/scripts/Synology.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/Synology.lua -------------------------------------------------------------------------------- /dzVents/scripts/UValert.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/UValert.lua -------------------------------------------------------------------------------- /dzVents/scripts/Wan-IP-checker.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/Wan-IP-checker.lua -------------------------------------------------------------------------------- /dzVents/scripts/airQuality.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/airQuality.lua -------------------------------------------------------------------------------- /dzVents/scripts/alarmeTemperatureHygrometrie.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/alarmeTemperatureHygrometrie.lua -------------------------------------------------------------------------------- /dzVents/scripts/alerteGivre.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/alerteGivre.lua -------------------------------------------------------------------------------- /dzVents/scripts/alerteMeteoFrancePluie.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/alerteMeteoFrancePluie.lua -------------------------------------------------------------------------------- /dzVents/scripts/alerteMoustiques.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/alerteMoustiques.lua -------------------------------------------------------------------------------- /dzVents/scripts/alertePollens.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/alertePollens.lua -------------------------------------------------------------------------------- /dzVents/scripts/beaufort.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/beaufort.lua -------------------------------------------------------------------------------- /dzVents/scripts/boiteAuxLettres.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/boiteAuxLettres.lua -------------------------------------------------------------------------------- /dzVents/scripts/bonjour.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/bonjour.lua -------------------------------------------------------------------------------- /dzVents/scripts/damocles.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/damocles.lua -------------------------------------------------------------------------------- /dzVents/scripts/darksky.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/darksky.lua -------------------------------------------------------------------------------- /dzVents/scripts/daysSelectorIcons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/daysSelectorIcons.lua -------------------------------------------------------------------------------- /dzVents/scripts/deconzSensors.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/deconzSensors.lua -------------------------------------------------------------------------------- /dzVents/scripts/dju_methode_COSTIC.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/dju_methode_COSTIC.lua -------------------------------------------------------------------------------- /dzVents/scripts/fenetres_ouvertes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/fenetres_ouvertes.lua -------------------------------------------------------------------------------- /dzVents/scripts/fin2cycle.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/fin2cycle.lua -------------------------------------------------------------------------------- /dzVents/scripts/global_data.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/global_data.lua -------------------------------------------------------------------------------- /dzVents/scripts/horoscope.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/horoscope.lua -------------------------------------------------------------------------------- /dzVents/scripts/hwg-pwr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/hwg-pwr.lua -------------------------------------------------------------------------------- /dzVents/scripts/livebox.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/livebox.lua -------------------------------------------------------------------------------- /dzVents/scripts/moonPhase.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/moonPhase.lua -------------------------------------------------------------------------------- /dzVents/scripts/moonSelectorIcons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/moonSelectorIcons.lua -------------------------------------------------------------------------------- /dzVents/scripts/myIP.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/myIP.lua -------------------------------------------------------------------------------- /dzVents/scripts/pir_cave.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/pir_cave.lua -------------------------------------------------------------------------------- /dzVents/scripts/poubelles.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/poubelles.lua -------------------------------------------------------------------------------- /dzVents/scripts/previsionMeteo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/previsionMeteo.lua -------------------------------------------------------------------------------- /dzVents/scripts/rafraichissementNocturne.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/rafraichissementNocturne.lua -------------------------------------------------------------------------------- /dzVents/scripts/stopCommand.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/stopCommand.lua -------------------------------------------------------------------------------- /dzVents/scripts/store.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/store.lua -------------------------------------------------------------------------------- /dzVents/scripts/sunAzimuth.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/sunAzimuth.lua -------------------------------------------------------------------------------- /dzVents/scripts/synology2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/synology2.lua -------------------------------------------------------------------------------- /dzVents/scripts/twitterFollowers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/twitterFollowers.lua -------------------------------------------------------------------------------- /dzVents/scripts/vacances.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/vacances.lua -------------------------------------------------------------------------------- /dzVents/scripts/vacancesScolaires.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/vacancesScolaires.lua -------------------------------------------------------------------------------- /dzVents/scripts/vigilanceMeteoFrance.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/vigilanceMeteoFrance.lua -------------------------------------------------------------------------------- /dzVents/scripts/xiaomiMP3.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/xiaomiMP3.lua -------------------------------------------------------------------------------- /dzVents/scripts/xiaomiTHBsensors.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/dzVents/scripts/xiaomiTHBsensors.lua -------------------------------------------------------------------------------- /monitor/css/meteo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/css/meteo.css -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/Thumbs.db -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon0.png -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon1.png -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon2.png -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon3.png -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon4.png -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon5.png -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon6.png -------------------------------------------------------------------------------- /monitor/icons/meteo/moon/moon7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/icons/meteo/moon/moon7.png -------------------------------------------------------------------------------- /monitor/pages/meteo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/monitor/pages/meteo.html -------------------------------------------------------------------------------- /sh/calcul_dju.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/calcul_dju.sh -------------------------------------------------------------------------------- /sh/compteurs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/compteurs.sh -------------------------------------------------------------------------------- /sh/export_csv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/export_csv.sh -------------------------------------------------------------------------------- /sh/image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/image.sh -------------------------------------------------------------------------------- /sh/lance_calcul_dju.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/lance_calcul_dju.sh -------------------------------------------------------------------------------- /sh/livebox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/livebox.sh -------------------------------------------------------------------------------- /sh/out.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/out.sh -------------------------------------------------------------------------------- /sh/reboot_livebox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/reboot_livebox.sh -------------------------------------------------------------------------------- /sh/synology.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/synology.sh -------------------------------------------------------------------------------- /sh/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/papo-o/domoticz_scripts/HEAD/sh/update --------------------------------------------------------------------------------