• 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 107
[RELEASE] Official XBMC boblight Addon
Upgraded tot RC1 today with OpenELEC (build r9916 x64) and there the addon seems to be broken, a binary library is missing.

edit:
Only works on i386, issue solved.

edit2:
I can open settings menu from remote but is it also possible to enable/disable boblight with 1 single key press?
Reply
Memphiz Wrote:As already stated at least 2 times in this thread. This is not possible atm (only when video gets rendered ...)

ok, sorry. didn´t read through all pages. are there plans to add that feature in the future?
another thing: my ambilight starts to flicker sometimes. there´s no real way to replicate that, but it happens now and then.
could this be related to settings?
i compiled a program to virtually re-plug the arduino using libusb and mapped that to a button on my remote, that´s the only way to get it working again without rebooting. Resetting the arduino or restarting the boblight server doesn´t help.
I also have to use that program when returning from standby. if not, the output will always stay in static light.
I´m using two tlc5940´s for my ambilight, if that could be important.

EDIT: wrong quote, sorry Big Grin
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Memphiz Wrote:Post a xbmc.log with debugging turned on...

As requested http://pastebin.com/hVZZiUxm

I played Alcatraz 107 and it worked for a split second on custom, when the leds turned off i stopped episode and changed it back to fast.
Reply
schumi2004 Wrote:As requested http://pastebin.com/hVZZiUxm

I played Alcatraz 107 and it worked for a split second on custom, when the leds turned off i stopped episode and changed it back to fast.

Everything in your log looks good. Beside that you seem to have set Saturation to 0 sometimes which might be wrong.

You have to debug on the boblightd (by activating debug and running it in the foreground) and see what it sends to the arduino.

This issue doesn't seem to be a problem with the addon.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
Memphiz Wrote:Everything in your log looks good. Beside that you seem to have set Saturation to 0 sometimes which might be wrong.

You have to debug on the boblightd (by activating debug and running it in the foreground) and see what it sends to the arduino.

This issue doesn't seem to be a problem with the addon.

Thanks for looking in to it and that you mentioned Saturation.
In XBMC Boblight i changed Saturation 1 up and now it seems to work Wink

Thanks again.

Other question and maybe you can help me with it also. I'm playing with custom settings and i'm trying to get the same as in Fast but a little bit slower.
What settings should i use? Can't seem to get it right.

What are the settings for Fast mode to use in custom?
Reply
here you go https://github.com/bobo1on1/script.xbmc....gs.py#L165
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
Memphiz Wrote:here you go https://github.com/bobo1on1/script.xbmc....gs.py#L165

Thanks.
Funny though because 10 seconds ago i also found them Wink

Code:
elif preset == 2:     #preset action
    saturation    = 3.0
    value         = 10.0
    speed         = 80.0
    autospeed     = 0.0  
    interpolation = 0
    threshold     = 0.0

Going to play with them.

edit:
is there a guide that explains the settings a bit?
Reply
Thats bobs part now Smile
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
Saturation and value are multipliers for HSV color space: http://en.wikipedia.org/wiki/HSL_and_HSV

Speed is a factor for a first order lowpass filter, it goes from 0 to 100, the higher you set it the faster the lights react.
Autospeed adjusts the speed on top of that based on how fast the colors are changing, it kind of sucks to be honest.

Interpolation is a setting for a boblightd output device, when it's on it will interpolate between the last two writes of a client, I suggest turning it off in the xbmc addon.

Pixels below the threshold value will be considered as black pixels, it goes from 0 to 255, I suggest setting it to something like 10.
Reply
Thanks for the explanation bobo1on1.
Reply
schumi2004 Wrote:Thanks for the explanation bobo1on1.

i´m tryin to get the cygwin windows build running now. what do i have to place in the boblight.conf as output?
i tried com3, COM3, "com3" and "COM3", but nothing seems to work.

(CDeviceRS232::SetupDevice) ERROR: arduino: com3: No such file or directory

(arduino IDE says COM3 is correct)
any ideas?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
@phil65
I'm running OpenELEC which works out of the box. Friend of mine is using Windows 7 and has COM3 in his config. It's accepted by boblightd.exe but for some reason the lights won't go on.
Reply
phil65 Wrote:i´m tryin to get the cygwin windows build running now. what do i have to place in the boblight.conf as output?
i tried com3, COM3, "com3" and "COM3", but nothing seems to work.

(CDeviceRS232::SetupDevice) ERROR: arduino: com3: No such file or directory

(arduino IDE says COM3 is correct)
any ideas?

Try /dev/com3
Reply
/dev/ttyS0 seems to connect, but i do not get any light when using the boblight xbmc client. any other ideas?
would it be possible to run the openwrt package on a fritzbox with freetz installed? would be my plan B Big Grin
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Isn't there a good Windows how-to to get boblight working?
I have tried several exe's and config's but non of them work.
Reply
  • 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 107

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Official XBMC boblight Addon3