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.


Topics - heiserfeger77

Pages: [1]
1
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.

2
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.

3
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.

4
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.

5
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?


6
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

7
allgemein / Mehrere Mikrofone mit verschiedenen Reaktionen
« on: June 05, 2013, 05:42:28 AM »
Ich möchte Voxcommando auf meinen Heimserver (gepimpte Arbeitsstation mit Windows 7 Ultimate) laufen lassen und diverse Mikrofone in verschiedenen Räumen installieren, mit der sich dann die Haustechnik steuern läßt. Natürlich möchte ich immer die Haustechnik steuern in deren Raum ich gerade bin.

Beispiel:
Stehe ich im Schlafzimmer und sage "Licht an", soll natürlich das Licht im Schlafzimmer angehen, im Wohnzimmer würde es natürlich der gleiche Befehl sein, nur vom anderen Mikrofon.

1. Kann ich VoxCommando beibringen bei verschiedenen Mikrofonen bei gleichen Befehlen, verschiedene Aktionen durchzuführen?
2. Wie schließe ich verschiedene Mikrofone an, damit ich ein Unterscheidung habe, die ich in VoxCommando einsetzen kann?

Pages: [1]