mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS
58d3721571
* knx-pzem004v30 Add first draft of a pzem-004t power/current/tension/etc.. on your main line (BE CAREFUL WITH VOLTAGE!) PZEM-004t-v30 wired on a samd21 with the use of Sercom2 Use with slight modification of: https://github.com/mandulaj/PZEM-004T-v30 View issue: https://github.com/mandulaj/PZEM-004T-v30/issues/43 * Rename examples/knx-pzem0004t.xml to examples/knx-pzem004/knx-pzem0004t.xml * Delete knx-pzem004t.knxprod * Delete pzem-004t-v30.ino * Update: 'just move to right directory' * Update knx-pzem0004t.xml * Add: ProgMode * Fix/Update/Add Add: ResetEnergy function with datetime Update: led Class Fix: many typo, errors |
||
---|---|---|
.github/workflows | ||
.vscode | ||
doc | ||
examples | ||
src | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
library.properties | ||
LICENSE | ||
platformio.ini | ||
README.md |
knx
This projects provides a knx-device stack for arduino (ESP8266, SAMD21) and linux. (more are quite easy to add) It implements most of System-B specification and can be configured with ETS. The necessary knxprod-files can be generated with my CreateKnxProd tool.
For esp8266 WifiManager is used to configure wifi.
Don't forget to reset ESP8266 manually (disconnect power) after flashing. The reboot doen't work during configuration with ETS otherwise.
The SAMD21 version uses my version of the FlashStorage lib (Pull request pending).
Generated documentation can be found here.