Commit Graph
737 Commits
Author SHA1 Message Date
john30 ce6ea68f22 formatting, remove unused 2022-09-17 23:57:24 +02:00
John cf6418c0ba Merge remote-tracking branch 'origin/master' into feature/knx 2022-09-03 11:23:19 +02:00
John c3dc90914c abstract from knxd 2022-09-03 11:22:59 +02:00
John c3273ebeb3 fix declaration 2022-09-03 11:20:50 +02:00
John 1418396971 Merge remote-tracking branch 'origin/master' into feature/knx 2022-08-31 20:34:09 +02:00
John 49a6014c43 add bootloader version and reset info, debugging 2022-08-31 20:25:22 +02:00
John b1893abe7d reset the connection completely if adapter was reset 2022-08-31 20:24:01 +02:00
John 1682a54ec5 Merge remote-tracking branch 'origin/master' into feature/knx 2022-08-27 18:24:41 +02:00
John 2cb186da46 fix high-speed enhanced serial mode 2022-07-30 17:53:25 +02:00
Steffen PankratzandGitHub fa3361c014 fix compiler warning: deprecated std::binary_function (#609) 2022-06-19 14:17:44 +02:00
John fce1088cc3 fix for some architectures (fixes #608) 2022-05-29 15:25:01 +02:00
John 232164c866 started knx integration 2022-05-01 12:13:13 +02:00
John ac7654e14d prefer known bitcount instead of passed in length 2022-05-01 08:37:08 +02:00
John 65ad34013d extract float conversion methods 2022-05-01 08:35:23 +02:00
John 891488bf22 do not build upper case variant as well if key contains slash 2022-04-30 15:38:43 +02:00
John da52dc2eba add keys() 2022-04-30 15:38:05 +02:00
John ea5337fdaa add option to add bits to setDataHandlerState() 2022-04-30 15:37:23 +02:00
John 101d0fcdfb add optional clear flag to splitFields 2022-04-30 15:36:48 +02:00
John 856e23be13 formatting 2022-04-18 08:40:19 +02:00
John 88916b9a18 extract string helper 2022-04-18 08:20:20 +02:00
John aa50e2388c add high speed serial mode 2022-04-10 16:37:54 +02:00
John 5777af8b03 add isreverse, set to next version 2022-04-10 09:19:03 +02:00
John 4172c7d6a1 add arbitration state timeout 2022-03-13 18:01:21 +01:00
John 980594758a better readbility 2022-03-13 17:52:46 +01:00
John 7552ded150 check arbitration timeout 2022-03-13 17:25:59 +01:00
John 6e9647ffd6 flush on debug raw 2022-03-13 17:05:48 +01:00
John 7e7eb28898 add dumpconfigto option, JSON formatting 2022-02-26 08:54:01 +01:00
John bb965173b4 add more info from next fw version 2022-02-20 19:44:28 +01:00
John 845bb1ab6a fix previous commit and fully reset stream before writing anything (should fix #514) 2022-02-13 14:52:24 +01:00
John f1cac3c487 initialize precision as well (related to #514) 2022-02-13 12:21:41 +01:00
John d4ae0e9e46 code style 2022-02-12 12:50:11 +01:00
John 7ae43351da code style 2022-02-12 12:42:35 +01:00
John 0135dc9100 update year 2022-02-06 13:37:08 +01:00
John a75acb5d46 documentation 2022-02-05 19:15:56 +01:00
John d6fe1fe8ad fix unique name determination (again), add test for it 2022-02-05 17:25:27 +01:00
John 85cae37260 compiler warnings 2022-02-05 17:24:38 +01:00
John 916f31fab0 fix getName() and getField() with ignored count (again) 2022-02-05 16:21:06 +01:00
John 815e45234e fix unique name determination 2022-02-05 15:50:46 +01:00
John 95fb4f6974 logging 2022-02-05 15:50:23 +01:00
John bcf0997d35 comments, optimized 2022-02-05 12:52:00 +01:00
John 172223578d fix lowercase search 2022-01-30 17:36:41 +01:00
John 8661833939 Merge remote-tracking branch 'origin/master' into mqttintegration
# Conflicts:
#	src/lib/ebus/datatype.cpp
2022-01-29 13:02:16 +01:00
John 03ea563afe fix getName() and getField() with ignored count 2022-01-29 12:43:34 +01:00
John 7128a380f3 extend MQTT integration support with seen filter and variable compression 2022-01-23 19:34:45 +01:00
John 5f54d560a7 optimized 2022-01-23 17:55:37 +01:00
John d73e407acb extend MQTT integration support 2022-01-23 17:55:18 +01:00
John 17b1bdf4a0 extend MQTT integration support with type_switch 2022-01-22 22:21:59 +01:00
John c499c4e74b spelling 2022-01-22 15:28:52 +01:00
John 1e21850a2b extend MQTT integration support 2022-01-22 15:28:32 +01:00
JohnandGitHub 4bda1a5140 potential fix for truncated float representation 2022-01-16 20:00:39 +01:00