Michael Blight

Results 24 comments of Michael Blight
trafficstars

I spent way too long failing to get it to work with launchd, so I used pm2 instead. I put the following in `glances.sh`: ``` #!/bin/zsh /System/Volumes/Data/Users/michaelblight/Library/Python/3.10/bin/glances -w ``` And...

Unfortunately it's my only laptop, and we're under stage 4 restrictions, so I'm currently pretty dependent on it. I'm reaching out to others I know to see if they can.

I too am struggling to work this out. With the companion app installed on my phone, and nRF Connect installed on my iPad, the iPad can see 'room-assistant-companion', but it...

Looking at lines 155 and 510 of [bluetooth-low-energy.service.ts](https://github.com/mKeRix/room-assistant/blob/85981ee3b031be3bf870e43f45fc4726275eb06c/src/integrations/bluetooth-low-energy/bluetooth-low-energy.service.ts), room-assistant looks for any iBeacon, and then reads COMPANION_APP_SERVICE_UUID, COMPANION_APP_CHARACTERISTIC_UUID (defined on lines 34-35) to get the Device ID as shown in...

+1 for me, as I have the date the battery was replaced is in another entity. I also noticed a minor bug where if you use a binary attribute as...

Mine was doing the same. I only needed to restart the eufy-security-ws addon to get it working again.

> Then it would seem that you are doing something else wrong Not sure I agree with this (EDIT: Maybe I do - see next comment). I have followed the...

Interestingly I left the house for 30 mins and in that time the "remaining" started showing a value of 50, and touching "Update Complications" now reduces it by 1. So...

The documentation covers the options, but has no guidance as to when to use Links vs parent references. In both cases, you're probably going to use LinkingObjects to get the...

Yes, that's it. I was hoping it wouldn't be too hard on the assumption that the underlying graph was a component you were using rather than one you wrote. I...