Posts

HomeKit bridge with Z-Wave II

Image
In a former post I used Homebridge on a Raspberry Pi , to make Z-wave devices appear in the Apple Home app, but there is a simpler and faster, way. Start with the install of the Razberry card or upgrade to Z-way V3.0.0 Other  HomeKit posts  on this Blogg

Internet speed measure

Image
Updated 2019-08-10 ! New to Node-Red(NR) and maybe start with a simple application You can benefit direct from ? This application is measuring Your Internet connection at chosen intervals using Speedtest.net  and showing the result in a graph. If the speed is under a set value it will send You an email. New ! better version  !

NMEA WiFi gateway II

Image
My thoughts, about NMEA WiFi have finalized ? since my first post in the subject  and the Yacht Devices YDWG-02N is now installed in my NMEA2000/ST/NMEA0183 network and works just fine.  I'm already using Raymarine ST => ST NG converter but otherwise I had bought the YDNR-02  instead which should have done the same job. Please find some thoughts from the installation below.

Mojave on unsupported Mac

Image
Updated 2019-05-11 ! My old Mac Book Air, mid 2011, didn't support the latest MacOS, Mojave. So after some checking I found this brilliant fix  which did the job. This guy have really done a fantastic job with great instructions and even a Youtube video .

Weather34 & WeatherLink w/o cronjob

Image
Running Weather 34, W34, using my setup , the program " cumulusdata.php " is fetching data from Davis Weatherlink(WL), and are writing the data to a file, type Cumulus. The old way was to fetch the data via a scheduled cronjob.  Doing a small change to " windspeeddirection.php ",  " updater.php "  , and using  the latest version of  " cumulusdata.php ",  will do the update with the built in W34 refresh routine instead of cron job. Thanks to Ken who gave me the hint.

HomeKit bridge with Telldus Live

Image
Updated 2019-03-18 ! Do You have Telldus devices up and running and want them to be visible and used in Apples Home app ? With some software and a Raspberry Pi(RPi)  they will appear in the HomeKit environment. Other  HomeKit posts  on this Blogg

IKEA Bäve dimmer hack

Image
Dimming not dimmable LED, IKEA Bäve Inspired by LarsWH and using a Z-Wave controller I got it working  with a "standard" component. Other  HomeKit posts        on this Blogg         A new version !!  With an  IKEA controller and HomeKit enabled is  available here  !!

HomeKit, Trådfri and Gledopto RGB

Image
I bought the Gledopto RGB+CCT LED controller (GO), so I could use RGB LED strips, not just the IKEA ones. There were some IF:s, which will be scrutinized below, but it worked. Other  HomeKit posts  on this Blogg

Mac install Apache/PHP WEB-server

Image
Updated 2019-01-07  !! Note !! Before Monterey !!  As a part of one of my projects,  the ultimate Weather site ?? Weather34 (W34), I needed a WEB-host with PHP and started to use a Raspberry Pi . In this post You will get some short install tips on Apache with PHP on a Mac with Mojave, macOS 10.14.x, and a t the end of the post the W34 installation is done.