enbility / eebus-go

EEBUS protocol implementation in go
https://enbility.net
MIT License
52 stars 14 forks source link

Remove refetch logic in EVCEM #93

Closed DerAndereAndi closed 2 months ago

DerAndereAndi commented 2 months ago

The current refetch logic will cause an endless read and reply loop with no gains, if the EVSE never sends data with a newer timestamp or always doesn't send any timestamp.

So for now remove this completely.