d8ahazard / glimmr

Glimmr is a .Net Core application to synchronize Ambient LED strips with Hue Lights, Lifx Bulbs, and Nanoleaf Panels
GNU General Public License v3.0
53 stars 9 forks source link

Raspberry PI Support #2

Closed cfoucher closed 4 years ago

cfoucher commented 4 years ago

Thanks for creating this! super excited to try it out.

I'm hoping to get it running on my raspberry pi 3. Any plans to publish a armhf compatible docker build?

I've also tried to install it manually but get the following error when running it:

mono --debug HueDream
Cannot open assembly 'HueDream': File does not contain a valid CIL image.

Thanks!

d8ahazard commented 4 years ago

Totally! That's where I pictured it running. I have to research the specifics, but the docker file is the default created with vscode. I think it's just finding the appropriate Ms docker image and copying.

I'll research this later tonight.

On Tue, Nov 26, 2019, 6:33 PM cfoucher notifications@github.com wrote:

Thanks for creating this! super excited to try it out.

I'm hoping to get it running on my raspberry pi 3. Any plans to publish a armhf compatible docker build?

I've also tried to install it manually but get the following error when running it:

mono --debug HueDream Cannot open assembly 'HueDream': File does not contain a valid CIL image.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/d8ahazard/HueDream/issues/2?email_source=notifications&email_token=AAMO4NHNFR4KHF5ANAACSQTQVW55PA5CNFSM4JR7UPC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4ITJRQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMO4NDRKZ2K5VSLU6OFF33QVW55PANCNFSM4JR7UPCQ .

d8ahazard commented 4 years ago

@cfoucher - Created an armf dockerfile, but don't have my pi set up right now. Would you care to test and report back?

cfoucher commented 4 years ago

Awesome! Looks like it builds and runs. I'm not at home at the moment so I will have to test it fully tonight.

One other question, I'm hoping to run it behind a domain so I have a proxy set up mydomain.com/huedream. Is it possible to set a URL base (i.e. /huedream) in order to support the reverse proxy?

cfoucher commented 4 years ago

It looks to be working fine, but I didn't realize my Gledopto bulbs couldn't be grouped into entertainment areas. I will have to look into getting a couple of real hue bulbs. Thanks for your work on this though! It's really impressive!

d8ahazard commented 4 years ago

Cool. I'm going to close this for now until it can be tested further, or until I get docker running on my pi, or set up an emulator...