Search found 23 matches

by Bradds
Saturday 08 December 2018 1:24
Forum: Speech & Voice Systems
Topic: Moving to OpenHAB to get Google Home support for free?
Replies: 63
Views: 19226

Re: Moving to OpenHAB to get Google Home support for free?

I have some of my dimmers in different groups (gDimmers1) ect.. as they require calcs to output correctly. For instance when my LWRF dimmer is at 30% on GH dial, it is at 100% brightness in dom. so just convert the string into a DecimalType and divide by 3. rule "Send MQTT message on Dimmer command ...
by Bradds
Saturday 08 December 2018 0:48
Forum: Speech & Voice Systems
Topic: Moving to OpenHAB to get Google Home support for free?
Replies: 63
Views: 19226

Re: Moving to OpenHAB to get Google Home support for free?

Nice work Ankan.

Works great, no need for ha-bridge anymore, just link openhab skill and get all the switches, lights & thermostats working on alexa as well as GH.
Had to do some tweaking on some rules for the dimmer lights and blinds, but all good.

Thanks for sharing.
by Bradds
Monday 03 December 2018 23:19
Forum: Speech & Voice Systems
Topic: Moving to OpenHAB to get Google Home support for free?
Replies: 63
Views: 19226

Re: Moving to OpenHAB to get Google Home support for free?

If you are doing bi-comms in MQTT look out for infinate loops.
I use node red as the go-between and it is easy to limit the amount of messages going either way.
If you manage to get round this in the OH MQTT code, please share.
by Bradds
Friday 30 November 2018 22:57
Forum: Speech & Voice Systems
Topic: Moving to OpenHAB to get Google Home support for free?
Replies: 63
Views: 19226

Re: Moving to OpenHAB to get Google Home support for free?

The ha-bridge works fine with or without an alexa, it is just the way I did it because I have both. It is probably easier to setup and use than MQTT in this situation, upto you which you use. I suggested ha-bridge because it is easy to link to DOM devices and OH can scan Ha-bridge and import all ...
by Bradds
Friday 30 November 2018 17:54
Forum: Speech & Voice Systems
Topic: Moving to OpenHAB to get Google Home support for free?
Replies: 63
Views: 19226

Re: Moving to OpenHAB to get Google Home support for free?

Yes, it will work fine on a separate Pi's, (DOM on one and OH on the other) that is how I has it setup at first for testing. No reason to think it will not work on windows or any other device on your network running OH. If you don't 'have an alexa, you can forego the ha-bridge link and MQTT from DOM ...
by Bradds
Thursday 29 November 2018 4:02
Forum: Speech & Voice Systems
Topic: Moving to OpenHAB to get Google Home support for free?
Replies: 63
Views: 19226

Re: Moving to OpenHAB to get Google Home support for free?

For all those interested, there is a way to get your devices from domoticz on the google home app (and alexa) for free using openhab without moving away from domoticz - all on the same pi - warning, takes a lot of time but works just fine. Simplified below but you may need to do some reading in the ...
by Bradds
Thursday 01 November 2018 15:08
Forum: Speech & Voice Systems
Topic: Alexa text to speech
Replies: 152
Views: 52826

Re: Alexa text to speech

Hi All For people having cookie/captcha issues on headless systems, you could try https://github.com/jonferreira/node-red-contrib-alexa-remote This node (for node-red) allows you to send speech to alexa and works fine. To fill in the cookie window in the node config, do the following. Connect to ...
by Bradds
Monday 23 July 2018 9:59
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

Yeah, I know. Unfortunately I don't yet have a decent microphone, had to film it all on my phone...and my voice is a lot worse. :-)
by Bradds
Monday 23 July 2018 9:47
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

Hi Everyone. I have decided to create a maker channel on youtube with a view to creating instructional videos using the Ifttt - Dom - node red route. If anyone is interested, please check it out here - https://youtu.be/fGi5rGpGCWU and let me know what instructional videos you would like me to create ...
by Bradds
Thursday 08 March 2018 0:56
Forum: Speech & Voice Systems
Topic: Google AIY Voice Kit
Replies: 4
Views: 3884

Re: Google AIY Voice Kit

There is a good project over at https://github.com/shivasiddharth/GassistPi
Works with AIY kit.
Easy to configure for local voice control of GPIO as well as many other useful additions.
by Bradds
Tuesday 07 November 2017 1:26
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 490553

Re: Google assistant/Google home integration

HI Wob.

I use the IFTTT and dom/Nodered to send pushover notifications to the phone via GA.
I then use tasker and tasker notifications to only read out the pushover messages, works just the same as the google home solution.

Regards
by Bradds
Friday 03 November 2017 22:28
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

Hi.

If you are getting that response, you must be using wob's flow.

Check you have included the "GoogleHome: (the )?(front door)" text in the description of your front door switch.

the regex text in the switch description has to match exactly the value in the variable.
by Bradds
Thursday 02 November 2017 23:58
Forum: Speech & Voice Systems
Topic: Google Home - Node Red = TTS
Replies: 3
Views: 5495

Re: Google Home - Node Red = TTS

What you are describing is exactly what the guides in the last post do. The only difference is that the "status" switch is activated from an IFTTT command via Google home. You can substitute the "status" switch for any switch or command from domoticz that you want. Then once the command is filtered ...
by Bradds
Wednesday 01 November 2017 1:29
Forum: Speech & Voice Systems
Topic: Google Home - Node Red = TTS
Replies: 3
Views: 5495

Re: Google Home - Node Red = TTS

Not sure what you are asking, but if it is how to get google home to read out sensor data/switch status etc.. follow this guide - https://www.domoticz.com/forum/viewtopic.php?f=4&t=13607&start=20#p148867 Or this one http://www.domoticz.com/forum/viewtopic.php?f=4&t=13607&start=20#p150149 If you are ...
by Bradds
Friday 20 October 2017 0:12
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

There is a new node for sending speech to google home (and other chromecast devices). It works well and even has a search function.
Available here - https://github.com/noelportugal/google-home-notifier
by Bradds
Friday 13 October 2017 12:26
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

I will post an update for action control in my flow, but you can get responses using the previous flow, and as I mention using basic auth with IFTTT. I am really looking forward on an update on this. I've followed Bradds and then Wob76 instructions, but I haven't got a response yet from Google Home ...
by Bradds
Thursday 14 September 2017 0:16
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

I use a separate google and IFTTT account for phone, (set this all up before multi user accounts were available in UK) same IFTTT setup with commands sent to MOBILE STATUS for phone & HOME STATUS Variables for GH. I split them out in a filter node and send the text to a PUSHOVER node for the phone ...
by Bradds
Wednesday 13 September 2017 18:32
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

Wob, I check multiple status of "doors" & "windows" by running a grab on each RID and adding it to the topic if open, then spitting out the result to GH. Although not as elegant as your solution, it works. Here is the flow for checking doors. I only have 5 on the system, so not a big deal. It gets ...
by Bradds
Wednesday 13 September 2017 1:46
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

Wob76.

Great work mate, tried your flow and it works a charm. Never occurred to me to use the dom desc for regex.

Thanks.

Bradds.
by Bradds
Sunday 03 September 2017 0:59
Forum: Speech & Voice Systems
Topic: Google Home
Replies: 89
Views: 47386

Re: Google Home

Unfortunately no. Any playback gets interrupted and wont resume automatically.