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?
-
Generate a UUID4 (https://www.uuidgenerator.net/ is one way to do it). eg.
7b9c9a47-c9c6-4ee1-9063-848e67cc7edd
-
Strip the hyphens from the UUID. eg.
7b9c9a47c9c64ee19063848e67cc7edd
-
Grab the 13-digit key from the sticker on the back of the controller. eg.
0123456789012
-
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"
- 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
- 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