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
Search found 28 matches
- 23 Dec 2016 22:54
- Forum: Discussions in English
- Topic: Problem installing Razberry. Getting Failed to bind error
- Replies: 3
- Views: 2782
- 21 Dec 2016 03:14
- Forum: Diskussion in Deutsch
- Topic: Thermostat: Eventname für die Event Watcher App?
- Replies: 3
- Views: 3386
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...
- 21 Dec 2016 01:48
- Forum: RaZberry
- Topic: How to execute API commands via HTTP API?
- Replies: 5
- Views: 8006
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.
- 21 Dec 2016 01:42
- Forum: Recipes
- Topic: URL to set the temperature for a thermostat..
- Replies: 2
- Views: 5988
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...
- 19 Dec 2016 00:16
- Forum: Discussions in English
- Topic: Every time Thermostat value is changed, do something.. ?!
- Replies: 0
- Views: 1357
Every time Thermostat value is changed, do something.. ?!
Hey, i want to switch a Scene, every time the temperature of my Thermostat gets changed. (by Controller or by hand) I already found the "Event Watcher" App, but i have no clue which Event name i have to enter there for my Thermostat.. Trigger event s These events trigger the processing of ...
- 18 Dec 2016 22:55
- Forum: Discussions in English
- Topic: Pushover Notifications App
- Replies: 11
- Views: 9792
Re: Pushover Notifications App
Hey, i made a little modification to my Pushover-Me index.js file: Insert the following code after: PushNotifier.prototype.sendMessage = function () { var self = this; Insert this: /*** B E G I N / MODIFIED CODE TO USE %(variable) TO INCLUDE VALUES OF VARIABLES *****/ var parseMessageCode = function...
- 16 Dec 2016 08:39
- Forum: Diskussion in Deutsch
- Topic: Fibaro Motion Sensor und Dimmer2
- Replies: 1
- Views: 3405
Re: Fibaro Motion Sensor und Dimmer2
Hi,
Erst erzeugst du ein if->then mit deinen beiden bedingungen, dass das licht einschaltet und erzeugst ein Automatef Switch Off Modul, dass du auch mit dem if-then einschaltest.
Erst erzeugst du ein if->then mit deinen beiden bedingungen, dass das licht einschaltet und erzeugst ein Automatef Switch Off Modul, dass du auch mit dem if-then einschaltest.
- 15 Dec 2016 21:38
- Forum: Discussions in English
- Topic: Pushover Notifications App
- Replies: 11
- Views: 9792
Re: Pushover Notifications App
Is there any way to put Sensordata in a Push-Me Message?