-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ sofar2mqtt/set/discharge - send values in the range 0-6000 (watts) | |
battery_save is a hybrid auto mode that will charge from excess solar but not discharge. | ||
(c)Colin McGerty 2021 [email protected] | ||
Thanks to Rich Platt for hybrid model code and testing. | ||
Thanks to Rich Platts for hybrid model code and testing. | ||
calcCRC by [email protected] and [email protected] | ||
*****/ | ||
#include <Arduino.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ sofar2mqtt/set/discharge - send values in the range 0-3000 (watts) | |
battery_save is a hybrid auto mode that will charge from excess solar but not discharge. | ||
(c)Colin McGerty 2021 [email protected] | ||
Thanks to Rich Platt for hybrid model code and testing. | ||
Thanks to Rich Platts for hybrid model code and testing. | ||
calcCRC by [email protected] and [email protected] | ||
*****/ | ||
#include <Arduino.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ sofar2mqtt/set/discharge - send values in the range 0-3000 (watts) | |
battery_save is a hybrid auto mode that will charge from excess solar but not discharge. | ||
|
||
(c)Colin McGerty 2021 [email protected] | ||
Thanks to Rich Platts for hybrid model code and testing. | ||
calcCRC by [email protected] and [email protected] | ||
|
||
# How To Build | ||
|