From 090aff75c65396512edac71d2e0a41c0f21d8f89 Mon Sep 17 00:00:00 2001 From: Sean Hoyt Date: Mon, 11 Jan 2021 00:56:27 -0600 Subject: [PATCH 1/2] Daikin: Add region changing note --- source/_integrations/daikin.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/daikin.markdown b/source/_integrations/daikin.markdown index 24b70971d61c..4ef8b90f50f0 100644 --- a/source/_integrations/daikin.markdown +++ b/source/_integrations/daikin.markdown @@ -112,3 +112,16 @@ Zones with the name `-` will be ignored, just as the AirBase application is work Additionally the Daikin Streamer (air purifier) function can be toggled on supported devices using a switch. + +## Region Changing + +The European and United States controllers (Most likely the Australian controllers too) have an http api endpoint that allows you to change the controllers region so that other regional apps can be used. (Sometimes these controllers get exported to regions that can not download the app for the controllers region) + +`http://Daikin-IP-Address/common/set_regioncode?reg=XX` Replace XX with your region code of choice. + +Currently known region codes: +- AU +- EU +- JP +- US +- TH From 5638881182e86217e0d4ab9c26537987be500721 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 11 Jan 2021 12:30:03 +0100 Subject: [PATCH 2/2] Update source/_integrations/daikin.markdown --- source/_integrations/daikin.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/daikin.markdown b/source/_integrations/daikin.markdown index 4ef8b90f50f0..a05f51444fc7 100644 --- a/source/_integrations/daikin.markdown +++ b/source/_integrations/daikin.markdown @@ -115,7 +115,7 @@ Additionally the Daikin Streamer (air purifier) function can be toggled on suppo ## Region Changing -The European and United States controllers (Most likely the Australian controllers too) have an http api endpoint that allows you to change the controllers region so that other regional apps can be used. (Sometimes these controllers get exported to regions that can not download the app for the controllers region) +The European and United States controllers (Most likely the Australian controllers too) have an HTTP API endpoint that allows you to change the controllers region so that other regional apps can be used. (Sometimes these controllers get exported to regions that can not download the app for the controllers region.) `http://Daikin-IP-Address/common/set_regioncode?reg=XX` Replace XX with your region code of choice.