-
>Reviving an Abandoned Open-Source Project: 6 Years of Atomic Calendar ReviveThere’s a particular kind of sinking feeling you get as a user of open-source software. You’ve built your setup around a tool you love, it does exactly what ...2026-06-12 #open-source#home-assistant#lovelace · 7 min
-
>Ditch the Manual Chore: Automating Releases and Versioning with release-pleaseI love coding, I love seeing new features come to life, and I genuinely enjoy writing documentation (I know, weird right?). But if there’s one part of the de...2025-11-03 #release-please#git#automation · 14 min
-
>Getting Started with OpenTofu: Infrastructure as Code for Cloud ProvidersIn August 2023, the infrastructure-as-code community was sent into a frenzy when HashiCorp announced that Terraform would be shifting to a Business Source Li...2024-07-19 #opentofu#iac · 11 min
-
>Automatically Join Octopus Energy Saving SessionsAfter missing a few saving sessions with them being announced last minute or the notifications not appearing from the Octopus app I decided to work on automa...2024-03-15 #octopus#ha#saving · 4 min
-
>Automated release with Semantic Release and commitizenWhen working with JavaScript projects, managing version numbers and commit messages is important for the maintainability of the project. Since 2020 I have be...2023-09-29 #typescript#release#commitizen · 9 min
-
>Hell Let Loose, better performance and visibility settingsThis article has been updated to include some new config improvements and remove the nVidia filters as these are now disabled.2023-08-18 #hell let loose#hll#performance · 6 min
-
>Setup the Sunsynk Power Flow Card with a Lux InverterIf you haven’t already, I recommend going back to the first article in the series and following it through otherwise some options in this article may not wor...2023-08-15 #home-assistant#sunsynk#lovelace · 1 min
-
>Integrate Solcast API with Home AssistantAs I further integrate my solar solution into my home, I have now added the Solcast API.2023-08-14 #home-assistant#solcast · 2 min
-
>Integrating a Lux Power Inverter with Home AssistantAfter having solar installed I wanted to get it integrated into home assistant to enable historical monitoring and also automation around my home.2023-08-08 #home-assistant#lux-powertek#greenlinx · 4 min
-
>A Pythonic way to alias methods?An alias method allows accesses to the original method via a different name. You can define your own alias method by adding the statement a = b to your class...2023-08-08 #python#aliases#method · 3 min