<?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[external devices - zigbee]]></title><description><![CDATA[<p dir="auto">I was playing around with homeassistant to see of I could use this server app instead of my RPI. It seems I can't find a way to pass in devices like my USB ZigBee radio to the container. Is there a workaround or plan to make this possible?</p>
]]></description><link>https://forum.cloudron.io/topic/12742/external-devices-zigbee</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 01:50:37 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/12742.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Nov 2024 16:36:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to external devices - zigbee on Fri, 20 Jun 2025 10:17:13 GMT]]></title><description><![CDATA[<p dir="auto">I am marking this topic as solved.<br />
Now hardware devices can be added to the app by the user and it works.</p>
]]></description><link>https://forum.cloudron.io/post/109069</link><guid isPermaLink="true">https://forum.cloudron.io/post/109069</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 20 Jun 2025 10:17:13 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Fri, 14 Mar 2025 14:40:10 GMT]]></title><description><![CDATA[<p dir="auto">Cloudron's cron has a special <code>@service</code> pattern to run once on startup</p>
]]></description><link>https://forum.cloudron.io/post/103284</link><guid isPermaLink="true">https://forum.cloudron.io/post/103284</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 14 Mar 2025 14:40:10 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Fri, 14 Mar 2025 13:42:37 GMT]]></title><description><![CDATA[<p dir="auto">I use the zigbee dongle from sonoff (<a href="https://sonoff.tech/product/gateway-and-sensors/sonoff-zigbee-3-0-usb-dongle-plus-p/" target="_blank" rel="noopener noreferrer nofollow ugc">https://sonoff.tech/product/gateway-and-sensors/sonoff-zigbee-3-0-usb-dongle-plus-p/</a>)</p>
]]></description><link>https://forum.cloudron.io/post/103280</link><guid isPermaLink="true">https://forum.cloudron.io/post/103280</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Fri, 14 Mar 2025 13:42:37 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Fri, 14 Mar 2025 12:57:35 GMT]]></title><description><![CDATA[<p dir="auto">To reactivate that thread, as a fallback for now you can add a custom cron job to chmod this device <a href="https://docs.cloudron.io/apps/#cron" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/#cron</a> however ideally we can figure out why HomeAssistant can't access it otherwise. At least the USB device I have works fine that way. Maybe the integration for the device you are using behaves differently? Which device and integration is this?</p>
]]></description><link>https://forum.cloudron.io/post/103278</link><guid isPermaLink="true">https://forum.cloudron.io/post/103278</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 14 Mar 2025 12:57:35 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Mon, 03 Mar 2025 16:35:34 GMT]]></title><description><![CDATA[<p dir="auto">Yep it does work only if i perform a chmod 666. If you can't give read/write permissions to all users by default, is it possible to launch a script at launch automatically ?</p>
]]></description><link>https://forum.cloudron.io/post/102564</link><guid isPermaLink="true">https://forum.cloudron.io/post/102564</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Mon, 03 Mar 2025 16:35:34 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Wed, 26 Feb 2025 09:57:03 GMT]]></title><description><![CDATA[<p dir="auto">So to be on the same page, if you give read/write permissions to all users HomeAssistant can use the device fine, but not if only root and dialout group have it? Reason I ask is, since HomeAssistant as such runs with the dialout group. Which kind of integration is this? Maybe it spawns other processes which run as different user?</p>
<p dir="auto">Since I can't reproduce this locally, maybe you can send a mail to <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> if you want us to take a direct look at your case to get this fixed.</p>
]]></description><link>https://forum.cloudron.io/post/102336</link><guid isPermaLink="true">https://forum.cloudron.io/post/102336</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 26 Feb 2025 09:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Tue, 25 Feb 2025 14:01:26 GMT]]></title><description><![CDATA[<p dir="auto">but it didn't works <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /> I had to chmod again, is there any solution to launch a script at startup ? I don't want to chmod every time the app is updated</p>
]]></description><link>https://forum.cloudron.io/post/102295</link><guid isPermaLink="true">https://forum.cloudron.io/post/102295</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Tue, 25 Feb 2025 14:01:26 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Fri, 21 Feb 2025 14:22:48 GMT]]></title><description><![CDATA[<p dir="auto">actually the group permissions are <code>rw</code> only others have no access. So this looks correct to me.</p>
]]></description><link>https://forum.cloudron.io/post/102107</link><guid isPermaLink="true">https://forum.cloudron.io/post/102107</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 21 Feb 2025 14:22:48 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Fri, 21 Feb 2025 10:54:33 GMT]]></title><description><![CDATA[<p dir="auto">Yep, as you can see, /dev/ttyACM0 has no right for group :</p>
<p dir="auto"><img src="/assets/uploads/files/1740135268412-e4c20e57-915c-41cd-aec5-ed1e48bf574e-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/102095</link><guid isPermaLink="true">https://forum.cloudron.io/post/102095</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Fri, 21 Feb 2025 10:54:33 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Sun, 16 Feb 2025 12:24:25 GMT]]></title><description><![CDATA[<p dir="auto">Just did another test install and at least my ttyUSB0 device would show up correctly with:</p>
<pre><code>&gt; ls -l /dev/tty*
crw-rw-rw- 1 root root      5, 0 Feb 16 12:18 /dev/tty
crw-rw-rw- 1 root dialout 188, 0 Feb 16 12:18 /dev/ttyUSB0
</code></pre>
<p dir="auto">So in your case you still had to add read-write access to the group for your device?</p>
]]></description><link>https://forum.cloudron.io/post/101813</link><guid isPermaLink="true">https://forum.cloudron.io/post/101813</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sun, 16 Feb 2025 12:24:25 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Fri, 14 Feb 2025 14:59:23 GMT]]></title><description><![CDATA[<p dir="auto">Just updated to 1.1.0. Still not working, had to chmod</p>
]]></description><link>https://forum.cloudron.io/post/101748</link><guid isPermaLink="true">https://forum.cloudron.io/post/101748</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Fri, 14 Feb 2025 14:59:23 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Thu, 13 Feb 2025 11:53:53 GMT]]></title><description><![CDATA[<p dir="auto">oh indeed, the change didn't make it. Will include it with next release then</p>
]]></description><link>https://forum.cloudron.io/post/101699</link><guid isPermaLink="true">https://forum.cloudron.io/post/101699</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 13 Feb 2025 11:53:53 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Thu, 13 Feb 2025 09:33:12 GMT]]></title><description><![CDATA[<p dir="auto">not fixed with the latest stable release, juste to mention</p>
]]></description><link>https://forum.cloudron.io/post/101685</link><guid isPermaLink="true">https://forum.cloudron.io/post/101685</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Thu, 13 Feb 2025 09:33:12 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Thu, 09 Jan 2025 10:08:32 GMT]]></title><description><![CDATA[<p dir="auto">ah good next package release will add the <code>cloudron</code> user to the <code>dialout</code> group, that should fix it also in the long run then.</p>
]]></description><link>https://forum.cloudron.io/post/99604</link><guid isPermaLink="true">https://forum.cloudron.io/post/99604</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 09 Jan 2025 10:08:32 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Thu, 09 Jan 2025 10:04:13 GMT]]></title><description><![CDATA[<p dir="auto">Probably don't need the 'x' bit on devices. So 666 maybe.</p>
]]></description><link>https://forum.cloudron.io/post/99603</link><guid isPermaLink="true">https://forum.cloudron.io/post/99603</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Thu, 09 Jan 2025 10:04:13 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Thu, 09 Jan 2025 09:52:17 GMT]]></title><description><![CDATA[<p dir="auto">chmod 777 resolved the problem but not sure it's a good idea lol</p>
]]></description><link>https://forum.cloudron.io/post/99598</link><guid isPermaLink="true">https://forum.cloudron.io/post/99598</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Thu, 09 Jan 2025 09:52:17 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Thu, 09 Jan 2025 09:47:20 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1736416033705-780c51d2-d5e6-45da-b19b-b4bd1f8f772c-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/99597</link><guid isPermaLink="true">https://forum.cloudron.io/post/99597</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Thu, 09 Jan 2025 09:47:20 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Wed, 08 Jan 2025 17:07:23 GMT]]></title><description><![CDATA[<p dir="auto">Most likely it is a permissions issue, can you open a webterminal into the app and check the group ownership of the node?</p>
<pre><code>ls -l /dev/&lt;yourdevice&gt;
</code></pre>
]]></description><link>https://forum.cloudron.io/post/99553</link><guid isPermaLink="true">https://forum.cloudron.io/post/99553</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 08 Jan 2025 17:07:23 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Wed, 08 Jan 2025 16:51:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi ! Zigbee not working even after usb device added in "device" section.</p>
]]></description><link>https://forum.cloudron.io/post/99550</link><guid isPermaLink="true">https://forum.cloudron.io/post/99550</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Wed, 08 Jan 2025 16:51:29 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Wed, 18 Dec 2024 15:53:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rjousse18" aria-label="Profile: rjousse18">@<bdi>rjousse18</bdi></a> 8.2 is in unstable. if you update to the unstable, you can test it out - <a href="https://docs.cloudron.io/apps/#devices" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/#devices</a></p>
]]></description><link>https://forum.cloudron.io/post/98410</link><guid isPermaLink="true">https://forum.cloudron.io/post/98410</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Wed, 18 Dec 2024 15:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Wed, 18 Dec 2024 15:06:43 GMT]]></title><description><![CDATA[<p dir="auto">nice ! when will we be able to test this feature on home assistant ?</p>
]]></description><link>https://forum.cloudron.io/post/98405</link><guid isPermaLink="true">https://forum.cloudron.io/post/98405</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Wed, 18 Dec 2024 15:06:43 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Thu, 05 Dec 2024 13:51:10 GMT]]></title><description><![CDATA[<p dir="auto">Alright, we have added initial basic support for attaching devices from the host to the container. For the moment this will just be a list of devices with a 1to1 mapping. So for example <code>/dev/ttyUSB0</code> from the host can then be mapped to <code>/dev/ttyUSB0</code> within the container.</p>
]]></description><link>https://forum.cloudron.io/post/97807</link><guid isPermaLink="true">https://forum.cloudron.io/post/97807</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 05 Dec 2024 13:51:10 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Tue, 03 Dec 2024 16:10:15 GMT]]></title><description><![CDATA[<p dir="auto">If it's, for now, specific to Home Assistant app, why not just use workarounds like <a href="https://community.home-assistant.io/t/home-assistant-in-docker-pass-usb-device-from-host/184674/2" target="_blank" rel="noopener noreferrer nofollow ugc">https://community.home-assistant.io/t/home-assistant-in-docker-pass-usb-device-from-host/184674/2</a> or <a href="https://community.home-assistant.io/t/home-assistant-in-docker-pass-usb-device-from-host/184674/6" target="_blank" rel="noopener noreferrer nofollow ugc">https://community.home-assistant.io/t/home-assistant-in-docker-pass-usb-device-from-host/184674/6</a> ?</p>
]]></description><link>https://forum.cloudron.io/post/97670</link><guid isPermaLink="true">https://forum.cloudron.io/post/97670</guid><dc:creator><![CDATA[rjousse18]]></dc:creator><pubDate>Tue, 03 Dec 2024 16:10:15 GMT</pubDate></item><item><title><![CDATA[Reply to external devices - zigbee on Fri, 08 Nov 2024 13:43:04 GMT]]></title><description><![CDATA[<p dir="auto">Yes I think that would be the idea, maybe a free flow text input which binds the mentioned device(s) into the container. Similar to what we do for vaapi device access <a href="https://git.cloudron.io/platform/box/-/blob/master/src/docker.js?ref_type=heads#L409" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/platform/box/-/blob/master/src/docker.js?ref_type=heads#L409</a></p>
]]></description><link>https://forum.cloudron.io/post/96565</link><guid isPermaLink="true">https://forum.cloudron.io/post/96565</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 08 Nov 2024 13:43:04 GMT</pubDate></item></channel></rss>