<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Control a project via web]]></title><description><![CDATA[<p dir="auto">Hello community,<br />
I bought an M5StackFire and would like to implement the following project to learn.<br />
I would like to expand the "earth" project. The project is to measure the earth's moisture and control an irrigation pump via a relay. This seems easy with Blockly and I understand the Pyton code, I'm just waiting for the units from China :-).<br />
The difficult part: I want to control it via the web. I would like to see on a website how the moisture developed during the day and when the pump was running.</p>
<p dir="auto">How can I implement web monitoring? I want to access the M5Stack over the IP (WLAN) and see the current values ​​from every device in the LAN.</p>
<p dir="auto">It would be nice if someone could show me an example of how I can access via web.</p>
]]></description><link>https://community.m5stack.com/topic/1562/control-a-project-via-web</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 09:40:30 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1562.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Dec 2019 17:31:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Control a project via web on Sat, 11 Jan 2020 18:07:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svennib" aria-label="Profile: svennib">@<bdi>svennib</bdi></a> said in <a href="/post/6822">Control a project via web</a>:</p>
<blockquote>
<p dir="auto">MQTT</p>
</blockquote>
<p dir="auto">This is a tutorial about UIFlow and MQTT and CloudMQTT: <a href="https://www.youtube.com/watch?v=5RozKI-3i4Q" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=5RozKI-3i4Q</a></p>
]]></description><link>https://community.m5stack.com/post/6985</link><guid isPermaLink="true">https://community.m5stack.com/post/6985</guid><dc:creator><![CDATA[mario]]></dc:creator><pubDate>Sat, 11 Jan 2020 18:07:32 GMT</pubDate></item><item><title><![CDATA[Reply to Control a project via web on Wed, 01 Jan 2020 13:45:47 GMT]]></title><description><![CDATA[<p dir="auto">This book really helped me alot. The author Rui Santos has written lots of great micropython tutorials online and this ebook is a combination of all that knowledge <a href="https://randomnerdtutorials.com/micropython-programming-with-esp32-and-esp8266/" target="_blank" rel="noopener noreferrer nofollow ugc">https://randomnerdtutorials.com/micropython-programming-with-esp32-and-esp8266/</a></p>
]]></description><link>https://community.m5stack.com/post/6823</link><guid isPermaLink="true">https://community.m5stack.com/post/6823</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Wed, 01 Jan 2020 13:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to Control a project via web on Wed, 01 Jan 2020 12:12:18 GMT]]></title><description><![CDATA[<p dir="auto">Happy New Year to all.<br />
It's a lot of stuff for someone who long ago programmed with Turbopascal and Visual Basic as a hobby :-) .<br />
Thank you, these are interesting ideas and of course I still have a lot to learn. Doesn't appear easy, but is interesting. I hope the units will arrive soon and I have time to review all of this.<br />
I experimented with MQTT via CloudMQTT and it worked. Maybe I'll try to build a website and display the CloudMQTT data about it, but for that I have to learn a little bit HTML.</p>
<p dir="auto">Can anyone recommend a good book to start with Micropython that includes a reference book?</p>
<p dir="auto">Thanks SvenniB</p>
]]></description><link>https://community.m5stack.com/post/6822</link><guid isPermaLink="true">https://community.m5stack.com/post/6822</guid><dc:creator><![CDATA[SvenniB]]></dc:creator><pubDate>Wed, 01 Jan 2020 12:12:18 GMT</pubDate></item><item><title><![CDATA[Reply to Control a project via web on Mon, 30 Dec 2019 18:16:32 GMT]]></title><description><![CDATA[<p dir="auto">Let me add some about remote.<br />
If you like a hard way with expose the device over wan look at<br />
<a href="https://github.com/jczic/MicroWebSrv" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/jczic/MicroWebSrv</a></p>
<p dir="auto">Its web server. I think you can easy do all what you want on esp32. Via UiFlow you can add pure python code. Also files could be stored on SD.</p>
<p dir="auto">Soon i will valide this on m5stick grey.</p>
<p dir="auto">The idea with get all and show via wan is not so secure.</p>
<p dir="auto">I did in past POC with 2 core units and 2 sticksc.<br />
3 units report env, light, pm2.5 and soil humi over espnow to one core main unit.<br />
Main unit was a kind of the dash unit, with show all nice and clear raw data taken from slave units.</p>
<p dir="auto">This was a concept with works good, espnow is given you realtime data.</p>
<p dir="auto">But the to push all in level up you have to use build in webservice or push all up to some hosted unit.</p>
<p dir="auto">For example if you have hosting or in local lan any machine with could host this <a href="https://github.com/emoncms/emoncms" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/emoncms/emoncms</a><br />
You can push all into nice dash cms with i am using for another iot project.<br />
Data could be posted via Html post with API key.</p>
]]></description><link>https://community.m5stack.com/post/6810</link><guid isPermaLink="true">https://community.m5stack.com/post/6810</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Mon, 30 Dec 2019 18:16:32 GMT</pubDate></item><item><title><![CDATA[Reply to Control a project via web on Mon, 30 Dec 2019 11:53:31 GMT]]></title><description><![CDATA[<p dir="auto">as <a class="plugin-mentions-user plugin-mentions-a" href="/user/robalstona" aria-label="Profile: robalstona">@<bdi>robalstona</bdi></a> mentioned, MQTT is a great suggestion and already has the blocks for it in uiFlow. Another option is Blynk, which gives you the ability to easily create a widget-based smartphone app where you can view it from anywhere, graph the data, create custom timer schedules, etc. Check out these threads on the topic:</p>
<p dir="auto"><a href="http://forum.m5stack.com/topic/575/blynk-on-m5stack-via-uiflow-and-block-maker" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/575/blynk-on-m5stack-via-uiflow-and-block-maker</a><br />
<a href="http://forum.m5stack.com/topic/1056/adding-external-libraries-via-uiflow" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/1056/adding-external-libraries-via-uiflow</a></p>
]]></description><link>https://community.m5stack.com/post/6809</link><guid isPermaLink="true">https://community.m5stack.com/post/6809</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Mon, 30 Dec 2019 11:53:31 GMT</pubDate></item><item><title><![CDATA[Reply to Control a project via web on Sat, 28 Dec 2019 17:40:23 GMT]]></title><description><![CDATA[<p dir="auto">You could use a MQTT protocol and a MQTT server. For example <strong><a href="http://adafruit.io" target="_blank" rel="noopener noreferrer nofollow ugc">adafruit.io</a></strong>. If you want send data to server you use in uiflow <strong>Advanced-&gt;MQTT-&gt;publish topic</strong> to store data in feed. This feed with your data you can display as text, gauge , button or bargraph with historical values from realtime to one month back. To control relay you could use another feed who will be store state of your relay and you could be change this via web browser from any place on earth where is internet access. This relay state you can read via <strong>Advanced-&gt;MQTT-&gt;mqtt subscribe</strong>. The feeds you can display as dashboard whose you can arrange as you like.</p>
]]></description><link>https://community.m5stack.com/post/6793</link><guid isPermaLink="true">https://community.m5stack.com/post/6793</guid><dc:creator><![CDATA[robalstona]]></dc:creator><pubDate>Sat, 28 Dec 2019 17:40:23 GMT</pubDate></item><item><title><![CDATA[Reply to Control a project via web on Fri, 27 Dec 2019 17:52:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svennib" aria-label="Profile: svennib">@<bdi>svennib</bdi></a> in theory, you could achieve this using a combination of the ESP Now and Expermental remote functions but in practice, I'm just to get the expermental remote functions to work.</p>
]]></description><link>https://community.m5stack.com/post/6784</link><guid isPermaLink="true">https://community.m5stack.com/post/6784</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 27 Dec 2019 17:52:20 GMT</pubDate></item></channel></rss>