Search found 15 matches

by nfaber
Monday 20 March 2017 8:10
Forum: MySensors
Topic: MQTT Gateway configuration
Replies: 1
Views: 1127

MQTT Gateway configuration

Something seems to be wrong with the implementation of the MySensors MQTT Gateway option. The hardware setup can only be completed when providing an IP address + port, however these fields are not available. See the following printscreen: Printscreen.png I am running the latest beta (V3.7040) on ...
by nfaber
Monday 06 March 2017 18:33
Forum: LUA
Topic: Disable switch via JSON
Replies: 17
Views: 4005

Re: Disable switch via JSON

Anyway, when u use the developer view of a good browser you should be able to find the commands. A bit more fiddling gave me these: http://192.168.2.10:8084/json.htm?type=setused&idx=328&protected=false&used=true http://192.168.2.10:8084/json.htm?type=setused&idx=328&protected=true&used=true When ...
by nfaber
Monday 06 March 2017 12:11
Forum: LUA
Topic: Disable switch via JSON
Replies: 17
Views: 4005

Disable switch via JSON

I was wondering whether it is possible to temporarily disable a switch through scripting. Here's my situation: - I have a window that has a roller shutter mounted on the outside, which can be operated through Domoticz and also has a fixed timer to close at night. - My window can be opened, in this ...
by nfaber
Tuesday 01 November 2016 23:34
Forum: iOS
Topic: Pilot: Home Automation Control (iOS app)
Replies: 1000
Views: 235015

Re: Pilot: Home Automation Control (iOS app)

Hi Patrick, Since about a month (iOS10 update?) every time I open the app I see the logo for a few seconds and I need to wait until I can start using the app. I don't know why/how this has changed, but it is quite annoying during daily use. Could you maybe reduce the time for the splash screen in a ...
by nfaber
Tuesday 04 October 2016 8:03
Forum: Z-Wave
Topic: Problems with Zipato RFiD Mini Keypad
Replies: 1
Views: 1361

Re: Problems with Zipato RFiD Mini Keypad

After inclusion using OpenZwave I got a lot of timeout errors in my logs: 2016-09-29 20:21:49.110 Error: Razberry: Error getting data! 2016-09-29 20:21:49.611 Error: Razberry: Error getting data! These occur every second ever since I included the device, so my logs are flooding. OZW seems to be ...
by nfaber
Sunday 02 October 2016 17:09
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1716
Views: 432047

Re: homebridge-edomoticz Plugin

For a device to be mapped to a native service type in HomeKit, it must specify the minimum required parameters and interact with a service in the way that HomeKit expects. It's not a case of forcing a mapping to get an icon how you want it in HomeKit. If the device cannot comply to homekit's ...
by nfaber
Sunday 02 October 2016 14:36
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1716
Views: 432047

Re: homebridge-edomoticz Plugin

Did you guys already check out the 'Home' app that comes with the iOS 10 update? For more info of what i'm talking about see: http://www.apple.com/ios/home/ Are there any possibilities to include these features in a future version? Check out the first post in this thread and post the json output of ...
by nfaber
Sunday 02 October 2016 12:46
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1716
Views: 432047

Re: homebridge-edomoticz Plugin

Did you guys already check out the 'Home' app that comes with the iOS 10 update? For more info of what i'm talking about see: http://www.apple.com/ios/home/ My first experiences are quite good! The user interface is very convenient and favorite devices are accessible in a dedicated tab in the bottom ...
by nfaber
Thursday 29 September 2016 20:54
Forum: Z-Wave
Topic: Problems with Zipato RFiD Mini Keypad
Replies: 1
Views: 1361

Problems with Zipato RFiD Mini Keypad

I recently bought the Zipato RFiD Mini Keypad for arming/disarming the alarm system I set up in Domoticz. However, I am having a hard time configuring it. After inclusion using OpenZwave I got a lot of timeout errors in my logs: 2016-09-29 20:21:49.110 Error: Razberry: Error getting data! 2016-09-29 ...
by nfaber
Wednesday 28 September 2016 7:44
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1716
Views: 432047

Re: homebridge-edomoticz Plugin

I am having an issue with configuring authentication. As per instruction, in config.json I updated: "server": "127.0.0.1" To: "server": "<user>:<pass>@127.0.0.1" Where <user> and <pass> are the login credentials that I have set for logging into the Domoticz web interface. Without authentication all ...
by nfaber
Sunday 25 September 2016 14:02
Forum: Z-Wave
Topic: Aeon Labs Aeotec Gen 5 Z-Wave USB or RaZberry 2.0
Replies: 3
Views: 4470

Re: Aeon Labs Aeotec Gen 5 Z-Wave USB or RaZberry 2.0

My experiences with openzwave in combination with the Razberry are really bad, on one side due to the trouble setting up connection with ttyAMA0 serial port (especially with RPi3 with bluetooth), on the other side due to random timeouts, non-functioning inclusion etc. I don't own a Aeotec Z-Stick ...
by nfaber
Sunday 25 September 2016 13:43
Forum: Rfxcom Transceiver
Topic: Linking Marmitek SC9000 alarm panel
Replies: 1
Views: 863

Linking Marmitek SC9000 alarm panel

I'm having some troubles connecting my SC9000 with the RFXtrx433E. I would like to set up two-way communication: 1) Domoticz --> SC9000 for putting the alarm panel in arm / disarm state when my Domoticz alarm is turned on (by app or remote) 2) SC9000 --> Domoticz for being able to arm and disarm my ...
by nfaber
Sunday 25 September 2016 13:18
Forum: LUA
Topic: Changing interval of LUA time scripts
Replies: 2
Views: 1302

Re: Changing interval of LUA time scripts

I ended up making a node.js web server running in the background. This web server implements the setTimeout() and setInterval() methods for time based triggering. The web server makes use of the JSON API for updating and requesting domoticz devices. A huge advantage that all timer/interval objects ...
by nfaber
Saturday 17 September 2016 9:21
Forum: LUA
Topic: Changing interval of LUA time scripts
Replies: 2
Views: 1302

Changing interval of LUA time scripts

Hi guys, I'm working on an alarm system based on LUA scripting. I want to include a delay that will allow me to exit the house and close the frontdoor before the alarm is enabled. Similarly when entering, i want to have the time to enter the security code for disarming the alarm, before the sirens ...
by nfaber
Tuesday 05 April 2016 22:35
Forum: Suggestions
Topic: Mochad dimming implementation
Replies: 1
Views: 625

Mochad dimming implementation

Hi guys, I know this question has been asked before, but i haven't seen any solutions yet. Is there any way to control dimmable modules through Mochad (such as Marmitek LM12)? I looked into the source code and saw that currently in the Mochad driver only switch on/off actions are implemented ...