mumpf
74fe42acaf
corrected float with DPT9 ( #27 )
...
* corrected float with DPT9
* Switch Programming-LED also via Bus/ETS
* Again: Prog-LED switchable from bus/ETS
2019-08-17 21:14:46 +02:00
Bernator
626d1b73d1
bugfix nextAsap, translateAsap, Tx extended frame format ( #26 )
...
* bugfix, print not allowed in constructor
* Update tpuart_data_link_layer.cpp
- start confirm timout only after last byte was sent
- increase BYTE_TIMEOUT
* bugfix nextAsap, translateAsap
* bugfix Extended Frame Format TX
2019-08-09 17:34:43 +02:00
Bernator
1c53cf83cd
start confirm timout only after last byte was sent ( #25 )
...
* bugfix, print not allowed in constructor
* Update tpuart_data_link_layer.cpp
- start confirm timout only after last byte was sent
- increase BYTE_TIMEOUT
2019-08-06 21:08:06 +02:00
Thomas Kunze
de8f4631b6
change association table to format 1 (see 3_5_1 p 157)
2019-07-26 23:00:08 +02:00
Thomas Kunze
8e9aef17ab
improve encapsulation of accociation table
2019-07-26 22:07:20 +02:00
Thomas Kunze
b4c8671dbb
Merge branch 'master' of https://github.com/thelsing/knx
2019-07-24 22:28:20 +02:00
Thomas Kunze
1e804d459e
add float to knxValue
2019-07-24 22:28:11 +02:00
Bernator
d6278192a0
add timeout for TPUART reset ( #23 )
...
* bugfix, print not allowed in constructor
* add timeout for chip reset
2019-07-23 20:39:41 +02:00
Bernator
0a8c231627
bugfix, print not allowed in constructor ( #22 )
2019-07-23 19:19:21 +02:00
Thomas Kunze
13b1cff315
fix dpt9 for small values
2019-07-15 22:53:21 +02:00
Thomas Kunze
b3f6a0e3fa
initialize all fields (hopefully)
2019-07-15 21:50:04 +02:00
Thomas Kunze
c5bf61a44f
fix coredump
2019-07-15 21:32:00 +02:00
Thomas Kunze
24834d0f51
run code through clang-format
2019-07-15 21:23:51 +02:00
Thomas Kunze
a3944963f9
increase max pdu length
2019-07-15 21:22:41 +02:00
Bernator
1b626808ca
async tpuart_data_link_layer version ( #21 )
...
* async data_link_layer version
* Update tpuart_data_link_layer.cpp
use platform specific millis function
* Update tpuart_data_link_layer.h
change timeouts into millis
2019-07-15 20:05:01 +02:00
Thomas Kunze
dfe000844d
fix build; add debug output
2019-07-09 21:36:32 +02:00
Thomas Kunze
877db57f94
change bme example
2019-07-08 20:00:36 +02:00
Thomas Kunze
63d6d07e86
document multicast methods of applicationlayer and transportlayer
2019-07-05 23:53:43 +02:00
Thomas Kunze
1321d62e40
try an other way to create the memory reference point
2019-07-02 23:54:31 +02:00
Thomas Kunze
3a916905d6
initialize data to zero when creating a groupobject
2019-06-28 20:01:16 +02:00
Thomas Kunze
ec52bde6f0
add more doc options
2019-06-26 22:19:12 +02:00
Thomas Kunze
cb840c2201
add class diagram, protect constuctors of *PDU
2019-06-25 21:21:58 +02:00
Thomas Kunze
1975d8ac55
document APDU
2019-06-24 23:39:43 +02:00
Thomas Kunze
da05a1d51b
add restart request
2019-06-24 22:22:56 +02:00
Thomas Kunze
ac24e1206a
.
2019-06-12 22:09:05 +02:00
Thomas Kunze
7a0a3d30ac
fix build?
2019-06-12 21:13:45 +02:00
thelsing
f65be5ee3f
Update group_object.cpp
2019-06-12 16:02:10 +02:00
Thomas Kunze
378385ee97
add converstions to KnxValue and remove now obsolet methods
2019-06-12 00:01:21 +02:00
Thomas Kunze
57db264603
document GroupObject class. Rename enum value cfUpdate
2019-06-10 23:19:10 +02:00
Thomas Kunze
6acaf59ddd
move KnxValue and Dpt to extra files
2019-06-03 22:15:32 +02:00
Thomas Kunze
c5714cf1a7
some more fixes for samd
2019-06-02 01:55:26 +02:00
Thomas Kunze
3cdc5579be
fix knx-demo
2019-06-02 01:33:29 +02:00
Thomas Kunze
6f9ee2ac57
correct header name
2019-06-02 01:01:16 +02:00
Thomas Kunze
3563f9d15e
remove old value accessor of group objecs
2019-06-02 00:14:50 +02:00
Thomas Kunze
c898f824b8
add reboot to linux platform
2019-05-31 23:44:03 +02:00
Thomas Kunze
a35c0616ac
fixed dpt 9.* add new value api to linux example
2019-05-29 22:43:21 +02:00
Thomas Kunze
ab9644b920
add accessors for union members of KNXValue
2019-05-28 21:36:26 +02:00
Thomas Kunze
d54369434a
c++isfy the datapoint conversion code (untested)
2019-05-28 21:22:45 +02:00
Thomas Kunze
d58483530d
add dptconvert code from knxd
2019-05-27 23:39:29 +02:00
Thomas Kunze
5b31b24337
correct flag handling for group objects
2019-05-27 22:06:32 +02:00
Thomas Kunze
0628d88921
change last pull request a bit
2019-05-27 21:41:04 +02:00
Thomas Kunze
2636510bb1
Merge branch 'master' of https://github.com/thelsing/knx
2019-05-27 20:14:24 +02:00
Maggyver
87828bd530
circuit of the led adapted for different boards ( #15 )
...
* Update knx_facade.cpp
* Update knx_facade.h
* Update knx-demo.ino
2019-05-27 20:13:57 +02:00
Thomas Kunze
88f5c4214a
remove @brief and enable JAVADOC_AUTOBRIEF in doxygen
2019-05-27 20:08:04 +02:00
Thomas Kunze
9cbd9a0760
use KnxFacade for linux too
2019-05-18 21:04:49 +02:00
Maggyver
b34c3d4ddc
features added ( #14 )
...
* Update group_object.h
* Update group_object.cpp
* Update knx_facade.cpp
2019-05-18 19:52:23 +02:00
Thomas Kunze
ae9baa7702
document AddressTableObject
2019-05-16 22:51:13 +02:00
Thomas Kunze
9a811b1458
add more citations
2019-05-16 21:32:56 +02:00
Thomas Kunze
d3ac67f771
test cite
2019-05-16 21:23:54 +02:00
Thomas Kunze
474534ab4f
document SaveRestore and InterfaceObject
2019-05-16 00:05:56 +02:00
Thomas Kunze
46dba3ce73
remove warnings
2019-05-15 21:53:12 +02:00
thelsing
a482209aec
Merge pull request #13 from Maggyver/master
...
bugfix virtual void readProperty(PropertyID id, uint32_t start, uint32_t count, uint8_t *data)
2019-05-15 21:31:24 +02:00
Thomas Kunze
3a58ca8534
move main.cpp, document SaveRestore
2019-05-15 21:25:04 +02:00
Maggyver
4d1745cc55
Update address_table_object.h
2019-05-15 21:20:44 +02:00
Thomas Kunze
069bbcde8c
change documentation
2019-05-14 00:54:40 +02:00
Thomas Kunze
bb77fa7000
fix examples. Only reserve memory on tableobject if size > 0
2019-05-13 22:31:45 +02:00
Thomas Kunze
174e29372c
make GOT completely dynamic from ETS. GOs are now only available if device was programmed via ETS
2019-05-09 20:52:04 +02:00
Thomas Kunze
c79b921d1c
fix build with new esp-core
2019-03-01 20:21:03 +01:00
Thomas Kunze
f2b97ecd09
add WifiManger to examples, remove states for wps configuration
2019-02-26 22:42:06 +01:00
Thomas Kunze
5903651cfa
fix bug when resending telegram
2019-02-23 00:28:13 +01:00
Thomas Kunze
176484ea80
add property desciptions for table objects
2019-02-21 22:34:34 +01:00
Thomas Kunze
c902ba5599
implement init on read
2019-02-15 20:23:52 +01:00
Thomas Kunze
4d6ac94396
remove output
2019-02-07 00:22:08 +01:00
Thomas Kunze
cde87cb643
fix build
2019-01-28 20:54:54 +01:00
Thomas Kunze
72269b5675
make path of flash.bin configurable
2019-01-21 21:29:00 +01:00
Thomas Kunze
f46f6aa70e
add sonoff s20 example (not tested)
2019-01-03 22:20:50 +01:00
Thomas Kunze
c44d22f6eb
first real working version of knxPython
2018-12-22 14:53:31 +01:00
Thomas Kunze
405aab0e5e
some progress with python wrapper
2018-12-22 01:55:08 +01:00
Thomas Kunze
bd93aa12fa
delegate memory management for knx tables to Platform class. Preallocate memory for them on linux.
2018-12-12 23:17:42 +01:00
Thomas Kunze
9708a54e71
rename main include
2018-11-07 22:16:00 +01:00
Thomas Kunze
010ddc7d21
move files back
2018-11-07 21:31:07 +01:00
Thomas Kunze
4493631031
remove submodule (hopefully)
2018-11-07 21:30:20 +01:00
Thomas Kunze
cdbf3e70cc
include linux and samd versions here
2018-11-07 00:32:36 +01:00
Thomas Kunze
8bea44873b
update submodule
2018-10-27 22:42:56 +02:00
Thomas Kunze
dc362a79c3
add writeMemory to facade, remove debug output from platform
2018-09-15 00:22:30 +02:00
Thomas Kunze
6334bfe3cb
update sm
2018-09-07 23:41:58 +02:00
Thomas Kunze
ecce8ddd3c
add save + restore callbacks
2018-09-04 21:12:50 +02:00
Thomas Kunze
2a292ae314
switch to visualgdb, update submodule
2018-08-16 23:58:57 +02:00
Thomas Kunze
21bda06133
update supmodule
2018-04-26 00:24:09 +02:00
Thomas Kunze
ca7876b73d
update submodule
2018-04-21 21:39:24 +02:00
Thomas Kunze
ad0eb38fa7
update submodule
2018-04-13 23:19:57 +02:00
Thomas Kunze
809de53cc8
move more code from demo to knx-esp
2018-04-09 23:58:35 +02:00
Thomas Kunze
e99a001ac7
move common files to submodule
2018-04-09 22:46:21 +02:00
Thomas Kunze
49deaf4bd1
move common files to submodule
2018-04-09 22:44:28 +02:00