Commit graph

802 commits

Author SHA1 Message Date
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
35252a2b83 change rev 2023-03-29 06:53:59 +02:00
avollkopf
0364769573 fixed another bug in case of no logging during inactivity 2023-03-28 07:00:21 +02:00
avollkopf
7df48bdf08 missing varable in mqttsensor 2023-03-27 22:31:47 +02:00
avollkopf
54eb769fb3 another fix 2023-03-27 22:12:11 +02:00
avollkopf
b52e260b4a bug fix 2023-03-27 22:04:54 +02:00
avollkopf
e16c0ac66d remove egg.info dir 2023-03-27 20:24:01 +02:00
avollkopf
187426eb4a added sensor disabling with fermenter/kettle inactivity 2023-03-27 20:19:37 +02:00
avollkopf
5a2b0a8bd0 bump version to rc1 2023-03-26 16:41:45 +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
62298ae844 additional logging in mqttsensor task cancel 2023-03-25 18:35:17 +01:00
avollkopf
6e066282c4 some tweaks 2023-03-25 14:56:04 +01:00
avollkopf
3186c182f7 test 2023-03-25 14:23:21 +01:00
avollkopf
c5d6cb5ae5 test 2023-03-25 14:15:30 +01:00
avollkopf
84bb745054 test 2023-03-25 13:54:24 +01:00
avollkopf
5cbc7e1393 test 2023-03-25 13:51:13 +01:00
avollkopf
1fcbe91e09 test 2023-03-25 13:27:15 +01:00
avollkopf
848fb4e778 test 2023-03-25 13:25:07 +01:00
avollkopf
5f24e2d149 test 2023-03-25 13:19:02 +01:00
avollkopf
a8ec65b3e4 update 2023-03-25 12:56:37 +01:00
avollkopf
9257b95e37 additional logging info 2023-03-25 12:44:28 +01:00
avollkopf
5bc5259bc3 added reduced logging functionality to httpsensor 2023-03-25 11:56:01 +01:00
avollkopf
88528f6df7 added reduced logging fucntionality to onewire sensor (depeding on kettle or fermenter activity) 2023-03-25 11:30:38 +01:00
avollkopf
2aa2ef71ba mqttsensor with reduced logging freqency option on inactive fermenter or kettle 2023-03-25 10:56:42 +01:00
avollkopf
9a8b0ca30f separate influxdb write to async routine (test) 2023-03-24 18:58:35 +01:00
avollkopf
c4333d2cab change cryptography version to 40 (fix security issue). Tested with raspbian 32 and 64 bit versions 2023-03-24 18:10:20 +01:00
Alexander Vollkopf
ec1f79d7a1
Bump revision
Bump to 4.1.7.a3 due to the last PR (Influxdb handling of non-ASCII symbols)
2023-03-24 07:08:57 +01:00
pascal1404
6996a93d2b
Merge pull request #103 from mstrinzha/influxdb
InfluxDB: support non-ASCII symbols in sensor names
2023-03-23 22:01:59 +01:00
Maxim Strinzha
15b275b22e Setup default ULR for influxdb 2023-03-21 22:58:35 +03:00
Maxim Strinzha
c59931dfc1 InfluxDB: support non-ASCII symbols in sensor names. Fix for InfluxDB Cloud 2023-03-19 16:10:01 +03:00
avollkopf
f975eb7a47 added global settings parameter for buzzer sound in UI 2023-03-18 16:05:13 +01: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
Alexander Vollkopf
f71481f782
Merge pull request #99 from papauorg/feature/update-repo-links
Fix occurences of the repo name to reflect the PiBrewing repo
2023-03-11 17:16:35 +01:00
Philipp Grathwohl
9495d7c78a Fix occurences of the repo name to reflect the PiBrewing repo 2023-03-10 14:50:49 +00:00
avollkopf
f0b8f404fa updated README links 2023-03-10 15:46:58 +01:00
Alexander Vollkopf
31c0b1f24a
Merge pull request #98 from papauorg/feature/fix-links-in-readme
Update image and badge links in readme
2023-03-10 15:40:49 +01:00
Philipp Grathwohl
d075cb5603 Update image and badge links in readme 2023-03-10 14:47:00 +01:00
avollkopf
8dae24502b bump revision 2023-03-09 07:28:26 +01:00
avollkopf
2c13b3c62f catch nen existing logfile for analytics page 2023-03-08 21:39:07 +01:00
avollkopf
f5e6b22f01 timer fix 2023-03-08 19:21:07 +01:00
avollkopf
bffa3c36e3 minor changes to timer code 2023-03-08 06:58:17 +01:00
avollkopf
4d1c24e2c1 removed some notifications from alarmtimer 2023-03-08 06:50:18 +01:00
avollkopf
f7c0c7b2fa added Alarmtimer (Sensor with actions) -> Ui 0.3.10 required 2023-03-07 22:24:23 +01:00
Alexander Vollkopf
a5b06c826f
Update build.yml
adding write permission
2023-03-07 14:07:01 +01:00
Alexander Vollkopf
186c05dd2f
Merge pull request #96 from papauorg/feature/fix-docker-image-build
Use lowercase image name for building docker image
2023-03-07 11:10:55 +01:00