copystring

Results 219 comments of copystring

For days I'm looking for a way to have a fixed DHCP range for my pixel 5. In my very specific use case my car connects to my phones hotspot....

So I sort of managed to get this working. I rebuild the setup with two of those: ![image](https://user-images.githubusercontent.com/1298861/184551176-b2009453-5397-4e8d-8488-6f0b5c2cd0d0.png) Wired everything up again. It sort of works. I can control the...

You can send `803f100100444dc00d` which the meter responds for example with `403F1000442804430000215DA390` In my case the meter has a volume of 8.541m³ which is 215D. To get this number, take...

Sending `803f100100444dc00d` can be split like this: | start byte | destination address | CID | requested var | CRC | end byte | | 80 | 3f10 | 01...

Hello @RobertBeekman do you have to take a look at this? The problem also applies to other plugins like iCUE, OpenRGB, etc. I did try to get around this with...

Is this the same problems as I have in this issue? https://github.com/Koenkk/zigbee2mqtt/issues/19454 @Koenkk do you have time to take a look at this, so debounce on leading edge would be...

No luck: ``` npm run build > [email protected] build > tsc && node index.js writehash lib/extension/receive.ts:41:33 - error TS2345: Argument of type '{ immediate: boolean; }' is not assignable to...

`}, time * 1000, true),` is the correct code and fixed the issue for me.