fix example config, cpp errors, tested with voltronic 5000 and qpiri 102

This commit is contained in:
Raphael Pertl
2020-02-22 23:04:00 +01:00
parent 35a09bb538
commit b39eeb52eb
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ int main(int argc, char* argv[]) {
}
bool ups_status_changed(false);
ups = new cInverter(devicename);
ups = new cInverter(devicename,qpiri);
// Logic to send 'raw commands' to the inverter..
if (!rawcmd.empty()) {