Nicholas Thompson
Nicholas Thompson
I had a quick look at the docs. It looks like there is a section on alarms raised, but I am not sure if this is generated the same way....
Had the same issue. But you are able to set `operationId` for a given path [see OpenAPI docs](https://swagger.io/specification/#operation-object). If you specify an `operationId`, the specified ID is used for function...
The valid flag is set on the `versionDecode` function call https://github.com/diebietse/invertergui/blob/master/mk2driver/mk2.go#L284. Then the latest info is sent in after we receive charge state here https://github.com/diebietse/invertergui/blob/master/mk2driver/mk2.go#L383 Do you see any debug...
Without `stateDecode` there will be no new info update sent to prometheus. I am unsure as to why you are not receiving charge state updates.