goecharger / go-eCharger-API-v1

API specification for V2 go-eCharger (compatible with V3 too)
100 stars 26 forks source link

LED flash at active MODBUS Connection #118

Open ovhelemann opened 1 year ago

ovhelemann commented 1 year ago

Hi, I just implemented a Modbus communication and since my Charger LED flash with white/blue color each minute, even if I have my LED in power saving mode. I noticed, when Modbus is shut of, the LED keep turning of.

I suppose the LED flash, when receiving write commands from my modbus server. Even though if I do not change any register values. But my software uses "minimum write points" functions to keep the values up to date.

Did anybody notice this as well? Is there a way to switch the flashing off. I think otherwise my neighbour is going to unmount my charger :)

Thanks in advance