Climate component (nest) service action error

Hi, I used HA with Nest before. After moving to climate component, I tested it again, but I got an error. My HA can read data from Nest, but can’t make actions on Nest. Especially, I just tried to test to change set_temperature but failed.
Here are logs…
Although I installed HA on Anacona with windows 10, I had no problem before. Usually, I used Raspberry Pi with Debian, but here I just tested it on my laptop… I didn’t test with Raspberry pi yet.
Thanks.

16-09-14 22:20:35 homeassistant.core: BusHandler:Exception doing job
Traceback (most recent call last):
File "C:\Anaconda3\lib\site-packages\homeassistant\core.py", line 865, in job_handler
func(*args)
File "C:\Anaconda3\lib\site-packages\homeassistant\core.py", line 730, in _execute_service
service(call)
File "C:\Anaconda3\lib\site-packages\homeassistant\core.py", line 586, in __call__
self.func(call)
File "C:\Anaconda3\lib\site-packages\homeassistant\components\climate\__init__.py", line 240, in temperature_set_service
climate.set_temperature(**kwargs)
File "C:\Anaconda3\lib\site-packages\homeassistant\components\climate\nest.py", line 145, in set_temperature
self.device.target = temperature
File "C:\Users\ecosa\AppData\Roaming\.homeassistant\deps\nest\nest.py", line 499, in target
self._set('shared', data)
File "C:\Users\ecosa\AppData\Roaming\.homeassistant\deps\nest\nest.py", line 278, in _set
response.raise_for_status()
File "C:\Anaconda3\lib\site-packages\requests\models.py", line 840, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://czfe15-front01-iad01.transport.home.nest.com/v2/put/shared.09AA01AC201609BF

FYI, if I use “thermostat” component, then it works.
Why there is error in climate component…