wording changes

This commit is contained in:
Paul
2020-01-09 22:45:44 +01:00
parent 421f92e0f9
commit 8b51f71820
2 changed files with 12 additions and 18 deletions

View File

@@ -1,6 +1,3 @@
# EMS-ESP
<img style="margin: 10px 10px; float:right; width:20%" src="_media/boiler.svg" alt="EMS-ESP Logo"></img> <img style="margin: 10px 10px; float:right; width:20%" src="_media/boiler.svg" alt="EMS-ESP Logo"></img>
[![version](https://img.shields.io/github/release/proddy/EMS-ESP.svg?label=Latest%20Release)](https://github.com/proddy/EMS-ESP/blob/master/CHANGELOG.md) [![version](https://img.shields.io/github/release/proddy/EMS-ESP.svg?label=Latest%20Release)](https://github.com/proddy/EMS-ESP/blob/master/CHANGELOG.md)
@@ -45,15 +42,12 @@ The next major version is in the works. Here are some of the changes:
<!-- tabs:end --> <!-- tabs:end -->
### Community ### Community Support
Go to [Gitter](https://gitter.im/EMS-ESP/community) for quick feedback, questions and troubleshooting. Go to [Gitter](https://gitter.im/EMS-ESP/community) for quick feedback, questions and troubleshooting.
### Contributing
You too can [contribute](Contributing) to the project.
### Acknowledgments ### Acknowledgments
Acknowledgments and kudos to the following people who have open-sourced their work and helped me build this project: Kudos out to the following people who have open-sourced their work and helped me build this project:
**susisstrolch** - One of the first working versions of the EMS bridge circuit I found designed for specifically for the ESP8266. I borrowed Juergen's [schematic](https://github.com/susisstrolch/EMS-ESP12) and parts of his code ideas for reading telegrams. **susisstrolch** - One of the first working versions of the EMS bridge circuit I found designed for specifically for the ESP8266. I borrowed Juergen's [schematic](https://github.com/susisstrolch/EMS-ESP12) and parts of his code ideas for reading telegrams.

View File

@@ -1,27 +1,27 @@
* **Installation** * **Installation**
* [Getting Started](getting_started) * [Getting Started](getting_started)
* [Building the firmware](Building-firmware) * [Building the Firmware](Building-firmware)
* [Uploading the firmware](Uploading-firmware) * [Uploading the Firmware](Uploading-firmware)
* [Configuring your system](Configure-firmware) * [Configuring your System](Configure-firmware)
* [Monitoring the output](Running-and-Monitoring) * [Monitoring the EMS bus](Running-and-Monitoring)
* **Home Automation Integration** * **Home Automation Integration**
* [MQTT](MQTT) * [MQTT](MQTT)
* [Home Assistant](Home-Assistant) * [Home Assistant](Home-Assistant)
* [Domoticz](Domoticz) * [Domoticz](Domoticz)
* **EMS Protocol** * **EMS Protocol**
* [How the EMS bus works](How-the-EMS-bus-works) * [How the EMS Bus works](How-the-EMS-bus-works)
* [EMS 1.0 Telegram Types](EMS-Telegram-Types) * [EMS 1.0 Telegram Types](EMS-Telegram-Types)
* [EMS+ / EMS 2.0](Deciphering-EMS-Plus) * [EMS+ / EMS 2.0](Deciphering-EMS-Plus)
* [Thermostat modes](Thermostat-Modes-RC35-vs-RC300) * [Thermostat modes](Thermostat-Modes-RC35-vs-RC300)
* [EMS+ Thermostats](RC3xx-Thermostats) * [EMS+ Thermostats](RC3xx-Thermostats)
* [SM100/200 Solar Module](SM100) * [SM100/200 Solar Modules](SM100)
* [MC110 Contoller](MC110-controller) * [MC110 Contoller](MC110-controller)
* **For Developers** * **For Developers**
* [Building your own board](Building-your-own-test-circuit) * [Building your own Board](Building-your-own-test-circuit)
* [Extending the functionality](How-the-Code-Works) * [Extending the Functionality](How-the-Code-Works)
* [Testing the web interface](Web-test) * [Testing the Web Interface](Web-test)
* [Feature Wish List](wish-list) * [Feature Wish List](wish-list)
* **Getting Help** * **Getting Help**
* [FAQ](FAQ) * [FAQ](FAQ)
* [Troubleshooting](Troubleshooting) * [Troubleshooting](Troubleshooting)
* [How to contribute?](Contributing) * [How to Contribute](Contributing)