├── .github ├── ISSUE_TEMPLATE │ ├── add-to-documentation.md │ └── new-command.md └── workflows │ ├── ci.yml │ └── main.yml ├── .gitignore ├── .nojekyll ├── .vscode └── settings.json ├── README.md ├── docs ├── .help │ ├── Contributing.md │ ├── Device-Recovery.md │ ├── FAQ.md │ ├── README.md │ └── Troubleshooting.md ├── A4988-Stepper-Motor-Controller.md ├── ADC.md ├── AHT1x.md ├── AHT2x.md ├── AM2301.md ├── APDS-9960.md ├── API.md ├── AS3935.md ├── AWS-IoT-cert.md ├── AWS-IoT.md ├── AZ-7798.md ├── About.md ├── Alexa.md ├── ArtNet.md ├── Azure-IoT-Central.md ├── Azure-IoT-Hub.md ├── BH1750.md ├── BME280.md ├── BME680.md ├── BMP280.md ├── BUILDS.md ├── Berry-Cookbook.md ├── Berry-Introduction.md ├── Berry-crypto.md ├── Berry.md ├── Berry_Addressable-LED.md ├── Blinds-and-Shutters.md ├── Bluetooth.md ├── Bluetooth_ESP32.md ├── Bluetooth_MI32.md ├── Buttons-and-Switches.md ├── Buttons-schematics.md ├── Buzzer.md ├── CC2530.md ├── CCLoader.md ├── Codes-for-IR-Remotes.md ├── Commands.md ├── Compile-your-build.md ├── Components-old.md ├── Components.md ├── Configuration-Procedure-for-New-Devices.md ├── Contributing.md ├── Control-a-Sonoff-using-a-remote-button.md ├── Create-your-own-Firmware-Build-without-IDE.md ├── DALI.md ├── DFR0299.md ├── DHT11-Wiring---Sonoff-Basic.md ├── DHT11.md ├── DS18x20.md ├── DS3231.md ├── DY-SV17F.md ├── DeepSleep.md ├── Device-Groups.md ├── Device-Recovery.md ├── Displays.md ├── Domoticz.md ├── Download.md ├── Dynamic-Sleep.md ├── ENS161.md ├── EQ3-TRV.md ├── ESP32-Devices.md ├── ESP32.md ├── EZO.md ├── Energy-Saving.md ├── Esptool.md ├── Expanding-4CH.md ├── Expanding-Tasmota.md ├── FAQ.md ├── Features.md ├── Firmware-Builds.md ├── For-Developers.md ├── GPIO-Conversion.md ├── GPS-NTP-server.md ├── Getting-Started.md ├── Gitpod.md ├── GladysAssistant.md ├── HASPmota.md ├── HC-SR04.md ├── HDMI_CEC.md ├── HLK-LD2410.md ├── HLK-LD2410S.md ├── HM-10.md ├── HM-17.md ├── HRG15.md ├── Home-Assistant.md ├── HomeSeer.md ├── Homebridge.md ├── Honeywell-HIH.md ├── How-to-Expand-Sonoff-Basic-to-4MB-Flash.md ├── Hubitat.md ├── I2CDEVICES.md ├── I2S-Audio.md ├── I2S-Audio_ESP32.md ├── IAQ.md ├── IP-Symcon.md ├── IPv6.md ├── IR-Remote.md ├── IRSend-RAW-Encoding.md ├── Integrations.md ├── JSON-Status-Responses.md ├── KNX.md ├── LM75AD.md ├── LMT01.md ├── LVGL.md ├── LVGL_API_Reference.md ├── LVGL_Internals.md ├── LVGL_in_10_minutes.md ├── LedMask.md ├── Lights.md ├── LoRa-and-LoRaWan-Bridge.md ├── LoRaWan-Decoders.md ├── MAX31855.md ├── MAX7219.md ├── MCP230xx.md ├── MCP9808.md ├── MFRC522.md ├── MGC3130.md ├── MH-Z19B.md ├── MLX90614.md ├── MLX90640.md ├── MPR121.md ├── MPU-6050.md ├── MQTT.md ├── MacOSX-Server.md ├── Matter-Internals.md ├── Matter-with-Google.md ├── Matter.md ├── Modbus-Bridge.md ├── Modules.md ├── Moisture-Sensor-and-Chirp!-Sensor.md ├── NRF24L01.md ├── NeoPool.md ├── NodeRed.md ├── OTA-over-SCP.md ├── Octoprint.md ├── OpenHASP.md ├── OpenTherm.md ├── P1-Smart-Meter.md ├── PAJ7620.md ├── PCA9557.md ├── PCA9685.md ├── PCF8574.md ├── PID-Control.md ├── PIR-Motion-Sensors.md ├── PN532.md ├── PS-16-DZ-Dimmer.md ├── PWM-dimmer-switch.md ├── PZEM-0XX.md ├── Peripherals.md ├── Pinouts.md ├── PlatformIO-CLI.md ├── PlatformIO.md ├── Power-Monitoring-Calibration.md ├── PowerOnState.md ├── Project-AM312-and-Sonoff-R2.md ├── Projector.md ├── Python-HTTP-OTA-Server.md ├── RCWL-0516.md ├── RDM6300.md ├── RF-Protocol.md ├── RF-Transceiver.md ├── ROI-editor.md ├── Range-Extender.md ├── Rule-Cookbook.md ├── Rules.md ├── SCD4x.md ├── SDS011.md ├── SHT30.md ├── SK6812.md ├── SPS30.md ├── Safeboot.md ├── Scripting-Cookbook.md ├── Scripting-Language.md ├── Securing-your-IoT-from-hacking.md ├── Self-signed-Mosquitto.md ├── Sensor-API.md ├── Sensor-Configuration.md ├── Serial-to-TCP-Bridge.md ├── SetOption37.md ├── Shutter-and-Steppers.md ├── Smart-Meter-Interface.md ├── SolaX-X1.md ├── Sonoff-DIY.md ├── Sonoff-SPM.md ├── Status-LED.md ├── Subscribe-&-Unsubscribe.md ├── Supported-Modules.md ├── Supported-Peripherals.md ├── TFL.md ├── TLS.md ├── TM163x.md ├── TM1650.md ├── TSL2561.md ├── TWAI.md ├── TX2x.md ├── TasUI.md ├── TasmoAdmin.md ├── Tasmota-Application.md ├── Tasmota-Device-Manager.md ├── Tasmota-Extension.md ├── Tasmota-IR.md ├── TasmotaClient.md ├── Telegram.md ├── Teleinfo.md ├── Templates.md ├── Thermal-considerations.md ├── Thermostat.md ├── Time-Proportioned-Output-support.md ├── Timers.md ├── Timezone-Table.md ├── Tips.md ├── TouchPin.md ├── Troubleshooting.md ├── Tutorials.md ├── Tuya-Convert.md ├── Tuya-Protocols.md ├── Tuya-generic-wifi-curtain-motor-WIP.md ├── TuyaMCU-Devices.md ├── TuyaMCU.md ├── UFS.md ├── ULP.md ├── Universal-Display-Driver.md ├── Upgrade.md ├── Upgrading.md ├── User-created-templates.md ├── VEML6070.md ├── VEML6075.md ├── VEML7700.md ├── VL53Lxx.md ├── Visual-Studio-Code.md ├── WS2812B-RGB-Shield.md ├── WS2812B-and-WS2813.md ├── WebUI.md ├── White-Blend-Mode.md ├── WifiPower.md ├── Wireguard.md ├── Zigbee-CCLib-Flashing.md ├── Zigbee-Internals.md ├── Zigbee.md ├── _media │ ├── A0.png │ ├── ADC_CT_circuit.png │ ├── ADCesp32.png │ ├── Analog0.png │ ├── ArduinoIDE_settings.png │ ├── BERRY_LANGUAGE_REFERENCE.txt │ ├── BME280-Tasmota-GPIO-Setting.png │ ├── Blitzwolf_SHP6_15A.jpg │ ├── CC2530 External Antenna.png │ ├── CalentaPressure.png │ ├── DY-SV17F_datasheet.pdf │ ├── ESP-01-Pin-Out.png │ ├── GPIO13-switch.png │ ├── MAX7219-tasmota-config.png │ ├── OptoSerial.jpg │ ├── Partition_Wizard.png │ ├── Philips_motion_sensor_SML001.jpg │ ├── Remeha1.jpg │ ├── Resol_VBus_adaptor_to_WemosD1Mini.png │ ├── SWB1-COM2.jpg │ ├── Smart-Meter-Interface │ │ ├── Finder7M38_HardwareESP32.png │ │ └── Finder7M38_HardwareESP8266.png │ ├── TM1637-tasmota-config.png │ ├── TM1638-tasmota-config.png │ ├── TM1650-tasmota-config.png │ ├── TYWE3S_fullpinout.png │ ├── TYWE3S_pinout.png │ ├── TasUI.png │ ├── aqara.png │ ├── artnet │ │ ├── LED_Lab_Menu1.png │ │ ├── LED_Lab_Menu2.png │ │ └── LED_Lab_Setup.png │ ├── aws_iot │ │ ├── Tasmota-MqttPolicy.yaml │ │ ├── Tasmota-Thing.yaml │ │ └── TasmotaAuth.yaml │ ├── berry │ │ ├── Tasmotaext_confirm.png │ │ ├── Tasmotaext_empty.png │ │ ├── Tasmotaext_empty_wifiheap.png │ │ ├── Tasmotaext_ticker.png │ │ ├── Tasmotaext_wifi_running.png │ │ └── berry.svg │ ├── berry_short_manual.pdf │ ├── bg.jpg │ ├── bg.png │ ├── bluetooth │ │ ├── CGD1.png │ │ ├── CGG1.png │ │ ├── LYWDS02.png │ │ ├── LYWSD03MMC.png │ │ ├── MCCGQ02HL.png │ │ ├── MHO-C303.png │ │ ├── MHO-C401.png │ │ ├── SJWS01L.png │ │ ├── WZ-KR220IBLE-310.png │ │ ├── YLKG08.png │ │ ├── itag.png │ │ ├── itag2.png │ │ ├── itag3.png │ │ ├── miflora.png │ │ ├── mj_ht_v1.png │ │ ├── mjyd2s.jpg │ │ ├── mjyd2s.png │ │ ├── nRF51822.png │ │ ├── nlight.jpg │ │ ├── nlight.png │ │ ├── rBVaI1ilQ_2ADqc8AADetI8fy2Q733.jpg │ │ ├── yeerc.jpg │ │ └── yeerc.png │ ├── button-matrix.png │ ├── ccloader.png │ ├── ch340g.png │ ├── components.png │ ├── components2.png │ ├── dali_schematics.png │ ├── dali_shelly.png │ ├── dali_tasmota_main.png │ ├── datasheets │ │ ├── esp32-c3-mini-1_datasheet_en.pdf │ │ ├── esp32-c3-wroom-02_datasheet_en.pdf │ │ ├── esp32-pico-d4_datasheet_en.pdf │ │ ├── esp32-pico-v3-02_datasheet_en.pdf │ │ ├── esp32-pico-v3_datasheet_en.pdf │ │ ├── esp32-solo-1_datasheet_en.pdf │ │ ├── esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf │ │ ├── esp32-wroom-32se_datasheet_en.pdf │ │ └── esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf │ ├── deepsleep_adjust_rules.png │ ├── deepsleep_deepsleep182.png │ ├── deepsleep_gpio16_none.png │ ├── deepsleep_minimal.png │ ├── deepsleep_switch.png │ ├── deepsleep_timers.png │ ├── deepsleep_transistor.png │ ├── depsleep_adjust_graph.png │ ├── devices │ │ ├── HLK │ │ │ ├── LD2410 │ │ │ │ ├── 2410_main_web.png │ │ │ │ ├── 2410_templ_example.png │ │ │ │ ├── 2410_web_engineering.png │ │ │ │ ├── 2410_wiring.png │ │ │ │ ├── board_2410b.jpg │ │ │ │ └── board_2410c.png │ │ │ └── LD2410S │ │ │ │ ├── 2410S_pinout.png │ │ │ │ ├── LD2410S_setting.png │ │ │ │ ├── LD2410S_update.png │ │ │ │ ├── LD2410S_web.png │ │ │ │ └── LD2410s_board.png │ │ ├── Ketotek-KTEM06-01x.jpg │ │ ├── Ketotek-KTEM06-02x.jpg │ │ ├── Ketotek-KTEM06-03x.jpg │ │ ├── SeedStudio-SenseCap-D1-Autoconf.jpg │ │ ├── SeedStudio-SenseCap-D1-Console.png │ │ ├── SeedStudio-SenseCap-D1-Internal.jpg │ │ ├── SeedStudio-SenseCap-D1-Thonny.jpg │ │ └── SeedStudio-SenseCap-D1.jpg │ ├── dves.png │ ├── emulation_configuration.png │ ├── esp32-pio.jpg │ ├── esp32-uco.jpg │ ├── esp8266.png │ ├── favicon.ico │ ├── frontlogo.svg │ ├── frontlogob.svg │ ├── golden-ch340g.png │ ├── gpio0.png │ ├── hass1.png │ ├── hass2.png │ ├── hass_0.jpg │ ├── hass_1.jpg │ ├── hass_information_sensor.jpg │ ├── hass_integrations_screen.jpg │ ├── hatasmota_delete.png │ ├── hax_pow1.png │ ├── header.svg │ ├── hm-16_pinout.jpg │ ├── hm-17_pinout.jpg │ ├── hm10_config1.jpg │ ├── hm10_config_success.jpg │ ├── ibeacon_success.jpg │ ├── ipv6.png │ ├── irremote-sheme.jpg │ ├── just-waves.png │ ├── light_UI_5channel.png │ ├── logo-blue.png │ ├── logo-twitter.svg │ ├── logo.png │ ├── logo.svg │ ├── logo │ │ ├── alexa.png │ │ ├── domoticz.png │ │ ├── domoticz2.jpg │ │ ├── domoticz3.jpg │ │ ├── gladys.png │ │ ├── home-assistant.png │ │ ├── hubitat.png │ │ ├── iobroker.png │ │ ├── knx.png │ │ └── openhab.png │ ├── logob.svg │ ├── logog.pdn │ ├── logog.png │ ├── logog_mini.png │ ├── logow.png │ ├── lolin_sht30_shield_v2.0.1.jpg │ ├── lvgl │ │ ├── Flash_complete.png │ │ ├── Flash_confirm.png │ │ ├── Flash_erase.png │ │ ├── Flash_install.png │ │ ├── Flash_main-screen.png │ │ ├── Flash_select_firmware.png │ │ ├── Flash_serial_port.png │ │ ├── HASPmota_10_chart.png │ │ ├── HASPmota_11_img.png │ │ ├── HASPmota_12_roller.png │ │ ├── HASPmota_13_qrcode.png │ │ ├── HASPmota_14_slider.png │ │ ├── HASPmota_15_arc.png │ │ ├── HASPmota_16_scale.png │ │ ├── HASPmota_17_scale.png │ │ ├── HASPmota_18_spinner.png │ │ ├── HASPmota_19_dropdown.png │ │ ├── HASPmota_1_instructions.png │ │ ├── HASPmota_20_fonts.png │ │ ├── HASPmota_21_icons.png │ │ ├── HASPmota_22_seg7.png │ │ ├── HASPmota_23_msgbox.png │ │ ├── HASPmota_24_cpicker.png │ │ ├── HASPmota_25_tabview.png │ │ ├── HASPmota_2_spangroup.png │ │ ├── HASPmota_3_btn.png │ │ ├── HASPmota_4_led.png │ │ ├── HASPmota_5_switch.png │ │ ├── HASPmota_6_checkbox.png │ │ ├── HASPmota_7_line.png │ │ ├── HASPmota_8_bar.png │ │ ├── HASPmota_9_btnmatrix.png │ │ ├── HASPmota_page_1.png │ │ ├── HASPmota_page_2.png │ │ ├── HASPmota_page_3.png │ │ ├── HASPmota_page_4.png │ │ ├── HASPmota_page_5.png │ │ ├── HASPmota_page_6.png │ │ ├── M5Stack.png │ │ ├── Tasmota_autoconf.png │ │ ├── Tasmota_config.png │ │ ├── Tasmota_fs.png │ │ ├── Tasmota_ip.png │ │ ├── Tasmota_lvgldemo.png │ │ ├── Tasmota_main.png │ │ ├── Tasmota_main2.png │ │ ├── Tasmota_wifi_ap.png │ │ ├── Tasmota_wifi_select.png │ │ ├── berry_logo.png │ │ ├── haspmota_demo.jsonl │ │ └── lvgl_demo.png │ ├── matter │ │ ├── add_remote.jpg │ │ ├── add_remote_completed.jpg │ │ ├── add_remote_submenu.jpg │ │ ├── add_to_configuration.jpg │ │ ├── commissioning.jpg │ │ ├── current_configuration.jpg │ │ ├── enable.jpg │ │ ├── endpoint_config.jpg │ │ ├── endpoint_configured.jpg │ │ ├── fabrics.jpg │ │ ├── google │ │ │ ├── step1.jpg │ │ │ ├── step2.jpg │ │ │ ├── step3.jpg │ │ │ ├── step4.jpg │ │ │ ├── step5.jpg │ │ │ ├── step6.jpg │ │ │ └── step7.jpg │ │ ├── matter_configuration.jpg │ │ ├── matter_schema_zigbee.svg │ │ ├── passcode.jpg │ │ └── zigbee_menu.png │ ├── max31855 │ │ ├── config_parameters.png │ │ ├── config_sensors.png │ │ ├── homeassistant_card.png │ │ └── wiring.jpg │ ├── meter3fpro380-mbx-5a.png │ ├── ml │ │ ├── audio_file.jpg │ │ ├── download.png │ │ ├── dt.jpg │ │ ├── feature_parameters.png │ │ ├── features.png │ │ ├── nn_arch.png │ │ └── roi_editor.png │ ├── opentherm │ │ ├── configure.png │ │ ├── hw.jpeg │ │ ├── logging.png │ │ ├── opentherm_gw.png │ │ ├── opentherm_master.png │ │ └── thermostat.jpg │ ├── p1-smartmeter │ │ ├── p1-smartmeter.png │ │ └── p1-smartmeter_v2.png │ ├── pcf8574_configure.png │ ├── pcf8574_inputgui.png │ ├── pcf8574_module.png │ ├── pcf8574_powergui.png │ ├── peripherals │ │ ├── AHT10.jpg │ │ ├── AHT15.jpg │ │ ├── AHT20.jpg │ │ ├── AHT21.jpg │ │ ├── AHT25.jpg │ │ ├── AM2301B.jpg │ │ ├── AS3935_webui.jpg │ │ ├── CGD1.png │ │ ├── CGG1.png │ │ ├── CJMCU_AS3935.jpg │ │ ├── CJMCU_AS3935_Wrong.jpg │ │ ├── DY-SV17F_pinout.jpg │ │ ├── EA_MOD1016.jpg │ │ ├── GY_AS3935.jpg │ │ ├── MAX7219-front.png │ │ ├── MCP9808.jpg │ │ ├── MFRC522.jpg │ │ ├── MFRC522_webui.jpg │ │ ├── MH-SR602-pinout.png │ │ ├── MH-SR602-table.png │ │ ├── MH-SR602.jpg │ │ ├── MPU6050.jpg │ │ ├── PWF_AS3935.jpg │ │ ├── Robotdyn-Dimmermodul-1Kanal.jpg │ │ ├── SCD4x-break1.png │ │ ├── SCD4x-break2.png │ │ ├── SCD4x-break3.png │ │ ├── SCD4x-sensor.png │ │ ├── SCD4x-webui.png │ │ ├── SRX882.jpg │ │ ├── STX882.jpg │ │ ├── Sparkfun_AS3935.jpg │ │ ├── TM1637-012.jpg │ │ ├── TM1637-2.5.jpg │ │ ├── TM1637-22.5d.jpg │ │ ├── TM1637-8.8.jpg │ │ ├── TM1637-Wemos-D1-Mini.png │ │ ├── TM1637-back-and-front.png │ │ ├── TM1637-front.png │ │ ├── TM1637-level.jpg │ │ ├── TM1638-front.png │ │ ├── TM1650-303wifilc01.jpg │ │ ├── TM1650-XY-Clock.jpg │ │ ├── VEML6075_breakout.jpg │ │ ├── VEML7700_breakout.jpg │ │ ├── ZCDimmer_Config.png │ │ ├── ZCDimmer_Schematic.png │ │ ├── aht1x-readout.jpg │ │ ├── dfplayer_pinout.jpg │ │ ├── dfplayer_wiring.jpg │ │ ├── ezo.png │ │ ├── hm-10-1.jpg │ │ ├── hm-10.jpg │ │ ├── hm-16.jpg │ │ ├── hm-17.jpg │ │ ├── i2s_dac.png │ │ ├── i2s_microphone.png │ │ ├── iaq-breakout.jpg │ │ ├── iaq-pinout.jpg │ │ ├── iaq-readout.jpg │ │ ├── iaq-sensor.jpg │ │ ├── iaq-warmup.jpg │ │ ├── lywsd02.jpg │ │ ├── lywsd03.png │ │ ├── mcu-6050-webui.png │ │ ├── mcu-6050-webui2.png │ │ ├── miflora.png │ │ ├── mlx90614-1.jpg │ │ ├── mlx90614-2.jpg │ │ ├── mlx90614-3.jpg │ │ ├── mlx90614-4.jpg │ │ ├── mlx90614-webui.jpg │ │ ├── mlx90615-1.jpg │ │ ├── mlx90640.jpg │ │ ├── mlx90640_web.png │ │ ├── nrf24_config.png │ │ ├── stepper-motor1.png │ │ ├── stepper-motor2.png │ │ ├── stepper-motor3.png │ │ ├── tx23.png │ │ ├── vl53l0x-1.jpg │ │ ├── vl53l0x-2.jpg │ │ └── vl53l0x.png │ ├── pinheaders.png │ ├── pinouts │ │ ├── 449A-ECOPLUGS_pinout.jpg │ │ ├── ECOPLUGS-449A_pinout.jpg │ │ ├── ESP-12K.png │ │ ├── ESP-12_pinout.jpg │ │ ├── ESP-12s_pinout.jpg │ │ ├── ESP-8266-S3_pinout.jpg │ │ ├── ESP-C3-01M.png │ │ ├── ESP-C3-12F.png │ │ ├── ESP-C3-13.png │ │ ├── ESP-C3-32S.png │ │ ├── ESP-WROOM-02_pinout.jpg │ │ ├── ESP-WROOM-32_pinout.jpg │ │ ├── ESP32-CAM_pinout.jpg │ │ ├── ESP32-SOLO-1.png │ │ ├── ESP32-SOLO-1_pinout.jpg │ │ ├── ESP32-S_pinout.jpg │ │ ├── ESP32-WROVER_pinout.jpg │ │ ├── ESP8266_pinout.jpg │ │ ├── JW-02-8285.png │ │ ├── JW-03-8285.png │ │ ├── JW-2S-ESP32C3.png │ │ ├── LM1_pinout.jpg │ │ ├── LM2_pinout.jpg │ │ ├── M1P_V1.0-back.png │ │ ├── M1P_V1.0-front.png │ │ ├── PSF-B85_pinout.jpg │ │ ├── ShellyPlugUS_pinout.png │ │ ├── TYLC4.png │ │ ├── TYLC4_pinout.jpg │ │ ├── TYLC5.png │ │ ├── TYLC5_pinout.png │ │ ├── TYWE1S_pinout.jpg │ │ ├── TYWE2L_pinout.jpg │ │ ├── TYWE2S_pinout.jpg │ │ ├── TYWE3L_pinout.jpg │ │ ├── TYWE3S_pinout.jpg │ │ ├── TYWE5P.jpg │ │ ├── TYWE5P_pinout.jpg │ │ ├── WT8266-S1.png │ │ └── sonoff_mini.jpg │ ├── pow1.jpg │ ├── pr_tutorial_1.png │ ├── pr_tutorial_2.png │ ├── pr_tutorial_3.png │ ├── pr_tutorial_4.png │ ├── prism-http.min.js │ ├── projector │ │ ├── ProjectorCtrl_TH16_mounted.jpg │ │ ├── ProjectorCtrl_TH16_unboxed.jpg │ │ └── ProjectorCtrl_V300W.jpg │ ├── pwmdimmer1.jpg │ ├── pwmdimmer2.jpg │ ├── pwmdimmer3.jpg │ ├── pwmdimmer4.jpg │ ├── pwmdimmer5.jpg │ ├── pwmdimmer6.jpg │ ├── range-extender-napt.svg │ ├── range-extender-routing.svg │ ├── solax-x1 │ │ ├── HW-0519_Breakout.jpg │ │ ├── HW-0519_Breakout_480.jpg │ │ ├── RJ45.png │ │ ├── SP3485_Breakout1.jpg │ │ ├── SP3485_Breakout1_240.jpg │ │ ├── SP3485_Breakout2.jpg │ │ ├── SP3485_Breakout2_240.jpg │ │ ├── SolaxPower_Single_Phase_External_Communication_Protocol_X1_V1.8.pdf │ │ ├── X1Air.png │ │ ├── X1Air_200.png │ │ ├── X1Mini.png │ │ ├── X1Mini_200.png │ │ ├── X1Smart.png │ │ ├── X1Smart_200.png │ │ ├── export-control-config.png │ │ ├── x1-config-mark_260.png │ │ └── x1-example_300.png │ ├── sps30-interface.png │ ├── symbol.svg │ ├── taaralabs_MBusUART.png │ ├── tasmota-buttons-small.png │ ├── tasmota-buttons.svg │ ├── tasmota_integration_showcase.pdn │ ├── tasmota_integration_showcase.png │ ├── tasmotizer1.png │ ├── tasmotizer2.png │ ├── tasmotizer3.png │ ├── tdm-retained.png │ ├── teleinfo │ │ ├── teleinfo_en_sch.png │ │ ├── teleinfo_energy_display.png │ │ ├── teleinfo_esp32_en_gpio4.png │ │ ├── teleinfo_esp32_rx_gpio33.png │ │ ├── teleinfo_esp8266_en.png │ │ ├── teleinfo_esp8266_rx_d3.png │ │ ├── teleinfo_esp8266_rx_d7.png │ │ ├── teleinfo_pi_shield.png │ │ ├── teleinfo_sch.png │ │ └── teleinfo_tic_shield.png │ ├── template2.png │ ├── template4.png │ ├── template5.png │ ├── templatemodule.png │ ├── themes │ │ ├── dark.png │ │ ├── halloween.png │ │ ├── light.png │ │ ├── navy.png │ │ ├── purple_rain.png │ │ └── solarized_dark.png │ ├── thermostat │ │ ├── Feature_rich_thermostat.png │ │ ├── busch_jaeger.jpg │ │ ├── bypass_thermostat.png │ │ ├── conventional_thermostat.png │ │ ├── multi_thermostat.png │ │ └── sensors.png │ ├── ufs_file_editor.png │ ├── ufs_manage_file_system.png │ ├── ufs_menu_manage.png │ ├── upgrading_2.png │ ├── usb-to-ttl-ch340g.jpg │ ├── web_installer.jpg │ ├── web_installer_2.jpg │ ├── web_installer_3.jpg │ ├── web_installer_4.jpg │ ├── web_installer_config1.jpg │ ├── web_installer_config2.jpg │ ├── web_installer_config3.jpg │ ├── web_installer_config4.jpg │ ├── web_installer_config5.jpg │ ├── wemos_sht30_config_marked.jpg │ ├── wemos_sht30_main_marked.jpg │ ├── wificonfig1.jpg │ ├── wificonfig2.jpg │ ├── wificonfig3.jpg │ ├── wificonfig4.jpg │ ├── wificonfig5.jpg │ ├── wificonfig6.jpg │ ├── ws2813b_config.png │ ├── ws2813b_main.png │ ├── ws281x.png │ ├── xsns_83_neopool_config.png │ ├── xsns_83_neopool_connector.jpg │ ├── xsns_83_neopool_connector_wifi.jpg │ ├── xsns_83_neopool_ctrl.png │ ├── xsns_83_neopool_do_ctrl.png │ ├── xsns_83_neopool_gui.png │ ├── xsns_83_neopool_m5stack_atom_lite.png │ ├── xsns_83_neopool_m5stack_atom_lite_tail485_cable.png │ ├── xsns_83_neopool_rs485_1_s.png │ ├── xsns_83_neopool_rs485_2_s.png │ ├── xsns_83_neopool_s.png │ ├── xsns_83_neopool_schematic.png │ ├── xsns_83_neopool_tail485.png │ ├── xsns_83_neopool_tail485_cable.png │ ├── xsns_83_neopool_timer.png │ ├── zigbee │ │ ├── IKEA_LED1545G12.jpg │ │ ├── IKEA_Remote.jpg │ │ ├── OSRAM_Plug_AB3257001NJ.jpg │ │ ├── OSRAM_Switch_mini.jpg │ │ ├── Philips_motion_sensor_SML001.jpg │ │ ├── Serial.png │ │ ├── Serial_ko.png │ │ ├── Serial_ok.png │ │ ├── Serial_tasmota.png │ │ ├── Z-Stack_API_1_2.pdf │ │ ├── Z2T.jpg │ │ ├── cc2531_solderpads.jpg │ │ ├── cc2531usb.jpg │ │ └── superhouse-z2t.jpg │ └── zigbeeinwebui.jpg ├── assets │ └── css │ │ ├── anchor-fix.css │ │ └── dark-theme.css ├── changelog.md ├── changelogs │ ├── .pages │ ├── changelog-7.2.md │ ├── changelog-8.1.md │ └── changelog-8.2.md ├── devices │ ├── 4CH-Wifi-Socket-with-USB-Charger-SA-P402A.md │ ├── Arilux-LC02.md │ ├── Arilux-LC04.md │ ├── Armtronix-Dimmers.md │ ├── BlitzWolf-BW-SHP4-UK-Version.md │ ├── BlitzWolf-SHP2.md │ ├── BlitzWolf-SHP6.md │ ├── BlitzWolf-SHP7.md │ ├── Burnett-BN-K01.md │ ├── CE-Smart-Home---LA-WF3-Wifi-Plug.md │ ├── CE-Smart-Home™-Garden-Power-Stake.md │ ├── CNSKOU---CNSANKOU-wall-switches.md │ ├── CSL-aplic-WDP-303075.md │ ├── Canwing-CW001-WiFi-Smart-Switch.md │ ├── Century-Aoke---Festnight-(Sonoff-Basic-clone).md │ ├── Digoo-DG-SP202.md │ ├── Dimmer-switch-with-Nuvoton-chip.md │ ├── ERC309-Kinetic-Switch.md │ ├── EXS-2-Channel-Wifi-Dimmer-V4.md │ ├── EXS-Relay-V3.1-&-V5.1.md │ ├── Etekcity-Smart-WiFi-Light-Switch-ESWL01.md │ ├── Geekcreit-Sonoff-2-Channel-Relay.md │ ├── Gosund-SP1.md │ ├── H801.md │ ├── Home-Awesome-Breathing-Light-Smart-Plug-Mini-TMRLIFE-[2-PACK]-WiFi-Smart-Plug.md │ ├── Hompie-SWS1.md │ ├── HuaFan-Smart-Socket.md │ ├── Hyleton-313-Smart-Plug.md │ ├── KMC-70008-light-switch.md │ ├── KS-602S-Switch.md │ ├── Kesen-KS-604S.md │ ├── KingArt.md │ ├── KingArts-touch-Dimmer.md │ ├── Kohree-VHP560-Smart-Light-Compatible,-RGBCW-Wi-Fi-LED-Bulb-A19.md │ ├── LC-Technology-WiFi-Relay.md │ ├── LSC-Smart-Connect-Smart-Power-Plug.md │ ├── LeFun-SK2-Smart-Power-Strip.md │ ├── Lingan-SWA1.md │ ├── Luminea-ZX-2844-675.md │ ├── MagicHome-LED-strip-controller.md │ ├── MagicHome-with-ESP8285.md │ ├── Martin-Jerry-MJ-S01.md │ ├── Martin-Jerry-MJ-SD01.md │ ├── Mirabella-Genio-Bulb.md │ ├── Mirabella-Genio-Smart-Plug.md │ ├── Modify-KaKu-to-WKaKu-Power-Socket.md │ ├── NEO-COOLCAM-NAS-WR01W.md │ ├── Nedis-WIFIP310FWT.md │ ├── Novostella-B22-RGB-LED-Colour-WiFi-Smart-Bulb.md │ ├── OBI-Socket-2.md │ ├── OBI-WiFi-Socket-IP44.md │ ├── OBI-Wifi-Socket.md │ ├── Oittm-Smart-Plug.md │ ├── Other-Devices.md │ ├── PS-16-DZ-Dimmer.md │ ├── PowStro.md │ ├── README.md │ ├── RGB-Smart-Plug-16A.md │ ├── S1-Series---Wifi-Socket-S120-(EU-model)-chipset-TYWE2S.md │ ├── SK03-Outdoor-Smart-Plug.md │ ├── SM-SO301.md │ ├── SP108E-HardwareAnalysis.md │ ├── SP108E-HardwareMod.md │ ├── SP108E-LED-strip-controller.md │ ├── SWB1-Smart-Power-Strip.md │ ├── SeedStudio-SenseCAP-D1.md │ ├── Shelly-1.md │ ├── Shelly-1PM.md │ ├── Shelly-2.5.md │ ├── Shelly-2.md │ ├── Shelly-RGBW2.md │ ├── Slitinto-NX-SP202.md │ ├── Smart-Light-Switch--SS118-01K1.md │ ├── SmartHome.md │ ├── SmartPlug-with-POW.md │ ├── Sonoff-4CH-DIY.md │ ├── Sonoff-4CH-Pro.md │ ├── Sonoff-4CH.md │ ├── Sonoff-B1-and-B1-R2.md │ ├── Sonoff-B1.md │ ├── Sonoff-Basic-and-BME280.md │ ├── Sonoff-Basic.md │ ├── Sonoff-Dual-R2.md │ ├── Sonoff-Dual.md │ ├── Sonoff-Mini.md │ ├── Sonoff-PSA.md │ ├── Sonoff-Pow-R2.md │ ├── Sonoff-Pow.md │ ├── Sonoff-RF-Bridge-433.md │ ├── Sonoff-RF-R3.md │ ├── Sonoff-RF.md │ ├── Sonoff-S20.md │ ├── Sonoff-S26-Smart-Socket.md │ ├── Sonoff-S31.md │ ├── Sonoff-SC.md │ ├── Sonoff-SV.md │ ├── Sonoff-Slampher.md │ ├── Sonoff-T1.md │ ├── Sonoff-TH.md │ ├── Sonoff-TX-Series.md │ ├── Sonoff-TX-T0-Touch-1CH-2CH-3CH----US.md │ ├── Sonoff-Touch.md │ ├── Sonoff-iFan02.md │ ├── Sonoff-iFan03.md │ ├── Supernight-dual-wifi-plug.md │ ├── TYWE3S.md │ ├── Teckin-SP22.md │ ├── Teckin-SP23.md │ ├── Teckin-sp10.md │ ├── Tuya-Smart-Plug-Models-ESP8266MOD-by-AI-THINKER-and-ESP-12F-by-TUYA-LN-0026.md │ ├── WL-SW01_10-WiFi-Smart-Switch.md │ ├── WS03-WS01-WS05.md │ ├── Wemos-D1-Mini.md │ ├── Wemos-D1-R1-&-R2.md │ ├── Xenon-SM-SW102-2-two-relay-light-switch.md │ ├── Xiaomi-Mi-Desk-Lamp.md │ ├── YTF-IR-Bridge.md │ ├── YUNTONG-Smart.md │ ├── ZEOOTA-Wifi-Smart-Power-Strip-4-EU-outlets-with-4-USB-ports.md │ ├── leegoal-plug.md │ ├── meross-MSS425.md │ ├── minitiger-Touch-Light-Switch.md │ ├── others.md │ └── wk30.md ├── extra_javascript │ ├── mi32 │ │ ├── bindkey.js │ │ ├── bindkey_loader.js │ │ └── crypto.js │ ├── roi_editor.js │ ├── tablesort.js │ ├── ulp2berry.js │ └── web_flasher.js ├── images │ ├── favicon.ico │ └── symbol.svg ├── index.md ├── installation │ ├── Flashing.md │ ├── Hardware-Preparation.md │ ├── Initial-Configuration.md │ ├── Prerequisites.md │ └── README.md ├── nymea.md ├── openHAB.md ├── otto.md └── robots.txt ├── mkdocs.yml ├── overrides └── partials │ └── language │ └── en.html ├── requirements.txt ├── runtime.txt └── scripts └── timezone_table.py /.github/ISSUE_TEMPLATE/add-to-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/.github/ISSUE_TEMPLATE/add-to-documentation.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/.github/ISSUE_TEMPLATE/new-command.md -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/README.md -------------------------------------------------------------------------------- /docs/.help/Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/.help/Contributing.md -------------------------------------------------------------------------------- /docs/.help/Device-Recovery.md: -------------------------------------------------------------------------------- 1 | redirect: ../Device-Recovery/ -------------------------------------------------------------------------------- /docs/.help/FAQ.md: -------------------------------------------------------------------------------- 1 | redirect: ../FAQ/ -------------------------------------------------------------------------------- /docs/.help/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/.help/README.md -------------------------------------------------------------------------------- /docs/.help/Troubleshooting.md: -------------------------------------------------------------------------------- 1 | redirect: ../Troubleshooting/ -------------------------------------------------------------------------------- /docs/A4988-Stepper-Motor-Controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/A4988-Stepper-Motor-Controller.md -------------------------------------------------------------------------------- /docs/ADC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/ADC.md -------------------------------------------------------------------------------- /docs/AHT1x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/AHT1x.md -------------------------------------------------------------------------------- /docs/AHT2x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/AHT2x.md -------------------------------------------------------------------------------- /docs/AM2301.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/AM2301.md -------------------------------------------------------------------------------- /docs/APDS-9960.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/APDS-9960.md -------------------------------------------------------------------------------- /docs/API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/API.md -------------------------------------------------------------------------------- /docs/AS3935.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/AS3935.md -------------------------------------------------------------------------------- /docs/AWS-IoT-cert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/AWS-IoT-cert.md -------------------------------------------------------------------------------- /docs/AWS-IoT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/AWS-IoT.md -------------------------------------------------------------------------------- /docs/AZ-7798.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/AZ-7798.md -------------------------------------------------------------------------------- /docs/About.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/About.md -------------------------------------------------------------------------------- /docs/Alexa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Alexa.md -------------------------------------------------------------------------------- /docs/ArtNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/ArtNet.md -------------------------------------------------------------------------------- /docs/Azure-IoT-Central.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Azure-IoT-Central.md -------------------------------------------------------------------------------- /docs/Azure-IoT-Hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Azure-IoT-Hub.md -------------------------------------------------------------------------------- /docs/BH1750.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/BH1750.md -------------------------------------------------------------------------------- /docs/BME280.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/BME280.md -------------------------------------------------------------------------------- /docs/BME680.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/BME680.md -------------------------------------------------------------------------------- /docs/BMP280.md: -------------------------------------------------------------------------------- 1 | redirect: BME280.md -------------------------------------------------------------------------------- /docs/BUILDS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/BUILDS.md -------------------------------------------------------------------------------- /docs/Berry-Cookbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Berry-Cookbook.md -------------------------------------------------------------------------------- /docs/Berry-Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Berry-Introduction.md -------------------------------------------------------------------------------- /docs/Berry-crypto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Berry-crypto.md -------------------------------------------------------------------------------- /docs/Berry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Berry.md -------------------------------------------------------------------------------- /docs/Berry_Addressable-LED.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Berry_Addressable-LED.md -------------------------------------------------------------------------------- /docs/Blinds-and-Shutters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Blinds-and-Shutters.md -------------------------------------------------------------------------------- /docs/Bluetooth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Bluetooth.md -------------------------------------------------------------------------------- /docs/Bluetooth_ESP32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Bluetooth_ESP32.md -------------------------------------------------------------------------------- /docs/Bluetooth_MI32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Bluetooth_MI32.md -------------------------------------------------------------------------------- /docs/Buttons-and-Switches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Buttons-and-Switches.md -------------------------------------------------------------------------------- /docs/Buttons-schematics.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/Buzzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Buzzer.md -------------------------------------------------------------------------------- /docs/CC2530.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/CC2530.md -------------------------------------------------------------------------------- /docs/CCLoader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/CCLoader.md -------------------------------------------------------------------------------- /docs/Codes-for-IR-Remotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Codes-for-IR-Remotes.md -------------------------------------------------------------------------------- /docs/Commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Commands.md -------------------------------------------------------------------------------- /docs/Compile-your-build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Compile-your-build.md -------------------------------------------------------------------------------- /docs/Components-old.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Components-old.md -------------------------------------------------------------------------------- /docs/Components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Components.md -------------------------------------------------------------------------------- /docs/Configuration-Procedure-for-New-Devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Configuration-Procedure-for-New-Devices.md -------------------------------------------------------------------------------- /docs/Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Contributing.md -------------------------------------------------------------------------------- /docs/Control-a-Sonoff-using-a-remote-button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Control-a-Sonoff-using-a-remote-button.md -------------------------------------------------------------------------------- /docs/Create-your-own-Firmware-Build-without-IDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Create-your-own-Firmware-Build-without-IDE.md -------------------------------------------------------------------------------- /docs/DALI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DALI.md -------------------------------------------------------------------------------- /docs/DFR0299.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DFR0299.md -------------------------------------------------------------------------------- /docs/DHT11-Wiring---Sonoff-Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DHT11-Wiring---Sonoff-Basic.md -------------------------------------------------------------------------------- /docs/DHT11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DHT11.md -------------------------------------------------------------------------------- /docs/DS18x20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DS18x20.md -------------------------------------------------------------------------------- /docs/DS3231.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DS3231.md -------------------------------------------------------------------------------- /docs/DY-SV17F.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DY-SV17F.md -------------------------------------------------------------------------------- /docs/DeepSleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/DeepSleep.md -------------------------------------------------------------------------------- /docs/Device-Groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Device-Groups.md -------------------------------------------------------------------------------- /docs/Device-Recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Device-Recovery.md -------------------------------------------------------------------------------- /docs/Displays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Displays.md -------------------------------------------------------------------------------- /docs/Domoticz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Domoticz.md -------------------------------------------------------------------------------- /docs/Download.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Download.md -------------------------------------------------------------------------------- /docs/Dynamic-Sleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Dynamic-Sleep.md -------------------------------------------------------------------------------- /docs/ENS161.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/ENS161.md -------------------------------------------------------------------------------- /docs/EQ3-TRV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/EQ3-TRV.md -------------------------------------------------------------------------------- /docs/ESP32-Devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/ESP32-Devices.md -------------------------------------------------------------------------------- /docs/ESP32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/ESP32.md -------------------------------------------------------------------------------- /docs/EZO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/EZO.md -------------------------------------------------------------------------------- /docs/Energy-Saving.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Energy-Saving.md -------------------------------------------------------------------------------- /docs/Esptool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Esptool.md -------------------------------------------------------------------------------- /docs/Expanding-4CH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Expanding-4CH.md -------------------------------------------------------------------------------- /docs/Expanding-Tasmota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Expanding-Tasmota.md -------------------------------------------------------------------------------- /docs/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/FAQ.md -------------------------------------------------------------------------------- /docs/Features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Features.md -------------------------------------------------------------------------------- /docs/Firmware-Builds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Firmware-Builds.md -------------------------------------------------------------------------------- /docs/For-Developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/For-Developers.md -------------------------------------------------------------------------------- /docs/GPIO-Conversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/GPIO-Conversion.md -------------------------------------------------------------------------------- /docs/GPS-NTP-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/GPS-NTP-server.md -------------------------------------------------------------------------------- /docs/Getting-Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Getting-Started.md -------------------------------------------------------------------------------- /docs/Gitpod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Gitpod.md -------------------------------------------------------------------------------- /docs/GladysAssistant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/GladysAssistant.md -------------------------------------------------------------------------------- /docs/HASPmota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HASPmota.md -------------------------------------------------------------------------------- /docs/HC-SR04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HC-SR04.md -------------------------------------------------------------------------------- /docs/HDMI_CEC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HDMI_CEC.md -------------------------------------------------------------------------------- /docs/HLK-LD2410.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HLK-LD2410.md -------------------------------------------------------------------------------- /docs/HLK-LD2410S.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HLK-LD2410S.md -------------------------------------------------------------------------------- /docs/HM-10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HM-10.md -------------------------------------------------------------------------------- /docs/HM-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HM-17.md -------------------------------------------------------------------------------- /docs/HRG15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HRG15.md -------------------------------------------------------------------------------- /docs/Home-Assistant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Home-Assistant.md -------------------------------------------------------------------------------- /docs/HomeSeer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/HomeSeer.md -------------------------------------------------------------------------------- /docs/Homebridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Homebridge.md -------------------------------------------------------------------------------- /docs/Honeywell-HIH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Honeywell-HIH.md -------------------------------------------------------------------------------- /docs/How-to-Expand-Sonoff-Basic-to-4MB-Flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/How-to-Expand-Sonoff-Basic-to-4MB-Flash.md -------------------------------------------------------------------------------- /docs/Hubitat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Hubitat.md -------------------------------------------------------------------------------- /docs/I2CDEVICES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/I2CDEVICES.md -------------------------------------------------------------------------------- /docs/I2S-Audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/I2S-Audio.md -------------------------------------------------------------------------------- /docs/I2S-Audio_ESP32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/I2S-Audio_ESP32.md -------------------------------------------------------------------------------- /docs/IAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/IAQ.md -------------------------------------------------------------------------------- /docs/IP-Symcon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/IP-Symcon.md -------------------------------------------------------------------------------- /docs/IPv6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/IPv6.md -------------------------------------------------------------------------------- /docs/IR-Remote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/IR-Remote.md -------------------------------------------------------------------------------- /docs/IRSend-RAW-Encoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/IRSend-RAW-Encoding.md -------------------------------------------------------------------------------- /docs/Integrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Integrations.md -------------------------------------------------------------------------------- /docs/JSON-Status-Responses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/JSON-Status-Responses.md -------------------------------------------------------------------------------- /docs/KNX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/KNX.md -------------------------------------------------------------------------------- /docs/LM75AD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LM75AD.md -------------------------------------------------------------------------------- /docs/LMT01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LMT01.md -------------------------------------------------------------------------------- /docs/LVGL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LVGL.md -------------------------------------------------------------------------------- /docs/LVGL_API_Reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LVGL_API_Reference.md -------------------------------------------------------------------------------- /docs/LVGL_Internals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LVGL_Internals.md -------------------------------------------------------------------------------- /docs/LVGL_in_10_minutes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LVGL_in_10_minutes.md -------------------------------------------------------------------------------- /docs/LedMask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LedMask.md -------------------------------------------------------------------------------- /docs/Lights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Lights.md -------------------------------------------------------------------------------- /docs/LoRa-and-LoRaWan-Bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LoRa-and-LoRaWan-Bridge.md -------------------------------------------------------------------------------- /docs/LoRaWan-Decoders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/LoRaWan-Decoders.md -------------------------------------------------------------------------------- /docs/MAX31855.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MAX31855.md -------------------------------------------------------------------------------- /docs/MAX7219.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MAX7219.md -------------------------------------------------------------------------------- /docs/MCP230xx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MCP230xx.md -------------------------------------------------------------------------------- /docs/MCP9808.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MCP9808.md -------------------------------------------------------------------------------- /docs/MFRC522.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MFRC522.md -------------------------------------------------------------------------------- /docs/MGC3130.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MGC3130.md -------------------------------------------------------------------------------- /docs/MH-Z19B.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MH-Z19B.md -------------------------------------------------------------------------------- /docs/MLX90614.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MLX90614.md -------------------------------------------------------------------------------- /docs/MLX90640.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MLX90640.md -------------------------------------------------------------------------------- /docs/MPR121.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MPR121.md -------------------------------------------------------------------------------- /docs/MPU-6050.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MPU-6050.md -------------------------------------------------------------------------------- /docs/MQTT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MQTT.md -------------------------------------------------------------------------------- /docs/MacOSX-Server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/MacOSX-Server.md -------------------------------------------------------------------------------- /docs/Matter-Internals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Matter-Internals.md -------------------------------------------------------------------------------- /docs/Matter-with-Google.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Matter-with-Google.md -------------------------------------------------------------------------------- /docs/Matter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Matter.md -------------------------------------------------------------------------------- /docs/Modbus-Bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Modbus-Bridge.md -------------------------------------------------------------------------------- /docs/Modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Modules.md -------------------------------------------------------------------------------- /docs/Moisture-Sensor-and-Chirp!-Sensor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Moisture-Sensor-and-Chirp!-Sensor.md -------------------------------------------------------------------------------- /docs/NRF24L01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/NRF24L01.md -------------------------------------------------------------------------------- /docs/NeoPool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/NeoPool.md -------------------------------------------------------------------------------- /docs/NodeRed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/NodeRed.md -------------------------------------------------------------------------------- /docs/OTA-over-SCP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/OTA-over-SCP.md -------------------------------------------------------------------------------- /docs/Octoprint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Octoprint.md -------------------------------------------------------------------------------- /docs/OpenHASP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/OpenHASP.md -------------------------------------------------------------------------------- /docs/OpenTherm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/OpenTherm.md -------------------------------------------------------------------------------- /docs/P1-Smart-Meter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/P1-Smart-Meter.md -------------------------------------------------------------------------------- /docs/PAJ7620.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PAJ7620.md -------------------------------------------------------------------------------- /docs/PCA9557.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PCA9557.md -------------------------------------------------------------------------------- /docs/PCA9685.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PCA9685.md -------------------------------------------------------------------------------- /docs/PCF8574.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PCF8574.md -------------------------------------------------------------------------------- /docs/PID-Control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PID-Control.md -------------------------------------------------------------------------------- /docs/PIR-Motion-Sensors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PIR-Motion-Sensors.md -------------------------------------------------------------------------------- /docs/PN532.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PN532.md -------------------------------------------------------------------------------- /docs/PS-16-DZ-Dimmer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PS-16-DZ-Dimmer.md -------------------------------------------------------------------------------- /docs/PWM-dimmer-switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PWM-dimmer-switch.md -------------------------------------------------------------------------------- /docs/PZEM-0XX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PZEM-0XX.md -------------------------------------------------------------------------------- /docs/Peripherals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Peripherals.md -------------------------------------------------------------------------------- /docs/Pinouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Pinouts.md -------------------------------------------------------------------------------- /docs/PlatformIO-CLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PlatformIO-CLI.md -------------------------------------------------------------------------------- /docs/PlatformIO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PlatformIO.md -------------------------------------------------------------------------------- /docs/Power-Monitoring-Calibration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Power-Monitoring-Calibration.md -------------------------------------------------------------------------------- /docs/PowerOnState.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/PowerOnState.md -------------------------------------------------------------------------------- /docs/Project-AM312-and-Sonoff-R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Project-AM312-and-Sonoff-R2.md -------------------------------------------------------------------------------- /docs/Projector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Projector.md -------------------------------------------------------------------------------- /docs/Python-HTTP-OTA-Server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Python-HTTP-OTA-Server.md -------------------------------------------------------------------------------- /docs/RCWL-0516.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/RCWL-0516.md -------------------------------------------------------------------------------- /docs/RDM6300.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/RDM6300.md -------------------------------------------------------------------------------- /docs/RF-Protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/RF-Protocol.md -------------------------------------------------------------------------------- /docs/RF-Transceiver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/RF-Transceiver.md -------------------------------------------------------------------------------- /docs/ROI-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/ROI-editor.md -------------------------------------------------------------------------------- /docs/Range-Extender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Range-Extender.md -------------------------------------------------------------------------------- /docs/Rule-Cookbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Rule-Cookbook.md -------------------------------------------------------------------------------- /docs/Rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Rules.md -------------------------------------------------------------------------------- /docs/SCD4x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/SCD4x.md -------------------------------------------------------------------------------- /docs/SDS011.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/SDS011.md -------------------------------------------------------------------------------- /docs/SHT30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/SHT30.md -------------------------------------------------------------------------------- /docs/SK6812.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/SK6812.md -------------------------------------------------------------------------------- /docs/SPS30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/SPS30.md -------------------------------------------------------------------------------- /docs/Safeboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Safeboot.md -------------------------------------------------------------------------------- /docs/Scripting-Cookbook.md: -------------------------------------------------------------------------------- 1 | redirect: Scripting-Language.md -------------------------------------------------------------------------------- /docs/Scripting-Language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Scripting-Language.md -------------------------------------------------------------------------------- /docs/Securing-your-IoT-from-hacking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Securing-your-IoT-from-hacking.md -------------------------------------------------------------------------------- /docs/Self-signed-Mosquitto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Self-signed-Mosquitto.md -------------------------------------------------------------------------------- /docs/Sensor-API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Sensor-API.md -------------------------------------------------------------------------------- /docs/Sensor-Configuration.md: -------------------------------------------------------------------------------- 1 | redirect: Peripherals.md -------------------------------------------------------------------------------- /docs/Serial-to-TCP-Bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Serial-to-TCP-Bridge.md -------------------------------------------------------------------------------- /docs/SetOption37.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/SetOption37.md -------------------------------------------------------------------------------- /docs/Shutter-and-Steppers.md: -------------------------------------------------------------------------------- 1 | redirect: Blinds-and-Shutters.md -------------------------------------------------------------------------------- /docs/Smart-Meter-Interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Smart-Meter-Interface.md -------------------------------------------------------------------------------- /docs/SolaX-X1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/SolaX-X1.md -------------------------------------------------------------------------------- /docs/Sonoff-DIY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Sonoff-DIY.md -------------------------------------------------------------------------------- /docs/Sonoff-SPM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Sonoff-SPM.md -------------------------------------------------------------------------------- /docs/Status-LED.md: -------------------------------------------------------------------------------- 1 | redirect: /Lights/#status-leds -------------------------------------------------------------------------------- /docs/Subscribe-&-Unsubscribe.md: -------------------------------------------------------------------------------- 1 | --- 2 | redirect: MQTT.md 3 | --- -------------------------------------------------------------------------------- /docs/Supported-Modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Supported-Modules.md -------------------------------------------------------------------------------- /docs/Supported-Peripherals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Supported-Peripherals.md -------------------------------------------------------------------------------- /docs/TFL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TFL.md -------------------------------------------------------------------------------- /docs/TLS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TLS.md -------------------------------------------------------------------------------- /docs/TM163x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TM163x.md -------------------------------------------------------------------------------- /docs/TM1650.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TM1650.md -------------------------------------------------------------------------------- /docs/TSL2561.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TSL2561.md -------------------------------------------------------------------------------- /docs/TWAI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TWAI.md -------------------------------------------------------------------------------- /docs/TX2x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TX2x.md -------------------------------------------------------------------------------- /docs/TasUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TasUI.md -------------------------------------------------------------------------------- /docs/TasmoAdmin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TasmoAdmin.md -------------------------------------------------------------------------------- /docs/Tasmota-Application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Tasmota-Application.md -------------------------------------------------------------------------------- /docs/Tasmota-Device-Manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Tasmota-Device-Manager.md -------------------------------------------------------------------------------- /docs/Tasmota-Extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Tasmota-Extension.md -------------------------------------------------------------------------------- /docs/Tasmota-IR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Tasmota-IR.md -------------------------------------------------------------------------------- /docs/TasmotaClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TasmotaClient.md -------------------------------------------------------------------------------- /docs/Telegram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Telegram.md -------------------------------------------------------------------------------- /docs/Teleinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Teleinfo.md -------------------------------------------------------------------------------- /docs/Templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Templates.md -------------------------------------------------------------------------------- /docs/Thermal-considerations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Thermal-considerations.md -------------------------------------------------------------------------------- /docs/Thermostat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Thermostat.md -------------------------------------------------------------------------------- /docs/Time-Proportioned-Output-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Time-Proportioned-Output-support.md -------------------------------------------------------------------------------- /docs/Timers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Timers.md -------------------------------------------------------------------------------- /docs/Timezone-Table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Timezone-Table.md -------------------------------------------------------------------------------- /docs/Tips.md: -------------------------------------------------------------------------------- 1 | redirect: /FAQ/#tips -------------------------------------------------------------------------------- /docs/TouchPin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TouchPin.md -------------------------------------------------------------------------------- /docs/Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Troubleshooting.md -------------------------------------------------------------------------------- /docs/Tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Tutorials.md -------------------------------------------------------------------------------- /docs/Tuya-Convert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Tuya-Convert.md -------------------------------------------------------------------------------- /docs/Tuya-Protocols.md: -------------------------------------------------------------------------------- 1 | redirect: /TuyaMCU/#anatomy-of-tuya-protocol -------------------------------------------------------------------------------- /docs/Tuya-generic-wifi-curtain-motor-WIP.md: -------------------------------------------------------------------------------- 1 | redirect: /TuyaMCU/#curtain-motor -------------------------------------------------------------------------------- /docs/TuyaMCU-Devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TuyaMCU-Devices.md -------------------------------------------------------------------------------- /docs/TuyaMCU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/TuyaMCU.md -------------------------------------------------------------------------------- /docs/UFS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/UFS.md -------------------------------------------------------------------------------- /docs/ULP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/ULP.md -------------------------------------------------------------------------------- /docs/Universal-Display-Driver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Universal-Display-Driver.md -------------------------------------------------------------------------------- /docs/Upgrade.md: -------------------------------------------------------------------------------- 1 | redirect: Upgrading.md -------------------------------------------------------------------------------- /docs/Upgrading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Upgrading.md -------------------------------------------------------------------------------- /docs/User-created-templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/User-created-templates.md -------------------------------------------------------------------------------- /docs/VEML6070.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/VEML6070.md -------------------------------------------------------------------------------- /docs/VEML6075.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/VEML6075.md -------------------------------------------------------------------------------- /docs/VEML7700.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/VEML7700.md -------------------------------------------------------------------------------- /docs/VL53Lxx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/VL53Lxx.md -------------------------------------------------------------------------------- /docs/Visual-Studio-Code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Visual-Studio-Code.md -------------------------------------------------------------------------------- /docs/WS2812B-RGB-Shield.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/WS2812B-RGB-Shield.md -------------------------------------------------------------------------------- /docs/WS2812B-and-WS2813.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/WS2812B-and-WS2813.md -------------------------------------------------------------------------------- /docs/WebUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/WebUI.md -------------------------------------------------------------------------------- /docs/White-Blend-Mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/White-Blend-Mode.md -------------------------------------------------------------------------------- /docs/WifiPower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/WifiPower.md -------------------------------------------------------------------------------- /docs/Wireguard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Wireguard.md -------------------------------------------------------------------------------- /docs/Zigbee-CCLib-Flashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Zigbee-CCLib-Flashing.md -------------------------------------------------------------------------------- /docs/Zigbee-Internals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Zigbee-Internals.md -------------------------------------------------------------------------------- /docs/Zigbee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/Zigbee.md -------------------------------------------------------------------------------- /docs/_media/A0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/A0.png -------------------------------------------------------------------------------- /docs/_media/ADC_CT_circuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ADC_CT_circuit.png -------------------------------------------------------------------------------- /docs/_media/ADCesp32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ADCesp32.png -------------------------------------------------------------------------------- /docs/_media/Analog0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/Analog0.png -------------------------------------------------------------------------------- /docs/_media/ArduinoIDE_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ArduinoIDE_settings.png -------------------------------------------------------------------------------- /docs/_media/BERRY_LANGUAGE_REFERENCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/BERRY_LANGUAGE_REFERENCE.txt -------------------------------------------------------------------------------- /docs/_media/BME280-Tasmota-GPIO-Setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/BME280-Tasmota-GPIO-Setting.png -------------------------------------------------------------------------------- /docs/_media/Blitzwolf_SHP6_15A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/Blitzwolf_SHP6_15A.jpg -------------------------------------------------------------------------------- /docs/_media/CC2530 External Antenna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/CC2530 External Antenna.png -------------------------------------------------------------------------------- /docs/_media/CalentaPressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/CalentaPressure.png -------------------------------------------------------------------------------- /docs/_media/DY-SV17F_datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/DY-SV17F_datasheet.pdf -------------------------------------------------------------------------------- /docs/_media/ESP-01-Pin-Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ESP-01-Pin-Out.png -------------------------------------------------------------------------------- /docs/_media/GPIO13-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/GPIO13-switch.png -------------------------------------------------------------------------------- /docs/_media/MAX7219-tasmota-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/MAX7219-tasmota-config.png -------------------------------------------------------------------------------- /docs/_media/OptoSerial.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/OptoSerial.jpg -------------------------------------------------------------------------------- /docs/_media/Partition_Wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/Partition_Wizard.png -------------------------------------------------------------------------------- /docs/_media/Philips_motion_sensor_SML001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/Philips_motion_sensor_SML001.jpg -------------------------------------------------------------------------------- /docs/_media/Remeha1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/Remeha1.jpg -------------------------------------------------------------------------------- /docs/_media/Resol_VBus_adaptor_to_WemosD1Mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/Resol_VBus_adaptor_to_WemosD1Mini.png -------------------------------------------------------------------------------- /docs/_media/SWB1-COM2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/SWB1-COM2.jpg -------------------------------------------------------------------------------- /docs/_media/TM1637-tasmota-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/TM1637-tasmota-config.png -------------------------------------------------------------------------------- /docs/_media/TM1638-tasmota-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/TM1638-tasmota-config.png -------------------------------------------------------------------------------- /docs/_media/TM1650-tasmota-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/TM1650-tasmota-config.png -------------------------------------------------------------------------------- /docs/_media/TYWE3S_fullpinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/TYWE3S_fullpinout.png -------------------------------------------------------------------------------- /docs/_media/TYWE3S_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/TYWE3S_pinout.png -------------------------------------------------------------------------------- /docs/_media/TasUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/TasUI.png -------------------------------------------------------------------------------- /docs/_media/aqara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/aqara.png -------------------------------------------------------------------------------- /docs/_media/artnet/LED_Lab_Menu1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/artnet/LED_Lab_Menu1.png -------------------------------------------------------------------------------- /docs/_media/artnet/LED_Lab_Menu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/artnet/LED_Lab_Menu2.png -------------------------------------------------------------------------------- /docs/_media/artnet/LED_Lab_Setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/artnet/LED_Lab_Setup.png -------------------------------------------------------------------------------- /docs/_media/aws_iot/Tasmota-MqttPolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/aws_iot/Tasmota-MqttPolicy.yaml -------------------------------------------------------------------------------- /docs/_media/aws_iot/Tasmota-Thing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/aws_iot/Tasmota-Thing.yaml -------------------------------------------------------------------------------- /docs/_media/aws_iot/TasmotaAuth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/aws_iot/TasmotaAuth.yaml -------------------------------------------------------------------------------- /docs/_media/berry/Tasmotaext_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/berry/Tasmotaext_confirm.png -------------------------------------------------------------------------------- /docs/_media/berry/Tasmotaext_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/berry/Tasmotaext_empty.png -------------------------------------------------------------------------------- /docs/_media/berry/Tasmotaext_empty_wifiheap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/berry/Tasmotaext_empty_wifiheap.png -------------------------------------------------------------------------------- /docs/_media/berry/Tasmotaext_ticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/berry/Tasmotaext_ticker.png -------------------------------------------------------------------------------- /docs/_media/berry/Tasmotaext_wifi_running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/berry/Tasmotaext_wifi_running.png -------------------------------------------------------------------------------- /docs/_media/berry/berry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/berry/berry.svg -------------------------------------------------------------------------------- /docs/_media/berry_short_manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/berry_short_manual.pdf -------------------------------------------------------------------------------- /docs/_media/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bg.jpg -------------------------------------------------------------------------------- /docs/_media/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bg.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/CGD1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/CGD1.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/CGG1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/CGG1.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/LYWDS02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/LYWDS02.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/LYWSD03MMC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/LYWSD03MMC.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/MCCGQ02HL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/MCCGQ02HL.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/MHO-C303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/MHO-C303.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/MHO-C401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/MHO-C401.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/SJWS01L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/SJWS01L.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/WZ-KR220IBLE-310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/WZ-KR220IBLE-310.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/YLKG08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/YLKG08.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/itag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/itag.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/itag2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/itag2.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/itag3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/itag3.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/miflora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/miflora.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/mj_ht_v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/mj_ht_v1.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/mjyd2s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/mjyd2s.jpg -------------------------------------------------------------------------------- /docs/_media/bluetooth/mjyd2s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/mjyd2s.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/nRF51822.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/nRF51822.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/nlight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/nlight.jpg -------------------------------------------------------------------------------- /docs/_media/bluetooth/nlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/nlight.png -------------------------------------------------------------------------------- /docs/_media/bluetooth/yeerc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/yeerc.jpg -------------------------------------------------------------------------------- /docs/_media/bluetooth/yeerc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/bluetooth/yeerc.png -------------------------------------------------------------------------------- /docs/_media/button-matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/button-matrix.png -------------------------------------------------------------------------------- /docs/_media/ccloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ccloader.png -------------------------------------------------------------------------------- /docs/_media/ch340g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ch340g.png -------------------------------------------------------------------------------- /docs/_media/components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/components.png -------------------------------------------------------------------------------- /docs/_media/components2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/components2.png -------------------------------------------------------------------------------- /docs/_media/dali_schematics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/dali_schematics.png -------------------------------------------------------------------------------- /docs/_media/dali_shelly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/dali_shelly.png -------------------------------------------------------------------------------- /docs/_media/dali_tasmota_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/dali_tasmota_main.png -------------------------------------------------------------------------------- /docs/_media/datasheets/esp32-c3-mini-1_datasheet_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/datasheets/esp32-c3-mini-1_datasheet_en.pdf -------------------------------------------------------------------------------- /docs/_media/datasheets/esp32-pico-d4_datasheet_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/datasheets/esp32-pico-d4_datasheet_en.pdf -------------------------------------------------------------------------------- /docs/_media/datasheets/esp32-pico-v3_datasheet_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/datasheets/esp32-pico-v3_datasheet_en.pdf -------------------------------------------------------------------------------- /docs/_media/datasheets/esp32-solo-1_datasheet_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/datasheets/esp32-solo-1_datasheet_en.pdf -------------------------------------------------------------------------------- /docs/_media/deepsleep_adjust_rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/deepsleep_adjust_rules.png -------------------------------------------------------------------------------- /docs/_media/deepsleep_deepsleep182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/deepsleep_deepsleep182.png -------------------------------------------------------------------------------- /docs/_media/deepsleep_gpio16_none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/deepsleep_gpio16_none.png -------------------------------------------------------------------------------- /docs/_media/deepsleep_minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/deepsleep_minimal.png -------------------------------------------------------------------------------- /docs/_media/deepsleep_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/deepsleep_switch.png -------------------------------------------------------------------------------- /docs/_media/deepsleep_timers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/deepsleep_timers.png -------------------------------------------------------------------------------- /docs/_media/deepsleep_transistor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/deepsleep_transistor.png -------------------------------------------------------------------------------- /docs/_media/depsleep_adjust_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/depsleep_adjust_graph.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410/2410_main_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410/2410_main_web.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410/2410_templ_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410/2410_templ_example.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410/2410_web_engineering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410/2410_web_engineering.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410/2410_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410/2410_wiring.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410/board_2410b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410/board_2410b.jpg -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410/board_2410c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410/board_2410c.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410S/2410S_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410S/2410S_pinout.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410S/LD2410S_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410S/LD2410S_setting.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410S/LD2410S_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410S/LD2410S_update.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410S/LD2410S_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410S/LD2410S_web.png -------------------------------------------------------------------------------- /docs/_media/devices/HLK/LD2410S/LD2410s_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/HLK/LD2410S/LD2410s_board.png -------------------------------------------------------------------------------- /docs/_media/devices/Ketotek-KTEM06-01x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/Ketotek-KTEM06-01x.jpg -------------------------------------------------------------------------------- /docs/_media/devices/Ketotek-KTEM06-02x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/Ketotek-KTEM06-02x.jpg -------------------------------------------------------------------------------- /docs/_media/devices/Ketotek-KTEM06-03x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/Ketotek-KTEM06-03x.jpg -------------------------------------------------------------------------------- /docs/_media/devices/SeedStudio-SenseCap-D1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/devices/SeedStudio-SenseCap-D1.jpg -------------------------------------------------------------------------------- /docs/_media/dves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/dves.png -------------------------------------------------------------------------------- /docs/_media/emulation_configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/emulation_configuration.png -------------------------------------------------------------------------------- /docs/_media/esp32-pio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/esp32-pio.jpg -------------------------------------------------------------------------------- /docs/_media/esp32-uco.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/esp32-uco.jpg -------------------------------------------------------------------------------- /docs/_media/esp8266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/esp8266.png -------------------------------------------------------------------------------- /docs/_media/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/favicon.ico -------------------------------------------------------------------------------- /docs/_media/frontlogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/frontlogo.svg -------------------------------------------------------------------------------- /docs/_media/frontlogob.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/frontlogob.svg -------------------------------------------------------------------------------- /docs/_media/golden-ch340g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/golden-ch340g.png -------------------------------------------------------------------------------- /docs/_media/gpio0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/gpio0.png -------------------------------------------------------------------------------- /docs/_media/hass1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hass1.png -------------------------------------------------------------------------------- /docs/_media/hass2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hass2.png -------------------------------------------------------------------------------- /docs/_media/hass_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hass_0.jpg -------------------------------------------------------------------------------- /docs/_media/hass_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hass_1.jpg -------------------------------------------------------------------------------- /docs/_media/hass_information_sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hass_information_sensor.jpg -------------------------------------------------------------------------------- /docs/_media/hass_integrations_screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hass_integrations_screen.jpg -------------------------------------------------------------------------------- /docs/_media/hatasmota_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hatasmota_delete.png -------------------------------------------------------------------------------- /docs/_media/hax_pow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hax_pow1.png -------------------------------------------------------------------------------- /docs/_media/header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/header.svg -------------------------------------------------------------------------------- /docs/_media/hm-16_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hm-16_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/hm-17_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hm-17_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/hm10_config1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hm10_config1.jpg -------------------------------------------------------------------------------- /docs/_media/hm10_config_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/hm10_config_success.jpg -------------------------------------------------------------------------------- /docs/_media/ibeacon_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ibeacon_success.jpg -------------------------------------------------------------------------------- /docs/_media/ipv6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ipv6.png -------------------------------------------------------------------------------- /docs/_media/irremote-sheme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/irremote-sheme.jpg -------------------------------------------------------------------------------- /docs/_media/just-waves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/just-waves.png -------------------------------------------------------------------------------- /docs/_media/light_UI_5channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/light_UI_5channel.png -------------------------------------------------------------------------------- /docs/_media/logo-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo-blue.png -------------------------------------------------------------------------------- /docs/_media/logo-twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo-twitter.svg -------------------------------------------------------------------------------- /docs/_media/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo.png -------------------------------------------------------------------------------- /docs/_media/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo.svg -------------------------------------------------------------------------------- /docs/_media/logo/alexa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/alexa.png -------------------------------------------------------------------------------- /docs/_media/logo/domoticz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/domoticz.png -------------------------------------------------------------------------------- /docs/_media/logo/domoticz2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/domoticz2.jpg -------------------------------------------------------------------------------- /docs/_media/logo/domoticz3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/domoticz3.jpg -------------------------------------------------------------------------------- /docs/_media/logo/gladys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/gladys.png -------------------------------------------------------------------------------- /docs/_media/logo/home-assistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/home-assistant.png -------------------------------------------------------------------------------- /docs/_media/logo/hubitat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/hubitat.png -------------------------------------------------------------------------------- /docs/_media/logo/iobroker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/iobroker.png -------------------------------------------------------------------------------- /docs/_media/logo/knx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/knx.png -------------------------------------------------------------------------------- /docs/_media/logo/openhab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logo/openhab.png -------------------------------------------------------------------------------- /docs/_media/logob.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logob.svg -------------------------------------------------------------------------------- /docs/_media/logog.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logog.pdn -------------------------------------------------------------------------------- /docs/_media/logog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logog.png -------------------------------------------------------------------------------- /docs/_media/logog_mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logog_mini.png -------------------------------------------------------------------------------- /docs/_media/logow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/logow.png -------------------------------------------------------------------------------- /docs/_media/lolin_sht30_shield_v2.0.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lolin_sht30_shield_v2.0.1.jpg -------------------------------------------------------------------------------- /docs/_media/lvgl/Flash_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Flash_complete.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Flash_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Flash_confirm.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Flash_erase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Flash_erase.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Flash_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Flash_install.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Flash_main-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Flash_main-screen.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Flash_select_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Flash_select_firmware.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Flash_serial_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Flash_serial_port.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_10_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_10_chart.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_11_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_11_img.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_12_roller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_12_roller.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_13_qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_13_qrcode.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_14_slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_14_slider.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_15_arc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_15_arc.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_16_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_16_scale.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_17_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_17_scale.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_18_spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_18_spinner.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_19_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_19_dropdown.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_1_instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_1_instructions.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_20_fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_20_fonts.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_21_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_21_icons.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_22_seg7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_22_seg7.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_23_msgbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_23_msgbox.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_24_cpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_24_cpicker.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_25_tabview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_25_tabview.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_2_spangroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_2_spangroup.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_3_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_3_btn.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_4_led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_4_led.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_5_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_5_switch.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_6_checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_6_checkbox.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_7_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_7_line.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_8_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_8_bar.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_9_btnmatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_9_btnmatrix.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_page_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_page_1.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_page_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_page_2.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_page_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_page_3.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_page_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_page_4.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_page_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_page_5.png -------------------------------------------------------------------------------- /docs/_media/lvgl/HASPmota_page_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/HASPmota_page_6.png -------------------------------------------------------------------------------- /docs/_media/lvgl/M5Stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/M5Stack.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_autoconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_autoconf.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_config.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_fs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_fs.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_ip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_ip.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_lvgldemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_lvgldemo.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_main.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_main2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_main2.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_wifi_ap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_wifi_ap.png -------------------------------------------------------------------------------- /docs/_media/lvgl/Tasmota_wifi_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/Tasmota_wifi_select.png -------------------------------------------------------------------------------- /docs/_media/lvgl/berry_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/berry_logo.png -------------------------------------------------------------------------------- /docs/_media/lvgl/haspmota_demo.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/haspmota_demo.jsonl -------------------------------------------------------------------------------- /docs/_media/lvgl/lvgl_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/lvgl/lvgl_demo.png -------------------------------------------------------------------------------- /docs/_media/matter/add_remote.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/add_remote.jpg -------------------------------------------------------------------------------- /docs/_media/matter/add_remote_completed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/add_remote_completed.jpg -------------------------------------------------------------------------------- /docs/_media/matter/add_remote_submenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/add_remote_submenu.jpg -------------------------------------------------------------------------------- /docs/_media/matter/add_to_configuration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/add_to_configuration.jpg -------------------------------------------------------------------------------- /docs/_media/matter/commissioning.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/commissioning.jpg -------------------------------------------------------------------------------- /docs/_media/matter/current_configuration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/current_configuration.jpg -------------------------------------------------------------------------------- /docs/_media/matter/enable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/enable.jpg -------------------------------------------------------------------------------- /docs/_media/matter/endpoint_config.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/endpoint_config.jpg -------------------------------------------------------------------------------- /docs/_media/matter/endpoint_configured.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/endpoint_configured.jpg -------------------------------------------------------------------------------- /docs/_media/matter/fabrics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/fabrics.jpg -------------------------------------------------------------------------------- /docs/_media/matter/google/step1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/google/step1.jpg -------------------------------------------------------------------------------- /docs/_media/matter/google/step2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/google/step2.jpg -------------------------------------------------------------------------------- /docs/_media/matter/google/step3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/google/step3.jpg -------------------------------------------------------------------------------- /docs/_media/matter/google/step4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/google/step4.jpg -------------------------------------------------------------------------------- /docs/_media/matter/google/step5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/google/step5.jpg -------------------------------------------------------------------------------- /docs/_media/matter/google/step6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/google/step6.jpg -------------------------------------------------------------------------------- /docs/_media/matter/google/step7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/google/step7.jpg -------------------------------------------------------------------------------- /docs/_media/matter/matter_configuration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/matter_configuration.jpg -------------------------------------------------------------------------------- /docs/_media/matter/matter_schema_zigbee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/matter_schema_zigbee.svg -------------------------------------------------------------------------------- /docs/_media/matter/passcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/passcode.jpg -------------------------------------------------------------------------------- /docs/_media/matter/zigbee_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/matter/zigbee_menu.png -------------------------------------------------------------------------------- /docs/_media/max31855/config_parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/max31855/config_parameters.png -------------------------------------------------------------------------------- /docs/_media/max31855/config_sensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/max31855/config_sensors.png -------------------------------------------------------------------------------- /docs/_media/max31855/homeassistant_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/max31855/homeassistant_card.png -------------------------------------------------------------------------------- /docs/_media/max31855/wiring.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/max31855/wiring.jpg -------------------------------------------------------------------------------- /docs/_media/meter3fpro380-mbx-5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/meter3fpro380-mbx-5a.png -------------------------------------------------------------------------------- /docs/_media/ml/audio_file.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ml/audio_file.jpg -------------------------------------------------------------------------------- /docs/_media/ml/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ml/download.png -------------------------------------------------------------------------------- /docs/_media/ml/dt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ml/dt.jpg -------------------------------------------------------------------------------- /docs/_media/ml/feature_parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ml/feature_parameters.png -------------------------------------------------------------------------------- /docs/_media/ml/features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ml/features.png -------------------------------------------------------------------------------- /docs/_media/ml/nn_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ml/nn_arch.png -------------------------------------------------------------------------------- /docs/_media/ml/roi_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ml/roi_editor.png -------------------------------------------------------------------------------- /docs/_media/opentherm/configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/opentherm/configure.png -------------------------------------------------------------------------------- /docs/_media/opentherm/hw.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/opentherm/hw.jpeg -------------------------------------------------------------------------------- /docs/_media/opentherm/logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/opentherm/logging.png -------------------------------------------------------------------------------- /docs/_media/opentherm/opentherm_gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/opentherm/opentherm_gw.png -------------------------------------------------------------------------------- /docs/_media/opentherm/opentherm_master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/opentherm/opentherm_master.png -------------------------------------------------------------------------------- /docs/_media/opentherm/thermostat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/opentherm/thermostat.jpg -------------------------------------------------------------------------------- /docs/_media/p1-smartmeter/p1-smartmeter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/p1-smartmeter/p1-smartmeter.png -------------------------------------------------------------------------------- /docs/_media/p1-smartmeter/p1-smartmeter_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/p1-smartmeter/p1-smartmeter_v2.png -------------------------------------------------------------------------------- /docs/_media/pcf8574_configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pcf8574_configure.png -------------------------------------------------------------------------------- /docs/_media/pcf8574_inputgui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pcf8574_inputgui.png -------------------------------------------------------------------------------- /docs/_media/pcf8574_module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pcf8574_module.png -------------------------------------------------------------------------------- /docs/_media/pcf8574_powergui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pcf8574_powergui.png -------------------------------------------------------------------------------- /docs/_media/peripherals/AHT10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/AHT10.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/AHT15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/AHT15.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/AHT20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/AHT20.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/AHT21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/AHT21.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/AHT25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/AHT25.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/AM2301B.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/AM2301B.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/AS3935_webui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/AS3935_webui.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/CGD1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/CGD1.png -------------------------------------------------------------------------------- /docs/_media/peripherals/CGG1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/CGG1.png -------------------------------------------------------------------------------- /docs/_media/peripherals/CJMCU_AS3935.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/CJMCU_AS3935.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/CJMCU_AS3935_Wrong.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/CJMCU_AS3935_Wrong.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/DY-SV17F_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/DY-SV17F_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/EA_MOD1016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/EA_MOD1016.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/GY_AS3935.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/GY_AS3935.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/MAX7219-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MAX7219-front.png -------------------------------------------------------------------------------- /docs/_media/peripherals/MCP9808.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MCP9808.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/MFRC522.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MFRC522.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/MFRC522_webui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MFRC522_webui.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/MH-SR602-pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MH-SR602-pinout.png -------------------------------------------------------------------------------- /docs/_media/peripherals/MH-SR602-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MH-SR602-table.png -------------------------------------------------------------------------------- /docs/_media/peripherals/MH-SR602.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MH-SR602.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/MPU6050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/MPU6050.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/PWF_AS3935.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/PWF_AS3935.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/SCD4x-break1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/SCD4x-break1.png -------------------------------------------------------------------------------- /docs/_media/peripherals/SCD4x-break2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/SCD4x-break2.png -------------------------------------------------------------------------------- /docs/_media/peripherals/SCD4x-break3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/SCD4x-break3.png -------------------------------------------------------------------------------- /docs/_media/peripherals/SCD4x-sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/SCD4x-sensor.png -------------------------------------------------------------------------------- /docs/_media/peripherals/SCD4x-webui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/SCD4x-webui.png -------------------------------------------------------------------------------- /docs/_media/peripherals/SRX882.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/SRX882.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/STX882.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/STX882.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/Sparkfun_AS3935.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/Sparkfun_AS3935.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-012.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-2.5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-2.5.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-22.5d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-22.5d.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-8.8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-8.8.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-Wemos-D1-Mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-Wemos-D1-Mini.png -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-back-and-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-back-and-front.png -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-front.png -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1637-level.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1637-level.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1638-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1638-front.png -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1650-303wifilc01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1650-303wifilc01.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/TM1650-XY-Clock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/TM1650-XY-Clock.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/VEML6075_breakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/VEML6075_breakout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/VEML7700_breakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/VEML7700_breakout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/ZCDimmer_Config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/ZCDimmer_Config.png -------------------------------------------------------------------------------- /docs/_media/peripherals/ZCDimmer_Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/ZCDimmer_Schematic.png -------------------------------------------------------------------------------- /docs/_media/peripherals/aht1x-readout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/aht1x-readout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/dfplayer_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/dfplayer_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/dfplayer_wiring.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/dfplayer_wiring.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/ezo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/ezo.png -------------------------------------------------------------------------------- /docs/_media/peripherals/hm-10-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/hm-10-1.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/hm-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/hm-10.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/hm-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/hm-16.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/hm-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/hm-17.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/i2s_dac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/i2s_dac.png -------------------------------------------------------------------------------- /docs/_media/peripherals/i2s_microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/i2s_microphone.png -------------------------------------------------------------------------------- /docs/_media/peripherals/iaq-breakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/iaq-breakout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/iaq-pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/iaq-pinout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/iaq-readout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/iaq-readout.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/iaq-sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/iaq-sensor.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/iaq-warmup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/iaq-warmup.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/lywsd02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/lywsd02.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/lywsd03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/lywsd03.png -------------------------------------------------------------------------------- /docs/_media/peripherals/mcu-6050-webui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mcu-6050-webui.png -------------------------------------------------------------------------------- /docs/_media/peripherals/mcu-6050-webui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mcu-6050-webui2.png -------------------------------------------------------------------------------- /docs/_media/peripherals/miflora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/miflora.png -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90614-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90614-1.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90614-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90614-2.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90614-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90614-3.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90614-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90614-4.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90614-webui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90614-webui.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90615-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90615-1.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90640.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90640.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/mlx90640_web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/mlx90640_web.png -------------------------------------------------------------------------------- /docs/_media/peripherals/nrf24_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/nrf24_config.png -------------------------------------------------------------------------------- /docs/_media/peripherals/stepper-motor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/stepper-motor1.png -------------------------------------------------------------------------------- /docs/_media/peripherals/stepper-motor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/stepper-motor2.png -------------------------------------------------------------------------------- /docs/_media/peripherals/stepper-motor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/stepper-motor3.png -------------------------------------------------------------------------------- /docs/_media/peripherals/tx23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/tx23.png -------------------------------------------------------------------------------- /docs/_media/peripherals/vl53l0x-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/vl53l0x-1.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/vl53l0x-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/vl53l0x-2.jpg -------------------------------------------------------------------------------- /docs/_media/peripherals/vl53l0x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/peripherals/vl53l0x.png -------------------------------------------------------------------------------- /docs/_media/pinheaders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinheaders.png -------------------------------------------------------------------------------- /docs/_media/pinouts/449A-ECOPLUGS_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/449A-ECOPLUGS_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ECOPLUGS-449A_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ECOPLUGS-449A_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-12K.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-12K.png -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-12_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-12_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-12s_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-12s_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-8266-S3_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-8266-S3_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-C3-01M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-C3-01M.png -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-C3-12F.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-C3-12F.png -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-C3-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-C3-13.png -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-C3-32S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-C3-32S.png -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-WROOM-02_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-WROOM-02_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP-WROOM-32_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP-WROOM-32_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP32-CAM_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP32-CAM_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP32-SOLO-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP32-SOLO-1.png -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP32-SOLO-1_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP32-SOLO-1_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP32-S_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP32-S_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP32-WROVER_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP32-WROVER_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ESP8266_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ESP8266_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/JW-02-8285.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/JW-02-8285.png -------------------------------------------------------------------------------- /docs/_media/pinouts/JW-03-8285.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/JW-03-8285.png -------------------------------------------------------------------------------- /docs/_media/pinouts/JW-2S-ESP32C3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/JW-2S-ESP32C3.png -------------------------------------------------------------------------------- /docs/_media/pinouts/LM1_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/LM1_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/LM2_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/LM2_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/M1P_V1.0-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/M1P_V1.0-back.png -------------------------------------------------------------------------------- /docs/_media/pinouts/M1P_V1.0-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/M1P_V1.0-front.png -------------------------------------------------------------------------------- /docs/_media/pinouts/PSF-B85_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/PSF-B85_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/ShellyPlugUS_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/ShellyPlugUS_pinout.png -------------------------------------------------------------------------------- /docs/_media/pinouts/TYLC4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYLC4.png -------------------------------------------------------------------------------- /docs/_media/pinouts/TYLC4_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYLC4_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/TYLC5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYLC5.png -------------------------------------------------------------------------------- /docs/_media/pinouts/TYLC5_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYLC5_pinout.png -------------------------------------------------------------------------------- /docs/_media/pinouts/TYWE1S_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYWE1S_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/TYWE2L_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYWE2L_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/TYWE2S_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYWE2S_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/TYWE3L_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYWE3L_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/TYWE3S_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYWE3S_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/TYWE5P.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYWE5P.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/TYWE5P_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/TYWE5P_pinout.jpg -------------------------------------------------------------------------------- /docs/_media/pinouts/WT8266-S1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/WT8266-S1.png -------------------------------------------------------------------------------- /docs/_media/pinouts/sonoff_mini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pinouts/sonoff_mini.jpg -------------------------------------------------------------------------------- /docs/_media/pow1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pow1.jpg -------------------------------------------------------------------------------- /docs/_media/pr_tutorial_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pr_tutorial_1.png -------------------------------------------------------------------------------- /docs/_media/pr_tutorial_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pr_tutorial_2.png -------------------------------------------------------------------------------- /docs/_media/pr_tutorial_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pr_tutorial_3.png -------------------------------------------------------------------------------- /docs/_media/pr_tutorial_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pr_tutorial_4.png -------------------------------------------------------------------------------- /docs/_media/prism-http.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/prism-http.min.js -------------------------------------------------------------------------------- /docs/_media/projector/ProjectorCtrl_TH16_mounted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/projector/ProjectorCtrl_TH16_mounted.jpg -------------------------------------------------------------------------------- /docs/_media/projector/ProjectorCtrl_TH16_unboxed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/projector/ProjectorCtrl_TH16_unboxed.jpg -------------------------------------------------------------------------------- /docs/_media/projector/ProjectorCtrl_V300W.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/projector/ProjectorCtrl_V300W.jpg -------------------------------------------------------------------------------- /docs/_media/pwmdimmer1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pwmdimmer1.jpg -------------------------------------------------------------------------------- /docs/_media/pwmdimmer2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pwmdimmer2.jpg -------------------------------------------------------------------------------- /docs/_media/pwmdimmer3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pwmdimmer3.jpg -------------------------------------------------------------------------------- /docs/_media/pwmdimmer4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pwmdimmer4.jpg -------------------------------------------------------------------------------- /docs/_media/pwmdimmer5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pwmdimmer5.jpg -------------------------------------------------------------------------------- /docs/_media/pwmdimmer6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/pwmdimmer6.jpg -------------------------------------------------------------------------------- /docs/_media/range-extender-napt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/range-extender-napt.svg -------------------------------------------------------------------------------- /docs/_media/range-extender-routing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/range-extender-routing.svg -------------------------------------------------------------------------------- /docs/_media/solax-x1/HW-0519_Breakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/HW-0519_Breakout.jpg -------------------------------------------------------------------------------- /docs/_media/solax-x1/HW-0519_Breakout_480.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/HW-0519_Breakout_480.jpg -------------------------------------------------------------------------------- /docs/_media/solax-x1/RJ45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/RJ45.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/SP3485_Breakout1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/SP3485_Breakout1.jpg -------------------------------------------------------------------------------- /docs/_media/solax-x1/SP3485_Breakout1_240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/SP3485_Breakout1_240.jpg -------------------------------------------------------------------------------- /docs/_media/solax-x1/SP3485_Breakout2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/SP3485_Breakout2.jpg -------------------------------------------------------------------------------- /docs/_media/solax-x1/SP3485_Breakout2_240.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/SP3485_Breakout2_240.jpg -------------------------------------------------------------------------------- /docs/_media/solax-x1/X1Air.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/X1Air.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/X1Air_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/X1Air_200.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/X1Mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/X1Mini.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/X1Mini_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/X1Mini_200.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/X1Smart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/X1Smart.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/X1Smart_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/X1Smart_200.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/export-control-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/export-control-config.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/x1-config-mark_260.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/x1-config-mark_260.png -------------------------------------------------------------------------------- /docs/_media/solax-x1/x1-example_300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/solax-x1/x1-example_300.png -------------------------------------------------------------------------------- /docs/_media/sps30-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/sps30-interface.png -------------------------------------------------------------------------------- /docs/_media/symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/symbol.svg -------------------------------------------------------------------------------- /docs/_media/taaralabs_MBusUART.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/taaralabs_MBusUART.png -------------------------------------------------------------------------------- /docs/_media/tasmota-buttons-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tasmota-buttons-small.png -------------------------------------------------------------------------------- /docs/_media/tasmota-buttons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tasmota-buttons.svg -------------------------------------------------------------------------------- /docs/_media/tasmota_integration_showcase.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tasmota_integration_showcase.pdn -------------------------------------------------------------------------------- /docs/_media/tasmota_integration_showcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tasmota_integration_showcase.png -------------------------------------------------------------------------------- /docs/_media/tasmotizer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tasmotizer1.png -------------------------------------------------------------------------------- /docs/_media/tasmotizer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tasmotizer2.png -------------------------------------------------------------------------------- /docs/_media/tasmotizer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tasmotizer3.png -------------------------------------------------------------------------------- /docs/_media/tdm-retained.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/tdm-retained.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_en_sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_en_sch.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_energy_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_energy_display.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_esp32_en_gpio4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_esp32_en_gpio4.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_esp32_rx_gpio33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_esp32_rx_gpio33.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_esp8266_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_esp8266_en.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_esp8266_rx_d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_esp8266_rx_d3.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_esp8266_rx_d7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_esp8266_rx_d7.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_pi_shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_pi_shield.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_sch.png -------------------------------------------------------------------------------- /docs/_media/teleinfo/teleinfo_tic_shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/teleinfo/teleinfo_tic_shield.png -------------------------------------------------------------------------------- /docs/_media/template2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/template2.png -------------------------------------------------------------------------------- /docs/_media/template4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/template4.png -------------------------------------------------------------------------------- /docs/_media/template5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/template5.png -------------------------------------------------------------------------------- /docs/_media/templatemodule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/templatemodule.png -------------------------------------------------------------------------------- /docs/_media/themes/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/themes/dark.png -------------------------------------------------------------------------------- /docs/_media/themes/halloween.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/themes/halloween.png -------------------------------------------------------------------------------- /docs/_media/themes/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/themes/light.png -------------------------------------------------------------------------------- /docs/_media/themes/navy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/themes/navy.png -------------------------------------------------------------------------------- /docs/_media/themes/purple_rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/themes/purple_rain.png -------------------------------------------------------------------------------- /docs/_media/themes/solarized_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/themes/solarized_dark.png -------------------------------------------------------------------------------- /docs/_media/thermostat/Feature_rich_thermostat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/thermostat/Feature_rich_thermostat.png -------------------------------------------------------------------------------- /docs/_media/thermostat/busch_jaeger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/thermostat/busch_jaeger.jpg -------------------------------------------------------------------------------- /docs/_media/thermostat/bypass_thermostat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/thermostat/bypass_thermostat.png -------------------------------------------------------------------------------- /docs/_media/thermostat/conventional_thermostat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/thermostat/conventional_thermostat.png -------------------------------------------------------------------------------- /docs/_media/thermostat/multi_thermostat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/thermostat/multi_thermostat.png -------------------------------------------------------------------------------- /docs/_media/thermostat/sensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/thermostat/sensors.png -------------------------------------------------------------------------------- /docs/_media/ufs_file_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ufs_file_editor.png -------------------------------------------------------------------------------- /docs/_media/ufs_manage_file_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ufs_manage_file_system.png -------------------------------------------------------------------------------- /docs/_media/ufs_menu_manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ufs_menu_manage.png -------------------------------------------------------------------------------- /docs/_media/upgrading_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/upgrading_2.png -------------------------------------------------------------------------------- /docs/_media/usb-to-ttl-ch340g.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/usb-to-ttl-ch340g.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_2.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_3.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_4.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_config1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_config1.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_config2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_config2.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_config3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_config3.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_config4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_config4.jpg -------------------------------------------------------------------------------- /docs/_media/web_installer_config5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/web_installer_config5.jpg -------------------------------------------------------------------------------- /docs/_media/wemos_sht30_config_marked.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wemos_sht30_config_marked.jpg -------------------------------------------------------------------------------- /docs/_media/wemos_sht30_main_marked.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wemos_sht30_main_marked.jpg -------------------------------------------------------------------------------- /docs/_media/wificonfig1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wificonfig1.jpg -------------------------------------------------------------------------------- /docs/_media/wificonfig2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wificonfig2.jpg -------------------------------------------------------------------------------- /docs/_media/wificonfig3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wificonfig3.jpg -------------------------------------------------------------------------------- /docs/_media/wificonfig4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wificonfig4.jpg -------------------------------------------------------------------------------- /docs/_media/wificonfig5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wificonfig5.jpg -------------------------------------------------------------------------------- /docs/_media/wificonfig6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/wificonfig6.jpg -------------------------------------------------------------------------------- /docs/_media/ws2813b_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ws2813b_config.png -------------------------------------------------------------------------------- /docs/_media/ws2813b_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ws2813b_main.png -------------------------------------------------------------------------------- /docs/_media/ws281x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/ws281x.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_config.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_connector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_connector.jpg -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_connector_wifi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_connector_wifi.jpg -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_ctrl.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_do_ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_do_ctrl.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_gui.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_m5stack_atom_lite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_m5stack_atom_lite.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_rs485_1_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_rs485_1_s.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_rs485_2_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_rs485_2_s.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_s.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_schematic.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_tail485.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_tail485.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_tail485_cable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_tail485_cable.png -------------------------------------------------------------------------------- /docs/_media/xsns_83_neopool_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/xsns_83_neopool_timer.png -------------------------------------------------------------------------------- /docs/_media/zigbee/IKEA_LED1545G12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/IKEA_LED1545G12.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/IKEA_Remote.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/IKEA_Remote.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/OSRAM_Plug_AB3257001NJ.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/OSRAM_Plug_AB3257001NJ.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/OSRAM_Switch_mini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/OSRAM_Switch_mini.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/Philips_motion_sensor_SML001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/Philips_motion_sensor_SML001.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/Serial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/Serial.png -------------------------------------------------------------------------------- /docs/_media/zigbee/Serial_ko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/Serial_ko.png -------------------------------------------------------------------------------- /docs/_media/zigbee/Serial_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/Serial_ok.png -------------------------------------------------------------------------------- /docs/_media/zigbee/Serial_tasmota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/Serial_tasmota.png -------------------------------------------------------------------------------- /docs/_media/zigbee/Z-Stack_API_1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/Z-Stack_API_1_2.pdf -------------------------------------------------------------------------------- /docs/_media/zigbee/Z2T.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/Z2T.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/cc2531_solderpads.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/cc2531_solderpads.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/cc2531usb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/cc2531usb.jpg -------------------------------------------------------------------------------- /docs/_media/zigbee/superhouse-z2t.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbee/superhouse-z2t.jpg -------------------------------------------------------------------------------- /docs/_media/zigbeeinwebui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/_media/zigbeeinwebui.jpg -------------------------------------------------------------------------------- /docs/assets/css/anchor-fix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/assets/css/anchor-fix.css -------------------------------------------------------------------------------- /docs/assets/css/dark-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/assets/css/dark-theme.css -------------------------------------------------------------------------------- /docs/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/changelog.md -------------------------------------------------------------------------------- /docs/changelogs/.pages: -------------------------------------------------------------------------------- 1 | Title: Changelogs 2 | hide: true -------------------------------------------------------------------------------- /docs/changelogs/changelog-7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/changelogs/changelog-7.2.md -------------------------------------------------------------------------------- /docs/changelogs/changelog-8.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/changelogs/changelog-8.1.md -------------------------------------------------------------------------------- /docs/changelogs/changelog-8.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/changelogs/changelog-8.2.md -------------------------------------------------------------------------------- /docs/devices/Arilux-LC02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Arilux-LC02.md -------------------------------------------------------------------------------- /docs/devices/Arilux-LC04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Arilux-LC04.md -------------------------------------------------------------------------------- /docs/devices/Armtronix-Dimmers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Armtronix-Dimmers.md -------------------------------------------------------------------------------- /docs/devices/BlitzWolf-BW-SHP4-UK-Version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/BlitzWolf-BW-SHP4-UK-Version.md -------------------------------------------------------------------------------- /docs/devices/BlitzWolf-SHP2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/BlitzWolf-SHP2.md -------------------------------------------------------------------------------- /docs/devices/BlitzWolf-SHP6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/BlitzWolf-SHP6.md -------------------------------------------------------------------------------- /docs/devices/BlitzWolf-SHP7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/BlitzWolf-SHP7.md -------------------------------------------------------------------------------- /docs/devices/Burnett-BN-K01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Burnett-BN-K01.md -------------------------------------------------------------------------------- /docs/devices/CE-Smart-Home---LA-WF3-Wifi-Plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/CE-Smart-Home---LA-WF3-Wifi-Plug.md -------------------------------------------------------------------------------- /docs/devices/CE-Smart-Home™-Garden-Power-Stake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/CE-Smart-Home™-Garden-Power-Stake.md -------------------------------------------------------------------------------- /docs/devices/CNSKOU---CNSANKOU-wall-switches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/CNSKOU---CNSANKOU-wall-switches.md -------------------------------------------------------------------------------- /docs/devices/CSL-aplic-WDP-303075.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/CSL-aplic-WDP-303075.md -------------------------------------------------------------------------------- /docs/devices/Canwing-CW001-WiFi-Smart-Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Canwing-CW001-WiFi-Smart-Switch.md -------------------------------------------------------------------------------- /docs/devices/Digoo-DG-SP202.md: -------------------------------------------------------------------------------- 1 | https://github.com/arendst/Tasmota/pull/4891 -------------------------------------------------------------------------------- /docs/devices/Dimmer-switch-with-Nuvoton-chip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Dimmer-switch-with-Nuvoton-chip.md -------------------------------------------------------------------------------- /docs/devices/ERC309-Kinetic-Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/ERC309-Kinetic-Switch.md -------------------------------------------------------------------------------- /docs/devices/EXS-2-Channel-Wifi-Dimmer-V4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/EXS-2-Channel-Wifi-Dimmer-V4.md -------------------------------------------------------------------------------- /docs/devices/EXS-Relay-V3.1-&-V5.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/EXS-Relay-V3.1-&-V5.1.md -------------------------------------------------------------------------------- /docs/devices/Geekcreit-Sonoff-2-Channel-Relay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Geekcreit-Sonoff-2-Channel-Relay.md -------------------------------------------------------------------------------- /docs/devices/Gosund-SP1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Gosund-SP1.md -------------------------------------------------------------------------------- /docs/devices/H801.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/H801.md -------------------------------------------------------------------------------- /docs/devices/Hompie-SWS1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Hompie-SWS1.md -------------------------------------------------------------------------------- /docs/devices/HuaFan-Smart-Socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/HuaFan-Smart-Socket.md -------------------------------------------------------------------------------- /docs/devices/Hyleton-313-Smart-Plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Hyleton-313-Smart-Plug.md -------------------------------------------------------------------------------- /docs/devices/KMC-70008-light-switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/KMC-70008-light-switch.md -------------------------------------------------------------------------------- /docs/devices/KS-602S-Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/KS-602S-Switch.md -------------------------------------------------------------------------------- /docs/devices/Kesen-KS-604S.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Kesen-KS-604S.md -------------------------------------------------------------------------------- /docs/devices/KingArt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/KingArt.md -------------------------------------------------------------------------------- /docs/devices/KingArts-touch-Dimmer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/KingArts-touch-Dimmer.md -------------------------------------------------------------------------------- /docs/devices/LC-Technology-WiFi-Relay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/LC-Technology-WiFi-Relay.md -------------------------------------------------------------------------------- /docs/devices/LSC-Smart-Connect-Smart-Power-Plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/LSC-Smart-Connect-Smart-Power-Plug.md -------------------------------------------------------------------------------- /docs/devices/LeFun-SK2-Smart-Power-Strip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/LeFun-SK2-Smart-Power-Strip.md -------------------------------------------------------------------------------- /docs/devices/Lingan-SWA1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Lingan-SWA1.md -------------------------------------------------------------------------------- /docs/devices/Luminea-ZX-2844-675.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Luminea-ZX-2844-675.md -------------------------------------------------------------------------------- /docs/devices/MagicHome-LED-strip-controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/MagicHome-LED-strip-controller.md -------------------------------------------------------------------------------- /docs/devices/MagicHome-with-ESP8285.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/MagicHome-with-ESP8285.md -------------------------------------------------------------------------------- /docs/devices/Martin-Jerry-MJ-S01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Martin-Jerry-MJ-S01.md -------------------------------------------------------------------------------- /docs/devices/Martin-Jerry-MJ-SD01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Martin-Jerry-MJ-SD01.md -------------------------------------------------------------------------------- /docs/devices/Mirabella-Genio-Bulb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Mirabella-Genio-Bulb.md -------------------------------------------------------------------------------- /docs/devices/Mirabella-Genio-Smart-Plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Mirabella-Genio-Smart-Plug.md -------------------------------------------------------------------------------- /docs/devices/Modify-KaKu-to-WKaKu-Power-Socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Modify-KaKu-to-WKaKu-Power-Socket.md -------------------------------------------------------------------------------- /docs/devices/NEO-COOLCAM-NAS-WR01W.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/NEO-COOLCAM-NAS-WR01W.md -------------------------------------------------------------------------------- /docs/devices/Nedis-WIFIP310FWT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Nedis-WIFIP310FWT.md -------------------------------------------------------------------------------- /docs/devices/OBI-Socket-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/OBI-Socket-2.md -------------------------------------------------------------------------------- /docs/devices/OBI-WiFi-Socket-IP44.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/OBI-WiFi-Socket-IP44.md -------------------------------------------------------------------------------- /docs/devices/OBI-Wifi-Socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/OBI-Wifi-Socket.md -------------------------------------------------------------------------------- /docs/devices/Oittm-Smart-Plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Oittm-Smart-Plug.md -------------------------------------------------------------------------------- /docs/devices/Other-Devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Other-Devices.md -------------------------------------------------------------------------------- /docs/devices/PS-16-DZ-Dimmer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/PS-16-DZ-Dimmer.md -------------------------------------------------------------------------------- /docs/devices/PowStro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/PowStro.md -------------------------------------------------------------------------------- /docs/devices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/README.md -------------------------------------------------------------------------------- /docs/devices/RGB-Smart-Plug-16A.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/RGB-Smart-Plug-16A.md -------------------------------------------------------------------------------- /docs/devices/SK03-Outdoor-Smart-Plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SK03-Outdoor-Smart-Plug.md -------------------------------------------------------------------------------- /docs/devices/SM-SO301.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SM-SO301.md -------------------------------------------------------------------------------- /docs/devices/SP108E-HardwareAnalysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SP108E-HardwareAnalysis.md -------------------------------------------------------------------------------- /docs/devices/SP108E-HardwareMod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SP108E-HardwareMod.md -------------------------------------------------------------------------------- /docs/devices/SP108E-LED-strip-controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SP108E-LED-strip-controller.md -------------------------------------------------------------------------------- /docs/devices/SWB1-Smart-Power-Strip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SWB1-Smart-Power-Strip.md -------------------------------------------------------------------------------- /docs/devices/SeedStudio-SenseCAP-D1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SeedStudio-SenseCAP-D1.md -------------------------------------------------------------------------------- /docs/devices/Shelly-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Shelly-1.md -------------------------------------------------------------------------------- /docs/devices/Shelly-1PM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Shelly-1PM.md -------------------------------------------------------------------------------- /docs/devices/Shelly-2.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Shelly-2.5.md -------------------------------------------------------------------------------- /docs/devices/Shelly-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Shelly-2.md -------------------------------------------------------------------------------- /docs/devices/Shelly-RGBW2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Shelly-RGBW2.md -------------------------------------------------------------------------------- /docs/devices/Slitinto-NX-SP202.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Slitinto-NX-SP202.md -------------------------------------------------------------------------------- /docs/devices/Smart-Light-Switch--SS118-01K1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Smart-Light-Switch--SS118-01K1.md -------------------------------------------------------------------------------- /docs/devices/SmartHome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SmartHome.md -------------------------------------------------------------------------------- /docs/devices/SmartPlug-with-POW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/SmartPlug-with-POW.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-4CH-DIY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-4CH-DIY.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-4CH-Pro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-4CH-Pro.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-4CH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-4CH.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-B1-and-B1-R2.md: -------------------------------------------------------------------------------- 1 | [PAGE MOVED!](Sonoff-B1.md) 2 | -------------------------------------------------------------------------------- /docs/devices/Sonoff-B1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-B1.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Basic-and-BME280.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Basic-and-BME280.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Basic.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Dual-R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Dual-R2.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Dual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Dual.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Mini.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Mini.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-PSA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-PSA.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Pow-R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Pow-R2.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Pow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Pow.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-RF-Bridge-433.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-RF-Bridge-433.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-RF-R3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-RF-R3.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-RF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-RF.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-S20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-S20.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-S26-Smart-Socket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-S26-Smart-Socket.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-S31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-S31.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-SC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-SC.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-SV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-SV.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Slampher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Slampher.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-T1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-T1.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-TH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-TH.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-TX-Series.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-TX-Series.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-TX-T0-Touch-1CH-2CH-3CH----US.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-TX-T0-Touch-1CH-2CH-3CH----US.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-Touch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-Touch.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-iFan02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-iFan02.md -------------------------------------------------------------------------------- /docs/devices/Sonoff-iFan03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Sonoff-iFan03.md -------------------------------------------------------------------------------- /docs/devices/Supernight-dual-wifi-plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Supernight-dual-wifi-plug.md -------------------------------------------------------------------------------- /docs/devices/TYWE3S.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/TYWE3S.md -------------------------------------------------------------------------------- /docs/devices/Teckin-SP22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Teckin-SP22.md -------------------------------------------------------------------------------- /docs/devices/Teckin-SP23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Teckin-SP23.md -------------------------------------------------------------------------------- /docs/devices/Teckin-sp10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Teckin-sp10.md -------------------------------------------------------------------------------- /docs/devices/WL-SW01_10-WiFi-Smart-Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/WL-SW01_10-WiFi-Smart-Switch.md -------------------------------------------------------------------------------- /docs/devices/WS03-WS01-WS05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/WS03-WS01-WS05.md -------------------------------------------------------------------------------- /docs/devices/Wemos-D1-Mini.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Wemos-D1-Mini.md -------------------------------------------------------------------------------- /docs/devices/Wemos-D1-R1-&-R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Wemos-D1-R1-&-R2.md -------------------------------------------------------------------------------- /docs/devices/Xiaomi-Mi-Desk-Lamp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/Xiaomi-Mi-Desk-Lamp.md -------------------------------------------------------------------------------- /docs/devices/YTF-IR-Bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/YTF-IR-Bridge.md -------------------------------------------------------------------------------- /docs/devices/YUNTONG-Smart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/YUNTONG-Smart.md -------------------------------------------------------------------------------- /docs/devices/leegoal-plug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/leegoal-plug.md -------------------------------------------------------------------------------- /docs/devices/meross-MSS425.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/meross-MSS425.md -------------------------------------------------------------------------------- /docs/devices/minitiger-Touch-Light-Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/minitiger-Touch-Light-Switch.md -------------------------------------------------------------------------------- /docs/devices/others.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/others.md -------------------------------------------------------------------------------- /docs/devices/wk30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/devices/wk30.md -------------------------------------------------------------------------------- /docs/extra_javascript/mi32/bindkey.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/extra_javascript/mi32/bindkey.js -------------------------------------------------------------------------------- /docs/extra_javascript/mi32/bindkey_loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/extra_javascript/mi32/bindkey_loader.js -------------------------------------------------------------------------------- /docs/extra_javascript/mi32/crypto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/extra_javascript/mi32/crypto.js -------------------------------------------------------------------------------- /docs/extra_javascript/roi_editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/extra_javascript/roi_editor.js -------------------------------------------------------------------------------- /docs/extra_javascript/tablesort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/extra_javascript/tablesort.js -------------------------------------------------------------------------------- /docs/extra_javascript/ulp2berry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/extra_javascript/ulp2berry.js -------------------------------------------------------------------------------- /docs/extra_javascript/web_flasher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/extra_javascript/web_flasher.js -------------------------------------------------------------------------------- /docs/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/images/favicon.ico -------------------------------------------------------------------------------- /docs/images/symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/images/symbol.svg -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/installation/Flashing.md: -------------------------------------------------------------------------------- 1 | redirect: ../Getting-Started#Flashing -------------------------------------------------------------------------------- /docs/installation/Hardware-Preparation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/installation/Hardware-Preparation.md -------------------------------------------------------------------------------- /docs/installation/Initial-Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/installation/Initial-Configuration.md -------------------------------------------------------------------------------- /docs/installation/Prerequisites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/installation/Prerequisites.md -------------------------------------------------------------------------------- /docs/installation/README.md: -------------------------------------------------------------------------------- 1 | redirect: ../ -------------------------------------------------------------------------------- /docs/nymea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/nymea.md -------------------------------------------------------------------------------- /docs/openHAB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/openHAB.md -------------------------------------------------------------------------------- /docs/otto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/otto.md -------------------------------------------------------------------------------- /docs/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/docs/robots.txt -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /overrides/partials/language/en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/overrides/partials/language/en.html -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/requirements.txt -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | 3.7 -------------------------------------------------------------------------------- /scripts/timezone_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/docs/HEAD/scripts/timezone_table.py --------------------------------------------------------------------------------