Michael Teeuw

Results 60 comments of Michael Teeuw

FYI: I just installed it on a fresh install, and it seems to work. Make sure you run `npm install` from within the `mmm-systemtemperature` folder.

Based on the suggestions here I also switched to `esp_mqtt`. Fixed all my issues. While PubSubClient is a wonderful generic mqtt lib, I think the esp_mqtt lib is better suited...

Yeah that probably works but seems like a dirty hack. Thanks for the suggestion though.

Support for this would be great. :)

It would be great if we could overwrite the homing command defaults in the config. If it's not set, it would use the current settings. It this something a PR...

This unfortunately still is an issue. Because the .env bars take precedence over the phpunit.xml settings, this means that whenever Claude executes my phpunit tests, my database gets wiped. Loading...

I've just tested it and can confirm: - Running my code in the Claude terminal edition (`/opt/homebrew/bin/claude`) will not load the .env file, which means it will not destruct development...

You can see the difference by asking Claude to show the output of the `env` command from within project folder that contains a `.env` file. - Claude CLI: Only show...

Here you can find the schematics: https://michaelteeuw.nl/post/trying-out-a-barebone-oled-display Hope that helps.