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 - heiserfeger77

Pages: [1] 2
1
Thats was it.

Many Thanks.

Thats was my Mistake  :bonk

The whole time i write only the application/json and forgot the Accept: in front of.

 :bonk :bonk :bonk

Thank you very much @jitterjames

2
Vielleicht verstehen wir uns falsch. Ich will keine Befehle an Voxcommando senden, sondern umgekehrt.

Ich sag etwas und möchte per Scrape.Post den Befehl an die openhab2 REST API senden (z.B. um die Lampe ein oder auszuschalten)

Wenn ich mir die Wiki von Voxcommando zu Scrape.Post anschaue

Quote
Scrape.Post
Similar to Scrape, but performs an HTTP "POST" request instead of an HTTP "GET" request.
See http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods.

    Parameters: 6+

    URL : URL [string]
    DataString : data to post [string]
    Username : [string]
    Password : [string]
    ContentType : examples: application/json OR text/xml; charset="utf-8" [string]
    Header : eg: Key: "Value" [string]
    Header : eg: SOAPAction: "urn:Belkin:service:basicevent:1#SetBinaryState" [string]
    Header : [string]


frage ich mich an welcher Position ich was eintragen soll.

Um aufs Beispiel auf Post #1 zurückzukommen. Ich möchte von der Lampe die Variable state von ON auf OFF und andersrum ändern.

3
Funktioniert leider nicht. Habe jedoch jetzt einen Work-A-Round gefunden.

Da Windows 10 mittlerweile auch curl als Kommandozeilentool anbietet, funktioniert es auch mit Launch.cmd wenn ich die curl Zeile übergebe.

Zwar lassen sich damit verschiedene Zustände schalten, aber als Rückkanal taugt das natürlich nicht.

Werde leider nicht aus der kurzen Beschreibung zu Scrape.Post schlau ( Wo muss ich da was eintragen)

https://voxcommando.com/mediawiki/index.php?title=Actions#Post

Jemand anders eine Idee der vielleicht auch noch openhab2 kennt oder sich allgemein mit den Füttern und Abfragen von REST API's auskennt, da diese viele Hersteller anbieten.

4
Hallo,

habe eine Steuerung meiner Heimautomatisation über openhab2 gelöst. Funktioniert auch so weit (mit Smartphone-App)

Einfaches Beispiele wäre z.B eine Lampe ein oder ausschalten

openhab2 bietet eine REST API Docu an und schreibt mir für meine Konfiguration folgende Daten bei item.get aus:

Code: [Select]
[
  {
    "link": "http://raspberrypi:8080/rest/items/lampe",
    "state": "OFF",
    "editable": false,
    "type": "Switch",
    "name": "lampe",
    "label": "Switch",
    "tags": [],
    "groupNames": []
  },
]

Generiere ich jetzt über die API den Befehl Lampe einschalten liefert mir openhab2 folgenden CURL-Befehl zurück:

Curl:
Code: [Select]
curl -X POST --header "Content-Type: text/plain" --header "Accept: application/json" -d "ON" "http://raspberrypi:8080/rest/items/lampe"

Request URL
Code: [Select]
curl -X POST --header "Content-Type: text/plain" --header "Accept: application/json" -d "ON" "http://raspberrypi:8080/rest/items/lampe"
Response Body
Code: [Select]
no content

Response Code
Code: [Select]
200
Response Headers
Code: [Select]
{
  "content-length": "0",
  "content-type": "text/plain",
  "server": "Jetty(9.4.20.v20190813)"
}


Wie gebe ich die Befehle nun in den LCB ein, damit Scrape.Post den Befehl richtig absetzt.

Scrape.Post bietet ja 8 Eingabefelder. Der erste für die URL. Aber was muss ich für die anderen Felder eingeben, damit er die Lampe anschaltet.

Danke im voraus.

5
allgemein / Re: Mehrere Mikrofone mit verschiedenen Reaktionen
« on: October 20, 2015, 07:16:49 AM »
THX fishware,

at the moment, i use one instance of VC for a room. i every room i have installed a microfon (in big room sometimes two). All Mic's are directly pluged to the server over a active mic mixer. Every room has his own wake up name (for Example: living room, kitchen, toilet). So I can say "Toilet - Switch lights on" - So VC starts the commandline tool of tellstick to switch the wireless Power connector to turn on the lights. At the moment it is the best resolution for me.

My old plan to use the same wakeup-word for all rooms - i have fallen.

6
allgemein / Lizenz nach Windows 10 Update
« on: September 24, 2015, 01:59:56 PM »
Bleibt meine Lizenz nach dem Upgrade auf Windows 10 erhalten oder muss ich diese irgendwie umziehen oder erst deaktivieren und dann wieder aktivieren. Danke im voraus.

Weil es läuft gerade alles so gut.

7
Feature Requests / More switchfuctions for add logic in lcb
« on: May 04, 2014, 02:49:27 PM »
The only switchfunction in lcb at the moment is if-then-else. it would be nice, when we would have a switch-case or select-case for multiple different events. At the moment i must use for every case the if-then-else. Even nice would be a do-loop or while-went. So the most events can handle with this.

8
Hello,

1. I want to buy an 40$ licence for V2. Can i use both versions V1 and V2 with the licence. How many installations are possible (two for V1 and two for V2)?

2. I want four installations (two HTPC with Mediaportal, One Server and one for testing on a laptop). Can i move a licence, when i get new hardware?

3. On the HTCP woth Mediaportal multiple Speakers want to control the Mediaportal. Is in Version V2 a better way there, to handle this (Requirements: Almost the same winuser is automatical logged in. Me, my wife and my child want to control it. at the old V1 most one person has a high rate for unterstanding, but the other persons speak are most not understand.

9
Version 2 updates / Re: MPScan return an Error on scan
« on: March 29, 2014, 04:56:25 PM »
ok, i test with the new dll in 1.9.1.9 and the scan works. Next time i test the new VC 2 with my MP in german version and give feedback.

thx for your great work.

10
Version 2 updates / MPScan return an Error on scan
« on: March 28, 2014, 05:55:29 PM »
Hello,

i test the new VC 2 1.9.1.4 and 1.9.1.9

When i want to scan and generate the MP-Databases, i get an error-message from the program. No database for VC is created.

What can i do?


11
XML Exchange / German Commands for Mediaportal
« on: October 16, 2013, 07:34:17 PM »
Hello People,

i have a full translation for the german Mediaportal-Config.

It is full translatet from the english version from the voxcommando-package 1.163

Just copy in the Resources/configs/deutsch

Then load a standard-config over the menu.

@jitterjames - you can use it for your next version to publish

12
allgemein / Re: Mehrere Mikrofone mit verschiedenen Reaktionen
« on: June 07, 2013, 07:22:10 PM »
Ok James - i test both ways. Is your way also practicable, when two persons in different rooms speaking at the same time?

By the way: Resources is not the problem. Server running with Core i7 with 16GB RAM

13
allgemein / Re: Mehrere Mikrofone mit verschiedenen Reaktionen
« on: June 07, 2013, 10:59:37 AM »
1. ok then i must use multiple ifs

2. I can't programming python. Perhaps i take a look on it.

3. The Payloadsfunction with enabled / disabled room-groups is not practicable, because of more than one person in my home. It must have function in different rooms at the same time. I thing about multiple VC-Instances (one for each room)

4. At the moment i use a Tellstick from Telldus for my light-management. I can control it trought commandline parameters. This is the most flexible solution for me.

14
allgemein / Re: Mehrere Mikrofone mit verschiedenen Reaktionen
« on: June 07, 2013, 05:17:48 AM »
Ok when i get different events over the tcpmic plugin, then i get it with a if-then-else. By the Way: is in voxcommando LCB possible to build (Select-Case-Syntax --> instead of if-the-else)?

At the moment i have no Pi - but i have order it. I will try it with an android on PI witrh Voxwav.

i would configure it in a way, that it autostart with linux.

Because of the look and feel in the room - this is a other step.

There a many steps to do for me. But every day i get a new ideas for a better homeliving.

By the way: The direct support between customer and developer here is fantastic. Good work and a nice day for all.

I give feedback, when Pi here and i have first facts.

15
allgemein / Re: Mehrere Mikrofone mit verschiedenen Reaktionen
« on: June 05, 2013, 12:34:29 PM »
Hallo Kalle!

Dass das nicht Out-of-the-box funktioniert ist mir schon klar. Allerdings ist die Möglichkeit mit Bewegungsmeldern auch nicht sinnvoll, da ich nun mal nicht alleine bin. Die verschiedenen Mikrofonanschlüsse kann man mit Billig-Notebook-Soundkarte (in USB-Stickform) nachrüsten (kosten bei Ebay keine 10 Euro). Dann hätte man allerdings das Kabelproblem, was jedoch nicht euer Problem sein soll. Gut wäre ein Mini-Computer (ala Raspberry PI) der per WLAN Mikrofonsignal über TCP-Mic-Plugin einbindet. TCP-Mic wird ja fürs Android-Plugin genommen. Doch kann dieser auch verschiedene TCP-Mic's unterscheiden und je nach Quelle Befehle in bestimmten Gruppen verwenden. Dann wäre allerdings noch der Programmieraufwand auf Raspberry PI's Seite zu beachten. Da dies ja auf Debian basiert.

Unter der Annahme dieser Konfiguration würde jedes Mikrofon (inkl. Raspberry PI) etwa 50 Euro kosten. Die Stromkosten wären mit etwa 8- 10 Watt auch im vertretbaren Bereich. (Raspberry PI = 2 - 3 Watt, WLAN 2-3 Watt, + Netzteilverlust)

Infos über Raspberry PI findet Ihr übrigens http://de.wikipedia.org/wiki/Raspberry_Pi

PS: Danke Kalle für den Link mit den Payloads. Die nutze ich schon kräftig, allerdings wollte ich nicht immer separat das Zimmer dazu nennen, da es auch für Gäste steuerbar sein soll. Und der eine nennt es halt Klo, Gästetoilette oder Scheißhaus. Das soll über das Mikrofon schon entschieden werden.

Pages: [1] 2