<?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[MyController 2.0 is ready for testing]]></title><description><![CDATA[<p dir="auto">Hello everyone,<br />
After a long wait, MyController 2.0 is now available for testing.<br />
Initially, I would like to go with a small group of ~20 members.<br />
If you are interested to be part of the testing please let me know.<br />
Thanks!</p>
]]></description><link>http://forum.mycontroller.org/topic/492/mycontroller-2-0-is-ready-for-testing</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 05:50:22 GMT</lastBuildDate><atom:link href="http://forum.mycontroller.org/topic/492.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Jun 2021 17:35:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Wed, 29 Dec 2021 13:56:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rmf69" aria-label="Profile: rmf69">@<bdi>rmf69</bdi></a> said in <a href="/post/3043">MyController 2.0 is ready for testing</a>:</p>
<blockquote>
<p dir="auto">{"error": "Get "<a href="https://ipinfo.io/json%5C" rel="nofollow ugc">https://ipinfo.io/json\</a>": dial tcp 0.0.0.0:443: connect: connection refused"}</p>
</blockquote>
<p dir="auto">This error may be due to you do not have internet access of your firewall blocks <code>https://ipinfo.io/json</code><br />
To avoid this error disable auto location detection feature and enter your location details manually.<br />
<img src="/assets/uploads/files/1640786193592-169ca077-f371-43f9-9e8d-36b9f9ac47a8-image.png" alt="169ca077-f371-43f9-9e8d-36b9f9ac47a8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I do not see any error in the docker run. Can you please double check the availability of the <code>mycontroller.yaml</code> on your host machine?</p>
<p dir="auto">enter into the docker container and verify the file</p>
<pre><code class="language-bash"># docker exec -it mycontroller2b /bin/sh
/app # cat /app/mycontroller.yaml

</code></pre>
]]></description><link>http://forum.mycontroller.org/post/3045</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3045</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Wed, 29 Dec 2021 13:56:43 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Tue, 28 Dec 2021 22:24:50 GMT]]></title><description><![CDATA[<p dir="auto">I'm trying to install the docker image, but can't get it to start up... Dosn't seem to pick up the yaml file as using defaults... {"error": <code>"Get \"https://ipinfo.io/json\": dial tcp 0.0.0.0:443: connect: connection refused"}</code> ```</p>
<p dir="auto">I've install everything on the quick install page... and use the following docker command</p>
<pre><code>docker run --detach --name mycontroller2b   --publish 8081:8080   --publish 8443:8443   --publish 9443:9443   --volume /root/mycontroller/mc_home:/mc_home   --volume /root/mycontroller/mycontroller.yaml:/app/mycontroller.yaml   --env TZ="Europe/Prague"   --restart unless-stopped   docker.io/mycontroller/server:master
</code></pre>
<p dir="auto">is the</p>
<pre><code>:/app/mycontroller.yaml 
</code></pre>
<p dir="auto">correct ?<br />
Thanks</p>
]]></description><link>http://forum.mycontroller.org/post/3043</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3043</guid><dc:creator><![CDATA[RMF69]]></dc:creator><pubDate>Tue, 28 Dec 2021 22:24:50 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Thu, 14 Oct 2021 13:07:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I'm interested. Can I contact you in PM?</p>
]]></description><link>http://forum.mycontroller.org/post/3017</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3017</guid><dc:creator><![CDATA[JackFarrellHSul]]></dc:creator><pubDate>Thu, 14 Oct 2021 13:07:46 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Tue, 17 Aug 2021 06:42:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a> Yes, it should be race condition. I will look into the code carefully.</p>
]]></description><link>http://forum.mycontroller.org/post/3016</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3016</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Tue, 17 Aug 2021 06:42:43 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Tue, 17 Aug 2021 05:12:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a> yes it was at startup, but only once so far and after a restart of the service I did not see that again. Maybe some type of race condition? Could it be that it depends if either influxdb or mosquitto are ready or not at boot?</p>
<p dir="auto">This is the service unit file that I am using:</p>
<pre><code>[Unit]
Description=MyController.org v2 daemon
Requires=network.target
After=influxdb.service

[Service]
User=mycontroller
Group=mycontroller
WorkingDirectory=/opt/apps/mycontroller
ExecStart=/opt/apps/mycontroller/mycontroller-server -config /opt/apps/mycontroller/mycontroller.yaml

[Install]
WantedBy=multi-user.target
</code></pre>
]]></description><link>http://forum.mycontroller.org/post/3015</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3015</guid><dc:creator><![CDATA[j54n1n]]></dc:creator><pubDate>Tue, 17 Aug 2021 05:12:29 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Tue, 17 Aug 2021 04:36:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a> Are you seeing this issue on startup of the MyController server?</p>
]]></description><link>http://forum.mycontroller.org/post/3014</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3014</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Tue, 17 Aug 2021 04:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Mon, 16 Aug 2021 11:07:57 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a>, yes, please report in GitHub. Thanks for your time on this!</p>
]]></description><link>http://forum.mycontroller.org/post/3013</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3013</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Mon, 16 Aug 2021 11:07:57 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Mon, 16 Aug 2021 09:05:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a><br />
Today in the morning at startup of my Raspberry Pi I got a crash about concurrent map read/write in one of the goroutines. See also the <a href="https://drive.google.com/file/d/1-tjmoQ_OuR6_k_NTTk1-d7kQuTlT-fFn/view?usp=sharing" rel="nofollow ugc">file dump</a> from my systemd service.</p>
<p dir="auto">Is it something serious to post it as an issue on Github?</p>
]]></description><link>http://forum.mycontroller.org/post/3012</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3012</guid><dc:creator><![CDATA[j54n1n]]></dc:creator><pubDate>Mon, 16 Aug 2021 09:05:35 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Tue, 10 Aug 2021 10:26:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a></p>
<blockquote>
<p dir="auto">So maybe could there be in the future a more official way to script this?</p>
</blockquote>
<p dir="auto">Possible options,</p>
<ul>
<li>keep a backup and restore from that backup.</li>
<li>In the future I will show an example to add/modify a resource via API</li>
</ul>
<blockquote>
<p dir="auto">You mentioned for example in the Github issue from MyController v2 some form of scripting.</p>
</blockquote>
<p dir="auto">I mentioned the script to convert the received values with specified math. script result supplied to the MyController.</p>
<blockquote>
<p dir="auto">Or maybe going back to the v1 approach of a backup file or something like that?</p>
</blockquote>
<p dir="auto">We have backup/restore option, in V2 it is possible to backup/restore to different databases (except metrics)</p>
]]></description><link>http://forum.mycontroller.org/post/3011</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3011</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Tue, 10 Aug 2021 10:26:24 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Mon, 09 Aug 2021 14:18:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a> ok, thanks for your info on that topic.</p>
<p dir="auto">So maybe could there be in the future a more official way to script this? You mentioned for example in the <a href="https://github.com/mycontroller-org/server/issues/2#issuecomment-890479175" rel="nofollow ugc">Github issue from MyController v2</a> some form of scripting.</p>
<p dir="auto">Or maybe going back to the v1 approach of a backup file or something like that?</p>
<p dir="auto">Kind regards</p>
]]></description><link>http://forum.mycontroller.org/post/3010</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3010</guid><dc:creator><![CDATA[j54n1n]]></dc:creator><pubDate>Mon, 09 Aug 2021 14:18:41 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Mon, 09 Aug 2021 11:50:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a> sorry for the delayed response.<br />
Actually you are accessing the storage data directly. Those data will be loaded at startup. and overwritten from memory on an interval mentioned on the mycontorller.yaml file.</p>
<p dir="auto">It is a Yaml list, you can configure any number of gateways on that file, file name should be as <code>gateway__1.yaml</code></p>
<p dir="auto">You can omit <code>state</code>, <code>modifiedon</code>, <code>lasttransaction</code> fields.</p>
<p dir="auto">Please note: as this is storage schema (not exposed to end user directly), can be change in the future release. It may be an extra work for you, in case if there is a change in the future.</p>
]]></description><link>http://forum.mycontroller.org/post/3009</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3009</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Mon, 09 Aug 2021 11:50:54 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Fri, 06 Aug 2021 16:47:11 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a>,<br />
Now I am trying to automatize the installation of MyController v2 from within a Bash script, where I want to preset the MySensors gateway.</p>
<p dir="auto">I found your documentation at <a href="https://v2.mycontroller.org/docs/user-interface/resources/gateway-mysensors/" rel="nofollow ugc">https://v2.mycontroller.org/docs/user-interface/resources/gateway-mysensors/</a> where you show also as an example a yaml file. Furthermore I found within the directory <code>mc_home/data/storage/memory_db/yaml/</code> a file called <code>gateway__1.yaml</code> with the settings of the gateway that I inserted via the web UI.</p>
<p dir="auto">The content of the file is like the following:</p>
<pre><code>- id: MySensors
  description: MySensors Serial 2MQTT Bridge
  enabled: true
  reconnectdelay: 30s
  queuefailedmessage: false
  provider:
    enableInternalMessageAck: true
    protocol:
      broker: tcp://127.0.0.1:1883
      publish: mysensors-in
      qos: 0
      subscribe: mysensors-out/#
      transmitPreDelay: 10ms
      type: mqtt
    retryCount: 3
    timeout: 500ms
    type: mysensors_v2
  messagelogger:
    type: none
  labels:
    location: server
  others: {}
  state:
    status: up
    message: Started successfully
    since: 2021-08-06T17:40:06.560894835+02:00
  modifiedon: 0001-01-01T00:00:00Z
  lasttransaction: 0001-01-01T00:00:00Z
</code></pre>
<p dir="auto">Can I simply assume that if I drop such a yaml file in that folder that a new installation of MyController v2 will simply pick it up or do I need to setup also something else?</p>
<p dir="auto">Also most likely in the preconfigured yaml file I can simply drop the part of <code>state:</code>, <code>modifiedon:</code> and <code>lasttransaction:</code>, right?</p>
<p dir="auto">Also can be the name of the file anything or do I need to follow some convention?</p>
<p dir="auto">Thanks</p>
]]></description><link>http://forum.mycontroller.org/post/3008</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3008</guid><dc:creator><![CDATA[j54n1n]]></dc:creator><pubDate>Fri, 06 Aug 2021 16:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Sun, 01 Aug 2021 04:44:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a> Thanks for the detailed report. I have added a GH issue to track this<br />
<a href="https://github.com/mycontroller-org/server/issues/2" rel="nofollow ugc">https://github.com/mycontroller-org/server/issues/2</a></p>
]]></description><link>http://forum.mycontroller.org/post/3007</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3007</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Sun, 01 Aug 2021 04:44:19 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Fri, 06 Aug 2021 16:56:40 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a>,</p>
<p dir="auto">In the meantime I did some test runs with the weather station and I did notice some things.</p>
<ol>
<li>
<p dir="auto">The forecast field is missing its text value and it is showing always 0 instead, like so:<br />
<img src="/assets/uploads/files/1627724731271-screenshot-2021-07-31-at-11-44-42-mycontroller-org-the-open-source-controller.png" alt="Screenshot 2021-07-31 at 11-44-42 MyController org - The Open Source Controller.png" class=" img-fluid img-markdown" /><br />
I think it is related to how you map the MySensors field data types. Here at <a href="https://github.com/mycontroller-org/server/blob/0c703b48cdd3bdf40c7696f2d432f00d165d30e0/plugin/gateway/provider/mysensors_v2/constant.go#L278" rel="nofollow ugc">plugin/gateway/provider/mysensors_v2/constant.go</a> you map it as a float type, but according to the <a href="https://www.mysensors.org/download/serial_api_20#set,-req" rel="nofollow ugc">MySensors Protocol 2.x documentation</a> it should be a string of either "stable", "sunny", "cloudy", "unstable", "thunderstorm" or "unknown". Your old v1 controller seems to intercept that correctly and shows for example the sun or the cloud symbol. Do you intent that to do the same also in your new v2?</p>
</li>
<li>
<p dir="auto">Regarding the data types it seems when the <em>type none</em> is mapped a string can be displayed for a field. For example this is the case for your old v1 style RSSI indicator message:<br />
<img src="/assets/uploads/files/1627725686273-screenshot-2021-07-31-at-12-00-53-mycontroller-org-the-open-source-controller.png" alt="Screenshot 2021-07-31 at 12-00-53 MyController org - The Open Source Controller.png" class=" img-fluid img-markdown" /><br />
So maybe the first point can be partly resolved by changing the type. Furthermore do you intent also reuse your old style RSSI message to let it show at the node status page? Or do you want to support either the <a href="https://github.com/mysensors/MySensors/blob/2e00bf6a10f76d6aaa1999e12313237bc3edabd3/core/MyTransport.cpp#L787-L805" rel="nofollow ugc">MySensors I_SIGNAL_REPORT_REQUEST feature</a> or the <a href="https://github.com/mysensors/NodeManager/blob/5778844662dcccca411cb4e86541ef7b91b985af/sensors/SensorSignal.h#L38" rel="nofollow ugc">NodeManagers signal sensor</a> to show its value at the node status page? In my case the later solution would fit the best because our node is sleeping most of the time without smart sleep to conserve power.</p>
</li>
<li>
<p dir="auto">Currently the internal message for the battery percentage is not showing up anywhere. Also there your old v1 controller would show the percentage on the node status page. The <a href="https://github.com/mysensors/MySensors/blob/2e00bf6a10f76d6aaa1999e12313237bc3edabd3/core/MySensorsCore.cpp#L351-L355" rel="nofollow ugc">MySensors implementation</a> is similar as the NodeManagers SensorSignal solution but it is using an internal message type.</p>
</li>
</ol>
<p dir="auto">So I think that was everything for now. I am curious what you are thinking about it.<br />
Thanks in advance and kind regards.</p>
]]></description><link>http://forum.mycontroller.org/post/3006</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3006</guid><dc:creator><![CDATA[j54n1n]]></dc:creator><pubDate>Fri, 06 Aug 2021 16:56:40 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Mon, 19 Jul 2021 06:41:22 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/hj_sk" aria-label="Profile: hj_sk">@<bdi>hj_sk</bdi></a> I have updated the V2 doc to install MyController server v2. But still lot things to be updated.<br />
Kindly follow the document and let me know if you see an issue.<br />
Thanks!</p>
<p dir="auto">Documentation: <a href="https://v2.mycontroller.org" rel="nofollow ugc">https://v2.mycontroller.org</a></p>
]]></description><link>http://forum.mycontroller.org/post/3004</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3004</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Mon, 19 Jul 2021 06:41:22 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Fri, 16 Jul 2021 18:56:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hj_sk" aria-label="Profile: hj_sk">@<bdi>hj_sk</bdi></a> Welcome to MyController community <img src="http://forum.mycontroller.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=2ce0f5c73bf" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /><br />
Thanks for your interest<br />
I am working/reworking on documentation.<br />
I will keep informed you.</p>
]]></description><link>http://forum.mycontroller.org/post/2999</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2999</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Fri, 16 Jul 2021 18:56:25 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Fri, 16 Jul 2021 12:04:44 GMT]]></title><description><![CDATA[<p dir="auto">I'm using mysensors with domoticz and would like to assist you with good testing. Let me know how to start with it!</p>
]]></description><link>http://forum.mycontroller.org/post/2997</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2997</guid><dc:creator><![CDATA[HJ_SK]]></dc:creator><pubDate>Fri, 16 Jul 2021 12:04:44 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Wed, 14 Jul 2021 10:35:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pillarama" aria-label="Profile: pillarama">@<bdi>pillarama</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a> Thanks for your interest in v2. Currently, I am working on the installation documentation. I will keep informed you</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/j54n1n" aria-label="Profile: j54n1n">@<bdi>j54n1n</bdi></a> your setup looks interesting! Thanks for sharing the setup code!</p>
]]></description><link>http://forum.mycontroller.org/post/2989</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2989</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Wed, 14 Jul 2021 10:35:08 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Fri, 06 Aug 2021 16:55:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a> Hello, I would also like to try out your new version. At our school we have been using your old v1 Java implementation for our weather station build by our students. It is running on a Raspberry Pi connected to the serial pins via radio receiving data from a custom made MySensors node.</p>
<p dir="auto">You can find our old setup code here: <a href="https://gitlab.com/rrbz/meteo/metteo/-/blob/0241002c06f0258949590810258b72c2a95ff543/metteo-config.lib.sh#L380-492" rel="nofollow ugc">https://gitlab.com/rrbz/meteo/metteo/-/blob/0241002c06f0258949590810258b72c2a95ff543/metteo-config.lib.sh#L380-492</a></p>
<p dir="auto">Basically we setup everything by overwriting the initial configuration by a preconfigured MyController settings backup and do a little housekeeping with systemd unit files.</p>
]]></description><link>http://forum.mycontroller.org/post/2988</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2988</guid><dc:creator><![CDATA[j54n1n]]></dc:creator><pubDate>Fri, 06 Aug 2021 16:55:19 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Sun, 11 Jul 2021 05:00:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a> Yes,I would be keen to give it a try! Thanks again for the time and effort you have invested in both legacy and new controllers!</p>
]]></description><link>http://forum.mycontroller.org/post/2987</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2987</guid><dc:creator><![CDATA[pillarama]]></dc:creator><pubDate>Sun, 11 Jul 2021 05:00:09 GMT</pubDate></item><item><title><![CDATA[Reply to MyController 2.0 is ready for testing on Thu, 10 Jun 2021 21:09:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a> I'm in for a new version!!!</p>
]]></description><link>http://forum.mycontroller.org/post/2985</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2985</guid><dc:creator><![CDATA[skywatch]]></dc:creator><pubDate>Thu, 10 Jun 2021 21:09:47 GMT</pubDate></item></channel></rss>