Commit Graph
1722 Commits
Author SHA1 Message Date
John 84282e9c21 Merge branch 'cmake-prefix' of github.com:ConiKost/ebusd into gentoo 2024-01-20 14:27:48 +01:00
John 175c990e74 fix csv dump 2024-01-14 16:48:47 +01:00
John 5e10f7251e add inject command 2024-01-14 11:09:43 +01:00
John 1316291740 also send MQTT definition topic and handle knx subscription for conditional messages evaluated later 2024-01-14 11:04:10 +01:00
John 3232f4ff95 add missed include for debugging 2024-01-14 08:40:50 +01:00
Conrad Kostecki 80792ff12a src/{ebusd,tools}/CMakeLists.txt: remove usr path
/usr should not be hardcoded, as otherwise this will cause a double
prefix during installation.

The correct prefix is already being handled by CMAKE_INSTALL_PREFIX.

Example:
>>> /usr/usr/bin/ebuspicloader
>>> /usr/usr/bin/ebusctl
>>> /usr/usr/bin/ebusd

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-01-13 21:59:58 +01:00
John 47d2a3aa00 remove no longer maintained ebusfeed (closes #1111) 2023-12-31 10:54:05 +01:00
John 3384f37800 add missed includes as reported by gcc13 2023-12-30 17:38:19 +01:00
John 442ff4ece8 add rssi info, reset stored enhanced infos when device was reset 2023-12-26 15:18:16 +01:00
John 1cdb714b27 less copying, remove unnecessary call 2023-12-26 10:51:21 +01:00
John 8ac8e59383 mark unused attributes 2023-12-26 10:50:48 +01:00
John 115ef29384 better loop variable 2023-12-26 08:28:23 +01:00
John e59fbc4605 avoid using less portable basename() (fixes #1094) 2023-12-25 15:44:44 +01:00
John 68d05f3755 use nan for float replacement value 2023-12-24 10:53:58 +01:00
John f587fea698 better rounding and avoid to loose precision, move 16 bit float to datatype 2023-12-24 09:53:40 +01:00
John 2b5bd1b67e fix dpt 9 with negative values (closes #1074) and add rounding 2023-12-24 07:31:45 +01:00
John 53fcc90f6e missed change in 3d9dd9b1c3 (fixes #1092) 2023-12-17 14:40:39 +01:00
John 3aadafaa56 fir for invalid scan status on no signal 2023-12-01 22:06:08 +01:00
John f00db143c7 more const, safety checks, formatting, docs 2023-12-01 20:46:35 +01:00
John 92675ba367 fix last syn receive time 2023-11-26 16:37:33 +01:00
John 82693fb51f rework ebus protocol engine (consume buffered data in a row, avoid starting arbitration when data is buffered, separate transport to/from device) 2023-11-26 15:32:03 +01:00
John a7d6eedf30 lint 2023-11-11 10:30:29 +01:00
John 15de49cab1 fix non-ssl build 2023-11-11 10:19:03 +01:00
John bceeb5f4f9 add access to data 2023-11-11 09:46:37 +01:00
John a8bd30a68f check pb+sb for validity, simplify request notification on signal loss 2023-11-11 09:33:36 +01:00
John dd3721e7f4 rework info transfer, missed commit 2023-11-11 09:30:01 +01:00
John bfe7b451a5 add result code to protocol listener 2023-11-11 09:05:06 +01:00
John dbbf235c50 fix syn generator timing 2023-11-10 19:06:30 +01:00
John 307786e08b move factory method 2023-11-10 18:52:57 +01:00
John 0468643817 add enum, small optimization, formatting 2023-11-10 18:32:30 +01:00
John 009729cbdf extract method 2023-11-10 07:24:21 +01:00
John e345b40d34 rename method 2023-11-10 07:14:15 +01:00
John 077d09b620 lint 2023-11-04 09:31:08 +01:00
John 607fc00c0e move raw logging+dump to proto, more abstraction 2023-11-04 09:18:41 +01:00
John 3d9dd9b1c3 add positionals to arg parser, avoid unnecessary parts in arg options 2023-11-01 22:37:30 +01:00
John b901232678 add /templates endpoint and include types+templates+conditions+chains in dump output 2023-10-22 12:17:43 +02:00
JohnandGitHub b752062d5c corrected links 2023-10-20 18:44:33 +02:00
John ef8be0133d workaround for potentially unusable SSL context 2023-10-14 16:49:31 +02:00
John 4c453a2354 formatting 2023-10-14 16:24:46 +02:00
John 5e2509b60c allow initsend for enhanced as well, cleaner separation 2023-10-14 16:23:04 +02:00
John f2a845d462 fix initial broadcast scan message 2023-10-14 11:59:34 +02:00
John be916c73b6 fix shutdown 2023-10-14 09:06:40 +02:00
John 7198a1f015 dont wait when not running 2023-10-14 09:05:25 +02:00
John 8b302de3ac fix startup 2023-10-14 07:49:10 +02:00
John dc78076fbc support json index 2023-10-13 23:50:20 +02:00
John 730d92d06c abstract bus protocol handling 2023-10-13 08:08:58 +02:00
John 6c66fd553b lint, docs, remove unused includes 2023-10-12 21:29:31 +02:00
John 4133c67a71 log restart topic 2023-10-08 12:49:12 +02:00
John 0c63dc696e use readable message counter part only for writable message with multiple fields in definition topic if integration does not combine them 2023-10-07 19:42:05 +02:00
John 9e236bb206 abstract MQTT client 2023-10-07 17:01:00 +02:00