kmaehashi / homebridge-nature-remo-cloud-aircon

Homebridge Plug-in for Air Conditioner Managed by Nature Remo
36 stars 19 forks source link

Siriへの命令 #15

Closed gaojie429 closed 4 years ago

gaojie429 commented 5 years ago

Siriに「暖房を/冷房を、〜度にして」というと、「すみません、できませんでした」と返ってきてしまいます。 しかし、エアコンは動き出し「自動モードで運転します」と自動音声が流れてきます。 修正可能でしょうか?

kmaehashi commented 5 years ago

コメントありがとうございます。 こちらでは「暖房を/冷房を、〜度にして」による温度の切り替えは問題なく動いています。(ただ、この命令では、冷房/暖房間の切り替えはできないようです) HomeBridgeのログをご提示いただけますか?

gaojie429 commented 5 years ago

わかりました。 こちらが、起動時のログです。

[2019-2-2 22:39:42] [エアコン] Discovered aircon: 21465cf9-996f-4a97-8c54-a80d54aaafff: {"id":"21465cf9-996f-4a97-8c54-a80d54aaafff","device":{"name":"Gao Remo","id":"80b6c3f3-0c86-4cc4-a418-26f8bd4acb57","created_at":"2018-01-30T12:39:42Z","updated_at":"2019-02-02T13:37:18Z","mac_address":"5c:cf:7f:5d:14:bb","serial_number":"01000000010244","firmware_version":"Remo/1.0.62-gabbf5bd","temperature_offset":-1,"humidity_offset":10},"model":{"id":"c620ecf5-ea81-42d9-826a-4dbb177e1e78","manufacturer":"daikin","remote_name":"arc472a32","series":"Daikin AC","name":"Daikin AC 010","image":"ico_ac_1"},"type":"AC","nickname":"エアコン","image":"ico_ac_1","settings":{"temp":"","mode":"auto","vol":"","dir":"","button":"power-off","updated_at":"2019-02-02T13:37:17Z"},"aircon":{"range":{"modes":{"auto":{"temp":["-5","-4","-3","-2","-1","0","1","2","3","4","5"],"dir":["1","2","3","4","5","6","auto"],"vol":["1","auto"]},"cool":{"temp":["18","19","20","21","22","23","24","25","26","27","28","29","30","31","32"],"dir":["1","2","3","4","5","6","auto"],"vol":["1","2","3","4","5","6","auto"]},"dry":{"temp":[""],"dir":["1","2","3","4","5","6","auto"],"vol":[""]},"warm":{"temp":["14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30"],"dir":["1","2","3","4","5","6","auto"],"vol":["1","2","3","4","5","6","auto"]}},"fixedButtons":["power-off"]},"tempUnit":"c"},"signals":[]}
[2019-2-2 22:39:42] [エアコン] Target aircon ID: 21465cf9-996f-4a97-8c54-a80d54aaafff
[2019-2-2 22:39:42] [エアコン] refreshing temperature record
[2019-2-2 22:39:42] [エアコン] notifying TargetTemperature props: {"maxValue":32,"minValue":0,"minStep":1}

そして、こちらが、Siriが「すみません、できませんでした」とエラーを吐いた時のログです。(「暖房を23度にして」と命令した場合)。

[2019-2-2 22:45:12] [エアコン] making request for update
[2019-2-2 22:45:12] [エアコン] got reponse for update
[2019-2-2 22:45:12] [エアコン] notifying values: {"temp":"","mode":"auto","vol":"","dir":"","button":"","updated_at":"2019-02-02T13:45:13Z"}
[2019-2-2 22:45:12] [エアコン] making request for update
[2019-2-2 22:45:13] [エアコン] got reponse for update
[2019-2-2 22:45:13] [エアコン] server returned error: {"code":400006,"message":"This air conditioner does not support  mode"}

以上です。よろしくお願いします。

kmaehashi commented 4 years ago

v1.1.0 をリリースしました。再発するようでしたら再度お知らせいただければと思います。