EmbAJAX
EmbAJAX copied to clipboard
Feature Request: uPlot graphs for home automation framework.
Great project simplifying web page implementation for micro controllers.
I have tried to implement simple web page to monitor and control whole home automation IOT network using websockets but I would like to use EmbAJAX to make it even more simpler.
Is it possible to use uPlot with EmbAJAX ?
My project is here : https://github.com/happytm/BatteryNode/tree/master/examples/SimpleGateway
Thanks.
Hi,
I have no first-hand experience with uPlot. However, you can interface with arbitrary client side (HTML/JS) code using EmbAJAXScriptedSpan. I hope you'll find the documentation sufficient (I never got around to adding a decent example for this, only something really minimal in "Inputs"). Otherwise let me know, and I'll try to talk you through the process.
I will look into trying it using EmbAJAXScriptedSpan. If I come across any problem I will definitely ask for guidance from you.
Thanks.