Andreas Schiffler
616ca16004
Update User_Manual.md
2 years ago
Andreas Schiffler
9869722697
Merge branch 'dollatek_case' into development02
2 years ago
Andreas Schiffler
6c8c94d997
change dir for cases
2 years ago
Andreas Schiffler
e413241599
Merge pull request #218 from thfcm/patch-2
Updates README.md (thx @thfcm )
2 years ago
Andreas Schiffler
ebe532d773
Merge branch 'development02' into patch-2
2 years ago
thfcm
046450176b
Update README.md
Added Discord Link.
2 years ago
lumapu
fbef2cc28a
Merge pull request #217 from thfcm/patch-1
Update README.md
2 years ago
thfcm
2dede36331
Update README.md
1. Added Table of Contents
2. Changed minimal required memory of used ESP8266 module
3. Added Link to Discord
4. Made all Headlines Titel Cased
2 years ago
lumapu
10d6fcc698
badge test
2 years ago
lumapu
11fdb4c822
fix action (directory was missing - needs to be created automatically now)
2 years ago
lumapu
b67cd033d2
fix #209
2 years ago
lumapu
2bfb6467e0
* fix #195 : used trim() to remove leading and trailing spaces, added maxlength attr to input field
* started to work on #209 : added another timer for NTP update after configurable interval (default 12h)
2 years ago
lumapu
4796555fac
Merge branch 'main' into development02
2 years ago
Oliver Fueckert
5cac5a7747
Clarify photo file names
2 years ago
lumapu
9bc68db8ae
Merge pull request #212 from thymjan/patch-1
Update README.md
2 years ago
Andreas Schiffler
a24abc75dd
Merge pull request #211 from cubinet-code/config_override
Improve config system and make DTU_RADIO_ID customizable in config.h
2 years ago
Andreas Schiffler
dc38d46cda
Merge branch 'development02' into config_override
2 years ago
Oliver Fueckert
7fc57ffc8c
- Improve config system allowing a user customizable config_override.h file to ensure git pulls don't require merges
- Move DTU_RADIO_ID to config.h to allow for easy customization for multiple DTUs with non conflicting radio IDs
2 years ago
Oliver Fueckert
d58b1c492d
OpenScad parametric Case for Dollatek NRF24L01
2 years ago
Andreas Schiffler
9eaf9ba667
Merge branch 'development02' of https://github.com/grindylow/ahoy into development02
2 years ago
Andreas Schiffler
4613593afb
fix development workflow actions
2 years ago
Andreas Schiffler
411e78078f
Update compile_development.yml
2 years ago
Andreas Schiffler
a208e5450d
add github actions for dev builds
Build automatically the firmware under tools/esp8266 for any branchs whichs matchs the widlcard development* and plces the binaries in the action artifacts
2 years ago
Stefan Theurer
677a4d4e67
Update README.md
Added HM-300
2 years ago
lumapu
ae968d618a
* added option for no powerlimit (setup)
* moved function showLiveData to web.cpp
* improved debug messages
* cleaned some code
2 years ago
lumapu
fec8758de7
* fix empty inverters save on a brandnew ESP
* replaced several {0} by memset
* erase now erases the flash with 0xff (identical to a brandnew ESP)
2 years ago
lumapu
3a51f3545c
improved generation of power limit control html select element
2 years ago
lumapu
3212aeb142
code review: added check if mqtt is enabled before sending out values
2 years ago
Andreas Schiffler
8bf539aea4
Merge pull request #200 from DanielR92/patch-10
Update Scheduler / Task manager + MQTT
2 years ago
Andreas Schiffler
87b45d5a26
Merge pull request #199 from DanielR92/patch-8
Added a Hint for update from a low version to new
2 years ago
DanielR92
5c33690f1a
Update Scheduler / Task manager + MQTT
2 years ago
DanielR92
41e67e1782
Added a Hint for update from a low version to new
2 years ago
Andreas Schiffler
146a1d5eea
improvment mqtt after add values
2 years ago
Andreas Schiffler
0af251bff9
added esp32 to release work flow
2 years ago
Andreas Schiffler
f76fbea5c2
added last alarm msg request
2 years ago
lumapu
cbebfea238
Merge pull request #194 from tastendruecker123/dev2
MQTT reconnect delay, fixed ESP32 build
2 years ago
tastendruecker123
079ba896d1
MQTT reconnect delay, fixed ESP32 build
2 years ago
Andreas Schiffler
c62996c139
Merge pull request #189 from DanielR92/patch-7
Update first draft
2 years ago
Andreas Schiffler
dddb7654bf
Merge pull request #188 from DanielR92/patch-6
Update Readme start
2 years ago
Andreas Schiffler
45ae413aa7
Merge pull request #187 from DanielR92/patch-5
Delete checkserial() in the input field
2 years ago
DanielR92
83a2c98792
updated the ESP8266 readme
2 years ago
DanielR92
9fbfd9389e
Update first draft
added the todo list from the post https://github.com/grindylow/ahoy/issues/142
2 years ago
DanielR92
ba45d13faf
Update Readme start
Start to review the whole documentation and rewrite it.
First draft. :)
2 years ago
DanielR92
8f389f8939
Delete checkserial() in the input field
Webbrowser error when the site 'setup' is called.
JS function not exist.
https://github.com/grindylow/ahoy/issues/184 (first row)
2 years ago
Andreas Schiffler
348ad4bd07
Merge pull request #180 from grindylow/development
Development -> Main 0.5.15
- v0.5.15
* Bug fix: mqtt payload handling (thx @klahus1 , silverserver)
* Bug fix: eeprom alignment fixed (thx @klahus1 )
* mqtt reconnect improvements (thx @tastendruecker123 , @HorstG-57 )
* simple command scheduler (one place fifo)
* InverterDevInform_All Command parser and output to mqtt
* New workflow to build github release
* Introduction of a command queue (like OpenDTU)
* Feedback from inverter for actual power limit via InfoCmd -> SystemConfigPara (0x05) placed in visualization
* REST API will enqueue a new info command (all commands supported)
* Change in power limit will (Setup, MQTT or REST API) enqueues a new infocmd request to get actual power limit
* Actual power limit is available under MQTT topic <TOPIC>/<INVERTER-NAME>/ch0/PowerLimit ALWAYS in percent
* Firmware information will be requested automatically up on start of dtu
* Added User_Manual.md
- Known Open Points
* Not all parsers are implemented but can now easy be down by just adding byte mapping
* More than one InfoCmd in the loop WILL require a stream/websocket to update live data.
2 years ago
Andreas Schiffler
c152173479
Update CHANGES.md
2 years ago
Andreas Schiffler
51fbe7868c
added command queue
+ command queue
+ feedback from inverter for actual power limit via InfoCmd -> SystemConfigPara (0x05)
+ REST API will enqueue a new info command
+ change in power limit will enqueue infocm to get actual power limit
+ actual power limit is available under mqtt topic <TOPIC>/<NAME>/ch0/PowerLimit ALWAYS in percent
+ Firmware information will be requested automatically up on start of dtu
2 years ago
Andreas Schiffler
76f2de853c
Merge PR #181 from tastendruecker123/esp32
ESP32 support added
2 years ago
tastendruecker123
0ad53d56d8
ESP32 support added
* ESP32 adjustments, compiles and runs
* Changed gitignore to ignore debug log files
2 years ago
lumapu
9ca1792480
fixed setup layout for mobile devices
2 years ago