Commit graph

232 commits

Author SHA1 Message Date
avollkopf
0cac23e730 remove test logging 2024-04-29 17:34:44 +02:00
avollkopf
a818b471a7 fix for kbh as temps were not imported correctly issue was introduced woth commit: 72ea6ac2d7 2024-04-29 17:32:13 +02:00
avollkopf
822ed8df14 compatibility test to support compressoractor plugin 2024-04-27 17:15:06 +02:00
avollkopf
1d1a7e8cfb just add topic filters for mqttsensor instead of crating tasks to accommodate new aiomqtt single message queue 2024-02-27 07:20:10 +01:00
avollkopf
f659eea65b test for aiomqtt 2.0 -> NOT WORKING YET 2024-02-23 15:33:47 +01:00
avollkopf
8cab633291 fixed payload for last mqtt change 2024-02-23 06:47:17 +01:00
avollkopf
1450cd45d9 update on fermeterstepupdate -> remove step id from topic and show only active step as payload 2024-02-23 06:26:43 +01:00
avollkopf
28f0ca9779 change of mqtt payloads for fermenterupdate and fermenterstepupdate 2024-02-22 19:45:06 +01:00
avollkopf
10d76bc398 integrate max power for fermenter hysteresis from test plugin into cbpi4 2024-01-13 16:31:15 +01:00
avollkopf
60afd70dfe raise error notification if step can't be started 2024-01-12 18:37:05 +01:00
avollkopf
b642bab351 another test on log export 2024-01-12 17:57:34 +01:00
avollkopf
0dfabde7b3 test for log export fix (plugins) 2024-01-12 17:06:52 +01:00
avollkopf
dbffd8dd17 add parameter for dashboard grid width 2023-11-19 08:47:16 +01:00
avollkopf
aa069c713c pyfiglet to version 1.0.2 and adaption in system controller to show ip address correctly 2023-11-03 06:55:42 +01:00
avollkopf
72ea6ac2d7 adaption for kleiner Brauhelfer 2.6 database change (old DB version of KBH won't work) 2023-09-08 18:06:13 +02:00
avollkopf
2eece208eb activate break to mqtt listen loop on cancel -> prevent sigkill on stop or restart service 2023-07-29 15:10:28 +02:00
avollkopf
355376a1ba adapted requirements (cryptography/pyopenssl for security, asyncio-mqtt to aiomqtt due to change of package name) 2023-06-29 07:26:16 +02:00
prash3r
955409d81a repaires log clearence from analytics page 2023-05-16 12:23:24 +02:00
prash3r
7fd6361d30 hookable log data debugging fixes 2023-05-14 15:55:41 +02:00
prash3r
0d164e8f34 Merge branch 'development', remote-tracking branch 'upstream' into hookable-log-data-revisited 2023-05-14 14:16:18 +02:00
prash3r
384a8d5422 moves CSV Sensor logging into core extension 2023-04-19 17:33:18 +02:00
prash3r
4eebb17291 moves influxDB integration into extensions folder 2023-04-19 16:47:48 +02:00
prash3r
f01bdb94bd implements the log_data() hook 2023-04-19 14:07:26 +02:00
avollkopf
9f2f4c87c7 changed api get all config parameters 2023-04-16 17:56:00 +02:00
avollkopf
639efe72c4 added update parameter to list 2023-04-16 17:48:19 +02:00
avollkopf
1d6cd75f8c fixed bug in parameter generation -> source | options order 2023-04-16 17:22:33 +02:00
avollkopf
668705e1e0 api function to remove oboslete settings parameters 2023-04-08 14:15:08 +02:00
avollkopf
9041ad7daa added error handling in case of corrupt json config files. 2023-04-08 11:55:49 +02:00
avollkopf
5e69ce4c40 handling in case of error (config controller -> remove) 2023-04-07 16:26:03 +02:00
avollkopf
dc36cc1ed3 test withconfig parameter removal 2023-04-06 12:40:49 +02:00
avollkopf
5e2dc35b30 test newer cryptography version as 40.0.0 may cuase issues on older 32 bit systems 2023-04-05 06:45:33 +02:00
avollkopf
7d9d010e0c keyword 'globalsettings' in plugin setup.py required to show up on settings page 2023-04-03 20:39:35 +02:00
avollkopf
73200890a1 removed logging item 2023-04-02 17:01:56 +02:00
avollkopf
be77d90c7e automatic config update test 2023-04-02 16:14:33 +02:00
avollkopf
5f3e3ea60d Add 'All' and 'steps' as categories 2023-04-02 13:05:48 +02:00
avollkopf
a70c63edf4 add http api to retreive only plugin names 2023-04-01 14:18:44 +02:00
avollkopf
7fa738d240 test 2023-04-01 14:13:04 +02:00
avollkopf
37203dd93e uncomment 'break' in listening -> does not help to shutdown faster 2023-03-26 15:22:44 +02:00
avollkopf
b0406a4de8 cancelling also mqtt listening on cacnellederror 2023-03-26 11:36:18 +02:00
avollkopf
3768a77dfe added soome additional info on cancelled task 2023-03-25 19:15:26 +01:00
avollkopf
bcf9b3e06b improved handling in cancelling the mqtt subscription 2023-03-25 18:50:36 +01:00
avollkopf
9a8b0ca30f separate influxdb write to async routine (test) 2023-03-24 18:58:35 +01:00
Maxim Strinzha
c59931dfc1 InfluxDB: support non-ASCII symbols in sensor names. Fix for InfluxDB Cloud 2023-03-19 16:10:01 +03:00
Maxim Strinzha
03d1521c5e InfluxDB: support non-ASCII symbols in sensor names 2023-03-18 16:39:35 +03:00
avollkopf
7aecdac6a7 change in influxdb address requirements 2023-03-13 07:14:26 +01:00
avollkopf
2c13b3c62f catch nen existing logfile for analytics page 2023-03-08 21:39:07 +01:00
avollkopf
679d10d4dc newer pandas in requirements 2023-01-29 12:26:03 +01:00
avollkopf
90f94525be trying to fix dleetion of logfiles via analytics page 2023-01-28 16:34:09 +01:00
avollkopf
56ec309dab transfer guiversion to gui 2023-01-27 12:26:55 +01:00
avollkopf
366d6cbe91 Improved handling of missing or corrupt step_data and fermenterstep_data files at startup 2023-01-26 17:43:19 +01:00