July 12, 201312 yr 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
April 19, 201412 yr 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?
April 30, 201412 yr 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
September 24, 201411 yr 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.