import React, { Component } from 'react'; import { Typography, Box, Link } from '@material-ui/core'; import { SectionContent } from '../components'; class EMSESPHelp extends Component { render() { return ( EMS-ESP is an open-source firmware for the Espressif ESP8266 and ESP32 microcontroller that communicates with EMS (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger.

Please consider supporting this project via the GitHub page {'http://github.com/proddy/EMS-ESP'}.


Check for news and updates on the {'Documentation site'}. For live community chat go to {'Gitter'}. To report an issue or feature request go to {'the github project page'}.
) } } export default EMSESPHelp;