Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 6 matches

by SyntaxSemantic
Sat Mar 26, 2016 4:51 am
Forum: Plugin Support
Topic: Vera Plugin (Retired)
Replies: 76
Views: 25039

Re: Vera Plugin

and i fixed all the before mentioned problems.

k

How did you do it? I would have thought that writing LUA for the LUUP engine would have been more ideal. Most of the calls I have ever made through the network have been using REST with SOAP protocols which is fairly quick, but then again, I have ...
by SyntaxSemantic
Wed Mar 16, 2016 5:31 am
Forum: Plugin Support
Topic: Vera Plugin (Retired)
Replies: 76
Views: 25039

Re: Vera Plugin


#3 I have been cursed with a type of Jasco dimmer which has a goobered up firmware on them which will allow proper ramping from the switch but not from a zwave command. And of course Jasco denies this problem even tho there are forums about it. which causes a not so instant on to the desired dim ...
by SyntaxSemantic
Wed Mar 16, 2016 4:56 am
Forum: Plugin Support
Topic: Broadcast Plugin
Replies: 1
Views: 1488

Re: Broadcast Plugin

Nevermind. I found the problem within my sketch. It dawned on me when I noticed that the remote Port in the serial monitor was displaying a completely different port every time the reply was sent back to Eventghost. I had setup my sketch(script) to display the remote IP and remote port when it ...
by SyntaxSemantic
Wed Mar 16, 2016 3:56 am
Forum: Plugin Support
Topic: Voice Recognition
Replies: 4
Views: 4175

Re: Voice Recognition

I found a better version of the plugin through GitHub that you had modified the Py scripts allowing the user to specify accuracy values for the spoken words and phrases. Works MUCH better now!!! :D The one that I was having problems with was the original GitHub post from maikhorma

Here's the link ...
by SyntaxSemantic
Tue Mar 15, 2016 10:17 pm
Forum: Plugin Support
Topic: Broadcast Plugin
Replies: 1
Views: 1488

Broadcast Plugin

Does anyone have any ideas or advice on what string/chars to send to the Eventghost UDP listener? I'm running the Broadcast plugin and able to send UDP packets from eventghost to my ESP8266 just fine and it shows up in my serial monitor. However, In my code, I have the ESP8266 setup to reply back to ...
by SyntaxSemantic
Tue Feb 09, 2016 2:45 am
Forum: Plugin Support
Topic: Voice Recognition
Replies: 4
Views: 4175

Re: Voice Recognition

I tried the earlier version of SpeakEasy and did not have much luck. My biggest problem was that everytime I enabled the plugin, and set up the keywords, the event would fire itself without any spoken keywords. Is this something expected or it just an isolated incident. Any suggestions would be ...