Commit graph

1479 commits

Author SHA1 Message Date
Betacentauri
72d044bcf6 [rpi] Add config for transmit retries
and increase to 5 so that all channels are tried once
2023-05-06 12:05:21 +02:00
Betacentauri
9acd8c59cd [rpi] Use tx channel hopping and decrease timeout
Using only channel 40 for transmits led in some cases to no responses.
2023-05-06 12:03:52 +02:00
Lukas Pusch
685a2c81bd
Merge pull request #910 from betacentauri/main
Raspberry Pi: Add log file rotation
2023-05-03 22:31:26 +02:00
Betacentauri
2005348f54 [rpi] Add powerfactor and event_count decoder for HM300, HM350, HM400
Without event_count program crashes immediately in __main__.py line 233.
2023-04-29 14:11:18 +02:00
Betacentauri
ac207e0d37 [rpi] Add log file rotation
so that log file doesn't grow infinitely
2023-04-29 13:13:22 +02:00
Lukas Pusch
7be4ae4536
Merge pull request #903 from FelixM01/patch-1
Doku: addition to the topic firmware update
2023-04-25 20:46:25 +02:00
FelixM01
dc310a2a48
addition to the topic firmware update
I have added the topic Update your AHOY-DTU Firmware.
Based on own experience and help from discord server.
2023-04-23 13:21:15 +02:00
lumapu
15ec6a0608 0.6.9 release 2023-04-19 23:21:42 +02:00
lumapu
4625216031 Merge branch 'development03' 2023-04-19 23:20:14 +02:00
lumapu
05d1eb607e 0.6.8 try to fix esp32s3 build 2023-04-19 23:06:02 +02:00
lumapu
7e1f1cece4 0.6.9 release 2023-04-19 23:00:24 +02:00
lumapu
b6531180df 0.6.8
* fix #892 `zeroYieldDay` loop was not applied to all channels
2023-04-19 21:56:25 +02:00
lumapu
12a3d503c8 0.6.7
* merge PR #883, improved store of settings and javascript, thx @tastendruecker123
* support `.` and `,` as floating point seperator in setup #881
2023-04-13 22:58:59 +02:00
lumapu
c3728a8303 Merge branch 'tastendruecker123-dev4' into development03 2023-04-13 21:45:43 +02:00
tastendruecker123
492cc5a8aa fixed typo 2023-04-13 20:59:12 +02:00
tastendruecker123
2c0e1bbe57 Bugfixes around saving settings 2023-04-13 17:42:54 +02:00
lumapu
48ce948ede 0.6.6
* increased distance for `import` button in mobile view #879
* changed `led_high_active` to `bool` #879
2023-04-12 22:50:37 +02:00
lumapu
1e1696ca15 0.6.5
fix max module power read
2023-04-11 23:52:54 +02:00
lumapu
a0659968ce 0.6.5
Version number increase
2023-04-11 23:47:32 +02:00
lumapu
f38bee88a1 another fix 2023-04-11 23:44:34 +02:00
lumapu
d953dbfa37 0.6.5
* fix small issue during loading settings
2023-04-11 23:38:27 +02:00
lumapu
563550d42c 0.6.5
* merge PR #861 do not send channel metric if channel is disabled
2023-04-11 22:44:05 +02:00
lumapu
b2bf50564a Merge branch 'fsck-block-development03' into development03 2023-04-11 22:42:52 +02:00
lumapu
dd387bef85 Merge branch 'development03' of https://github.com/fsck-block/ahoy into fsck-block-development03 2023-04-11 22:39:58 +02:00
lumapu
33186a9833 0.6.5 - 2023-04-11
* merge PR #876, check JSON settings during read for existance
* **NOTE:** incompatible change: renamed `led_high_active` to `act_high`, maybe setting must be changed after update
2023-04-11 22:39:08 +02:00
lumapu
c39ec3ec59 Merge branch 'tastendruecker123-dev3' into development03 2023-04-11 20:57:45 +02:00
lumapu
d90b57c5bf Merge branch 'dev3' of https://github.com/tastendruecker123/ahoy into tastendruecker123-dev3 2023-04-11 20:56:57 +02:00
lumapu
f946b35d06 0.6.5
* fix #845 MqTT subscription for `ctrl/power/[IV-ID]` was missing
2023-04-11 20:54:33 +02:00
tastendruecker123
e8e1fd7681 Don't load JSON settings that don't exist 2023-04-10 14:17:05 +02:00
Frank
e17f6afc86 Removed /json endpoint availablity from documentation 2023-04-07 17:13:44 +02:00
Frank
0334898e3d Do not send prometheus metric if channel is disabled in configuration 2023-04-07 09:22:00 +02:00
Frank
7857424fe7 Merge remote-tracking branch 'refs/remotes/origin/development03' into development03 2023-04-07 09:01:12 +02:00
lumapu
d114fd6743 0.6.4
* merge PR #859, fix burger menu height, thx @ThomasPohl
2023-04-06 23:29:00 +02:00
lumapu
b15dab6533 Merge branch 'ThomasPohl-bugfix/fix-title-padding' into development03 2023-04-06 23:27:35 +02:00
lumapu
ef020dcc08 0.6.4
* merge PR #846, improved NRF24 communication and MI, thx @beegee3 & @rejoe2
2023-04-06 23:23:06 +02:00
lumapu
35bb7b2a9c Merge branch 'rejoe2-development03' into development03 2023-04-06 23:22:30 +02:00
Thomas Pohl
c69b3e0110 Fix padding of title in mobile view 2023-04-06 16:58:50 +02:00
Frank
4bc5d24b63 Merge remote-tracking branch 'refs/remotes/origin/development03' into development03 2023-04-06 16:27:24 +02:00
lumapu
0609dca4d2 Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03 2023-04-05 23:24:18 +02:00
rejoe2
61fa452800
Merge branch 'lumapu:development03' into development03 2023-04-05 07:46:20 +02:00
lumapu
b9149a48dd Merge branch 'main' into development03 2023-04-05 01:40:03 +02:00
Lukas Pusch
bf1e77e33e
Update report.yaml 2023-04-05 01:38:40 +02:00
Lukas Pusch
31ea117a66
Update report.yaml 2023-04-05 01:36:26 +02:00
lumapu
597f8a089d update issue templates 2023-04-05 01:27:26 +02:00
lumapu
6e0ab50c1d 0.6.3
* fix WiFi reconnect not working #851
* updated issue templates #822
2023-04-05 01:24:37 +02:00
lumapu
8d8cab6099 minor corrections 2023-04-04 23:34:16 +02:00
lumapu
763a7c5348 Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03 2023-04-04 23:13:39 +02:00
lumapu
863254aecb 0.6.3
* merge PR #854 optimize browser caching, thx @tastendruecker123
2023-04-04 23:12:45 +02:00
lumapu
c36125c23f Merge branch 'tastendruecker123-webgui-fix' into development03 2023-04-04 22:51:02 +02:00
lumapu
d462bb541d Merge branch 'webgui-fix' of https://github.com/tastendruecker123/ahoy into tastendruecker123-webgui-fix 2023-04-04 22:50:49 +02:00