knx/examples
zelogik 21a05ae9b3
Add knx-433 (#122)
* 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

* Cleaning

Some strange bug/feature...
Information is transmitted only when the device got time from KNX, I have put 
        if (timeStatus() == timeSet && resetPeriod != 0)
        {
           resetEnergyLoop();
        }

But don't know if it's enough...

* Create knx-433Dio.ino

* Add Files:

README.md

.xml and knxprod files

* Delete pzem-004t-v30.ino

* Update pzem-004t-v30.ino
2021-02-09 02:37:14 +01:00
..
knx-433Dio Add knx-433 (#122) 2021-02-09 02:37:14 +01:00
knx-bme680 Update knx-bme680.ino (#36) 2019-09-14 18:23:00 +02:00
knx-cc1310 opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
knx-demo opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
knx-demo-coupler Fix: "bool BauSystemBCoupler::configured()" (#112) 2020-12-10 19:17:45 +01:00
knx-demo-diy opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
knx-hdc1008 Bugfix, change debug uart not possible (#33) 2019-09-09 20:10:56 +02:00
knx-linux move MAX,MIN,ABS to bits.h 2021-02-08 20:54:49 +01:00
knx-linux-coupler Add support for CC1310 platform based on SimpleLink SDK (#94) 2020-11-10 21:52:38 +01:00
knx-pzem004 Add knx-433 (#122) 2021-02-09 02:37:14 +01:00
knx-sonoffS20 Datapoints ending in .0 are invalid (#91) 2020-09-29 12:46:09 +02:00
knx-usb Fix: "bool BauSystemBCoupler::configured()" (#112) 2020-12-10 19:17:45 +01:00
knxPython fix path for Readme.md 2020-11-11 22:48:04 +01:00