• 1
  • 73
  • 74
  • 75(current)
  • 76
  • 77
  • 107
[RELEASE] Official XBMC boblight Addon
Sorry if it is mentioned before, is there a way to work with a screen saver?I use aquarium screen saver for xbmc and if boblight can work with it could be great
Reply
nope
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
I wonder how I find out what "output" I use. I know from "lsusb" that I use bus 03 and address 02,

Code:
OpenELEC:~ # lsusb
Bus 003 Device 002: ID 1d50:6022 OpenMoko, Inc.
Bus 004 Device 002: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

and

Code:
(InitLog)                       start of log /storage/.boblight/boblightd.log
(PrintFlags)                    starting boblightd -c /storage/.xbmc/userdata/addon_data/service.multimedia.boblightd/boblight.conf
(CConfig::LoadConfigFromFile)   opening /storage/.xbmc/userdata/addon_data/service.multimedia.boblightd/boblight.conf
(CConfig::CheckConfig)          checking config lines
(CConfig::CheckConfig)          config lines valid
(CConfig::BuildConfig)          building config
(CConfig::BuildConfig)          built config successfully
(main)                          starting devices
(CClientsHandler::Process)      opening listening socket on *:19333
(CDevice::Process)              LP1: starting
(CDevice::Process)              LP1: setting up
(CDeviceLightpack::SetupDevice) LP1: found Lightpack at bus 3 address 2, serial is 8523033323035131B132
(CDeviceLightpack::SetupDevice) LP1: Lightpack is initialized, bus 3 device address 2
(CDevice::Process)              LP1: setup succeeded
(CClientsHandler::Process)      127.0.0.1:47874 connected
(CClientsHandler::ParseMessage) 127.0.0.1:47874 said hello
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 128
(CClientsHandler::ParseSet)     127.0.0.1:47874 priority set to 255

but I don't know how to find out the output, like, /dev/XXXXXXX .

Also, I need to say that I got my Lightpack with Boblight working, in some magic automatic way, but sometimes, after a cold reboot or something, it isn't working, and I think i need to specify in the .conf-file more info, to have it work every time.

How do I find that out? Is there some log I can check?

/Söder
Vero 4K with unRAID server and mysql (mariadb)
Reply
dmesg
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
(2014-03-12, 01:03)bry- Wrote: @kingmob which os ?

Windows 8, I was completely new to the boblight thing, so thoroughly confused at the start.
Reply
(2014-03-27, 14:33)kingmob Wrote:
(2014-03-12, 01:03)bry- Wrote: @kingmob which os ?

Windows 8, I was completely new to the boblight thing, so thoroughly confused at the start.

running well now for you? I havent found time to attempt boblight yet and am still using prismatik for the time being. I have 2 lightpacks that I am looking to use with boblight on win7x64. any tips in case I find time to tinker?
Reply
(2014-03-24, 14:00)Memphiz Wrote: dmesg

I see some info here, but I can't see exactly what I'm looking for...
Vero 4K with unRAID server and mysql (mariadb)
Reply
Looks like LIFX finally release the API. Any chance of this getting added in?

Thanks!
Reply
(2014-03-28, 06:45)hadees Wrote: Looks like LIFX finally release the API. Any chance of this getting added in?

Thanks!

As a kickstarter I now have 8 of these beautiful bulbs..but their functionality is locked behind the terribly written android app!

+1million for functionality within this XBMC addon!

Would be great for lights to dim on play and brighted on pause!

If someone can point me in the right direction I would love to help!
Reply
Söder,

you shouldn't need "output" for lightpack, should you?

https://github.com/timsat/boblight-light...figuration
Reply
(2014-03-28, 12:24)theCheek Wrote:
(2014-03-28, 06:45)hadees Wrote: Looks like LIFX finally release the API. Any chance of this getting added in?

Thanks!

As a kickstarter I now have 8 of these beautiful bulbs..but their functionality is locked behind the terribly written android app!

+1million for functionality within this XBMC addon!

Would be great for lights to dim on play and brighted on pause!

If someone can point me in the right direction I would love to help!

you may be able to check here to see if you can use anything : http://forum.xbmc.org/showthread.php?tid=145178
Reply
For those of you who ran into decimal point versus decimal comma issues: I just released v1.3 of Boblight Config Maker.

English page: Tweaking4All.com boblight Config Maker.
Dutch page: Tweaking4All.nl Boblight Config Maker.

Enjoy Blush
XBMC (OpenElec) on AppleTV (1st gen), Intel Atom, AMD Fusion (with Boblight), Raspberry Pi, K1Plus Android x905 (LibreElec), nVidia Shield 2017.

www.tweaking4all.com
www.tweaking4all.nl
www.weethet.nl
Reply
(2014-03-27, 18:43)soder Wrote:
(2014-03-24, 14:00)Memphiz Wrote: dmesg

I see some info here, but I can't see exactly what I'm looking for...

You can use a udev rule to give the device persistent naming as the /dev/ location can change. This is for my ir receiver:

Code:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0471", ATTRS{idProduct}=="2093", SYMLINK+="lenovo_ir_receiver"

so its always /dev/lenovo_ir_receiver
Reply
Sad 
Is the boblight daemon actually available on the macHuh I've got it to compile on it but and the XBMC plugin connects to it (or says it does) but it refuses to do anything. As far as I can tell my config file is good and I know the "LEDSTREAM" code on my teensy is working as it interfaces with other software fine but I wanted to switch to boblight cause the performance of prismatic is unreliable when video is playing.

I've looked everywhere and gotten no where Sad

The worst is it seems soo close since it compiles but i've gotten nowhere with my fiddling.
Reply
Hello there, as you can see, i am absolutely new here...

i have a raspberry pi running raspbmc and have newly bought a light pack.

my problem is that i can´t get it to run.
i have followed this tutorial, but my lights won´t light.

http://ajpawelski.wordpress.com/how-to-r...-lightpack

have i missed something?
when i fire up raspbmc i always get a "failed to connect to boblightd" error...but what can i do?

please help me!!!
thank you very much!

edit:

i have also tried this one here:
http://ajpawelski.wordpress.com/how-to-r...1-strip-2/

same result...nothing.

putting the lightpack at my PC...it works and starts shining....
Reply
  • 1
  • 73
  • 74
  • 75(current)
  • 76
  • 77
  • 107

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