Skip to content

Commit

Permalink
adding badges to main readme page (#30)
Browse files Browse the repository at this point in the history
- releases (links to release page)
- gitter (links to gitter community)
- license (links to license file)
  • Loading branch information
MichielVanwelsenaere authored Nov 28, 2019
1 parent 6ca9361 commit 71f065c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# MQTT enabled CoDeSys 3 Home Automation
<a href="https://github.com/MichielVanwelsenaere/HomeAutomation.CoDeSys3/releases" rel="nofollow"><img src="https://img.shields.io/github/release/MichielVanwelsenaere/HomeAutomation.CoDeSys3.svg" alt="Releases"></a>
<a href="https://gitter.im/HomeAutomation-CoDeSys3/community?source=orgpage#" rel="nofollow"><img src="https://img.shields.io/gitter/room/HomeAutomation-CoDeSys3/community" alt="Gitter" ></a>
<a href="./LICENSE" rel="nofollow"><img src="https://img.shields.io/github/license/MichielVanwelsenaere/HomeAutomation.CoDeSys3.svg" alt="License"></a>

This CoDeSys 3.5 project is built for home automation purposes. The goal of the approach is to perform any critical operations like reading inputs, switching light, controlling sunscreens, etc. Inside the PLC itself and make use of MQTT events to send events to an MQTT broker. Using MQTT subscriptions it's possible to send commands to the PLC to switch outputs.

The purpose? Redundancy on a software level but also on a hardware level!
Expand Down

0 comments on commit 71f065c

Please sign in to comment.