mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 01:10:20 +01:00
Hoymiles Lib: Use pre-rendered serial number
This commit is contained in:
@@ -63,8 +63,7 @@ void HoymilesClass::loop()
|
||||
}
|
||||
|
||||
if (iv->getEnablePolling() || iv->getEnableCommands()) {
|
||||
_messageOutput->print("Fetch inverter: ");
|
||||
_messageOutput->println(iv->serial(), HEX);
|
||||
_messageOutput->printf("Fetch inverter: %s\r\n", iv->serialString().c_str());
|
||||
|
||||
if (!iv->isReachable()) {
|
||||
iv->sendChangeChannelRequest();
|
||||
|
||||
Reference in New Issue
Block a user