Newan / ioBroker.easee

easee is a wallbox with an REST-API. This adapter for ioBroker can used to connect the wallbox with your home environment
MIT License
21 stars 8 forks source link

Many entries in the IOBroker log #7

Closed TMHEINE closed 3 years ago

TMHEINE commented 3 years ago

Hello,

first of all thank you very much for your adapter. So far it works great! I have two wallboxes and query them in 30s intervals. All values seem to match so far. How the dynamic limit works, I have not yet tested. However, I have in the log of the IObroker 62 info entries per minute. Is there somehow a possibility to reduce this (maybe adjustable). Otherwise my memory card will be quickly overfilled with log files...

Thanks for your efforts

Thomas

TMHEINE commented 3 years ago

Hello,

almost perfect, but there are still a lot entries like this:

easee.0 2021-05-03 06:27:28.472 info (4085) set session year data
easee.0 2021-05-03 06:27:28.468 info (4085) Config update successful
easee.0 2021-05-03 06:27:28.466 info (4085) Config update successful
easee.0 2021-05-03 06:27:28.462 info (4085) Config update successful
easee.0 2021-05-03 06:27:28.264 info (4085) Changes send to API
easee.0 2021-05-03 06:27:28.223 info (4085) Changes send to API
easee.0 2021-05-03 06:27:28.209 info (4085) Changes send to API
easee.0 2021-05-03 06:27:28.199 info (4085) Changes send to API
easee.0 2021-05-03 06:27:27.383 info (4085) read new states from the API
easee.0 2021-05-03 06:26:58.272 info (4085) Config update successful
easee.0 2021-05-03 06:26:58.270 info (4085) Config update successful
easee.0 2021-05-03 06:26:58.267 info (4085) Config update successful
easee.0 2021-05-03 06:26:58.245 info (4085) Config update successful
easee.0 2021-05-03 06:26:58.051 info (4085) Changes send to API
easee.0 2021-05-03 06:26:58.011 info (4085) Changes send to API
easee.0 2021-05-03 06:26:58.006 info (4085) Changes send to API
easee.0 2021-05-03 06:26:57.999 info (4085) Changes send to API
easee.0 2021-05-03 06:26:57.167 info (4085) read new states from the API
easee.0 2021-05-03 06:26:27.988 info (4085) Config update successful
easee.0 2021-05-03 06:26:27.984 info (4085) Config update successful
easee.0 2021-05-03 06:26:27.952 info (4085) Config update successful
easee.0 2021-05-03 06:26:27.950 info (4085) Config update successful
easee.0 2021-05-03 06:26:27.769 info (4085) Changes send to API
easee.0 2021-05-03 06:26:27.762 info (4085) Changes send to API
easee.0 2021-05-03 06:26:27.706 info (4085) Changes send to API
easee.0 2021-05-03 06:26:27.698 info (4085) Changes send to API
easee.0 2021-05-03 06:26:26.901 info (4085) read new states from the API
easee.0 2021-05-03 06:25:57.770 info (4085) Config update successful
easee.0 2021-05-03 06:25:57.743 info (4085) Config update successful
easee.0 2021-05-03 06:25:57.720 info (4085) Config update successful
easee.0 2021-05-03 06:25:57.716 info (4085) Config update successful
easee.0 2021-05-03 06:25:57.548 info (4085) Changes send to API
easee.0 2021-05-03 06:25:57.503 info (4085) Changes send to API
easee.0 2021-05-03 06:25:57.497 info (4085) Changes send to API
easee.0 2021-05-03 06:25:57.469 info (4085) Changes send to API

Can these also be removed somehow, or are they necessary?

Thomas