May 27, 2024
Bredbandskollen, Internet speed, CLI
May 16, 2024
Raymarine E120 & E80 backlight failure
It's from 2006 so I'm not surprised that things happen. You may wonder why we keep it instead of buying a new one but the thing is that we have 2 installed together with a well functioning radar so buying new stuff will be a hefty price tag.
After some Googling I found out that the backlight is produced by a CCFL, a type of neon light, and can give up after some years.
May 03, 2024
Signal K charts, offline & online
April 14, 2024
IVT, Bosch heat pump easy integration, Home Assistant
In search of the optimal solution on how to interface our IVT Heat pump, first try here, I stumbled over a nice integration for Home Assistant(HA). A first quick setup is shown at the right.
April 05, 2024
Home Assistant core install, Raspberry Pi and Python 3.12
It works very well and here are the install instructions.
On the other hand if you want to add HA to a RPi which you already have up and running, without Docker, you need to install something which is called "Home Assistant Core".
Please check the "Remarks" below before you start.
April 01, 2024
IVT, Bosch heat pump easy integration, NodeRed
With the nice application Bosch XMPP you can set up an integration with the cloud service supplied by your vendor.
March 01, 2024
OpenPlotter V3, install guide
Updated 2024-03-01 !
- OpenPlotter(OP)
- OpenCPN(OC)
- SignalK(SK)
February 20, 2024
Clone the Raspberry boot disk
A very nice way to fix a backup is to make a copy, bootable, of the actual SD card You are using on the Raspberry Pi(RPi). This will be done even when the RPi is up and running !
This application can also be used to make a bootable SSD or USB drive !!
You clone from the command line so You don't need the standard GUI, Pixel, and the "SD card copier" function.
It is also possible to set up a a scheduled job, cronjob explained later, which for example makes a clone every night at 1 o'clock.
February 10, 2024
DMI forecast API for atmosphere, ocean and sea ice, free !
DMI is the Danish Meteorological Institute and the Open Data API provides free and open access to DMI’s data.They are covering a pretty big area not just Denmark.
February 08, 2024
GRIB files and extracting data, Linux, Raspberry
February 07, 2024
Teltonika RUT 240 as source for Mesh Network or router
Since almost 2 years I have used mobile broadband as a source for the Mesh network, at home, via a Nokia Fastmile(NF) with no direct flaws.
Getting a very nice offer, half the monthly cost, for mobile Internet from our mobile phone operator it was time to test something new.
Since I probably will have to return the Nokia receiver quitting the old supplier I had to test the new provider with some other equipment. Running the Teltonika RUT 240(TR) in our yacht, in the summertime, it was available for testing.
January 20, 2024
AIS reciever for Raspberry Pi, 2 channel
This post covers the setup for a AIS, dual channel, receiver for Raspberry Pi(RPi) with systemd autostart.
AIS posts with charts/maps
Improve receiving range? Calibrate ! Instructions in this post
The best AIS application ? is found here !
January 08, 2024
Install Weather34 with WeatherLink, v2 API
Updated 2024-01-08 OK with Bookworm 64 bit, PHP 8.2 !
This post is an update from a former post which handles on how to set up a weather WEB-site with data from Davis Weather Link(WL) but here adapted to the latest WL API v2.Any product that reports weather data to WL can be used as a source for this weather template.This is made without additional software such as Cumulus, Weather display or the Meteobridge product.
January 07, 2024
RPi install Apache/PHP WEB-server
As a part of one of my project, the ultimate Weather site ? Weather34, I needed a WEB-host with PHP.
I started up with a fresh Raspberry OS Lite SD Card with Samba installed.
Log on, with ssh/terminal to the RaspberryPi(RPi), in this case hostname "pws01", and update the OS with
sudo apt full-upgrade -y
sudo apt clean
sudo apt install apache2
January 05, 2024
Samba, RPi as Windows file/print server
If You want that the Raspberry Pi(RPi), shall appear in MS File Explorer or Mac Finder, as a File server, the easiest way is to install Samba.
This also makes it much easier if You want to edit files on the RPi with editors from Your MS/Apple device. Or maybe moving files from/to the RPi.
December 05, 2023
SDR calibrate with kalibrate-rtl
The calibration could be done against standard GSM transmitters which are providing a stable reference frequency.
December 01, 2023
Signal K quick install
Signal K is the hub to receive data, from different devices in different data formats, and send it on to different equipment, or databases, in different formats. Most common for standard marine equipment are the old NMEA 0183 and the newer NMEA 2000 protocol which is also handled.
Besides the SK "hub" function developers have created plugins for different purposes. This is due to that SK is open-source ! Sharing is caring !
November 09, 2023
AIS receiver & dispatcher with OpenSeaMap
The application showing the map is SignalK, (SK) a OpenSource project for marine use.
With the "ais-forwarder" plugin you could send/dispatch the NMEA AIS data to Marinetraffic or Vesselfinder. Another AIS-dispatcher.
November 08, 2023
Raspberry Pi watchdog made simple
November 06, 2023
NMEA WiFi gateway
I have searched for a solution transmitting the NMEA data, from the
navigation network, via WiFi, to for example iSailor or other Tablet/Phone applications.
Most of these applications just accepts NMEA0183(N1) but many boats are also using SeaTalk 1(ST1) and NMEA2000(N2K).
This post will cover, kept compact, my best findings covering both a DIY
and a commercial approach to handle the different protocols.
November 05, 2023
SignalK, measuring temperature
November 04, 2023
AIS for Raspberry with Map, Dispatcher
October 30, 2023
RuuviTag and Node-Red
Having used Node-Red(NR) on Raspberry Pi before, the first application was this dashboard. Tested and works with with Node.js V18 !
October 26, 2023
Homebridge made simple, Homebridge
There has really been big improvements in the installation process and I think the HB version is better/easier than HOOBS.
Migrate from HOOBS ?! Link
October 17, 2023
Raspberry headless install with WiFi
To make an active WiFi connection at first boot You have to use the "Advanced options" in Raspberry Pi Imager or create, old way, a configuration file called "wpa_supplicant.conf".