Re: [SlimDevices: Unix] PicorePlayer : using GPIO to turn on/off Hi-Fi system

2021-09-09 Thread Paul Webster
Does that mean that you cannot turn on the device via the remote because you really turn it off rather than put it into a standby mode? The reason for the earlier question from @strebor56 was that if the device can be "turned on" via IR remote then you might be able to make the RPi send the

Re: [SlimDevices: Unix] RPI ZERO W - wifi unstable

2021-09-09 Thread StevenEllis
Do you have a WIFI network with AP roaming enabled? This caused a bunch of problems with my RasPI based systems and I had to turn it off. StevenEllis's Profile: http://forums.slimdevices.com/member.php?userid=69979 View

[SlimDevices: Unix] piCorePlayer - how to restart Bluetooth? (OpenHaystack implementation)

2021-09-09 Thread CCRDude
Im playing around with 'OpenHaystack' (https://github.com/seemoo-lab/openhaystack/), which allows certain Bluetooth devices to be found by Apples "Find My" feature, same as AirTags. There's a Python script called 'HCI.py'

Re: [SlimDevices: Unix] piCorePlayer - how to restart Bluetooth? (OpenHaystack implementation)

2021-09-09 Thread Greg Erskine
Please note: "pcp-bt6" changed to "pcp-bt8" in later versions of pCP. Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://forums.slimdevices.com/showthread.php?t=115114

Re: [SlimDevices: Unix] PicorePlayer : using GPIO to turn on/off Hi-Fi system

2021-09-09 Thread ygi
Paul Webster wrote: > Does that mean that you cannot turn on the device via the remote because > you really turn it off rather than put it into a standby mode? > > The reason for the earlier question from @strebor56 was that if the > device can be "turned on" via IR remote then you might be

Re: [SlimDevices: Unix] PicorePlayer : using GPIO to turn on/off Hi-Fi system

2021-09-09 Thread Paul Webster
If you really want to do it via power to the HiFi then you need to find out if the HiFi accepts any other signals to tell it to shutdown/startup or you need to have the RPi connect to an external power switching until. Are you sure that if you power up the HiFi (by plugging in the power socket)

Re: [SlimDevices: Unix] PicorePlayer : using GPIO to turn on/off Hi-Fi system

2021-09-09 Thread Paul Webster
For example see this old post https://forums.slimdevices.com/showthread.php?105117-lirc-rpi-gpio-IR-support-for-picoreplayer/page7 Note pCP has moved on since then so things might not be exactly the same but it should be possible to do. Paul Webster http://dabdig.blogspot.com author of \"now

Re: [SlimDevices: Unix] piCorePlayer - how to restart Bluetooth? (OpenHaystack implementation)

2021-09-09 Thread Paul Webster
That reminds me ... must update this pCP to v8. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

Re: [SlimDevices: Unix] piCorePlayer - how to restart Bluetooth? (OpenHaystack implementation)

2021-09-09 Thread Paul Webster
A place to start looking ... In /usr/local/etc/init.d/pcp_startup.sh Code: # # Start bluetooth.

Re: [SlimDevices: Unix] PicorePlayer : using GPIO to turn on/off Hi-Fi system

2021-09-09 Thread Paul Webster
It is an IR transmitter that you would need. Then the RPi can turn on the receiver by sending a signal when you issue the LMS power-on command or perhaps Play. The transmitter could be on the end of a cable that you bring around to the front of the device. Paul Webster

Re: [SlimDevices: Unix] PicorePlayer : using GPIO to turn on/off Hi-Fi system

2021-09-09 Thread ygi
Paul Webster wrote: > If you really want to do it via power to the HiFi then you need to find > out if the HiFi accepts any other signals to tell it to shutdown/startup > or you need to have the RPi connect to an external power switching > until. > Are you sure that if you power up the HiFi (by

[SlimDevices: Unix] PiCorePlayer: soundcard Audioinjector stereo not working RPi 3a

2021-09-09 Thread cassio299
Hi All I have Tried and Tried and can't simply not getting my audioijector stereo soundcard to work: 1.No sound out via RCA jack on soundcard connected to active speakers 2.Checked spelling and input on config file tried different sound cards on drop down list 3.tried to overwrite

[SlimDevices: Unix] Glitch when running LMS in Docker on Synology

2021-09-09 Thread wifiguy
I'm close to getting LMS to run correctly in Docker on my Synology DS 218+, but I'm stuck on one final issue. In Docker's "Edit" window for the LMS container, the "Port Settings" screen looks like this: Local Port Container Port Type Auto 3483 TCP Auto 3483 UDP 9000

Re: [SlimDevices: Unix] Glitch when running LMS in Docker on Synology

2021-09-09 Thread Michael Herger
So what is using port 3483 on my Synology, and how can I override that and let Docker LMS use that port instead? I have the old non-Docker LMS package installed, but it's not running so I'm assuming it's not reserving that port. It is. Get rid of it and you'll be able to use the Docker version.