copystring

Results 219 comments of copystring

Please try the new https://github.com/copystring/ioBroker.roborock/tree/dev_ts

Hello @simatec, we have discussed this before. See issue https://github.com/copystring/ioBroker.roborock/issues/679#issuecomment-2500864802. Adding these values to the config of my adapter makes the options looks worse and I will not add the...

Thanks for the report. I'm aware of this issue in the dev_ts branch. Working in a fix already, where IPs are pulled from the cloud as fallback when UDP discovery...

Please try https://github.com/copystring/ioBroker.roborock/tree/dev_ts. It should work now out of the box with no manual intervention needed.

It doesn't look like it's a problem of my adapter but from napi-rs/canvas on arm64: https://github.com/Brooooooklyn/canvas/issues/1036. The new release with the fix is here: https://github.com/Brooooooklyn/canvas/releases/tag/v0.1.70. Which version of napi-rs/canvas is...

Try this: ``` cd /opt/iobroker npm uninstall @napi-rs/canvas npm install @napi-rs/[email protected] ``` and restart the adapter.