Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dave

Pages: [1] 2 3 ... 10
1
Arduino support / Re: Getting the relay project to work
« on: November 27, 2017, 12:47:45 PM »
Hi and welcome to the forum! :)

According to the logs, there is something wrong with your Python file. I see that at least the py file you uploaded is missing the file extension. This could be the issue. The file itself looks good to me.

Greetings, Dave

2
Hi NightSpeed,

sorry, I'm not sure if I do understand everything.
So, your TV works fine with the learned IR-Codes.

For the fan I can see you tried two different codes. One for "turn fan on" and one for "turn fan PowerOn". Does any of those work? How did you try to learn each of the codes (Plugin/Website)?

"NEC" does just mean, that the Beam recognized that the IR code uses the NEC codec. If no codec is recognized, the BEAM will use raw codes, which will be longer but other than that work in the same way.


EDIT: Good catch, Kalle! :clap

3
One on one support / Re: VC- ECHO Help
« on: August 20, 2017, 03:26:07 AM »

Use the same port range for Internal port: _________________Would this be the free port i chose to use on my computer?

Yes!

Internal IP address: For this one it says: XXX.XXX.X._____ So for the last empty box should i again fill in the same unused port i enter above?
No, this should be the internal IP address of the computer running VC. You can find it by going to the command prompt of your computer and entering "ipconfig".

4
RegEx (Regular Expressions) / Re: Working with two Match.1.1's
« on: December 30, 2016, 04:47:20 AM »
is it possible to do it in the same PY.ExecString action as the math its self? sorry, like I said my python skills are non existence.

I guess instead of {LastResult} you could just insert your formula. Did you try that? E.G.:

Code: [Select]
PY.ExecString  result=round({var.Name1}*{var.Name2}, 2)

5
RegEx (Regular Expressions) / Re: Working with two Match.1.1's
« on: December 30, 2016, 03:53:15 AM »
Since you are already using python for the math, I would do the rounding with python, too.

Limiting to only two decimal places should work with: round(YourResult, 2)

6
The instruction to install an "EchoToVC"-Skill are now online:

http://voxcommando.com/forum/index.php?topic=2682.0

7
Here are the instruction for installing the "EchoToVC"-Skill:

http://voxcommando.com/forum/index.php?topic=2761

8
There is now a way to send commands directly from Echo to VC:

https://voxcommando.com/forum/index.php?topic=2761.msg23625#msg23625

9
Hi Simeon,

did you get it to work?
I got my dot a few days ago and found an interesting script for a custom skill on the Eventghost forum, which I use with small changes to directly send commands from Alexa to the TCP plugin of VC.
I'm still testing it, but at the moment it looks quite promising. I will post a tutorial how to set it up (hopefully) soon, because getting it to work is a bit tricky.
In the meantime, here is a short video demonstration. Sorry for the bad quality..


10
Tips and Tricks / Re: opening (launching) programs with VC
« on: November 05, 2016, 02:58:39 PM »
Hi homelogicatl and welcome to the forum.
You can find an overview of the available commands (actually they are called ACTIONS) in the wiki. In your case:
http://voxcommando.com/mediawiki/index.php?title=Actions#Launch


11
+++AT STA  should print the SSID (and password) of the router the ESP is connected to. Is that what you are looking for?

12
allgemein / Re: VC On/Off Schalter
« on: May 20, 2016, 05:23:51 PM »
Hallo,

als XML speichern und dann laden funtioniert in der Regel nicht. Dein erster Versuch war eigentlich schon richtig. Einfach den Code von Kalle kopieren (Strg+C) und im Command-Tree einfügen (Strg+V). Ich habe es gerade probiert und bei mir funktioniert es ohne Probleme. Bist du sicher, dass du den kompletten Code kopiert hast?

P.S. Der Code von Kalle schaltet bei drücken der win-Taste um, nicht bei win+c.

13
allgemein / Re: VC On/Off Schalter
« on: May 19, 2016, 04:29:46 PM »
Hallo und willkommen im Forum!

Bist du schon so weit, dass du über den Tastendruck Aktionen in VC auslösen kannst?

Bezüglich des Toggle-Schalters würde ich es wahrscheinlich so machen:
VC erzeugt im wenn der Modus gewechselt wird Events, in deinem Fall VC.On bzw. VC.Off. Diese könntest du nutzen, um den aktuellen Status in einer Variable zu speichern. Wenn du dann deinen Button drückst, wird mit einem Logic-Block geprüft, in welchen Status sich VC gerade befindet und dann entsprechend der jeweils andere aktiviert.

In der Regel gibt es aber mehrere Möglichkeiten, vielleicht fällt jemand anderem ja noch etwas besseres ein. Ich hoffe das hilft dir erstmal! Python oder ahnliches brauchst du dafür auf jeden Fall nicht, das geht alles mit den "normalen" VC-Befehlen.

Wenn du noch weitere Unterstützung brauchst, sag bescheid. Im Wiki müsste aber alles notwendige dafür erklärt sein.

EDIT: Hab gerade erfahren, dass es tatsächlich bereits eine Variable gibt, um den Status auszulesen: {Status}:
http://voxcommando.com/mediawiki/index.php?title=Variables#.7BStatus.7D

EDIT2: Die meisten Nutzer hier im Forum sind Englisch-sprachig und übersetzen die Posts mit Google Translate. Damit das gut funktioniert, ist es immer gut, so "hochdeutsch" wie möglich zu schreiben und keine Abkürzungen zu verwenden. Allgemein schadet es nicht, hier mal rein zu schauen:
http://voxcommando.com/mediawiki/index.php?title=Getting_support#When_You_Ask
;)

14
Sorry, I'm only using the ESP as stand alone chip. I don't think there is an easy way to use static IP with the serial bridge. For more information you should have a look at the Github page: https://github.com/beckdac/ESP8266-transparent-bridge

15
Are you using the ESP as bridge for an arduino or are you using it as a stand alone chip? For the second option it is possible to integrate OTA updates.

I'm using the ESP mostly with a static IP, but if not you can use e.g Network Scanner:
http://www.heise.de/download/network-scanner-ee167ca09e83ae01b01f10e9710d23a3-1460199860-2613270.html to find the IP.

Pages: [1] 2 3 ... 10