|
Post by SDL on Dec 21, 2021 16:53:03 GMT -8
Jason,
Agreed. I have pretty good luck with full page (zooming around) with Dash, but I get what you are saying.
BP
|
|
|
Post by Jason on Dec 23, 2021 4:34:08 GMT -8
Are you doing that using meta tags for the viewport?
Thanks,
Jason
|
|
|
Post by SDL on Dec 25, 2021 12:40:37 GMT -8
Just straight off of the dash_app. No changes.
BP
|
|
|
Post by Jason on Dec 31, 2021 5:07:35 GMT -8
The ARM compute instance I setup had 1 CPU and 6GB or RAM and finally broke last night. I’m running PostgreSQL, Redis, Apache Airflow, NodeRED, Jupyter, and a Dash app on it. The final straw was the Airflow job that refreshes the data in the Redis cache every minute. Once running, CPU utilization averaged 100% and navigation of the Dash app was no longer possible. Fortunately, Oracle Cloud Always Free offers up to 4 CPUs and 24GB of RAM for the ARM instances as either four separate compute instances or one single compute instance. My compute instance now has the max CPUs and RAM available and all is running smoothly again! Highly recommend folks grab one of these because they are absolutely free! I haven’t paid Oracle a dime and much cheaper than AWS and others!
Thanks,
Jason
|
|
|
Post by mauriceatkinson on Jan 1, 2022 9:00:54 GMT -8
I would like to post my skyweather data directly to excel so I can use Power BI to play around with the data rather than have a paid for app on my phone
|
|
|
Post by festeraeb on Jan 3, 2022 9:04:49 GMT -8
The ARM compute instance I setup had 1 CPU and 6GB or RAM and finally broke last night. I’m running PostgreSQL, Redis, Apache Airflow, NodeRED, Jupyter, and a Dash app on it. The final straw was the Airflow job that refreshes the data in the Redis cache every minute. Once running, CPU utilization averaged 100% and navigation of the Dash app was no longer possible. Fortunately, Oracle Cloud Always Free offers up to 4 CPUs and 24GB of RAM for the ARM instances as either four separate compute instances or one single compute instance. My compute instance now has the max CPUs and RAM available and all is running smoothly again! Highly recommend folks grab one of these because they are absolutely free! I haven’t paid Oracle a dime and much cheaper than AWS and others! Thanks, Jason Jason how are you sending your data up to the oracle cloud service. I signed up for an account and am working through a basic network set up. Are you doing a push to a remote Mysql?
|
|
|
Post by Jason on Jan 3, 2022 10:42:43 GMT -8
I'm putting together a diagram so hang tight. In short, I'm using NodeRED lol. It's like my Swiss Army knife :-)
Jason
|
|
|
Post by Jason on Jan 3, 2022 11:02:57 GMT -8
Here you go!  Thanks, Jason
|
|
|
Post by Jason on Jan 9, 2022 13:01:54 GMT -8
My home weather station is coming together nicely. Need to optimize the Dash app for the screen and play around with layout some more. The dream is to wall mount the touch screen and have it running all the time in my home somewhere my wife lets me hang it lol  Thanks, Jason
|
|
|
Post by SDL on Jan 9, 2022 17:05:00 GMT -8
Jason,
I love what you have done here!
BP
|
|
|
Post by Jason on Jan 16, 2022 14:07:16 GMT -8
One of the more challenging aspects of replacing Blynk has been notifications. Within my Blynk app, I've added notifications for various reasons and a Dash application doesn't provide that capability. I think I have a solution. I've created a generic messaging applet in IFTTT that will receive data through a Webhooks and pop up a notification on the IFTTT app on my phone. Not elegant and quite as slick as Blynk but it works lol
Thanks,
Jason
|
|
|
Post by festeraeb on Jan 18, 2022 6:31:13 GMT -8
One of the more challenging aspects of replacing Blynk has been notifications. Within my Blynk app, I've added notifications for various reasons and a Dash application doesn't provide that capability. I think I have a solution. I've created a generic messaging applet in IFTTT that will receive data through a Webhooks and pop up a notification on the IFTTT app on my phone. Not elegant and quite as slick as Blynk but it works lol Thanks, Jason On my Pipilot Open CPN project I use text messages then go to vnc viewer. Not perfect but I know when my boat moves to far on anchor or has a high water alarm
|
|
|
Post by Jason on Feb 19, 2022 7:44:49 GMT -8
Took a bit of a break from trying to optimize the Dash app for mobile and finally sat down this morning to do a bit of poking around. The page has been formatted for mobile phones in vertical orientation. I'm hoping folks can navigate to the page and share feedback if anything looks really wonky on their phones. Thanks, Jason
|
|
|
Post by SDL on Feb 20, 2022 11:47:50 GMT -8
Up at the University of Idaho, they are looking to use something else but Blynk too. They have a big AI / Vineyard / Datawarehousing project that has some SDL legacy software using Blynk but they want to change. I just sent the lead PhD student your link.
Jason, on my iPhone, the graphs are not very useful. I can't get to the zoom out menu.
John
|
|
|
Post by Jason on Feb 21, 2022 4:24:38 GMT -8
I actually disabled those menus to get back space :-) Only way to zoom out now is to double tap the menu. The Dash components tend to have a lot of whitespace that I don't like so I've been messing with ways to reduce it.
Please let the student know that I'm having difficulty with the webpage receiving updates over a longer period of time and the site either crashes or simply doesn't update. I've not had time to dig in too deeply to troubleshoot but I'm wondering if it has something to do with gunicorn workers/threads that may be dying over longer periods of time.
Thanks,
Jason
|
|