Search found 34 matches

by kWave
31 Dec 2016 01:15
Forum: Diskussion in Deutsch
Topic: Thermostat: Eventname für die Event Watcher App?
Replies: 3
Views: 5498

Re: Thermostat: Eventname für die Event Watcher App?

Hallo Maroš,

danke für deine Antwort.

Hättest du eventuell einen Code-Ansatz für mich? (JS kann ich)
by kWave
26 Dec 2016 23:42
Forum: Discussions in English
Topic: JS Debugging?
Replies: 2
Views: 4646

Re: JS Debugging?

Okay, i got the debugger running using these steps: sudo apt-get install npm sudo npm install -g node-inspector@0.7.4 added "export V8_DEBUG=yes" to /etc/init.d/z-way-server added "<automation-file>automation/main.js</automation-file>" and "<debug-port>8183</debug-port>"...
by kWave
26 Dec 2016 16:23
Forum: Discussions in English
Topic: JS Debugging?
Replies: 2
Views: 4646

JS Debugging?

Hey,

i want to enable JS Debugging on my Z-Way server to watch console.log() messages

I already tried everything in this thread, but it seems to be outdated, as nothing worked for me.


How can i enable JS debugging? (latest Z-Way Version)
by kWave
25 Dec 2016 16:20
Forum: Discussions in English
Topic: Event Watcher and Danfoss wall thermostat
Replies: 3
Views: 4757

Re: Event Watcher and Danfoss wall thermostat

Hi,

I got the same problem with the event watcher
There are Examples for things like presence.home, but nothing about catching a devices event.
I already wrote a PM to the Developer (marcos) but didnt get a response yet.
by kWave
23 Dec 2016 23:22
Forum: Discussions in English
Topic: Problem with Raspberry Pi 3 / Z-Wave board
Replies: 15
Views: 21139

Re: Problem with Raspberry Pi 3 / Z-Wave board

I had similar Problems.
You have to enter your licence key in the expert ui at first. Then do a reboot.
by kWave
23 Dec 2016 23:18
Forum: Discussions in English
Topic: "License key not found" error
Replies: 4
Views: 6381

Re: "License key not found" error

There's no need to downgrade. Just open up your Browsers Web Development tool, open up the Network Connection Tab, and watch for the zwave.me address when you click on the Licence button.
Open up the url which is shown and add an exception in your browser.
by kWave
23 Dec 2016 22:54
Forum: Discussions in English
Topic: Problem installing Razberry. Getting Failed to bind error
Replies: 3
Views: 4554

Re: Problem installing Razberry. Getting Failed to bind erro

Try "sudo netstat -tulp" and look up which process is running on port 8083.
You cant open the user interface, can you? (IP:8083)

After installation, you must enter your license key in zhe expert ui at http://IP:8083/expert
by kWave
21 Dec 2016 03:14
Forum: Diskussion in Deutsch
Topic: Thermostat: Eventname für die Event Watcher App?
Replies: 3
Views: 5498

Thermostat: Eventname für die Event Watcher App?

Hallo, Immer wenn die Temperatur meines Heizkörper-Thermostats geändert wird (sowohl durch "Handbetrieb" als auch übers UI oder per Automatik) möche ich eine bestimmt Szene ausführen. Ich möchte gerne das dazugehörige Event mit der Event Watcher App abfangen. Das Event soll in der Konfigur...
by kWave
21 Dec 2016 01:48
Forum: RaZberry
Topic: How to execute API commands via HTTP API?
Replies: 5
Views: 11297

Re: How to execute API commands via HTTP API?

You could open the port 8083 in your Router and direct it to your Controller, but i would not recommend this in terms of security.
by kWave
21 Dec 2016 01:42
Forum: Recipes
Topic: URL to set the temperature for a thermostat..
Replies: 2
Views: 11063

Re: URL to set the temperature for a thermostat..

Hi, the UI is doing nothing else than accessing the API from within your Browser when you change the value of your Thermostat. That makes it pretty easy to "sniff" HTTP commands sent to the API. Try this: 1.) Open the UI (http://IP:8083/smarthome/) in FIrefox or Chrome. 2.) Navigate to you...