Commit Graph
100 Commits
Author SHA1 Message Date
John cd097b1d2b higher config web service timeout, formatting 2023-06-17 10:25:12 +02:00
John ea87515ef5 repeat HTTP requests once 2023-06-17 10:24:08 +02:00
John 333ae3b82f apply same workaround to all BIO_should_retry() calls and log timeout in send+recv as well 2023-06-17 10:08:34 +02:00
John 8f190e9e84 add scan status 2023-06-17 08:18:34 +02:00
John 2c7cab3dc1 update year 2023-06-16 20:40:35 +02:00
John 0ede430ece extra layer for device, more abstraction 2023-06-16 20:26:30 +02:00
John 9d08eec68e better iterator 2023-06-16 19:45:29 +02:00
John 9c74288ba9 delay check only if scan succeeded 2023-06-16 19:23:32 +02:00
John 6fc44800e3 updated link 2023-06-16 18:41:11 +02:00
John 3d5bec37a5 updated 2023-06-16 18:02:22 +02:00
John eb2af024a2 fix previous commit 2023-06-16 18:01:41 +02:00
John c66bd85e03 fix invalid iterator usage (maybe related to #925) 2023-06-11 12:04:48 +02:00
John dd7c668af4 add updatecheck for v5 2023-06-11 10:46:07 +02:00
John 7f0328cbae updated
[skip ci]
2023-06-04 08:28:07 +02:00
John 746b79d17e fix previous commit 2023-06-04 08:11:51 +02:00
John 1222eb165e copy cmd/resp in messageCompleted() for potential edge cases 2023-06-03 19:55:58 +02:00
John d89a5289cf fix potential (but unlikely) endless loop 2023-06-03 19:53:05 +02:00
John 7134c82848 prefer const iterator 2023-06-03 19:52:19 +02:00
John 128f0aa38f Merge branch 'master' of github.com:john30/ebusd 2023-06-03 11:09:40 +02:00
John 699f056381 add value list support 2023-06-03 10:45:08 +02:00
JohnandGitHub a0b0c39f05 Merge pull request #920 from Commifreak/update-mqtt-hassio-helplink
corrected HA MQTT discovery link
2023-06-03 10:29:30 +02:00
John 5825975d48 make capath+cafile static as they are 2023-05-31 18:50:04 +02:00
John 17d92bca76 force logging upon exit, set level+facilities asap, log valid configpath URL 2023-05-31 18:30:28 +02:00
John 30cf1a926f force use of IPv4 in libssl (see #751) 2023-05-31 18:15:47 +02:00
John e2a4695c9b add bio logging and print set_nbio success, clear auto-retry (for #751) 2023-05-31 08:18:40 +02:00
John 3669385386 add ssl debugging, assume ssl_ctx is global as documented (for #751) 2023-05-30 15:55:48 +02:00
John 207435650d workaround for potentially faced libssl bug 11574 2023-05-30 11:00:08 +02:00
John 172f856967 limit number of handled telegrams per loop and wait time for #843 2023-05-30 10:22:27 +02:00
John 4152ea6a84 code style 2023-05-30 09:24:02 +02:00
John 56aaba03ad detecte injected scan messages and issue scan procedure for those 2023-05-30 09:23:41 +02:00
John 25a00f5d96 fix for commit e419c950 2023-05-30 08:32:24 +02:00
John a6bd51102f Merge branch 'master' of github.com:john30/ebusd 2023-05-29 17:32:04 +02:00
John 4c09854546 explicitly check against null, better x509 free, log timeout on connect and increase default to 5 secs, support wildcard subject 2023-05-29 17:26:58 +02:00
John 8408e32d32 set state_clss to total_increasing for readable items with "poweron" or "count" in the name, remove no longer value state_class measurement for globals 2023-05-29 14:51:32 +02:00
John 773a4dd661 improve compilability 2023-05-18 13:24:03 +02:00
John e606772e9d code style 2023-05-18 13:00:12 +02:00
John 5b53fa313b more wildcards+ignores 2023-05-18 12:31:11 +02:00
John e419c950d8 separate resolving+scanning to own interface+class and avoid use of extern 2023-05-18 12:24:50 +02:00
John ec6dae6abb allow late init of ssl 2023-05-18 12:04:42 +02:00
John 4886b016f3 log if a tcp server could not be started 2023-05-18 12:03:09 +02:00
John 1895339e45 add timeout for info request and allow more being optional, support shorter config response, comments 2023-05-01 19:32:14 +02:00
John 9c0af7b95e fix for variable datatype length bounds check (fixes #805) 2023-01-30 22:55:46 +01:00
John 9218a1d8e8 better wording 2023-01-30 22:32:32 +01:00
John 3b6d5402c9 note high-speed mode in help and logging (fixes #804) 2023-01-30 22:30:56 +01:00
John d35d0bb71d don't set min/max/step values for EXP based types (workaround for #803) 2023-01-30 22:07:14 +01:00
John fd47929f8e add getStep() method 2023-01-30 22:06:06 +01:00
john30 af614ae1e1 added current version 2023-01-06 14:59:24 +01:00
John 02ce387e12 fix new gh location 2023-01-06 14:49:27 +01:00
john30 de997ab30c fix new gh location, updated to 23.1 2023-01-06 14:14:48 +01:00
john30 4c2d87e40f updated version to 23.1 2023-01-06 12:35:17 +01:00
John ca6767dece allow argp-standalone as well 2023-01-06 12:32:06 +01:00
John b42b798e54 formatting 2023-01-06 12:31:29 +01:00
John 672dae22e7 fix previous commit 2023-01-06 12:14:44 +01:00
John 8e612b9e0e add option to exit non-zero on non-success response from ebusd (fixes #782) 2023-01-06 12:08:17 +01:00
John 8af687aa66 retry config check once 2023-01-06 11:49:27 +01:00
John 780703c6ff avoid unnecessary waits when there is no signal 2023-01-06 11:39:13 +01:00
John fe2849ec65 updated 2023-01-06 10:59:47 +01:00
John 78e12b241b add COM port hint 2023-01-06 10:58:29 +01:00
John 9f51946f6d print setsockopt errors and add missing options, add TCP_USER_TIMEOUT if defined 2023-01-06 10:58:00 +01:00
John 88f54c0d7f remove unused 2023-01-06 10:51:47 +01:00
John be574f1f8c pass env from main and check FreeBSD for endian include (fix #650) 2023-01-06 10:51:21 +01:00
John d6854ff877 add COM-port hint on cygwin 2023-01-06 08:00:58 +01:00
John be554841fb use configlang for new test files location 2023-01-06 08:00:19 +01:00
John d29be6d96c fix for sequence started immediately after own SYN sent behind sent command (fixes #708) 2023-01-06 07:37:49 +01:00
John 670fb77491 update action versions 2023-01-02 20:23:10 +01:00
John 00bf9b5104 update action versions 2023-01-02 20:17:35 +01:00
John 8dcf36afd5 updated 2023-01-02 20:03:09 +01:00
John b5d6a495a1 add jumper flag infos 2023-01-02 20:01:32 +01:00
John eb007fe381 use preferred language for config file retrieval 2023-01-02 20:00:58 +01:00
John 4263c98f04 add language support to webservices 2023-01-02 19:59:53 +01:00
John 1e885611dd updated 2022-12-18 09:55:34 +01:00
John 5d3c6f097e only send device update info when it is extractable 2022-12-18 09:45:56 +01:00
John 240af58b4c tolerate missing parts in type_switch key (fix for #562) 2022-12-18 09:21:42 +01:00
John a73c11ecf3 update docs 2022-12-18 09:08:28 +01:00
John d229629593 updated 2022-12-17 20:43:05 +01:00
John 071de91d14 fix template scoping 2022-12-17 20:32:17 +01:00
John 40f8d2e5a0 add update check for device 2022-12-17 19:33:53 +01:00
John f2fb959135 separate device version 2022-12-17 19:06:11 +01:00
John 68540b1d6c handle enhanced side data without bus signal as well 2022-12-17 18:57:13 +01:00
John 4c2c198842 add device version to update check 2022-12-17 17:50:28 +01:00
John c488156df1 correct temp length 2022-12-17 17:20:51 +01:00
John 6a16cbf4fd ignore invalid info response 2022-12-17 17:20:35 +01:00
John f3d030c137 reveal enhanced device version in info cmd and add to update check, unify wait 2022-12-17 17:20:19 +01:00
John cd6be6002d tolerate side data to be retrieved until timeout 2022-12-17 16:48:07 +01:00
John 4bbcc7918f enable retry mode for older ssl libs 2022-12-17 16:46:23 +01:00
John 8eca44bdee fix for tcp opts applied to udp socket (fixes #733) 2022-12-17 16:45:59 +01:00
John 91484ad4ee switch to HA update integration for updatecheck 2022-12-11 18:06:48 +01:00
John 1596c73fa3 add curve to writable numbers 2022-12-11 12:57:15 +01:00
John f1d56fdc44 support yesno values as well in readable+writable switch (fixes #562) 2022-12-11 12:51:24 +01:00
John deadd51bff make min+max+step optional 2022-12-11 12:49:13 +01:00
John d299962566 avoid duplicate definition sent when writable messages are included 2022-12-11 12:20:53 +01:00
John c87202febe add step variable for number fields 2022-12-11 12:17:44 +01:00
John a7de3175d8 make syslog.h optional 2022-12-11 10:57:48 +01:00
John 9e7565c849 updated 2022-12-11 10:53:16 +01:00
John 8f44d869ee add link to Windows binary 2022-12-11 10:14:01 +01:00
John b413799863 updated to latest source 2022-12-11 10:02:44 +01:00
John 8590a8048c better wording, add sections to cmdline help, simplify+rename variant argument 2022-12-11 10:01:40 +01:00
John 40884341f7 fix misleading default, fix previous commit 2022-12-11 10:00:08 +01:00
John 1bd7ef5f5a log opened connection 2022-12-11 06:32:01 +01:00
John f0d01f9621 add options to set soft jumpers, add option to set MAC suffix from ID 2022-12-06 21:49:28 +01:00