HomeAssistantAddons icon indicating copy to clipboard operation
HomeAssistantAddons copied to clipboard

Speed of Data Update

Open snaven1 opened this issue 1 year ago • 2 comments

Fantastic piece of work. I have essentially implemented all the functionality with reasonable success. I am using Mickmate's Energy Dashboard code. I have had to make a small number of changes to the code to pick up on certain parameters. Not an issue! My major concern is that the information (data) being provided on the energy status graphic is so out wack from the ISolar Cloud app provided by Sungrow, that it is almost useless. This comes about because the downloading of the data from ISolar portal environment to mqtt server then onto home assistant takes in the order of minutes. I have being observing the rate of update of data within the mqtt server (using mqtt explorer) and updates can take up to 10 minutes. Of course, the actual system has moved on from this already inaccurate figure. So for example .... Tracking parameter p13149 (purchased power), on Isolar app this figure will be changing and updating all the time. On GoSungrow energy dashboard it may update once every 5 minutes ( hard to ascertain the exact wait time ). I assume that Mickmates code is using the command line API interface code to extract the data and then send onto the Home Assistant Mqtt server. I have examined the config.json file that represents that config file for the command line interface, however does not seem to have any polling options that I am aware of. Any assistance would be greatly appreciated.

snaven1 avatar Mar 22 '23 03:03 snaven1