User Tools

Site Tools


documentation:sensors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:sensors [2025/04/19 09:52] ninedocumentation:sensors [2025/10/19 07:20] (current) nine
Line 1: Line 1:
 ====== sensors ====== ====== sensors ======
  
-====== influxdb ======+===== influxdb =====
  
  
Line 52: Line 52:
 sudo apt update && sudo apt install telegraf sudo apt update && sudo apt install telegraf
 </code> </code>
 +
 +===== espeasy =====
 +
 +  - https://www.pa3byb.nl/wp-content/uploads/2023/08/ESP32-WROOM-32-Dev-Kit-C-V2-manual-1.pdf
 +  - https://github.com/letscontrolit/ESPEasy/releases
 +  - https://espeasy.readthedocs.io/en/latest/Plugin/P092.html
 +  - https://espeasy.readthedocs.io/en/latest/Plugin/P092_UVR61-3.html
 +
 +==== esptool ====
 +
 +<code>
 +python3 -m pip install esptool
 +python3 -m venv venv
 +. ./venv/bin/activate
 +esptool -h
 +
 +esptool --port /dev/ttyUSB0 eraseflash
 +esptool --port /dev/ttyUSB0 write-flash -fm dout 0x00000 /tmp/ESPEasy_mega_20250430_ESP32_binaries/bin/ESP_Easy_mega_20250430_collection_C_ESP32_4M316k_ETH.factory.bin
 +</code>
 +
documentation/sensors.1745056326.txt.gz · Last modified: 2025/04/19 09:52 by nine