diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-07 02:39:39 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-07 02:39:39 +0300 |
commit | 912d9375afe7fc3bba605de407b4ccf493c0335c (patch) | |
tree | 8285f5972feeb74e15aa78248d0618bff0c206d2 | |
parent | d989047a4d0adead31a9a3cce0c03497fa3a64b6 (diff) |
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ # isv +**IMPORTANT!** + +This project has been discontinued. It was rewritten in C++ and is called +[inverter-tools](https://github.com/gch1p/inverter-tools) now. All further development +will happen in the new project. + +--- + **isv** is utility for controlling Voltronic hybrid solar inverters that use P18 protocol. **isv** has full P18 support with all known methods implemented. It was written for use with InfiniSolar V 5kW inverter and it's the only inverter it has been tested with so far, but it should work with other inverters using P18 protocol as well. Adding @@ -309,4 +317,4 @@ failed to read response from inverter, or response is invalid). ## License -GPLv3
\ No newline at end of file +GPLv3 |