Daikin wi-fi adapter BRP072C42 not visible or configurable in OH

From: https://community.home-assistant.io/t/daikin-brp072c42-wifi-custom-component/126981 but with a little change:

Can someone try this on their BRP072C42 controller?

  1. Generate a UUID4 (https://www.uuidgenerator.net/ is one way to do it). eg. 7b9c9a47-c9c6-4ee1-9063-848e67cc7edd

  2. Strip the hyphens from the UUID. eg. 7b9c9a47c9c64ee19063848e67cc7edd

  3. Grab the 13-digit key from the sticker on the back of the controller. eg. 0123456789012

  4. post the output of the following command - do NOT register the UUID at this point. I’d like to see the error message

curl --insecure -H "X-Daikin-uuid: 7b9c9a47c9c64ee19063848e67cc7edd" -v "https://<controller-ip>/common/basic_info"
  1. Register your UUID as a valid token:

curl --insecure -H "X-Daikin-uuid: 7b9c9a47c9c64ee19063848e67cc7edd" "https://<controller-ip>/common/register_terminal?key=0123456789012"

Please post the output

  1. Use the UUID to call the usual API endpoints:

curl --insecure -H "X-Daikin-uuid: 7b9c9a47c9c64ee19063848e67cc7edd" "https://<controller-ip>/common/basic_info"

Please post the output