Egidijus
Egidijus
> @egisz how it will be implemented in strategy? something like if(lastSignal = "short" ) { signal = "long"} (lastSignal = "long" ) { signal = "short"} ? Hi, it's...
> You can use this solution: > > https://github.com/vercel/next.js/blob/HEAD/examples/with-ant-design/components/DatePicker.js This solution does not support localisation...
Had same issue, the cause was I forgot NextJs is hiding env variables from client side (ones not starting with NEXT_PUBLIC_xxxx. In initAuth.js, I was checking if FIREBASE_AUTH_EMULATOR_HOST declared, but...
Hi, I have same issue, USB microphone, sound tests are working fine. AA running on RPI4, hotspot mode. Google assistant is recognizing words like "navigate home", but it nothing happens....
@Bishamon1987 what chipset is arkmicro grabber? Mine is this: ``` #pi@raspberrypi:/home $ lsusb Bus 001 Device 009: ID 18ec:5555 Arkmicro Technologies Inc. ``` I'm strugling to make it work on...
> USB Mouse and Keybaord already work, have you tried connecting one to the Pi? I believe users are confused as mouse cursor is not visible by default. It has...
Ctrl+C?
> Yup, this is close to how i thought to do it. But needs to be a bit more generalised. Yes, this is only proof of concept that it actually...
Nice work! Tried yesterday but was bit confused about configuration. I see in Readme 2 RMU entries, S4 and S1 (virtual). Is this intended? Tried to activate both on heatpump,...
Yes, I added `climate` and `sensor` sections as in your link. But as I said, temperature is not shown in heatpump screen. Do you enable room sensor in menu 1.9.1...