en:instructions_sw
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:instructions_sw [2023/01/16 13:36] – created 109.204.204.138 | en:instructions_sw [2025/01/09 14:00] (current) – [MitsuRunner Software Installation Guide] thingwizard | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Software installation manual ====== | ====== Software installation manual ====== | ||
- | MitsuRunner source code can be downloaded here: https:// | + | The MitsuRunner source code can be downloaded here: https:// |
- | === TODO Detailed Engish | + | ====== ESPHome Installation Guide (Windows) ====== |
+ | Install ESPHome Development Environment on a Windows Machine | ||
+ | * ESPHome uses Python, so download and install if necessary from https:// | ||
+ | * Open the Windows " | ||
+ | Additional | ||
+ | |||
+ | ⇒ ESPHome will be installed (you can ignore any WARNINGs that may occur during installation). Now the development environment is on your machine, and you can close the " | ||
+ | |||
+ | Test your assembled device with the " | ||
+ | |||
+ | * Save the " | ||
+ | * Edit the file with your home network' | ||
+ | * Ensure that the pin configurations for temperature sensors and relay control match your wiring | ||
+ | |||
+ | * Connect your assembled device to your Windows machine via USB | ||
+ | * Open the Windows Command Prompt, navigate to the " | ||
+ | If the compilation is successful, the program will ask for the upload method (USB or OTI). Choose USB. ⇒ the code will be uploaded to the device via USB. | ||
+ | |||
+ | !! If the upload fails, make sure that the USB driver for WeMos_D1 is installed on your Windows machine. | ||
+ | |||
+ | After installing HW_check, check: | ||
+ | |||
+ | * The relay clicks (0.5 sec ON every 5 sec) | ||
+ | * The computer screen displays a log showing: | ||
+ | * The device is connected to your home network | ||
+ | * DS18B20 temperature sensor IDs - make a note of these, you will need them later - and the measured temperatures | ||
+ | * Also, test the OTI update by entering " | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ====== ESPHome Installation Guide (Linux) ====== | ||
+ | As a Linux user, you probably know how to find the instructions yourself on the internet ;) | ||
+ | |||
+ | Instructions for installing ESPHome: https:// | ||
+ | Check the other instructions above. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ====== MitsuRunner Software Installation Guide ====== | ||
+ | |||
+ | * Download the Mitsurunner program from https:// | ||
+ | * ⇒ The packaged Mitsurunner package will be downloaded to your machine | ||
+ | * Extract the package to your desired directory (e.g., Runner) | ||
+ | |||
+ | * Edit the secrets.yaml file | ||
+ | * Define your WiFi network parameters " | ||
+ | * Define Manual_ip settings: | ||
+ | * static_ip: (the IP address your device will use to connect to your home network) | ||
+ | * gateway: (the IP address through which your home network connects to the outside network) | ||
+ | * You can find your home network' | ||
+ | * Define your desired OTA password | ||
+ | * Edit the platform.yaml file: | ||
+ | * Define the IDs of DS18B20 sensors (which you noted down when using the hw_check program) | ||
+ | * Check and, if necessary, modify the pin definitions for temperature sensors and relay control to match your wiring | ||
+ | |||
+ | * Edit the mitsurunner.yaml file by selecting what Dallas-file you want to use. | ||
+ | * dallas_hub.yaml fixes unnecessary resets of mitsurunner, | ||
+ | |||
+ | # packages: | ||
+ | # | ||
+ | | ||
+ | |||
+ | |||
+ | * Compile and install the Mitsurunner code on your device with the command " | ||
+ | Check: A log will be printed to the Windows screen showing: | ||
+ | * That Mitsurunner is connected to your home network | ||
+ | * the temperatures of DS18B20 temperature sensors | ||
en/instructions_sw.1673868976.txt.gz · Last modified: 2023/01/29 21:54 (external edit)