If you use Symfony CLI locally and Claude Code it happens that Claude wants to run php commands. Which often leads to using the wrong PHP version as it should use symfony php instead. The following script instructs Claude to use symfony xxx. It does this for php, composer, bin/console, vendor/bin Now you need to […]
Een nogal dramatische melding: StoringsmeldingA21/3161 Storing in cv-installatie.Neem contact op met uw installateur. Error A21/3161 betekent: lage batterijspanning in de draadloze afstandsbediening voor verwarmingskring 1. Oplossing: Vervang de batterijen in de draadloze afstandsbediening voor verwarmingskring 1. Gelukkig heb ik de installateur niet moeten bellen om de batterijen te vervangen. Bron: https://www.bosch-homecomfort.com/de/de/wohngebaeude/service-und-support/bosch-fehlercode-suche/errorcode?query=3161
Use ActiveCollab in Claude (desktop)
ActiveCollab exposes a MPC server. But the documentation on how to configure it in Claude is brief. In ActiveCollab In Claude It will end up something like below:
⚠️ Warning: Do not use this in production This experiment connects ChatGPT to a (local) Symfony application. Most online examples use an STDIO-based MCP server through console commands. Which works fine locally. This setup embeds the MCP server in an existing web application and makes it accessible online, without running it as a separate process. […]
I have an energy meter which is used by my Alfen Car Charge Station to measure our electrical usage. The Alfen Charge Station uses these measurements to charge the car only when my solar panels are producing. The energy meter is a Carlo Gavazzi EM24. More specific: EM24DINAV53XE1X. The manufacturer describes it as: Three-phase Energy […]
Cupra Tavascan in Home Assistant
We recently received our new car. A Cupra Tavascan. As all cars these days it has an app for your phone. Which is fine. But it is just another app. When I am at home I just want to see everything in one place: Home Assistant. I use https://github.com/daernsinstantfortress/cupra_we_connect. Which I installed through HACS. And […]
Goedkopere CO2 cilinder
Thuis gebruiken we een SodaStream. Fijn om “goedkoop” bruiswater te maken van kraantjeswater. Maar die CO2 cilinders zijn niet goedkoop. In de Colruyt betaal je voor 1 cilinder € 12,99 + € 12,00 leeggoed. Bij Habitat Solutions betaal je minder, namelijk € 7,75/cilinder. je kan ze wel enkel per 2, 4, 8, … kopen. Heb […]
Raspberry Pi 5 Official case
Do not buy the Raspberry Pi Case for Raspberry Pi 5 of you intend to use a HAT. The website mentions: HATs can be mounted to the enclosure with stand-offs and GPIO header extenders Which means you can mount HATs, but they won’t be enclosed in the case. If you are looking for a simple […]
Ik ben bezig met een opleiding rond AI. In het tweede deel van de opleiding gaat het over Deep Learning. En hiervoor gaan we met Tensorflow 2 werken. Ik heb een MacBook Pro 16″, 2019. Met een i7 2.6 GHz CPU, 16GB RAM en een AMD Radeon Pro 5300M 4GB. Dus helaas geen optimaal toestel. […]
P1 meter zonder Wi-Fi
Met de digitale meter kan je op een slimme manier je energie verbruik in kaart brengen. Wil je het realtime dan ben je aangewezen op toestellen die je in de P1 poort van je digitale meter kan pluggen. Er zijn al heel wat P1 meters beschikbaar, zoals bijvoorbeeld: Maar bij al deze toestellen is de […]
Remove required attribute
Just for my future self. A simple oneliner to remove the required attribute from all elements:
At home my Home Assistant instance runs on a Raspberry PI 4 in Docker. I wondered why my Home Assistant install was not up to date. I was using homeassistant/raspberrypi4-homeassistant as the image. But since 2023.7 these images don’t receive updates, as announced in the breaking changes section of the release notes. (which I did […]