* fix inverter communication with manual time sync #1603
* improved queue, only add new object once they not exist
* added option to reset values on communication start (sunrise)
if(mTimestamp>=(mSunset+mConfig->sun.offsetSecEvening)){// current time is past communication stop, nothing to do. Next update will be done at midnight by tickCalcSunrise
nxtTrig=0;
}else{// current time lies within communication start/stop time, set next trigger to communication stop