-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ia7 #685
Ia7 #685
Conversation
Dean tested this so I'm going to merge into master |
Try updating from master to see if 1.4 fixed it, and if you use weather station 2, it will refresh data every minute (custom refresh rate can be set in ia7_config.json). It doesn't use a long_poll, since reading the RRD multiple times a second put a large load on my development environment. Since by default the weather RRDs are updated every minute, a timed 60 second refresh minimizes the demands on the client and server. |
I just pulled master and so far everything is working. I do not use weather station, so I can't comment on that. But thanks for adding the other fix so quickly. |
Thanks Tobi. I think the weather RRD is slick. I capture my internal temps, heating setpoints and solar radition. Interactive graphs!
… On Apr 13, 2017, at 2:47 PM, Tobi ***@***.***> wrote:
I just pulled master and so far everything is working.
I do not use weather station, so I can't comment on that. But thanks for adding the other fix so quickly.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#685 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AExbSJQmO83oBoVBZ1zYxTbwvqKJVeJlks5rvonTgaJpZM4MvABA>.
|
Yep those RRD graphs look like a fun thing to have.. I really should free up some time to set those up... |
Hi Howard,
Is there some documentation that covers the details of how to set this
up?
Cheers,
Eloy Paris.-
…On Thu, Apr 13, 2017 at 01:52:27PM -0700, hplato wrote:
Thanks Tobi. I think the weather RRD is slick. I capture my internal temps, heating setpoints and solar radition. Interactive graphs!
> On Apr 13, 2017, at 2:47 PM, Tobi ***@***.***> wrote:
>
> I just pulled master and so far everything is working.
>
> I do not use weather station, so I can't comment on that. But thanks for adding the other fix so quickly.
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub <#685 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AExbSJQmO83oBoVBZ1zYxTbwvqKJVeJlks5rvonTgaJpZM4MvABA>.
>
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#685 (comment)
|
Two fixes, an undefined error if a subpage is loaded without going to the IA7 root first. And a fix for the issue Dean Junk brought up "LONG_POLL when clicking on browse items & categories"