ivastokic

Results 10 comments of ivastokic

> The reason settings were added is because it had datapoints that state didn't. But I see know from my own installation that settings doesn't contain any additional information. I'll...

`CurrentInMaximum` same as state `510` - `ChargeMaxCurrent` `CurrentInMinimum` same as state `511` - `ChargeMinCurrent` `DefaultOfflinePhase` same as state `522` - `ChargerOfflinePhase` `DefaultOfflineCurrent` same as state `523` - `ChargeOfflineCurrent` Settings are...

@sveinse Regarding `Pause/Resume`, you can find [here](https://api.zaptec.com/help/index.html#/Charger/Charger_SendCommand_POST) more details. In order to avoid command failing (error code `528 - DeviceCommandRejected`), just use current states of the charger on decision whether...

> We have implemented a fix for the use of /api/chargers/{id}/settings Thank you for this one, is it already deployed on your side, or it depends on users when they...

> I don't think we have scoped all work yet and I expect the number of issues to rise Given this, along with other unplanned tasks, would it be possible...

> Are there any other rate limits for longer period of time e.g. X number of request per hour or day? No other limits than 10req/s per user, no matter...

>>I dont think you should be concerned here, your plan to do poll some endpoint less that others is fine, if data that you receive are more or less static,...

You're right, they are reported all together, and I can confirm that was the case here as well. Also, all of them are part of reporting to service bus (it...

> [@ivastokic](https://github.com/ivastokic) It varies which of the three phases that are not reported like this. This is really strange, we have much bigger integrators working with serviceBus, I don't remember...

> Could there be an issue around that? Yes, message can be consumed/processed only once, so I guess your other consumer has info in logs of `CurrentPhase2`? In order to...