Posts: 4
Threads: 3
Joined: Dec 2017
Reputation:
0
I know you guys integrated "Siri" API in the app - which is absolutely useless for an end user.
I hacked a lot through having an Alexa button, but I would really like to add a real siri support ("Hey siri" / Siri button on my iPhone) to be able to control my different devices.
1. APPLE announced that you can now verify devices on a software level - this should be official Logic Machine Cloud support. When can we expect this? I would pay monthly subscription for this - no problem.
2. I thought a FIBARO single switch could act as a "hardware hack" of this button - but not sure it wouldn't work just for one device.
https://m.alza.cz/fibaro-single-switch-d...6.htm?o=37
What do you think?
Posts: 237
Threads: 31
Joined: May 2018
Reputation:
2
I'm also interested in control with "Hey, siri".
Will it be possible soon?
Thanks
Posts: 113
Threads: 36
Joined: Oct 2016
Reputation:
1
03.06.2019, 08:16
(This post was last modified: 03.06.2019, 08:17 by Bitver.)
(25.04.2018, 07:28)redboss Wrote: I know you guys integrated "Siri" API in the app - which is absolutely useless for an end user.
I hacked a lot through having an Alexa button, but I would really like to add a real siri support ("Hey siri" / Siri button on my iPhone) to be able to control my different devices.
1. APPLE announced that you can now verify devices on a software level - this should be official Logic Machine Cloud support. When can we expect this? I would pay monthly subscription for this - no problem.
2. I thought a FIBARO single switch could act as a "hardware hack" of this button - but not sure it wouldn't work just for one device.
https://m.alza.cz/fibaro-single-switch-d...6.htm?o=37
What do you think?
You can use any HAP implementation. If you are not programmer, use OpenHAB, it can do it out of box.
I'm currently using https://github.com/brutella/hc compiled right for LM and hosted in LM. It works locally and really fast.
Posts: 445
Threads: 93
Joined: Jun 2015
Reputation:
6
i also like homekit support (+1)
Posts: 95
Threads: 33
Joined: Nov 2017
Reputation:
0
(03.06.2019, 08:16)Bitver Wrote: (25.04.2018, 07:28)redboss Wrote: I know you guys integrated "Siri" API in the app - which is absolutely useless for an end user.
I hacked a lot through having an Alexa button, but I would really like to add a real siri support ("Hey siri" / Siri button on my iPhone) to be able to control my different devices.
1. APPLE announced that you can now verify devices on a software level - this should be official Logic Machine Cloud support. When can we expect this? I would pay monthly subscription for this - no problem.
2. I thought a FIBARO single switch could act as a "hardware hack" of this button - but not sure it wouldn't work just for one device.
https://m.alza.cz/fibaro-single-switch-d...6.htm?o=37
What do you think?
You can use any HAP implementation. If you are not programmer, use OpenHAB, it can do it out of box.
I'm currently using https://github.com/brutella/hc compiled right for LM and hosted in LM. It works locally and really fast. Hi can you share compiled files ?
Thanks
Posts: 256
Threads: 37
Joined: Feb 2016
Reputation:
1
+1 is there pre-compile package did by someone ?
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Posts: 2
Threads: 0
Joined: Jul 2015
Reputation:
0
For the "Hey Siri" part i control it with remote services on the LM enabled, works perfect!
1. Create an Shortcut in the shortcuts ios app and give it a name
2. use these url: http://remote:xxxx@LM-ipaddress/scada-remote?m=json&r=grp&fn=write&alias=KNX_ADDRESS&value=VALUE
3. you can test the url in a browser
Now the siri command is available on my apple watch, but no button. My goal is to use these knx addresses in Apples Homekit. Therefore i stumbled upon https://hoobs.org/product/hoobs-in-a-box/ where you can load an knx plugin or send http request to the LM.
Not tested with Homebridge (waiting for black friday ), anybody else tested?
Posts: 445
Threads: 93
Joined: Jun 2015
Reputation:
6
(22.11.2019, 14:57)RichardM Wrote: For the "Hey Siri" part i control it with remote services on the LM enabled, works perfect!
1. Create an Shortcut in the shortcuts ios app and give it a name
2. use these url: http://remote:xxxx@LM-ipaddress/scada-remote?m=json&r=grp&fn=write&alias=KNX_ADDRESS&value=VALUE
3. you can test the url in a browser
Now the siri command is available on my apple watch, but no button. My goal is to use these knx addresses in Apples Homekit. Therefore i stumbled upon https://hoobs.org/product/hoobs-in-a-box/ where you can load an knx plugin or send http request to the LM.
Not tested with Homebridge (waiting for black friday ), anybody else tested?
Yes homebridge works fine, including the homebridge-knx plugin to connect with the knx world. I use it more then a year without problems.
Posts: 2
Threads: 0
Joined: Jul 2015
Reputation:
0
(22.11.2019, 15:38)gjniewenhuijse Wrote: (22.11.2019, 14:57)RichardM Wrote: For the "Hey Siri" part i control it with remote services on the LM enabled, works perfect!
1. Create an Shortcut in the shortcuts ios app and give it a name
2. use these url: http://remote:xxxx@LM-ipaddress/scada-remote?m=json&r=grp&fn=write&alias=KNX_ADDRESS&value=VALUE
3. you can test the url in a browser
Now the siri command is available on my apple watch, but no button. My goal is to use these knx addresses in Apples Homekit. Therefore i stumbled upon https://hoobs.org/product/hoobs-in-a-box/ where you can load an knx plugin or send http request to the LM.
Not tested with Homebridge (waiting for black friday ), anybody else tested?
Yes homebridge works fine, including the homebridge-knx plugin to connect with the knx world. I use it more then a year without problems.
Ok, tnx for the reply. So it's stable enough for installing at client's locations?
Posts: 445
Threads: 93
Joined: Jun 2015
Reputation:
6
(22.11.2019, 16:22)RichardM Wrote: (22.11.2019, 15:38)gjniewenhuijse Wrote: (22.11.2019, 14:57)RichardM Wrote: For the "Hey Siri" part i control it with remote services on the LM enabled, works perfect!
1. Create an Shortcut in the shortcuts ios app and give it a name
2. use these url: http://remote:xxxx@LM-ipaddress/scada-remote?m=json&r=grp&fn=write&alias=KNX_ADDRESS&value=VALUE
3. you can test the url in a browser
Now the siri command is available on my apple watch, but no button. My goal is to use these knx addresses in Apples Homekit. Therefore i stumbled upon https://hoobs.org/product/hoobs-in-a-box/ where you can load an knx plugin or send http request to the LM.
Not tested with Homebridge (waiting for black friday ), anybody else tested?
Yes homebridge works fine, including the homebridge-knx plugin to connect with the knx world. I use it more then a year without problems.
Ok, tnx for the reply. So it's stable enough for installing at client's locations?
at client's locations you means for business? I never advice this, because homebridge is not a business product with warranty and maybe its stops some day. Then its better to use a certified product like Thinka.
Posts: 111
Threads: 14
Joined: Nov 2019
Reputation:
6
(22.11.2019, 14:57)RichardM Wrote: For the "Hey Siri" part i control it with remote services on the LM enabled, works perfect!
1. Create an Shortcut in the shortcuts ios app and give it a name
2. use these url: http://remote:xxxx@LM-ipaddress/scada-remote?m=json&r=grp&fn=write&alias=KNX_ADDRESS&value=VALUE
3. you can test the url in a browser
Now the siri command is available on my apple watch, but no button. My goal is to use these knx addresses in Apples Homekit. Therefore i stumbled upon https://hoobs.org/product/hoobs-in-a-box/ where you can load an knx plugin or send http request to the LM.
Not tested with Homebridge (waiting for black friday ), anybody else tested?
Is it still working for you? As i'm facing a ssl certifcation issue now when using the remote protocol with IOS shortcuts.
Posts: 92
Threads: 16
Joined: Jan 2020
Reputation:
2
(28.05.2024, 15:25)Joep Wrote: (22.11.2019, 14:57)RichardM Wrote: For the "Hey Siri" part i control it with remote services on the LM enabled, works perfect!
1. Create an Shortcut in the shortcuts ios app and give it a name
2. use these url: http://remote:xxxx@LM-ipaddress/scada-remote?m=json&r=grp&fn=write&alias=KNX_ADDRESS&value=VALUE
3. you can test the url in a browser
Now the siri command is available on my apple watch, but no button. My goal is to use these knx addresses in Apples Homekit. Therefore i stumbled upon https://hoobs.org/product/hoobs-in-a-box/ where you can load an knx plugin or send http request to the LM.
Not tested with Homebridge (waiting for black friday ), anybody else tested?
Is it still working for you? As i'm facing a ssl certifcation issue now when using the remote protocol with IOS shortcuts.
Same ssl certification issue here. Partly I think because its not allowed anymore to sen authentication in url like http://USER:PASSWORD@LOCAL_IP.....
And also that the iphone might need to know the controllers SSL certificate for this, and this whould need a option to download the SSL certification from the controller so it can be installed in the ihpone to be used.
|