added SH1106 to automatic build
added IP address to MQTT (version, device and IP are retained and only transmitted once after boot) #556
added `set_power_limit` acknowledge MQTT publish #553
changed: version, device name are only published via MQTT once after boot
added `Login` to menu if admin password is set #554
added `development` to second changelog link in `index.html` #543
added interval for MQTT (as option). With this settings MQTT live data is published in a fixed timing (only if inverter is available) #542, #523
added MQTT `comm_disabled` #529
if(mTimestamp>(mSunset+mConfig->sun.offsetSec)){// current time is past communication stop, nothing to do. Next update will be done at midnight by tickCalcSunrise
if(mTimestamp>(mSunset+mConfig->sun.offsetSec)){// current time is past communication stop, nothing to do. Next update will be done at midnight by tickCalcSunrise
return;
nxtTrig=0;
}else{// current time lies within communication start/stop time, set next trigger to communication stop
}else{// current time lies within communication start/stop time, set next trigger to communication stop
DPRINTLN(DBG_INFO,F("Inverter ")+String(iv->id)+F(" has ")+msg+F("accepted power limit set point ")+String(iv->powerLimit[0])+F(" with PowerLimitControl ")+String(iv->powerLimit[1]));
DPRINTLN(DBG_INFO,F("Inverter ")+String(iv->id)+F(" has ")+msg+F("accepted power limit set point ")+String(iv->powerLimit[0])+F(" with PowerLimitControl ")+String(iv->powerLimit[1]));
}
}
iv->devControlCmd=Init;
iv->devControlCmd=Init;
@ -272,6 +277,7 @@ class Payload : public Handler<payloadListenerType> {
<li>Contribute to <ahref="https://github.com/lumapu/ahoy/blob/main/User_Manual.md"target="_blank">documentation</a></li>
<li>Contribute to <ahref="https://github.com/lumapu/ahoy/blob/main/User_Manual.md"target="_blank">documentation</a></li>
<li><ahref="https://nightly.link/lumapu/ahoy/workflows/compile_development/development03/ahoydtu_dev.zip"target="_blank">Download</a>& Test development firmware, <ahref="https://github.com/lumapu/ahoy/blob/development03/src/CHANGES.md"target="_blank">Changelog</a></li>
<li><ahref="https://nightly.link/lumapu/ahoy/workflows/compile_development/development03/ahoydtu_dev.zip"target="_blank">Download</a>& Test development firmware, <ahref="https://github.com/lumapu/ahoy/blob/development03/src/CHANGES.md"target="_blank">Development Changelog</a></li>
<li>make a <ahref="https://paypal.me/lupusch"target="_blank">donation</a></li>
<li>make a <ahref="https://paypal.me/lupusch"target="_blank">donation</a></li>
<pclass="des">Send Inverter data in a fixed interval, even if there is no change. A value of '0' disables the fixed interval. The data is published once it was successfully received from inverter. (default: 0)</p>