copystring
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:  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...
Hi @aquaticus, does this support only obis codes?
Correct me if I'm wrong, but the way I see it, the Multical 21 does not use OBIS codes.
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.