AlfredJKwack
AlfredJKwack
Hi @Niek I did a little searching around and found a decent [entry on the Apple Developer Forums](https://developer.apple.com/forums/thread/654579) that points to the issue. Assuming most users on MacOS would have...
For anyone else on MacOS best you can do for now is to install the DMG like you would any other app. Once you've done that, create a script with...
Hi @Afrowave, My ~/.zshrc has the same line in there as would be expected since the iTerm and Terminus both show the p10k configured prompt. The oddity is the glyphs...
Hi, Thanks @Afrowave. I tried those out, that didn't have any real effect on the glyphs. Besides. Your own screenshots show the same issue, albeit less visibly. Here's a zoomed...
I did a bit more digging through the issues in this repo to see if there are areas that are already flagged . There are more things at play here...
Thanks for the tip @Zipties. Tried it but saw no change in behaviour. The HA logbook does update. I have entries like: "_{...] Absorprion changed to 4.4 triggered by service...
You don't have to restart the ESP when you do it though the Wifi config screen do you? Just hit save and it takes the input. It would defeat the...
Screenshot of what happens when you click Enroll.
Slightly off topic: naming of WatchOs from `http://espresense-office/ui` with [v3.1.0](https://github.com/ESPresense/ESPresense/releases/tag/v3.1.0) or better. I've read several times that you can't pick up an IRK from the WatchOS because ESPresense can't pair...
Something like? [current](https://github.com/ESPresense/ESPresense/blob/bd141f6e7991a21c9d528b33aacf0b4e7b099496/ui/src/stores.js#L49-L53) `stores.js` ``` export function enroll(name) { var d = JSON.stringify({ command:"enroll", payload:name }); console.log("Send: " + d); socket.send(d); } ``` Would need to use a new function...