This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

KixAss

About

Username
KixAss
Joined
Visits
3
Last Active
Roles
Member

Comments

  • It's just the other way around ;-) function makeBuffer2($data) { return bin2hex($data); }
  • It's some kind of strange VNC-protocol adaption. I've got this script since 2013 but it didn't work for a while. After changing some small timing-things it works again. 
  • You can control the box directly via this script: <?php /* Script (C) KixAss 2016 - horizon@kixass.net Possible keys: KEY_POWER = E0 00 KEY_OK = E0 01 KEY_BACK = E0 02 KEY_CHAN_UP = E0 06 KEY_CHAN_DWN = E0 07 KEY_HELP = E0 09 KEY_MENU …