I tired to set up HA to point to local stack for hours and I believe docs can be improved.
Something along the lines:
- there is no "Reconfigure" button on Roborock integration UNTIL you successfully change it to your local server, so don't bother with that
- add & configure Roborock integration against cloud
- disable Roborock integration
- turn off your HA
- call
https://{stack_fqdn}:555/api/v1/loginWithCode?email={protocol_email}&code={protocol_PIN} and save the response
- edit
{HA_dir}/config/.storage/core.config_entries and replace what you can with what you received in the previous step (for this to take effect, HA must be turned off)
- turn on your HA
- enable Roborock integration
- you should be able to "Reconfigure" it now, it will ask for validation code which is {protocol_PIN}
- done
I tired to set up HA to point to local stack for hours and I believe docs can be improved.
Something along the lines:
https://{stack_fqdn}:555/api/v1/loginWithCode?email={protocol_email}&code={protocol_PIN}and save the response{HA_dir}/config/.storage/core.config_entriesand replace what you can with what you received in the previous step (for this to take effect, HA must be turned off)