Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HEYU - x10 home automation

Featured Replies

I compiled this a while ago.  Thought I would share.

 

https://www.dropbox.com/s/y531q4jm1cie30y/HEYU2.11-rc1.txz

 

Please check the Heyu faq to find out more:

 

http://heyu.tanj.com/heyu_faq.html

 

Edit:

 

You need to add the following lines to your go script to get this to run:

 

sudo -u root mkdir /var/tmp/heyu

ln -s /boot/boot/extra/heyu/x10.conf /etc/heyu/x10.conf

ln -s /boot/boot/extra/heyu/x10.sched /etc/heyu/x10.sched

heyu start

  • 9 months later...

Thanks!  I didn't know there was an X10 server for unRAID  :)

 

Trying it...  Got a question... why in the go script it uses /boot/boot/extra?  you can't use /boot/extra?

 

  • 2 weeks later...

I have put an x10commander script together that works with "State engine is not running." and allows you to dim/brighten lights and fans.  If you give me permission I can link to your download.

 

Here the go script section:  (I put it in /boot/custom/heyu to keep everything together)

# X-10 Commander / HEYU
if ! grep ^x10 /etc/inetd.conf > /dev/null ; then
cat <<-EOF >> /etc/inetd.conf
x10cmdr stream  tcp     nowait  root    /boot/custom/heyu/x10cmdr_unraid.sh
EOF
fi
if ! grep ^x10 /etc/services > /dev/null ; then
cat <<-EOF >> /etc/services
x10cmdr         6003/tcp        # X-10 Commander
EOF
fi
mkdir /var/tmp/heyu
ln -s /boot/custom/heyu/x10.conf /etc/heyu/x10.conf
ln -s /boot/custom/heyu/x10.sched /etc/heyu/x10.sched
heyu start
inetd

 

Attached is /boot/custom/heyu/x10cmdr_unraid.sh (remove the .txt part of the filename)

 

This script will be available on melloware, and with your permission I can give him a link to your .txz file.

 

Thanks

x10cmdr_unraid.sh.txt

  • 4 months later...

Can someone please compile and create a pkg for this app (heyu) in 64bit for unRAID 6?

 

Thanks!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.