Skip to content

BlynkIoT ,stat energy generated ***reading problem #62

Closed Locked Answered by Bettapro
GiuseppePec asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, variables starting with "vPin_STAT" are synchronized less often than the others, they are updated every hour (or so).
This is due the fact that they don't change a lot in a small amount of time, so, increasing the refresh rate of this values doesn't give any noticeable advantage.

Normally, all STAT values are updated during the startup, then, you will get updated every 1 hour.
You can trigger the "FULL UPDATE" by using vPIN_UPDATE_ALL_CONTROLLER_DATA

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@GiuseppePec
Comment options

@GiuseppePec
Comment options

@Bettapro
Comment options

@GiuseppePec
Comment options

@Bettapro
Comment options

Answer selected by Bettapro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants