Kari Söderholm

Results 56 comments of Kari Söderholm

This makes me sad. The error it gives is: `Unexpected token ... polymer-ide(parse-error)`

I just bought the same device. I'm not using ZHA (but Zigbee2MQTT) but I want to add some context as this is the only page I could find about this...

I did some digging in https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/tuya.ts searching by "TS0601" (there are hundreds of results) and looking for anything related to motion sensing. I found this [this section](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/tuya.ts#L7483-L7500) which describes a...

@Mastiffen Terve! I have not seen such problems. For me the occupancy has been reliable. I use this to automate lights on/off in one room so it's used pretty much...

I use mine in a utility/laundry room (kodinhoitohuone) which is mostly used as a corridor to get to the larger bathroom and sauna. I made an automation in Home Assistant...

Thanks for this workaround (even though I'm not trying to build anything from source). I had pinentry working before (used for git commit signing) just having things installed with homebrew...

Here's my attempt to use WebDriverIO for testing a Tauri 2 app: https://github.com/Haprog/tauri-wdio-win-test/ I was able to get it somehow working locally but I was very unhappy about the complex...

Looks like the Tauri [WebDriver example](https://github.com/tauri-apps/webdriver-example) and [documentation](https://v2.tauri.app/develop/tests/webdriver/example/webdriverio/) has been recently updated on 2025-08-11 (uses `wdio` v9 now) See https://github.com/tauri-apps/tauri/issues/9203#issuecomment-3228684154

@tzuriel-spearuav Thanks for the tip! Your snippet didn't work for me as is though but I was able to make it work with small modifications. This is what worked for...

The blocking issue linked in the description seems to be gone and the link doesn't work. I wonder which issue that was?