Argafal
|
e17c5f90ff
|
Fix SPI2_HOST pins, remove C3 and S2 as I don't know their correct values
|
2 years ago |
Argafal
|
7c9938a912
|
Support for Fusion v2 board, bug fix NRF
CMT and NRF now work concurrently.
|
2 years ago |
sri-elgora
|
a0955044e5
|
Update RestApi.h, Bugfix JSON-Param Reset-Command
Bugfix JSON-Param Reset-Command
|
2 years ago |
lumapu
|
a80167912c
|
added missing files
|
2 years ago |
lumapu
|
ece48b3cab
|
Merge branch 'main' into development03
|
2 years ago |
lumapu
|
8ffd747420
|
Merge branch 'development03' into eth
|
2 years ago |
Lukas Pusch
|
dbb352801e
|
Merge pull request #928 from betacentauri/main
[rpi] Use tx channel hopping and decrease timeout and increase retries
|
2 years ago |
Betacentauri
|
72d044bcf6
|
[rpi] Add config for transmit retries
and increase to 5 so that all channels are tried once
|
2 years ago |
Betacentauri
|
9acd8c59cd
|
[rpi] Use tx channel hopping and decrease timeout
Using only channel 40 for transmits led in some cases to no responses.
|
2 years ago |
lumapu
|
3072ddb59e
|
SPI related changes for CMT / 3 wire SPI
|
2 years ago |
Lukas Pusch
|
685a2c81bd
|
Merge pull request #910 from betacentauri/main
Raspberry Pi: Add log file rotation
|
2 years ago |
Thomas Pohl
|
ded680bc80
|
For ePaper display, show ahoy logo on offline screen
Solves #897
|
2 years ago |
Thomas Pohl
|
da4a347c49
|
not NULL chheck
|
2 years ago |
Thomas Pohl
|
8960fa6650
|
Refactored DisplayMono class to improve maintainability
|
2 years ago |
Betacentauri
|
2005348f54
|
[rpi] Add powerfactor and event_count decoder for HM300, HM350, HM400
Without event_count program crashes immediately in __main__.py line 233.
|
2 years ago |
Betacentauri
|
ac207e0d37
|
[rpi] Add log file rotation
so that log file doesn't grow infinitely
|
2 years ago |
lumapu
|
cf2cf37918
|
Merge branch 'development03' into hms
|
2 years ago |
lumapu
|
f67a68e852
|
0.6.12
* improved MqTT
* fix menu active item
|
2 years ago |
lumapu
|
ad9fda4e28
|
0.6.11
* added MqTT class for publishing all values in Arduino `loop`
|
2 years ago |
lumapu
|
8ead358f4c
|
fix publish loop
|
2 years ago |
lumapu
|
64ff0fbe00
|
Merge branch 'main' into improve/mqtt
|
2 years ago |
lumapu
|
2108a13fa7
|
pub mqtt loop in extra class
|
2 years ago |
lumapu
|
c004c83bf9
|
added statemachine
|
2 years ago |
lumapu
|
a0f44deb67
|
fix pinout for NRF24 read back, store enable
|
2 years ago |
lumapu
|
f2aad42be4
|
fix compile error
|
2 years ago |
Lukas Pusch
|
7be4ae4536
|
Merge pull request #903 from FelixM01/patch-1
Doku: addition to the topic firmware update
|
2 years ago |
lumapu
|
27f16c4e91
|
Improved ESP8266 support for HMS version (same code base: only ESP32 supports HMS!)
|
2 years ago |
lumapu
|
8c67f59eed
|
small enhancement for esp8266 (compile)
|
2 years ago |
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.
|
2 years ago |
Thomas Pohl
|
df40286c04
|
Add support for 128x32 display
|
2 years ago |
lumapu
|
b8533cc17d
|
several HMS / HMT related changes
|
2 years ago |
lumapu
|
4fd93be575
|
Merge branch 'main' into hms
Update to latest release
|
2 years ago |
lumapu
|
15ec6a0608
|
0.6.9 release
|
2 years ago |
lumapu
|
4625216031
|
Merge branch 'development03'
|
2 years ago |
lumapu
|
05d1eb607e
|
0.6.8 try to fix esp32s3 build
|
2 years ago |
lumapu
|
7e1f1cece4
|
0.6.9 release
|
2 years ago |
lumapu
|
b6531180df
|
0.6.8
* fix #892 `zeroYieldDay` loop was not applied to all channels
|
2 years ago |
lumapu
|
1103374abd
|
started to convert for and while loop to async loops
|
2 years ago |
tastendruecker123
|
d7eb4a0b98
|
added option to reboot ahoy every 24 hours
|
2 years ago |
lumapu
|
1e1a21fa56
|
add ethernet support, thx @fumanchi
(ahoyeth.h and ahoyeth.cpp are missing)
|
2 years ago |
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
|
2 years ago |
lumapu
|
c3728a8303
|
Merge branch 'tastendruecker123-dev4' into development03
|
2 years ago |
tastendruecker123
|
492cc5a8aa
|
fixed typo
|
2 years ago |
tastendruecker123
|
2c0e1bbe57
|
Bugfixes around saving settings
|
2 years ago |
lumapu
|
48ce948ede
|
0.6.6
* increased distance for `import` button in mobile view #879
* changed `led_high_active` to `bool` #879
|
2 years ago |
lumapu
|
1e1696ca15
|
0.6.5
fix max module power read
|
2 years ago |
lumapu
|
a0659968ce
|
0.6.5
Version number increase
|
2 years ago |
lumapu
|
f38bee88a1
|
another fix
|
2 years ago |
lumapu
|
d953dbfa37
|
0.6.5
* fix small issue during loading settings
|
2 years ago |
lumapu
|
563550d42c
|
0.6.5
* merge PR #861 do not send channel metric if channel is disabled
|
2 years ago |