Posts

iCloud drive sync, or mount, with a Linux, Ubuntu, device

Image
Updated 2025-01-23 ! With my project to keep a MacBook Air 2011(MBA) alive , Ubuntu installed, i searched for a solution where my iCloud drive(iCD) was  continuous synced with my MBA. This must work both ways so even a file change made on MBA should be replicated to iCD. rclone now, 2025-01, works with iCloud !! Setup below !! Before "rclone" was working with iCloud I solved my sync between iCD and MBA with Syncthing (ST). Check below. ST doesn't sync with iCloud so the work around here was to use my MacMini, Mac OS, as the "Middle man". It's always on and synced with iCD.

IKEA Bäve dimmer hack II

Image
Updated 2025-01-10 ! Dimming not dimmable LED, IKEA Bäve, produced before 2019-11 and a new idea for later products ! In former post I used a  Fibaro Z-Wave RGBW controller  but in this post I will use an IKEA original or an external dimmer ?!

Install Weather34 with WeatherLink

Image
Updated 2025-01-09 PHP 8.2 ! If You want Your Private Weather Station(PWS) Davis Vantage Pro2, or other Davis products that use WeatherLink, to provide data for the template we use at Domstens BÃ¥tklubb just follow the instructions below.  T his is made  without  additional software such as Cumulus, Weather display or the Meteobridge product. This application is updated !! , to use the v2 API. Check   this post  !!

Install Weather34 with WeatherLink, v2 API

Image
Updated 2025-01-08 OK 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. T his is made  without  additional software such as Cumulus, Weather display or the Meteobridge product.

DMI forecast API for atmosphere, ocean and sea ice, free !

Image
Updated 2025-01-04 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 . I'm maintaining the weather station for Domstens yacht club and have become really interested in weather "issues". The actual use case for me is that I have to change the mooring, of our boat, if the water level exceeds 60 cm from normal.   For several years I have been searching for a free forecast API so I can get an early warning when the water level rises. Node-Red is used.

ReSound Smart 3D app for ReSound hearing aids

Image
Beeing forced to use a hearing aid(HA) is not that fun but on the other hand it's always exciting with new electronic gadgets and to better participate in conversations with other people.  In this post I will just summarize some points gathered when setting up the HA with the ReSound Smart 3D (S3D) in an Apple enviroment. But of course there is also a Android app These hearing aids are compatible with the mentioned app and I'm using Resound Nexia 9 RIE .  

Raspberry Pi OS install with Mac/Windows/Linux

Image
Updated 2024-12-13 ! When starting up a new project with Raspberry Pi I like to start up fresh and with a minimal OS.  Therefore i always use Raspberry Pi OS(ROS) Lite and then adding what I need .  Doing it right You don't have to use an external display, keybord and mouse, just a " ssh "  client. Flash to a SSD ? Check this post .

Receive temperature, 433 MHz sensors, with RTL-SDR

Image
  Updated 2024-12-01 ! In my underfloor heating project, using Node-RED, I have to have one sensing thermometer per room/zone, seems to be 8 in total, so therefore it would be nice with a wireless battery sourced device with good resolution and frequent updates. During the test phase I used a Z-way device but the resolution was pretty bad. Another device mentioned is  the  Ruuvi tag  but since it's a bluetooth device the transmitting range could be better. After some googling I went for 433 MHz devices.

Underfloor heating with PID controller, Node-RED

Image
Updated 2024-11-14 ! In a former post I did some hacking/checking how our underfloor heating control system handled the valves, actuators, regulating the heat.  Now it was time to do some tests with Node-RED(NR), with a PID controller ,  and a Shelly 1 (S1) connected via WiFi and driving the actuator. The actuators are in my case controlled by 24 VAC and the S1 accepts 110 - 240 VAC, 24 - 60 VDC and 12 VDC. So in this case it was simple to just add a rectifier and a capacitor, to the 24 VAC, to get approx 36 VDC to source the S1.