├── LICENSE ├── README.md ├── Tuya_cloud_API ├── core_OPENAPI.2.2.4.json.zip ├── nr_Tuya_OpenAPI_2.0.json.zip ├── old.zip └── readme.md ├── Why TuyaDAEMON ?.md ├── devices ├── 433 gateway │ ├── device_Auriol_IAN_114435.pdf │ ├── device_Auriol_IAN_114435.zip │ └── dummy ├── ACmeter │ ├── device_ACmeter.pdf │ └── device_ACmeter.zip ├── Alarm_siren │ ├── device_Alarm_siren.pdf │ └── device_Alarm_siren.zip ├── BLE_Gateway │ ├── device_BLE_Gateway.pdf │ ├── device_BLE_Gateway.zip │ └── dummy ├── BreakerDIN │ ├── device_ACmeter.zip │ ├── device_BreakerDIN.pdf │ └── device_BreakerDIN.zip ├── Door_Sensor │ ├── device_Door_Sensor.pdf │ └── device_Door_Sensor.zip ├── LED_700ml_Humidifier │ ├── device_LED_700ml_Humidifier.pdf │ └── device_LED_700ml_Humidifier.zip ├── LightSensor │ ├── device_LightSensor.pdf │ ├── device_LightSensor.zip │ └── dummy ├── Multifunction_Gateway │ ├── device_Multifunction_Gateway.pdf │ ├── device_Multifunction_Gateway.zip │ └── dummy ├── Multifunction_Gateway02 │ ├── device_multi_gateway02.pdf │ ├── device_multi_gateway02.zip │ └── dummy ├── Ozone_PDMtimer │ ├── device_Ozone_PDMtimer.pdf │ ├── device_Ozone_PDMtimer.zip │ └── dummy ├── PIR_motion │ ├── device_PIR_motion.pdf │ └── device_PIR_motion.zip ├── PM_detector │ ├── device_PM_detector.pdf │ ├── device_PM_detector.zip │ └── dummy ├── README.md ├── Smart_Switch01 │ ├── device_Smart_Switch01.pdf │ ├── device_Smart_Switch01.zip │ └── dummy ├── Smart_socket │ ├── device_Smart_socket.pdf │ ├── device_Smart_socket.zip │ └── dummy ├── Smoke_Detector │ ├── device_Smoke_Detector.pdf │ ├── device_Smoke_Detector.zip │ └── dummy ├── Soil_probeZB │ ├── device_Soil_probeZB.pdf │ ├── device_Soil_probeZB.zip │ └── dummy ├── TRV_Thermostatic_Radiator_Valve │ ├── device_TRV_Thermostatic_Radiator_Valve.pdf │ ├── device_TRV_Thermostatic_Radiator_Valve.zip │ └── dummy ├── TY-08Z │ ├── TY_08Z_01.pdf │ └── dummy ├── Temperature_Humidity_Sensor │ ├── device_Temperature_Humidity_Sensor.pdf │ ├── device_Temperature_Humidity_Sensor.zip │ └── dummy ├── Temperature_Humidity_Sensor_2 │ ├── device_Temperature_Humidity_Sensor_2.pdf │ ├── device_Temperature_Humidity_Sensor_2.zip │ └── dummy ├── USB_switch │ ├── device_USB_switch.pdf │ ├── device_USB_switch.zip │ └── dummy ├── Watchdog02 │ ├── device_Watchdog02.pdf │ └── device_Watchdog02.zip ├── Watchdog03 │ ├── device_Watchdog03.pdf │ ├── device_Watchdog03.zip │ └── dummy ├── Water_leak_sensor │ ├── device_Water_leak_sensor.pdf │ └── device_Water_leak_sensor.zip ├── WiFi_IP_Camera │ ├── device_WiFi_IP_Camera.pdf │ ├── device_WiFi_IP_Camera.zip │ └── dummy ├── Wifi_Plug │ ├── device_Wifi_Plug.pdf │ └── device_Wifi_Plug.zip ├── ZigBee_3_Gang │ ├── device_ZigBee_3_Gang.pdf │ ├── device_ZigBee_3_Gang.zip │ └── dummy ├── ZigBee_Gateway_G01 │ ├── device_ZigBee_Gateway_G01.pdf │ ├── device_ZigBee_Gateway_G01.zip │ └── dummy ├── _core │ ├── device__core.pdf │ ├── device__core.zip │ └── tuyaDAEMON.CORE-install-2.2.2.zip ├── _openapi │ ├── device__openapi.pdf │ ├── device__openapi.zip │ └── dummy ├── _system │ ├── core.system.2.2.0.json │ ├── device__system.pdf │ ├── device__system.zip │ └── dummy ├── _trigger │ ├── device__trigger.pdf │ ├── device__trigger.zip │ └── dummy ├── dimmer01 │ ├── device_dimmer01.pdf │ ├── device_dimmer01.zip │ └── dummy ├── micro_inverter │ ├── device_micro_inverter.pdf │ ├── device_micro_inverter.zip │ └── dummy ├── power_strip │ ├── device_power_strip.pdf │ ├── device_power_strip.zip │ └── dummy ├── smart_breaker │ ├── device_smart_breaker.pdf │ ├── device_smart_breaker.zip │ └── dummy ├── soil_flora │ ├── device_soil_flora.pdf │ ├── device_soil_flora.zip │ └── dummy ├── soil_meterBT │ ├── device_soil_meterBT.pdf │ ├── device_soil_meterBT.zip │ └── dummy ├── switch-1CH │ ├── device_switch-1CH.pdf │ ├── device_switch-1CH.zip │ └── dummy ├── switch-4CH │ ├── device_switch-4CH.pdf │ ├── device_switch-4CH.zip │ └── dummy ├── watering_sys │ ├── device_watering_sys.pdf │ └── device_watering_sys.zip └── watering_timer │ ├── device_watering_timer.pdf │ ├── device_watering_timer.zip │ └── dummy ├── download ├── core_MQTT.2.2.3.json.zip ├── core_OPENAPI.2.2.4.json.zip ├── core_TRIGGER.2.2.4.json.zip ├── old-versions │ ├── tuyaDAEMOM-full.2.0.json │ ├── tuyaDAEMON.full.2.1.json │ ├── tuyaDEAMON.full.2.2.0.zip │ └── tuyadaemon.full.2.2.1.zip ├── tuya-smart-device-5.1.0.-fixed.zip ├── tuyaDAEMON.CORE-install-2.2.2.zip ├── tuyaDAEMON.MQTT-install-2.2.2.zip ├── tuyaDAEMON.SYSTEM-install-2.2.2.zip ├── tuyaDAEMON.TRIGGER-install-2.2.2.zip ├── tuyadaemon-core.2.2.3.json.zip ├── tuyadaemon.full.2.2.2.json └── tuyadaemon_core.2.2.4.json.zip ├── extra ├── 433_gateway │ ├── dummy │ └── weathe_station.2.2.0..json ├── MQTT Ozone PDMtimer │ ├── IoT-MQTT-Panel.timerPDM#1.json │ ├── MQTT-ozone-1.subflow.json │ ├── README.md │ ├── driver-PDMtimer.2.2.0.json │ └── test-PDMtimer.json ├── custom PM detector │ ├── README.md │ ├── custom.PM_detector.2.1.json │ └── custom.PM_detector.2.2.2.json ├── custom.PM_detector.2.1.json ├── custom.watering_sys.2.1.json ├── extra.mirror-devices.2.1.json ├── extra.test.2.1.json └── tuyaTRIGGER for node-red users │ ├── README.md │ └── tuyaTRIGGER-minimal.1.0.json ├── perché-tuyaDEAMON.pdf ├── pics ├── ACmeter.jpg ├── Android.png ├── Auriol_IAN_114435.jpg ├── BLE_Gateway.jpg ├── BreakerDIN.jpg ├── ESP01_relay.jpg ├── H96_MAX.jpg ├── Immagine 2022-04-01 205330.png ├── Immagine 2022-04-07 163323.png ├── Immagine 2022-04-07 184055.png ├── Immagine 2022-04-15 141238.png ├── Immagine 2022-05-12 134034.png ├── Immagine 2022-05-12 134214.png ├── Immagine 2022-05-13 185833.png ├── Immagine 2022-05-15 091703.png ├── Immagine 2022-05-18 125527.png ├── Immagine 2022-05-20 111407.png ├── Immagine 2022-05-25 082425.png ├── Immagine 2022-08-22 192451.png ├── Multifunction_Gateway.jpg ├── Ozone_PDMtimer.jpg ├── PM_detector.jpg ├── PM_detector02.jpg ├── PM_detector03.png ├── PM_detector05.png ├── ScreenCaptures_2022-04-15-120319.png ├── ScreenShot_20210518185719.png ├── ScreenShot_20210520191036.png ├── ScreenShot_20210522105637.png ├── ScreenShot_20210609163905.png ├── ScreenShot_20210612205745.png ├── ScreenShot_20210612210400.png ├── ScreenShot_20210614160503.png ├── ScreenShot_ws.png ├── Screenshot 115309.png ├── Smart_socket.jpg ├── Smoke_Detector.jpg ├── Temperature_Humidity_Sensor.jpg ├── Temperature_Humidity_Sensor_2.jpg ├── TuyaDAEMON_UI.png ├── USB_switch.png ├── Water_leak_sensor.jpg ├── WiFi_IP_Camera.jpg ├── Wifi_Plug.jpg ├── ZigBee_3_Gang.jpg ├── ZigBee_Gateway_1.png ├── _system.jpg ├── add-device.png ├── agg.png ├── android02.jpg ├── android2.0.jpg ├── android_oz.jpg ├── auriol.jpg ├── auriolhw.jpg ├── blenet.png ├── comp.png ├── daemonUIvis.png ├── daemon_0A.png ├── daemon_0B.png ├── dbtuyathome02.jpg ├── dbtuyathome03.png ├── deamonthings.png ├── devices.jpg ├── dimmer01.png ├── dummy ├── editred.png ├── exampleauriol.png ├── explode01.jpg ├── flowmeter1.jpg ├── ico-usbswitch.png ├── ico_ACmeter.jpg ├── ico_Alarm_siren.jpg ├── ico_Auriol_IAN_114435.jpg ├── ico_BLE_Gateway.jpg ├── ico_BreakerDIN.jpg ├── ico_Door_Sensor.jpg ├── ico_ESP01_relay.jpg ├── ico_LED_700ml_Humidifier.jpg ├── ico_Multifunction_Gateway.png ├── ico_Ozone_PDMtimer.jpg ├── ico_PIR_MOTION.jpg ├── ico_PM_detector.jpg ├── ico_Smart_Switch01.jpg ├── ico_Smart_socket.jpg ├── ico_Smoke_Detector.jpg ├── ico_Soil_probeZB.png ├── ico_TRV_Thermostatic_Radiator_Valve.jpg ├── ico_Temperature_Humidity_Sensor.jpg ├── ico_Temperature_Humidity_Sensor_2.jpg ├── ico_USB_switch.png ├── ico_Watchdog02.png ├── ico_Water_leak_sensor.jpg ├── ico_WiFi_IP_Camera.jpg ├── ico_Wifi_Plug.jpg ├── ico_ZigBee_3_Gang.jpg ├── ico_ZigBee_Gateway_1.png ├── ico__system.jpg ├── ico_dimmer01.png ├── ico_license-88x31.gif ├── ico_light-sensor.png ├── ico_mi_flora.jpg ├── ico_micro_inverter.jpg ├── ico_multi_gateway02.png ├── ico_power_strip.jpg ├── ico_smart_breaker.jpg ├── ico_soil_meterBT.png ├── ico_switch-1CH.jpg ├── ico_switch-4CH.jpg ├── ico_watering_sys.jpg ├── ico_watering_timer.png ├── inheritance02.jpg ├── iot-interface.jpg ├── light-sensor.png ├── mi_flora.jpg ├── micro_inverter.jpg ├── mirror01.png ├── network_architecture.png ├── node-red-oz.jpg ├── node-test-com.png ├── ozone01.jpg ├── ozone02.jpg ├── palette.png ├── refresh02.png ├── refreshdevice.jpg ├── refreshdevice.png ├── rtl-sdr01.jpg ├── share03.jpg ├── sharething.png ├── siren01.jpg ├── smart_breaker.jpg ├── soil_meterBT.png ├── switch-1CH.jpg ├── switch-4CH.jpg ├── toolkit01.jpg ├── toolkit02.jpg ├── toolkit03.jpg ├── trasferimento.jpg ├── trigger01.png ├── tuya-bridge02.jpg ├── tuya-wifi.png ├── tuyadaemon01.jpg ├── tuyadaemon02.jpg ├── tuyadaemon03.jpg ├── tuyadaemon04.jpg ├── tuyadaemon05.jpg ├── tuyadaemon06.jpg ├── tuyadaemon07.jpg ├── tuyadaemon09.jpg ├── tuyadamontoolkit02.jpg ├── usbswitch.png ├── use.png ├── water_sys_00.jpg ├── water_sys_04.jpg ├── water_sys_05.jpg ├── watering_sys.jpg ├── watering_sys01.png ├── watering_sys02.jpg ├── watering_sys06.png ├── watering_sys_02a.png └── watering_sys_04.jpg ├── tuyaDAEMON.toolkit ├── README.md └── tuyadaemontoolkit.2.0.zip ├── tuyaDAEMON ├── DB-core.2.2.0.sql.zip ├── DB-core.2.2.2.sql.zip ├── DB_CORE.2.2.2.sql ├── README.md ├── core.MQTT.2.2.0.json ├── core.system.2.2.0.json ├── core.system.2.2.1.json ├── core_MQTT.2.2.3.json ├── device__system.json ├── tuyaDAEMON.MQTT.2.1.json ├── tuyaDAEMON.core.2.1.json ├── tuyaDAEMON.system.2.1.json ├── tuyadaemon-core-2.2.2.json ├── tuyadaemon-system-2.2.2.json ├── tuyadaemon.core.2.2.0.json └── tuyadaemon.core.2.2.1.json ├── tuyaDEAMON.things ├── README.md ├── dummy ├── tuyadaemonthings.zip └── tuyathome-things.sql.zip └── tuyaTRIGGER ├── README.md ├── core.trigger.2.2.0..json ├── core.trigger.2.2.1..json └── tuyaDAEMON.trigger.2.1.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/README.md -------------------------------------------------------------------------------- /Tuya_cloud_API/core_OPENAPI.2.2.4.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/Tuya_cloud_API/core_OPENAPI.2.2.4.json.zip -------------------------------------------------------------------------------- /Tuya_cloud_API/nr_Tuya_OpenAPI_2.0.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/Tuya_cloud_API/nr_Tuya_OpenAPI_2.0.json.zip -------------------------------------------------------------------------------- /Tuya_cloud_API/old.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/Tuya_cloud_API/old.zip -------------------------------------------------------------------------------- /Tuya_cloud_API/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/Tuya_cloud_API/readme.md -------------------------------------------------------------------------------- /Why TuyaDAEMON ?.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/Why TuyaDAEMON ?.md -------------------------------------------------------------------------------- /devices/433 gateway/device_Auriol_IAN_114435.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/433 gateway/device_Auriol_IAN_114435.pdf -------------------------------------------------------------------------------- /devices/433 gateway/device_Auriol_IAN_114435.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/433 gateway/device_Auriol_IAN_114435.zip -------------------------------------------------------------------------------- /devices/433 gateway/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/ACmeter/device_ACmeter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/ACmeter/device_ACmeter.pdf -------------------------------------------------------------------------------- /devices/ACmeter/device_ACmeter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/ACmeter/device_ACmeter.zip -------------------------------------------------------------------------------- /devices/Alarm_siren/device_Alarm_siren.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Alarm_siren/device_Alarm_siren.pdf -------------------------------------------------------------------------------- /devices/Alarm_siren/device_Alarm_siren.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Alarm_siren/device_Alarm_siren.zip -------------------------------------------------------------------------------- /devices/BLE_Gateway/device_BLE_Gateway.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/BLE_Gateway/device_BLE_Gateway.pdf -------------------------------------------------------------------------------- /devices/BLE_Gateway/device_BLE_Gateway.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/BLE_Gateway/device_BLE_Gateway.zip -------------------------------------------------------------------------------- /devices/BLE_Gateway/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/BreakerDIN/device_ACmeter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/BreakerDIN/device_ACmeter.zip -------------------------------------------------------------------------------- /devices/BreakerDIN/device_BreakerDIN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/BreakerDIN/device_BreakerDIN.pdf -------------------------------------------------------------------------------- /devices/BreakerDIN/device_BreakerDIN.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/BreakerDIN/device_BreakerDIN.zip -------------------------------------------------------------------------------- /devices/Door_Sensor/device_Door_Sensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Door_Sensor/device_Door_Sensor.pdf -------------------------------------------------------------------------------- /devices/Door_Sensor/device_Door_Sensor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Door_Sensor/device_Door_Sensor.zip -------------------------------------------------------------------------------- /devices/LED_700ml_Humidifier/device_LED_700ml_Humidifier.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/LED_700ml_Humidifier/device_LED_700ml_Humidifier.pdf -------------------------------------------------------------------------------- /devices/LED_700ml_Humidifier/device_LED_700ml_Humidifier.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/LED_700ml_Humidifier/device_LED_700ml_Humidifier.zip -------------------------------------------------------------------------------- /devices/LightSensor/device_LightSensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/LightSensor/device_LightSensor.pdf -------------------------------------------------------------------------------- /devices/LightSensor/device_LightSensor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/LightSensor/device_LightSensor.zip -------------------------------------------------------------------------------- /devices/LightSensor/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Multifunction_Gateway/device_Multifunction_Gateway.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Multifunction_Gateway/device_Multifunction_Gateway.pdf -------------------------------------------------------------------------------- /devices/Multifunction_Gateway/device_Multifunction_Gateway.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Multifunction_Gateway/device_Multifunction_Gateway.zip -------------------------------------------------------------------------------- /devices/Multifunction_Gateway/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Multifunction_Gateway02/device_multi_gateway02.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Multifunction_Gateway02/device_multi_gateway02.pdf -------------------------------------------------------------------------------- /devices/Multifunction_Gateway02/device_multi_gateway02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Multifunction_Gateway02/device_multi_gateway02.zip -------------------------------------------------------------------------------- /devices/Multifunction_Gateway02/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Ozone_PDMtimer/device_Ozone_PDMtimer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Ozone_PDMtimer/device_Ozone_PDMtimer.pdf -------------------------------------------------------------------------------- /devices/Ozone_PDMtimer/device_Ozone_PDMtimer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Ozone_PDMtimer/device_Ozone_PDMtimer.zip -------------------------------------------------------------------------------- /devices/Ozone_PDMtimer/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/PIR_motion/device_PIR_motion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/PIR_motion/device_PIR_motion.pdf -------------------------------------------------------------------------------- /devices/PIR_motion/device_PIR_motion.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/PIR_motion/device_PIR_motion.zip -------------------------------------------------------------------------------- /devices/PM_detector/device_PM_detector.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/PM_detector/device_PM_detector.pdf -------------------------------------------------------------------------------- /devices/PM_detector/device_PM_detector.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/PM_detector/device_PM_detector.zip -------------------------------------------------------------------------------- /devices/PM_detector/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/README.md -------------------------------------------------------------------------------- /devices/Smart_Switch01/device_Smart_Switch01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Smart_Switch01/device_Smart_Switch01.pdf -------------------------------------------------------------------------------- /devices/Smart_Switch01/device_Smart_Switch01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Smart_Switch01/device_Smart_Switch01.zip -------------------------------------------------------------------------------- /devices/Smart_Switch01/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Smart_socket/device_Smart_socket.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Smart_socket/device_Smart_socket.pdf -------------------------------------------------------------------------------- /devices/Smart_socket/device_Smart_socket.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Smart_socket/device_Smart_socket.zip -------------------------------------------------------------------------------- /devices/Smart_socket/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Smoke_Detector/device_Smoke_Detector.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Smoke_Detector/device_Smoke_Detector.pdf -------------------------------------------------------------------------------- /devices/Smoke_Detector/device_Smoke_Detector.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Smoke_Detector/device_Smoke_Detector.zip -------------------------------------------------------------------------------- /devices/Smoke_Detector/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Soil_probeZB/device_Soil_probeZB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Soil_probeZB/device_Soil_probeZB.pdf -------------------------------------------------------------------------------- /devices/Soil_probeZB/device_Soil_probeZB.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Soil_probeZB/device_Soil_probeZB.zip -------------------------------------------------------------------------------- /devices/Soil_probeZB/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/TRV_Thermostatic_Radiator_Valve/device_TRV_Thermostatic_Radiator_Valve.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/TRV_Thermostatic_Radiator_Valve/device_TRV_Thermostatic_Radiator_Valve.pdf -------------------------------------------------------------------------------- /devices/TRV_Thermostatic_Radiator_Valve/device_TRV_Thermostatic_Radiator_Valve.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/TRV_Thermostatic_Radiator_Valve/device_TRV_Thermostatic_Radiator_Valve.zip -------------------------------------------------------------------------------- /devices/TRV_Thermostatic_Radiator_Valve/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/TY-08Z/TY_08Z_01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/TY-08Z/TY_08Z_01.pdf -------------------------------------------------------------------------------- /devices/TY-08Z/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Temperature_Humidity_Sensor/device_Temperature_Humidity_Sensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Temperature_Humidity_Sensor/device_Temperature_Humidity_Sensor.pdf -------------------------------------------------------------------------------- /devices/Temperature_Humidity_Sensor/device_Temperature_Humidity_Sensor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Temperature_Humidity_Sensor/device_Temperature_Humidity_Sensor.zip -------------------------------------------------------------------------------- /devices/Temperature_Humidity_Sensor/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Temperature_Humidity_Sensor_2/device_Temperature_Humidity_Sensor_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Temperature_Humidity_Sensor_2/device_Temperature_Humidity_Sensor_2.pdf -------------------------------------------------------------------------------- /devices/Temperature_Humidity_Sensor_2/device_Temperature_Humidity_Sensor_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Temperature_Humidity_Sensor_2/device_Temperature_Humidity_Sensor_2.zip -------------------------------------------------------------------------------- /devices/Temperature_Humidity_Sensor_2/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/USB_switch/device_USB_switch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/USB_switch/device_USB_switch.pdf -------------------------------------------------------------------------------- /devices/USB_switch/device_USB_switch.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/USB_switch/device_USB_switch.zip -------------------------------------------------------------------------------- /devices/USB_switch/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Watchdog02/device_Watchdog02.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Watchdog02/device_Watchdog02.pdf -------------------------------------------------------------------------------- /devices/Watchdog02/device_Watchdog02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Watchdog02/device_Watchdog02.zip -------------------------------------------------------------------------------- /devices/Watchdog03/device_Watchdog03.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Watchdog03/device_Watchdog03.pdf -------------------------------------------------------------------------------- /devices/Watchdog03/device_Watchdog03.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Watchdog03/device_Watchdog03.zip -------------------------------------------------------------------------------- /devices/Watchdog03/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Water_leak_sensor/device_Water_leak_sensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Water_leak_sensor/device_Water_leak_sensor.pdf -------------------------------------------------------------------------------- /devices/Water_leak_sensor/device_Water_leak_sensor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Water_leak_sensor/device_Water_leak_sensor.zip -------------------------------------------------------------------------------- /devices/WiFi_IP_Camera/device_WiFi_IP_Camera.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/WiFi_IP_Camera/device_WiFi_IP_Camera.pdf -------------------------------------------------------------------------------- /devices/WiFi_IP_Camera/device_WiFi_IP_Camera.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/WiFi_IP_Camera/device_WiFi_IP_Camera.zip -------------------------------------------------------------------------------- /devices/WiFi_IP_Camera/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/Wifi_Plug/device_Wifi_Plug.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Wifi_Plug/device_Wifi_Plug.pdf -------------------------------------------------------------------------------- /devices/Wifi_Plug/device_Wifi_Plug.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/Wifi_Plug/device_Wifi_Plug.zip -------------------------------------------------------------------------------- /devices/ZigBee_3_Gang/device_ZigBee_3_Gang.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/ZigBee_3_Gang/device_ZigBee_3_Gang.pdf -------------------------------------------------------------------------------- /devices/ZigBee_3_Gang/device_ZigBee_3_Gang.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/ZigBee_3_Gang/device_ZigBee_3_Gang.zip -------------------------------------------------------------------------------- /devices/ZigBee_3_Gang/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/ZigBee_Gateway_G01/device_ZigBee_Gateway_G01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/ZigBee_Gateway_G01/device_ZigBee_Gateway_G01.pdf -------------------------------------------------------------------------------- /devices/ZigBee_Gateway_G01/device_ZigBee_Gateway_G01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/ZigBee_Gateway_G01/device_ZigBee_Gateway_G01.zip -------------------------------------------------------------------------------- /devices/ZigBee_Gateway_G01/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/_core/device__core.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_core/device__core.pdf -------------------------------------------------------------------------------- /devices/_core/device__core.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_core/device__core.zip -------------------------------------------------------------------------------- /devices/_core/tuyaDAEMON.CORE-install-2.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_core/tuyaDAEMON.CORE-install-2.2.2.zip -------------------------------------------------------------------------------- /devices/_openapi/device__openapi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_openapi/device__openapi.pdf -------------------------------------------------------------------------------- /devices/_openapi/device__openapi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_openapi/device__openapi.zip -------------------------------------------------------------------------------- /devices/_openapi/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/_system/core.system.2.2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_system/core.system.2.2.0.json -------------------------------------------------------------------------------- /devices/_system/device__system.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_system/device__system.pdf -------------------------------------------------------------------------------- /devices/_system/device__system.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_system/device__system.zip -------------------------------------------------------------------------------- /devices/_system/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/_trigger/device__trigger.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_trigger/device__trigger.pdf -------------------------------------------------------------------------------- /devices/_trigger/device__trigger.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/_trigger/device__trigger.zip -------------------------------------------------------------------------------- /devices/_trigger/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/dimmer01/device_dimmer01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/dimmer01/device_dimmer01.pdf -------------------------------------------------------------------------------- /devices/dimmer01/device_dimmer01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/dimmer01/device_dimmer01.zip -------------------------------------------------------------------------------- /devices/dimmer01/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/micro_inverter/device_micro_inverter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/micro_inverter/device_micro_inverter.pdf -------------------------------------------------------------------------------- /devices/micro_inverter/device_micro_inverter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/micro_inverter/device_micro_inverter.zip -------------------------------------------------------------------------------- /devices/micro_inverter/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/power_strip/device_power_strip.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/power_strip/device_power_strip.pdf -------------------------------------------------------------------------------- /devices/power_strip/device_power_strip.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/power_strip/device_power_strip.zip -------------------------------------------------------------------------------- /devices/power_strip/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/smart_breaker/device_smart_breaker.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/smart_breaker/device_smart_breaker.pdf -------------------------------------------------------------------------------- /devices/smart_breaker/device_smart_breaker.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/smart_breaker/device_smart_breaker.zip -------------------------------------------------------------------------------- /devices/smart_breaker/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/soil_flora/device_soil_flora.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/soil_flora/device_soil_flora.pdf -------------------------------------------------------------------------------- /devices/soil_flora/device_soil_flora.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/soil_flora/device_soil_flora.zip -------------------------------------------------------------------------------- /devices/soil_flora/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/soil_meterBT/device_soil_meterBT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/soil_meterBT/device_soil_meterBT.pdf -------------------------------------------------------------------------------- /devices/soil_meterBT/device_soil_meterBT.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/soil_meterBT/device_soil_meterBT.zip -------------------------------------------------------------------------------- /devices/soil_meterBT/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/switch-1CH/device_switch-1CH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/switch-1CH/device_switch-1CH.pdf -------------------------------------------------------------------------------- /devices/switch-1CH/device_switch-1CH.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/switch-1CH/device_switch-1CH.zip -------------------------------------------------------------------------------- /devices/switch-1CH/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/switch-4CH/device_switch-4CH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/switch-4CH/device_switch-4CH.pdf -------------------------------------------------------------------------------- /devices/switch-4CH/device_switch-4CH.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/switch-4CH/device_switch-4CH.zip -------------------------------------------------------------------------------- /devices/switch-4CH/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /devices/watering_sys/device_watering_sys.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/watering_sys/device_watering_sys.pdf -------------------------------------------------------------------------------- /devices/watering_sys/device_watering_sys.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/watering_sys/device_watering_sys.zip -------------------------------------------------------------------------------- /devices/watering_timer/device_watering_timer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/watering_timer/device_watering_timer.pdf -------------------------------------------------------------------------------- /devices/watering_timer/device_watering_timer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/devices/watering_timer/device_watering_timer.zip -------------------------------------------------------------------------------- /devices/watering_timer/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /download/core_MQTT.2.2.3.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/core_MQTT.2.2.3.json.zip -------------------------------------------------------------------------------- /download/core_OPENAPI.2.2.4.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/core_OPENAPI.2.2.4.json.zip -------------------------------------------------------------------------------- /download/core_TRIGGER.2.2.4.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/core_TRIGGER.2.2.4.json.zip -------------------------------------------------------------------------------- /download/old-versions/tuyaDAEMOM-full.2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/old-versions/tuyaDAEMOM-full.2.0.json -------------------------------------------------------------------------------- /download/old-versions/tuyaDAEMON.full.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/old-versions/tuyaDAEMON.full.2.1.json -------------------------------------------------------------------------------- /download/old-versions/tuyaDEAMON.full.2.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/old-versions/tuyaDEAMON.full.2.2.0.zip -------------------------------------------------------------------------------- /download/old-versions/tuyadaemon.full.2.2.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/old-versions/tuyadaemon.full.2.2.1.zip -------------------------------------------------------------------------------- /download/tuya-smart-device-5.1.0.-fixed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuya-smart-device-5.1.0.-fixed.zip -------------------------------------------------------------------------------- /download/tuyaDAEMON.CORE-install-2.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuyaDAEMON.CORE-install-2.2.2.zip -------------------------------------------------------------------------------- /download/tuyaDAEMON.MQTT-install-2.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuyaDAEMON.MQTT-install-2.2.2.zip -------------------------------------------------------------------------------- /download/tuyaDAEMON.SYSTEM-install-2.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuyaDAEMON.SYSTEM-install-2.2.2.zip -------------------------------------------------------------------------------- /download/tuyaDAEMON.TRIGGER-install-2.2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuyaDAEMON.TRIGGER-install-2.2.2.zip -------------------------------------------------------------------------------- /download/tuyadaemon-core.2.2.3.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuyadaemon-core.2.2.3.json.zip -------------------------------------------------------------------------------- /download/tuyadaemon.full.2.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuyadaemon.full.2.2.2.json -------------------------------------------------------------------------------- /download/tuyadaemon_core.2.2.4.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/download/tuyadaemon_core.2.2.4.json.zip -------------------------------------------------------------------------------- /extra/433_gateway/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /extra/433_gateway/weathe_station.2.2.0..json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/433_gateway/weathe_station.2.2.0..json -------------------------------------------------------------------------------- /extra/MQTT Ozone PDMtimer/IoT-MQTT-Panel.timerPDM#1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/MQTT Ozone PDMtimer/IoT-MQTT-Panel.timerPDM#1.json -------------------------------------------------------------------------------- /extra/MQTT Ozone PDMtimer/MQTT-ozone-1.subflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/MQTT Ozone PDMtimer/MQTT-ozone-1.subflow.json -------------------------------------------------------------------------------- /extra/MQTT Ozone PDMtimer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/MQTT Ozone PDMtimer/README.md -------------------------------------------------------------------------------- /extra/MQTT Ozone PDMtimer/driver-PDMtimer.2.2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/MQTT Ozone PDMtimer/driver-PDMtimer.2.2.0.json -------------------------------------------------------------------------------- /extra/MQTT Ozone PDMtimer/test-PDMtimer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/MQTT Ozone PDMtimer/test-PDMtimer.json -------------------------------------------------------------------------------- /extra/custom PM detector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/custom PM detector/README.md -------------------------------------------------------------------------------- /extra/custom PM detector/custom.PM_detector.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/custom PM detector/custom.PM_detector.2.1.json -------------------------------------------------------------------------------- /extra/custom PM detector/custom.PM_detector.2.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/custom PM detector/custom.PM_detector.2.2.2.json -------------------------------------------------------------------------------- /extra/custom.PM_detector.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/custom.PM_detector.2.1.json -------------------------------------------------------------------------------- /extra/custom.watering_sys.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/custom.watering_sys.2.1.json -------------------------------------------------------------------------------- /extra/extra.mirror-devices.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/extra.mirror-devices.2.1.json -------------------------------------------------------------------------------- /extra/extra.test.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/extra.test.2.1.json -------------------------------------------------------------------------------- /extra/tuyaTRIGGER for node-red users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/tuyaTRIGGER for node-red users/README.md -------------------------------------------------------------------------------- /extra/tuyaTRIGGER for node-red users/tuyaTRIGGER-minimal.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/extra/tuyaTRIGGER for node-red users/tuyaTRIGGER-minimal.1.0.json -------------------------------------------------------------------------------- /perché-tuyaDEAMON.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/perché-tuyaDEAMON.pdf -------------------------------------------------------------------------------- /pics/ACmeter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ACmeter.jpg -------------------------------------------------------------------------------- /pics/Android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Android.png -------------------------------------------------------------------------------- /pics/Auriol_IAN_114435.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Auriol_IAN_114435.jpg -------------------------------------------------------------------------------- /pics/BLE_Gateway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/BLE_Gateway.jpg -------------------------------------------------------------------------------- /pics/BreakerDIN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/BreakerDIN.jpg -------------------------------------------------------------------------------- /pics/ESP01_relay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ESP01_relay.jpg -------------------------------------------------------------------------------- /pics/H96_MAX.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/H96_MAX.jpg -------------------------------------------------------------------------------- /pics/Immagine 2022-04-01 205330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-04-01 205330.png -------------------------------------------------------------------------------- /pics/Immagine 2022-04-07 163323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-04-07 163323.png -------------------------------------------------------------------------------- /pics/Immagine 2022-04-07 184055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-04-07 184055.png -------------------------------------------------------------------------------- /pics/Immagine 2022-04-15 141238.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-04-15 141238.png -------------------------------------------------------------------------------- /pics/Immagine 2022-05-12 134034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-05-12 134034.png -------------------------------------------------------------------------------- /pics/Immagine 2022-05-12 134214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-05-12 134214.png -------------------------------------------------------------------------------- /pics/Immagine 2022-05-13 185833.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-05-13 185833.png -------------------------------------------------------------------------------- /pics/Immagine 2022-05-15 091703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-05-15 091703.png -------------------------------------------------------------------------------- /pics/Immagine 2022-05-18 125527.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-05-18 125527.png -------------------------------------------------------------------------------- /pics/Immagine 2022-05-20 111407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-05-20 111407.png -------------------------------------------------------------------------------- /pics/Immagine 2022-05-25 082425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-05-25 082425.png -------------------------------------------------------------------------------- /pics/Immagine 2022-08-22 192451.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Immagine 2022-08-22 192451.png -------------------------------------------------------------------------------- /pics/Multifunction_Gateway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Multifunction_Gateway.jpg -------------------------------------------------------------------------------- /pics/Ozone_PDMtimer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Ozone_PDMtimer.jpg -------------------------------------------------------------------------------- /pics/PM_detector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/PM_detector.jpg -------------------------------------------------------------------------------- /pics/PM_detector02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/PM_detector02.jpg -------------------------------------------------------------------------------- /pics/PM_detector03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/PM_detector03.png -------------------------------------------------------------------------------- /pics/PM_detector05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/PM_detector05.png -------------------------------------------------------------------------------- /pics/ScreenCaptures_2022-04-15-120319.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenCaptures_2022-04-15-120319.png -------------------------------------------------------------------------------- /pics/ScreenShot_20210518185719.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_20210518185719.png -------------------------------------------------------------------------------- /pics/ScreenShot_20210520191036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_20210520191036.png -------------------------------------------------------------------------------- /pics/ScreenShot_20210522105637.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_20210522105637.png -------------------------------------------------------------------------------- /pics/ScreenShot_20210609163905.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_20210609163905.png -------------------------------------------------------------------------------- /pics/ScreenShot_20210612205745.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_20210612205745.png -------------------------------------------------------------------------------- /pics/ScreenShot_20210612210400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_20210612210400.png -------------------------------------------------------------------------------- /pics/ScreenShot_20210614160503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_20210614160503.png -------------------------------------------------------------------------------- /pics/ScreenShot_ws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ScreenShot_ws.png -------------------------------------------------------------------------------- /pics/Screenshot 115309.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Screenshot 115309.png -------------------------------------------------------------------------------- /pics/Smart_socket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Smart_socket.jpg -------------------------------------------------------------------------------- /pics/Smoke_Detector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Smoke_Detector.jpg -------------------------------------------------------------------------------- /pics/Temperature_Humidity_Sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Temperature_Humidity_Sensor.jpg -------------------------------------------------------------------------------- /pics/Temperature_Humidity_Sensor_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Temperature_Humidity_Sensor_2.jpg -------------------------------------------------------------------------------- /pics/TuyaDAEMON_UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/TuyaDAEMON_UI.png -------------------------------------------------------------------------------- /pics/USB_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/USB_switch.png -------------------------------------------------------------------------------- /pics/Water_leak_sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Water_leak_sensor.jpg -------------------------------------------------------------------------------- /pics/WiFi_IP_Camera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/WiFi_IP_Camera.jpg -------------------------------------------------------------------------------- /pics/Wifi_Plug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/Wifi_Plug.jpg -------------------------------------------------------------------------------- /pics/ZigBee_3_Gang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ZigBee_3_Gang.jpg -------------------------------------------------------------------------------- /pics/ZigBee_Gateway_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ZigBee_Gateway_1.png -------------------------------------------------------------------------------- /pics/_system.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/_system.jpg -------------------------------------------------------------------------------- /pics/add-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/add-device.png -------------------------------------------------------------------------------- /pics/agg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/agg.png -------------------------------------------------------------------------------- /pics/android02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/android02.jpg -------------------------------------------------------------------------------- /pics/android2.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/android2.0.jpg -------------------------------------------------------------------------------- /pics/android_oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/android_oz.jpg -------------------------------------------------------------------------------- /pics/auriol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/auriol.jpg -------------------------------------------------------------------------------- /pics/auriolhw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/auriolhw.jpg -------------------------------------------------------------------------------- /pics/blenet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/blenet.png -------------------------------------------------------------------------------- /pics/comp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/comp.png -------------------------------------------------------------------------------- /pics/daemonUIvis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/daemonUIvis.png -------------------------------------------------------------------------------- /pics/daemon_0A.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/daemon_0A.png -------------------------------------------------------------------------------- /pics/daemon_0B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/daemon_0B.png -------------------------------------------------------------------------------- /pics/dbtuyathome02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/dbtuyathome02.jpg -------------------------------------------------------------------------------- /pics/dbtuyathome03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/dbtuyathome03.png -------------------------------------------------------------------------------- /pics/deamonthings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/deamonthings.png -------------------------------------------------------------------------------- /pics/devices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/devices.jpg -------------------------------------------------------------------------------- /pics/dimmer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/dimmer01.png -------------------------------------------------------------------------------- /pics/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /pics/editred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/editred.png -------------------------------------------------------------------------------- /pics/exampleauriol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/exampleauriol.png -------------------------------------------------------------------------------- /pics/explode01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/explode01.jpg -------------------------------------------------------------------------------- /pics/flowmeter1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/flowmeter1.jpg -------------------------------------------------------------------------------- /pics/ico-usbswitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico-usbswitch.png -------------------------------------------------------------------------------- /pics/ico_ACmeter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_ACmeter.jpg -------------------------------------------------------------------------------- /pics/ico_Alarm_siren.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Alarm_siren.jpg -------------------------------------------------------------------------------- /pics/ico_Auriol_IAN_114435.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Auriol_IAN_114435.jpg -------------------------------------------------------------------------------- /pics/ico_BLE_Gateway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_BLE_Gateway.jpg -------------------------------------------------------------------------------- /pics/ico_BreakerDIN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_BreakerDIN.jpg -------------------------------------------------------------------------------- /pics/ico_Door_Sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Door_Sensor.jpg -------------------------------------------------------------------------------- /pics/ico_ESP01_relay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_ESP01_relay.jpg -------------------------------------------------------------------------------- /pics/ico_LED_700ml_Humidifier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_LED_700ml_Humidifier.jpg -------------------------------------------------------------------------------- /pics/ico_Multifunction_Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Multifunction_Gateway.png -------------------------------------------------------------------------------- /pics/ico_Ozone_PDMtimer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Ozone_PDMtimer.jpg -------------------------------------------------------------------------------- /pics/ico_PIR_MOTION.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_PIR_MOTION.jpg -------------------------------------------------------------------------------- /pics/ico_PM_detector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_PM_detector.jpg -------------------------------------------------------------------------------- /pics/ico_Smart_Switch01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Smart_Switch01.jpg -------------------------------------------------------------------------------- /pics/ico_Smart_socket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Smart_socket.jpg -------------------------------------------------------------------------------- /pics/ico_Smoke_Detector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Smoke_Detector.jpg -------------------------------------------------------------------------------- /pics/ico_Soil_probeZB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Soil_probeZB.png -------------------------------------------------------------------------------- /pics/ico_TRV_Thermostatic_Radiator_Valve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_TRV_Thermostatic_Radiator_Valve.jpg -------------------------------------------------------------------------------- /pics/ico_Temperature_Humidity_Sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Temperature_Humidity_Sensor.jpg -------------------------------------------------------------------------------- /pics/ico_Temperature_Humidity_Sensor_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Temperature_Humidity_Sensor_2.jpg -------------------------------------------------------------------------------- /pics/ico_USB_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_USB_switch.png -------------------------------------------------------------------------------- /pics/ico_Watchdog02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Watchdog02.png -------------------------------------------------------------------------------- /pics/ico_Water_leak_sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Water_leak_sensor.jpg -------------------------------------------------------------------------------- /pics/ico_WiFi_IP_Camera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_WiFi_IP_Camera.jpg -------------------------------------------------------------------------------- /pics/ico_Wifi_Plug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_Wifi_Plug.jpg -------------------------------------------------------------------------------- /pics/ico_ZigBee_3_Gang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_ZigBee_3_Gang.jpg -------------------------------------------------------------------------------- /pics/ico_ZigBee_Gateway_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_ZigBee_Gateway_1.png -------------------------------------------------------------------------------- /pics/ico__system.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico__system.jpg -------------------------------------------------------------------------------- /pics/ico_dimmer01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_dimmer01.png -------------------------------------------------------------------------------- /pics/ico_license-88x31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_license-88x31.gif -------------------------------------------------------------------------------- /pics/ico_light-sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_light-sensor.png -------------------------------------------------------------------------------- /pics/ico_mi_flora.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_mi_flora.jpg -------------------------------------------------------------------------------- /pics/ico_micro_inverter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_micro_inverter.jpg -------------------------------------------------------------------------------- /pics/ico_multi_gateway02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_multi_gateway02.png -------------------------------------------------------------------------------- /pics/ico_power_strip.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_power_strip.jpg -------------------------------------------------------------------------------- /pics/ico_smart_breaker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_smart_breaker.jpg -------------------------------------------------------------------------------- /pics/ico_soil_meterBT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_soil_meterBT.png -------------------------------------------------------------------------------- /pics/ico_switch-1CH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_switch-1CH.jpg -------------------------------------------------------------------------------- /pics/ico_switch-4CH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_switch-4CH.jpg -------------------------------------------------------------------------------- /pics/ico_watering_sys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_watering_sys.jpg -------------------------------------------------------------------------------- /pics/ico_watering_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ico_watering_timer.png -------------------------------------------------------------------------------- /pics/inheritance02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/inheritance02.jpg -------------------------------------------------------------------------------- /pics/iot-interface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/iot-interface.jpg -------------------------------------------------------------------------------- /pics/light-sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/light-sensor.png -------------------------------------------------------------------------------- /pics/mi_flora.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/mi_flora.jpg -------------------------------------------------------------------------------- /pics/micro_inverter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/micro_inverter.jpg -------------------------------------------------------------------------------- /pics/mirror01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/mirror01.png -------------------------------------------------------------------------------- /pics/network_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/network_architecture.png -------------------------------------------------------------------------------- /pics/node-red-oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/node-red-oz.jpg -------------------------------------------------------------------------------- /pics/node-test-com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/node-test-com.png -------------------------------------------------------------------------------- /pics/ozone01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ozone01.jpg -------------------------------------------------------------------------------- /pics/ozone02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/ozone02.jpg -------------------------------------------------------------------------------- /pics/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/palette.png -------------------------------------------------------------------------------- /pics/refresh02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/refresh02.png -------------------------------------------------------------------------------- /pics/refreshdevice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/refreshdevice.jpg -------------------------------------------------------------------------------- /pics/refreshdevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/refreshdevice.png -------------------------------------------------------------------------------- /pics/rtl-sdr01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/rtl-sdr01.jpg -------------------------------------------------------------------------------- /pics/share03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/share03.jpg -------------------------------------------------------------------------------- /pics/sharething.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/sharething.png -------------------------------------------------------------------------------- /pics/siren01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/siren01.jpg -------------------------------------------------------------------------------- /pics/smart_breaker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/smart_breaker.jpg -------------------------------------------------------------------------------- /pics/soil_meterBT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/soil_meterBT.png -------------------------------------------------------------------------------- /pics/switch-1CH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/switch-1CH.jpg -------------------------------------------------------------------------------- /pics/switch-4CH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/switch-4CH.jpg -------------------------------------------------------------------------------- /pics/toolkit01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/toolkit01.jpg -------------------------------------------------------------------------------- /pics/toolkit02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/toolkit02.jpg -------------------------------------------------------------------------------- /pics/toolkit03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/toolkit03.jpg -------------------------------------------------------------------------------- /pics/trasferimento.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/trasferimento.jpg -------------------------------------------------------------------------------- /pics/trigger01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/trigger01.png -------------------------------------------------------------------------------- /pics/tuya-bridge02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuya-bridge02.jpg -------------------------------------------------------------------------------- /pics/tuya-wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuya-wifi.png -------------------------------------------------------------------------------- /pics/tuyadaemon01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon01.jpg -------------------------------------------------------------------------------- /pics/tuyadaemon02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon02.jpg -------------------------------------------------------------------------------- /pics/tuyadaemon03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon03.jpg -------------------------------------------------------------------------------- /pics/tuyadaemon04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon04.jpg -------------------------------------------------------------------------------- /pics/tuyadaemon05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon05.jpg -------------------------------------------------------------------------------- /pics/tuyadaemon06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon06.jpg -------------------------------------------------------------------------------- /pics/tuyadaemon07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon07.jpg -------------------------------------------------------------------------------- /pics/tuyadaemon09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadaemon09.jpg -------------------------------------------------------------------------------- /pics/tuyadamontoolkit02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/tuyadamontoolkit02.jpg -------------------------------------------------------------------------------- /pics/usbswitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/usbswitch.png -------------------------------------------------------------------------------- /pics/use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/use.png -------------------------------------------------------------------------------- /pics/water_sys_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/water_sys_00.jpg -------------------------------------------------------------------------------- /pics/water_sys_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/water_sys_04.jpg -------------------------------------------------------------------------------- /pics/water_sys_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/water_sys_05.jpg -------------------------------------------------------------------------------- /pics/watering_sys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/watering_sys.jpg -------------------------------------------------------------------------------- /pics/watering_sys01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/watering_sys01.png -------------------------------------------------------------------------------- /pics/watering_sys02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/watering_sys02.jpg -------------------------------------------------------------------------------- /pics/watering_sys06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/watering_sys06.png -------------------------------------------------------------------------------- /pics/watering_sys_02a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/watering_sys_02a.png -------------------------------------------------------------------------------- /pics/watering_sys_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/pics/watering_sys_04.jpg -------------------------------------------------------------------------------- /tuyaDAEMON.toolkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON.toolkit/README.md -------------------------------------------------------------------------------- /tuyaDAEMON.toolkit/tuyadaemontoolkit.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON.toolkit/tuyadaemontoolkit.2.0.zip -------------------------------------------------------------------------------- /tuyaDAEMON/DB-core.2.2.0.sql.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/DB-core.2.2.0.sql.zip -------------------------------------------------------------------------------- /tuyaDAEMON/DB-core.2.2.2.sql.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/DB-core.2.2.2.sql.zip -------------------------------------------------------------------------------- /tuyaDAEMON/DB_CORE.2.2.2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/DB_CORE.2.2.2.sql -------------------------------------------------------------------------------- /tuyaDAEMON/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/README.md -------------------------------------------------------------------------------- /tuyaDAEMON/core.MQTT.2.2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/core.MQTT.2.2.0.json -------------------------------------------------------------------------------- /tuyaDAEMON/core.system.2.2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/core.system.2.2.0.json -------------------------------------------------------------------------------- /tuyaDAEMON/core.system.2.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/core.system.2.2.1.json -------------------------------------------------------------------------------- /tuyaDAEMON/core_MQTT.2.2.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/core_MQTT.2.2.3.json -------------------------------------------------------------------------------- /tuyaDAEMON/device__system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/device__system.json -------------------------------------------------------------------------------- /tuyaDAEMON/tuyaDAEMON.MQTT.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/tuyaDAEMON.MQTT.2.1.json -------------------------------------------------------------------------------- /tuyaDAEMON/tuyaDAEMON.core.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/tuyaDAEMON.core.2.1.json -------------------------------------------------------------------------------- /tuyaDAEMON/tuyaDAEMON.system.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/tuyaDAEMON.system.2.1.json -------------------------------------------------------------------------------- /tuyaDAEMON/tuyadaemon-core-2.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/tuyadaemon-core-2.2.2.json -------------------------------------------------------------------------------- /tuyaDAEMON/tuyadaemon-system-2.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/tuyadaemon-system-2.2.2.json -------------------------------------------------------------------------------- /tuyaDAEMON/tuyadaemon.core.2.2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/tuyadaemon.core.2.2.0.json -------------------------------------------------------------------------------- /tuyaDAEMON/tuyadaemon.core.2.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDAEMON/tuyadaemon.core.2.2.1.json -------------------------------------------------------------------------------- /tuyaDEAMON.things/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDEAMON.things/README.md -------------------------------------------------------------------------------- /tuyaDEAMON.things/dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tuyaDEAMON.things/tuyadaemonthings.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDEAMON.things/tuyadaemonthings.zip -------------------------------------------------------------------------------- /tuyaDEAMON.things/tuyathome-things.sql.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaDEAMON.things/tuyathome-things.sql.zip -------------------------------------------------------------------------------- /tuyaTRIGGER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaTRIGGER/README.md -------------------------------------------------------------------------------- /tuyaTRIGGER/core.trigger.2.2.0..json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaTRIGGER/core.trigger.2.2.0..json -------------------------------------------------------------------------------- /tuyaTRIGGER/core.trigger.2.2.1..json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaTRIGGER/core.trigger.2.2.1..json -------------------------------------------------------------------------------- /tuyaTRIGGER/tuyaDAEMON.trigger.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msillano/tuyaDAEMON/HEAD/tuyaTRIGGER/tuyaDAEMON.trigger.2.1.json --------------------------------------------------------------------------------