Harm Aarts
Harm Aarts
Please use the XDG standard!
Gladly! The XDG spec exists to organize the jumble off hidden files and directories in a user's $HOME. It places files in locations the user expects. But perhaps [this post](https://ploum.net/207-modify-your-application-to-use-xdg-folders/)...
[This](https://github.com/paperdink/timcal2/blob/main/timcal2/timcal2.ino#L118-L128) seems the relevant part for the battery. But it uses a deprecated function `adc_power_on`, that should be `adc_power_acquire`. It also includes stuff that makes no sense to me like...
I ran into the same issue today. Also a M1 Mac. I installed the CP210x libs too. Using the Arduino IDE 2.0.
Ha! Fixed it. When you see 'Connecting .....' in the terminal output press the 'Reset' button on the back of the Paperd once. The upload will then commence.
I'm unable to reproduce it! It worked precisely once.
I can confirm the 'Type A to Type C cable via a Type C hub' solution works. This is one of the crazier things I've run into lately.
I had the same issue. But I forgot to run my ruby program with 'sudo'. That fixed it.
> The binary sensor wont work as you're pointing to `http://19.168.178.191:8000/lights` instead of `http://192.168.178.191:8000/lights` 🙂 Sweet lord... Accept my humble gratitude. This has been vexing me for hours. I've added...
I've updated HA prior to finding the log file, to 2024.9.2 and I think that tossed the logs files. I'll try again tomorrow!