You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<!doctype html> < html lang = en > < head > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1,shrink-to-fit=no" > < link rel = stylesheet href = /ahoy/css/bootstrap.min.css > < link rel = stylesheet href = /ahoy/css/style.css > < title > About | AhoyDTU< / title > < / head > < body > < div id = body > < div id = nav-border class = container > < nav id = nav class = "nav justify-content-center" > < a class = nav-link href = /ahoy/ > Home< / a >
< a class = nav-link href = /ahoy/getting_started/ > Getting started< / a >
< a class = nav-link href = /ahoy/faq/ > FAQ< / a >
< a class = nav-link href = /ahoy/about/ > About< / a > < / nav > < / div > < div class = container > < main id = main > < h1 > About< / h1 > < p > AhoyDTU is a firmware for ESP8266 and ESP32 modules to read values from a hoymiles inverter of the 3rd generation.
It is generally based on reverse engineering which started in < a href = https://www.mikrocontroller.net/topic/525778 > Mikrocontroller.net Forum< / a > .< / p > < / main > < / div > < / div > < footer class = "text-center text-lg-start bg-light text-muted" > < div class = "row mt-3" > < div class = "col-md-3 col-lg-4 col-xl-3 mx-auto mb-4" > < div class = "text-center p-4" > © 2022< / div > < / div > < div class = "col-md-3 col-lg-4 col-xl-3 mx-auto mb-4" > < div class = "text-center p-4" > AhoyDTU< / div > < / div > < div class = "col-md-3 col-lg-4 col-xl-3 mx-auto mb-4" > < div class = "text-center p-4" > < a href = /ahoy/imprint > Imprint< / a > < / div > < / div > < / div > < / footer > < / body > < / html >