<?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[Cross-Module Persistent Data Storage]]></title><description><![CDATA[<p dir="auto">I'm curious if there is any way to have any data storage available across modules. <a href="https://hubsdk.flic.io/static/documentation/#125_datastore_module" rel="nofollow ugc">datastore module</a> is available, but it is per-module (looks like it makes a SQLite DB within the module).</p>
<p dir="auto">I would like the be able to have an IP address discovered from one module available to another.</p>
<p dir="auto">For the background, I am using the <a href="https://hubsdk.flic.io/static/documentation/#101_udp_datagram_module" rel="nofollow ugc">UDP/dgram module</a> to control Govee lights via their <a href="https://app-h5.govee.com/user-manual/wlan-guide" rel="nofollow ugc">LAN API</a> (which is something I've always wanted to play with and the Flic Hub LR made it so easy, thank you!!!). I have one module (we'll call it Module A) which is bound to a port which allows me to listen for a response from a Multicast message which contains the IPs of the Govee lights. I do some controls to the lights within that Module A, but I also want to be able to control the lights from within another module (Module B), which just requires the IPs and doesn't need to do all the overhead of listening to responses. But these IPs aren't static and I was wanting to be able to log/store the IPs from Module A and access them from Module B so that I don't have to manually update Module B whenever the IPs change. Is this possible in any way? Thank you!</p>
]]></description><link>https://community.flic.io/topic/18531/cross-module-persistent-data-storage</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 17:48:19 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/18531.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Feb 2025 21:16:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cross-Module Persistent Data Storage on Thu, 20 Feb 2025 05:34:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> It would be awesome if you all could add a Global Datastore in the future! If you need any help testing, I would be happy to play with a beta version!</p>
<p dir="auto">The Govee lights I'm working with are an older model H7013 which are warm white dimmable string lights that support Wi-Fi and Bluetooth, but that means the integrations are pretty limited to IFTTT which can be slow, and I can't detect the current state. The LAN API is much faster and I can check the current state, which is great.</p>
<p dir="auto">I've looked into upgrading to newer Matter versions from Govee or anyone else but they are all more expensive than is worth it for me when what I have it working, and many newer models have more features/complexity than I really want (don't want RGB or anything, just want 2700K warm white and dimmable).</p>
]]></description><link>https://community.flic.io/post/21766</link><guid isPermaLink="true">https://community.flic.io/post/21766</guid><dc:creator><![CDATA[pico]]></dc:creator><pubDate>Thu, 20 Feb 2025 05:34:59 GMT</pubDate></item><item><title><![CDATA[Reply to Cross-Module Persistent Data Storage on Fri, 14 Feb 2025 22:24:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/5282">@pico</a> I get your point. Maybe we should add a global datastore as well...</p>
<p dir="auto">Did you know by the way that Govee lights support Matter? That way you should be able to control them using their static node id, so that you don't need to keep track of the IP address.</p>
]]></description><link>https://community.flic.io/post/21753</link><guid isPermaLink="true">https://community.flic.io/post/21753</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Fri, 14 Feb 2025 22:24:33 GMT</pubDate></item></channel></rss>