You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for your efforts to make such great lib
I am testing my charger on custom backend it worked fine in on/off but it only send energy just on start and end of each transaction i need to make send it periodically every 30 sec. For example
I changed both lines in lib. And i got nothing
meterValueSampleIntervalInt = declareConfiguration<int>("MeterValueSampleInterval", 30); // changed from 60
And also
meterValuesInTxOnlyBool = declareConfiguration<bool>(MO_CONFIG_EXT_PREFIX "MeterValuesInTxOnly", false); // changed from true
I am using this function in my setup code
addMeterValueInput([]()
{
Serial.println("[main] Energy meter input requested");
return currentEnergyWh ; }, "Energy.Active.Import.Register", "Wh", nullptr, nullptr, 2);
Also used it in loop each 30 second and got nothing too
Any help with that situation?!
The text was updated successfully, but these errors were encountered:
Hello
First of all thanks for your efforts to make such great lib
I am testing my charger on custom backend it worked fine in on/off but it only send energy just on start and end of each transaction i need to make send it periodically every 30 sec. For example
I changed both lines in lib. And i got nothing
meterValueSampleIntervalInt = declareConfiguration<int>("MeterValueSampleInterval", 30); // changed from 60
And also
meterValuesInTxOnlyBool = declareConfiguration<bool>(MO_CONFIG_EXT_PREFIX "MeterValuesInTxOnly", false); // changed from true
I am using this function in my setup code
Also used it in loop each 30 second and got nothing too
Any help with that situation?!
The text was updated successfully, but these errors were encountered: