copystring
copystring
Please try the new https://github.com/copystring/ioBroker.roborock/tree/dev_ts
@WurstwasserFabi geht's bei dir auch?
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.
Do you have map creation enabled?
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.
With or without the commands I posted?