Spotify is one of the most common Music Services used in Europe. As Apple now also has support for the Dutch language on the HomePod I wanted to start using an HomePod in my office when working from home so I can stream music and just dont have to pause the music...
Search my blog!
Raspberry Pi Articles
Update Raspbian Buster to Bullseye
About a year ago Raspbian Bullseye was released, but as I was still running Buster and had no issues I kept running Buster. Last week I encountered some issues with the RUSTC package being outdated for an update of my HomeAssistant environment running Python 3.10.6....
How to upgrade Python venv to 3.8.6
How to upgrade Python venv to 3.8.6 If you are running Home Assistant on a Raspberry Pi with Python and manually installed it, you prob are running it in a Virtual Environment (venv) like me. Now with the release of HomeAssistant 0.116.0, there is a notification that...
Upgrade RPi with SSD
Prepare your RPI 3 First you have to tell the RPI firmware to boot from USB, this feature is disabled and has to be enabled once per raspberry pi. You can do this from SSH by running the following command: echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt...
HomeAssistant upgrade Python to 3.7.3 (venv)
How to upgrade Python venv from 3.5 to 3.7.3 If you are running Home Assistant on a Raspberry Pi with Python and manually installed it, you prob are running it in a Virtual Environment (venv) like me. Now with the release of HomeAssistant 0.94, there is a notification...
How To Home Assistant as Home Automation on Raspberry Pi
I came accross Home Assistant a few days ago and it looks like a nice Home Automation system, so... Lets try! At this point i'm running several apps like Hue, IFTTT, Stringefy to make my home smarter and respond on actions or triggers. As i now came accross Home...
HowTo SiriControl with Raspberry Pi 3
We can use Siri for a lot of things on our Apple device, but you can also use Siri to control IoT things that dont have support for HomeKit! This can be done by using SiriControl! SiriControl is a Python script that runs on your Raspberry and polls your Gmail account...
HowTo: Raspberry Pi 3 UniFi Controller AC-AP PRO
As I was using a Miraki AP (MR12) and the license was about to end I started looking for a new AP. The Web GUI for Meraki is really nice, but the MR12 is slow and already 3 years old. Also the licenses are pretty expensive so I decided it is time to upgrade. When...
HowTo Homebridge on Raspberry Pi 3 for iOS and Smart Devices
In the Easter weekend I suffered some eye injury on both my left and right eye. My sight went fro 100% back to 5% on the left and right eye. From that day I knew it was going to be a long recovery with several surgery's. As a tech guy i already have some Smart Devices...
My Home Automation
While browsing on the interwebs I did find a great post about a MagicMirror by Michael Teeuw http://michaelteeuw.nl/. This gave me the cool idea to use my old iPad for my own Home Automation system. As I moved to my new house in september 2015 I would like to automate...
SNMP Cannot adopt OID in UCD-SNMP-MIB errors on Raspberry Pi
As I'm a fan of new tech stuff I also have several Raspberry Pi's in my home. One offcourse as mediacenter, but also I have one that is acting as FTP box for backups and my Private Cloud on my 100/100 home fiber connection. This Pi is running also Cacti and as the...