lumapu
31a09dbaf9
* flush rx every time
2 years ago
Andreas Schiffler
14b6e08532
alarm handling
2 years ago
Andreas Schiffler
406e7fdb8f
handling of reactive power limit
2 years ago
Andreas Schiffler
03bb7fbb88
bugfix pointer for pwr limit data
2 years ago
Andreas Schiffler
028aedb788
prototype webapi to get info, improved pwr limit
2 years ago
Andreas Schiffler
3361d5b9bf
change default for power limit persistens
2 years ago
Andreas Schiffler
56cc481069
power limit persistent
2 years ago
Andreas Schiffler
6b1f027d01
devControl bugs and error handling
2 years ago
stefan123t
7c6e068562
fix #112 switch both TX & RX channels in hmRadio.h
3 years ago
Andreas Schiffler
7ed5a0a9e1
active power limit added via mqtt and setup page
3 years ago
Andreas Schiffler
d41c26a3ce
first poc set power limit via mqtt
3 years ago
lumapu
aeb63f5d31
* compiles with PlatformIO
3 years ago
lumapu
0347a3df44
* PR #76 updated debug messages: now 5 different levels are available
* fixed CRC loop issue
3 years ago
lumapu
7e2df351d9
* fixed debug messages
3 years ago
stefan123t
17b186ee04
added DBGXXX definitions to all header files
3 years ago
lumapu
c61d9568ba
license included
tried to increase stability
3 years ago
stefan123t
20c145013e
added DEBUG_FLAGs to config.h
3 years ago
lumapu
9ec93f4647
* more debug output (#retransmits)
* improved loop counters
3 years ago
lumapu
2d37b2657d
* V0.4.15
* reduced debug messages
* fixes after merge
3 years ago
lumapu
c7d039ac8c
* added RX channel 40
* improved RF24 ISR
* reduced AP active time to 60s (will be increase once a client is connected)
* added `yield` without success -> random reboot (cause 4)
3 years ago
Stefan Thieme
b1906f0f31
add method entry debug statements
3 years ago
Stefan Thieme
ea9ab4601a
add channel 2440 to RX_CHANNELS 5 in hmRadio.h
3 years ago
lumapu
df5a306bb2
* inverter dependent mqtt (is avail)
* implemented heap stats #58
* inserted 'break' in ISR while loop
3 years ago
lumapu
69f8f0b806
* reduced heap size (>50%) by using 'F()' for (nearly) all static strings (mentioned by @stefan123t )
3 years ago
lumapu
724f0ab83a
* complete payload processed (and crc checked)
* inverter type is defined by serial number
* serial debug can be switched live (using setup)
-> Note: only one inverter is supported for now!
3 years ago
lumapu
b485cb8151
* improved stability (in comparison to 0.3.7)
* reset wifi AP timout once a client is detected
* fix #26 wrong variable reset
3 years ago
lumapu
37206847c5
* added rx channel switching
* switched to crc8 check for valid packet-payload
3 years ago
lumapu
8f444cee2f
* improved tickers, only one ticker is active
* added feature to use the ESP as access point for all the time
* added serial features to setup
3 years ago
docBmuc
59b6addccf
Fix in live view, larger boxes in CSS, SPI-Speed define
Fixed missing HM800 in liveView
Larger boxes in CSS
Introduced SPI speed define for reduced speed (1MHz) for increased stability
3 years ago
lumapu
2abd388726
* converted to "poor-man-ticker" using millis() for uptime, send and mqtt
* added inverter overview
* added send count to statistics
3 years ago
lumapu
f6b75aff90
* preliminary state, compiles good not tested on hardware
* converted struct inverter_t to class Inverter
* started with calculation functions (idea from Hubi/mikrocontroller.net)
3 years ago
lumapu
a9b7fd0599
* added IP address to serial console on successful connect to station WiFi
* fix: RF24 power setting configuration
* added RF24 isChipConnected
* added MQTT port configuration
* fix offsets for HM400 and HM600 inverters
* added warning if configuration was changed without reboot
3 years ago
lumapu
04d31200cb
* NRF24 amlifierer power level can be configured in web setup
* fixed MQTT status (was inverted)
* fixed interval uint from seconds to ms
3 years ago
lumapu
df9f050313
* added erase application settings
* HM1500 as selectable in setup
* Added new commands to statistic (0x82, 0x83)
3 years ago
lumapu
d195eee498
* pinout can be saved using the web setup
* html / css files are now located inside PROGMEM
* conversion of files is done with python script (OS independent, open source)
* moved as much as possible for now to the hm* modules - the app should only be the body
* successfully tested with HM1200
3 years ago
lumapu
a95069e65c
* set default pinout to Wemos D1mini
* pinout will be saved in eeprom, but changes not applied for now
3 years ago
lumapu
97dfbb5936
* communication works again
* reordered HM1200 values (for Serial print)
3 years ago
lumapu
d0731f7065
* new structure
* slim definitions of fields and units
* prepared multi inverter setup (not finished now)
3 years ago
lumapu
8bfbd8d45b
* added HM1200 decoder
* added HTML to visualize the read values
3 years ago
lumapu
a7add69719
* renamed .ino (must be identical to parent folder name)
* build CRC over settings, only if the CRC matches settings are applied
* send command 0x80 (set time was wrong)
* improved crc16 routine
* added statistics for received commands and send statistics (channels are not correct for now!)
* receive of commands 0x01, 0x02, 0x03, 0x81 and 0x84 working
3 years ago
lumapu
5f927ad8c5
added ESP8266 code
3 years ago