81943441e0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #59  from leliep/main  
							
							
 
							
							
							3D-Model for a case for Wemos D1 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c1c88d5bf 
								
							
								 
							
						 
						
							
							
								
								3D-Model for a case for Wemos D1  
							
							
 
							
							
							This is a 3D printable case for a Wemos D1 and a nrf24 module sandwiched together. 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f3b0bc8bb8 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'main' of  https://github.com/grindylow/ahoy  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69f8f0b806 
								
							
								 
							
						 
						
							
							
								
								* reduced heap size (>50%) by using 'F()' for (nearly) all static strings (mentioned by  @stefan123t )  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2199d46890 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #54  from Sprinterfreak/pypackage  
							
							
 
							
							
							Update Pypackage 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34f6f9363d 
								
							
								 
							
						 
						
							
							
								
								pypackage typo  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d5252866f8 
								
							
								 
							
						 
						
							
							
								
								pypackage add txpower min, high  
							
							
 
							
							
							Now txpower can be one of min, low, high, max 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88e9de42b8 
								
							
								 
							
						 
						
							
							
								
								pypackage add powerfactor where possible  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68cb8a59d9 
								
							
								 
							
						 
						
							
							
								
								Pypackage Disable retransmit in log parse mode  
							
							
 
							
							
							Disable retransmit if InverterTransaction is invoked without an actual
radio attached. 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01f1fab27f 
								
							
								 
							
						 
						
							
							
								
								* try to  fix   #52  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f41e76df1b 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'main' of  https://github.com/grindylow/ahoy  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6a1a3b86d2 
								
							
								 
							
						 
						
							
							
								
								* added patch from  @Argafal  
							
							
 
							
							
							* Updated readme to refer library versions 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7844ea2946 
								
							
								 
							
						 
						
							
							
								
								* moved mqtt loop out of `checkTicker` as mentioned in  #49  
							
							
 
							
							
							* added irritation and efficiency calculations (** EPPROM CHANGE - YOUR SETTINGS MAYBE BECOME CURRUPT! **)
* improved style 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e5437876a0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #51  from Sprinterfreak/pypackage  
							
							
 
							
							
							Update pypackage set txpower per nrf/inverter 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5935e0dabe 
								
							
								 
							
						 
						
							
							
								
								Update pypackage set txpower per nrf/inverter  
							
							
 
							
							
							Add config parameter `txpower` in inverters- and nrf context.
This enables overriding txpower default RF24_PA_MAX, in some cases
inverters require RF24_PA_LOW. For larger setups, txpower can be set per
inverter to be able to query a far away (max) and a near by (low) one from within
one instance.
Valid values can be:
 * `txpower: 'max'` (corresponds to RF24_PA_MAX, default)
 * `txpower: 'low'` (corresponds to RF24_PA_LOW) 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6231973572 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #50  from Sprinterfreak/pypackage  
							
							
 
							
							
							Add pypackage retransmit last frame 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93b3f02b24 
								
							
								 
							
						 
						
							
							
								
								Add pypackage retransmit last frame  
							
							
 
							
							
							Mentioned in #30  by @stefan123t  
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8238e90903 
								
							
								 
							
						 
						
							
							
								
								*  fix   #38  current assignment for 4-channel inverters  
							
							
 
							
							
							* added last received timestamp in /hoymiles livedata web page #47 
* improved style.css
* improved NTP as described in #46  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec6cfba895 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'main' of  https://github.com/grindylow/ahoy  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99f829ac87 
								
							
								 
							
						 
						
							
							
								
								* added free heap, mentioned in  #24  (added in serial print, status on index and mqtt)  
							
							
 
							
							
							* fixed  #45 , AC current by factor 10 too high
* fixed failed payload counter 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								cd411c7e71 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #44  from stefan123t/main  
							
							
 
							
							
							fixed html and pdf exports 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								4fc12eb95b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'grindylow:main' into main  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d65660c737 
								
							
								 
							
						 
						
							
							
								
								hoymiles-format-description.md updated html and pdf exports  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a35cb414a8 
								
							
								 
							
						 
						
							
							
								
								*  fixed   #41  HM800 Yield total and Yield day were mixed around. Found issue while comparing to Python version  
							
							
 
							
							
							* fixed  #43  HM350 channel 2 is displayed in Live-View
* added #42  YieldTotal and YieldTotal Day for HM600 - HM800 inverters 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5acce759e0 
								
							
								 
							
						 
						
							
							
								
								*  fix   #39  Assignment 2-Channel inverters (HM-600, HM-700, HM-800)  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6871bf4247 
								
							
								 
							
						 
						
							
							
								
								* multi inverter support  
							
							
 
							
							
							* full re transmit included 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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! 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								2dcf948d60 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #34  from Sprinterfreak/pypackage  
							
							
 
							
							
							Pypackage: improve code quality 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8a13d4c41c 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #37  from stefan123t/main  
							
							
 
							
							
							Markdown formatting of hoymiles-format-description.md 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								aa698e40b9 
								
									
								
							
								 
							
						 
						
							
							
								
								Delete 2022-03-25_11_19_09-Window.png  
							
							
 
							
							
							old, has been superseded 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								70bedf82b3 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'grindylow:main' into main  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								17a5dcba3c 
								
							
								 
							
						 
						
							
							
								
								added markdown hoymiles-format-description.md and images  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e473583a55 
								
							
								 
							
						 
						
							
							
								
								Change alarm code 2  
							
							
 
							
							
							Seems that alarm code 2 appears on failed commands 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4eebb67e4 
								
							
								 
							
						 
						
							
							
								
								Improve python code quality  
							
							
 
							
							
							Mostly fix naming convetion, add descriptions. Cleanup code, left behind
from tinkering. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2934c23688 
								
							
								 
							
						 
						
							
							
								
								Update UnknownResponse decoder  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5101b22ff7 
								
							
								 
							
						 
						
							
							
								
								Provide Influx2 output plugin  
							
							
 
							
							
							Allready thougt about it earlier and requested in #29  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7415139038 
								
							
								 
							
						 
						
							
							
								
								Provide rx time in response  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5b427f4f2 
								
							
								 
							
						 
						
							
							
								
								Provice decoders super class to ensure properties  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								58aba45a25 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #32  from Sprinterfreak/pypackage  
							
							
 
							
							
							Update pypackage 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								532168e1eb 
								
							
								 
							
						 
						
							
							
								
								Allow disable mqtt  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f52c62b3f 
								
							
								 
							
						 
						
							
							
								
								Setup NRF send/receive pipes  
							
							
 
							
							
							Fixes no response from WR 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f2e7105cb3 
								
							
								 
							
						 
						
							
							
								
								fix   #26  ticker / interval in app.cpp  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3c2a896035 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #27  from Sprinterfreak/pypackage  
							
							
 
							
							
							Pypackage: integrate ahoy.py into module 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3aff763e8f 
								
							
								 
							
						 
						
							
							
								
								WIP: Partially decode event log 0x11 and 0x12  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d408264521 
								
							
								 
							
						 
						
							
							
								
								Adds documentation to python-hoymiles module  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								38346abde2 
								
							
								 
							
						 
						
							
							
								
								Update python decoders improves protocol analysis  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d27f0c1148 
								
							
								 
							
						 
						
							
							
								
								Integrate ahoy.py into hoymiles module  
							
							
 
							
							
							Finally get rid of ahoy.py and integrate functionallity into the module
itself. Prepares for pipelines, adding pip installer or debian packaging.
Improve configuration adds commandline switches for:
  * `--verbose, enabling verbose logging
  * `--log-transactions`, outbut all rf raw data
Improve loop, now runs all queued commands per inverter within interval.
Skip sleep when interval is allready due. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7338925947 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'dev'  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b485cb8151 
								
							
								 
							
						 
						
							
							
								
								* improved stability (in comparison to 0.3.7)  
							
							
 
							
							
							* reset wifi AP timout once a client is detected
* fix  #26  wrong variable reset 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37206847c5 
								
							
								 
							
						 
						
							
							
								
								* added rx channel switching  
							
							
 
							
							
							* switched to crc8 check for valid packet-payload 
							
						 
						4 years ago