-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
22 lines (13 loc) · 935 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ABOUT THIS PROJECT
This project runs on ESP8266 and ESP32 and connnects to WiFi and Viessmann Heaters using KM BUS (https://github.com/openv/openv/wiki/KM-Bus) over TTL<->M-BUS adapter (https://www.aliexpress.com/item/32751482255.html?spm=a2g0o.productlist.0.0.43744c91mj7fO8&algo_pvid=92261257-59d5-45e2-b1d3-575c4333a3b1&algo_expid=92261257-59d5-45e2-b1d3-575c4333a3b1-0&btsid=0bb0622a16021520273081710ef490&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_)
INSTALL INSTRUCTIONS (WIP)
1. Download and install Arduino IDE
https://www.arduino.cc/en/Guide
2a. Download and install ESP8266
https://github.com/esp8266/Arduino
2b. Download and install ESP32
https://github.com/espressif/arduino-esp32
3. In the Arduino IDE select ESP8266 / ESP32 as you board
4. copy configuration.h.example to configuration.h and change the credentials to your desire
5. Hit compile
6. Open an issue with the error and hope for help