Category Archives: Raspberry Pi

Raspberry Pi’s and Solar and Stuff

Venus Firmware

Problem:  My Victron Solar Charge Controller and Victron Battery Monitor are bluetooth only.  This makes it very difficult to observe the status of my solar power system while I am away from home.

 

How I deal with this is to take a laptop and run VictronConnect software on it and then I can VPN into my network and then VNC into the laptop and observe VictronConnect.  It works well 90% of the time with the 10% downtime as being the most important times I actually need to observe it.  And it ties up an entire laptop which must be kept powered on and within bluetooth range of the Solar board.

Solution:  Victron has software or more accurately firmware that emulates their Color Control GX / Venus GX monitoring devices and it runs on a Raspberry Pi.  A Venus GX costs nearly $300 and a Raspberry Pi costs about $30.  It even runs on older Raspberry Pi’s which are even cheaper. I’ll be using a Raspberry Pi 3 for this.

Continue reading

It’s The End Of The World As We Know It – I Feel Fine

This last week or two has been one of the most bizarre in my 57 years however the chaos all seems confined to Social Media and Media in general.  People are still nice, commerce is still chugging along.  If we didn’t own TV’s and computers we’d never know much was up.

In an attempt to get the REAL story I’ve been creeping on the Police Scanner and the State medical communications.  It’s not been very interesting.  Boring in fact.  If there is a coverup, the people with the radios are covering up their coverup.

Anyway, like REM says, “I Feel Fine”.  Not just figuratively but literally as well.  I’m ready for the whole of humanity to let the crazy out.  I have ample food, a gun with bullets, clean water, communication devices, and alternative power. And most importantly it would seem……..toilet paper.

Bring it on!
Continue reading

Best Tech of 2019?

So here it is, New Years Eve…….I’m up at 1 AM and reading “Best Tech of The Year” articles.  Either one of two things has happened.  Either nothing tremendously wonderful happened in Tech this year or the imagination and writing skills of journalists are now nearly non-existent.

Every list shows the latest cell phones or drones, or gaming device or newest TV offering.  I’m sorry, but that just isn’t that inspiring to me.   I may be a dinosaur but newer is not always better.  Case in point.  Look up the home entertainment category and most lists have some SONOS player.  That’s a networked streaming audio system.

I’ve been using Logitechmediaserver so many years it isn’t funny.  It streams Spotify, Tidal, TuneIn, Pandora (I dropped my Pandora subscription) and many, many more services.

Continue reading

Why Is Radio So Important To Me?

Thought I’d do some philosophical stuff today instead of technical stuff today.  Beware.

One of the things that first fascinated me as a little kid (besides baseball and before women) was radio.  Specifically short wave radio.  We had a world band radio in the house and it had the TV audio band.  I used to think that was so cool.  Then along came Citizens Band (CB) radio.  Oh God how I loved that.   I really find that odd because now at my advanced age of 57, and the fact I’m a licensed Ham, I really don’t care to talk.

But oh how I love to listen.  I almost don’t care what I’m listening to as long as I’m LISTENING.

Continue reading

GOES satellites

Above you working silently are Geostationary Operational Environmental Satellites (GOES).  They are operated by NOAA and are essentially weather satellites.

Now here’s the current configuration above.  Seeing as how I live on the East Coast of the US I aim at GOES-16 or GOES East.   Getting the signal is a bit of a challenge and requires some special hardware.

Continue reading

AirSpyHF+ Spyserver on Raspberry Pi

AirSpyHF+ on Spyserver on Raspberry Pi

What is a Spyserver and why do you NEED one?  A spyserver takes an RTL-SDR software radio and allows it to be used over the network or controlled from the internet if you allow.

 

For this project I’m using the AirSpyHF+ ($199 USD).  The AirSpyHF+ is probably the BEST HF SDR radio you can get.  This project will let us operate from about 9kHz to about 31 MHz where AM radio, and Short Wave Radio reside.

Continue reading

How To Keep RTL_433 Alive For Your Home Automation Using Supervisor

I run RTL_433 to push data from several sensors and a motion detector to an MQTT server for home automation.  For some reason as of late it is just not that stable. Could even be a hardware failure with the dongle….I dunno.  I generally just run the program command inside a terminal on the raspberry pi it is installed on and just walk away.  When it crashes I have to log back in the Pi and re-run the command.   Un-cool.

The command I use specifically is this:

rtl_433 -F json -M utc | mosquitto_pub -t home/rtl_433 -l

Again, that pushes data found on 433.920 MHz devices to publish a topic on my MQTT server called “home/rtl_433”.

Continue reading

Flash Outlets with LED Ring With Tasmota

Found these cool little outlets on Amazon and verified they can be flashed with Tasmota Over The Air (OTA).  They are technically called “Home Awesome Breathing Light Smart Light.

They are also sold under the name TMRLife Plug

They are another made in China device that is controlled via phone app and I generally don’t trust such things.  Flashing the device with Open Source firmware is MUCH better for securities sake.

Continue reading

One Of My Favorite Raspberry Pi Projects Ever – Dakboard With LogitechMediaServer

Easiest Raspberry Pi Wall Calendar Yet

What you need:

– Raspberry Pi Zero (or better)

– SD Card

– TV with at least one HDMI input

– Wall mounting bracket for TV

– HDMI Cable

– 1.5 amp power brick

– WiFi dongle (not needed if using a Pi 3 with onboard wifi)

– Micro HMDI to HDMI adapter (only needed if not using a Pi2 or 3)

– Micro USB to USB adapter (only needed if not using a Pi2 or 3)

Configuring Inexpensive 433 MHz Motion Sensors for use with HomeAssistant

Last week I showed you how you can capture the remote codes for cheap radio controlled electrical outlets and this week the theme is MOTION DETECTORS.  With a properly configured motion detector you can then trigger that outlet.  For example……..when you open the pantry door the light comes on………when you walk in the laundry room, the light comes on……..when someone presses the smart doorbell, the lights come on.  Pretty handy stuff.

Most home automation motion sensors send TWO signals. One when they are tripped and one when they reset.  Most of them will stay tripped for a predetermined amount of time.  Usually for 2-4 minutes or so.   Good idea to know the state of the motion detector BEFORE you buy it.

For example I have a motion detector with a 4 minute reset on it in my garage and laundry closet. That means that both of those lights that get triggered are staying on for 4 minutes whether I like it or not (unless I write some crazy code).

Continue reading