Search found 313 matches

by stefangsbb
Fri Dec 22, 2017 7:35 pm
Forum: Software
Topic: Nexa PIR sensor to fire an event - how?
Replies: 1
Views: 14259

Re: Nexa PIR sensor to fire an event - how?

You use a NexaLCRemapButton to trigger some action when the PIR-sensor fires. You can just go in to the "Create/Edit"-page and then trigger the sensor. You will see it pop up in the "Detected Devices"-window and can create the Item from there. One thing to watch out for, is that ...
by stefangsbb
Thu Dec 07, 2017 8:39 pm
Forum: Software
Topic: Nexa plug
Replies: 1
Views: 14126

Re: Nexa plug

Sounds very strange. Do you have other remote switches, and do they still work? What kind of transmitter are you using? One reason could be that the switch is a bit far from the transmitter, and that something changed in your setup so the signal got too weak (moved some furniture, changed the positi...
by stefangsbb
Sat Nov 18, 2017 11:16 am
Forum: Software
Topic: NexaLCLamp - How to add?
Replies: 3
Views: 16090

Re: NexaLCLamp - How to add?

Strange! How do you try to add them? The most common way is to first use a standard Nexa remote and let the switch "learn" one button on that remote. After that you go to the create item-page and press that button on the remote again, then a new row in the "detected devices"-wind...
by stefangsbb
Wed Nov 08, 2017 8:05 pm
Forum: Hardware
Topic: Integrated Meters in a Z-wave switch
Replies: 1
Views: 10163

Re: Integrated Meters in a Z-wave switch

Hi Peter I am not sure, but I think this is due to that I have not finished implementing all meter types in the Z-Wave Items. I took a pause in the Z-Wave support implementation, since the interest seemed to be a bit low in the user community. I have been getting a few questions lately regarding Z-W...
by stefangsbb
Wed Nov 08, 2017 8:01 pm
Forum: Software
Topic: Analyzer on a Raspberry Pi
Replies: 1
Views: 19267

Re: Analyzer on a Raspberry Pi

Analyzer uses the SWT-GUI-Library that requires some native libraries to work, and the current Analyzer does not include the Raspberry libraries. I am currently working on an update of it, so if there are such libraries available, I will try to include them in the next release.

/Stefan
by stefangsbb
Wed Nov 08, 2017 7:58 pm
Forum: Software
Topic: Logical Items in NetHomeServer
Replies: 2
Views: 15203

Re: Logical Items in NetHomeServer

Hi Peter There is no simple way of doing this with the current Items in OpenNetHome, so right now you would have to solve that with an external script. I am not sure how this function would look if I would try to create Items to do this. Maybe you have some idea how you would like this kind of funct...
by stefangsbb
Mon Oct 16, 2017 8:08 pm
Forum: Software
Topic: Change logging path to USB drive?
Replies: 6
Views: 20469

Re: Change logging path to USB drive?

Hmm, strange - could it be that rights are missing on the path there?
Try to log in as nethome:

Code: Select all

sudo su - nethome
and go to the location an create/modify files, that might give some ideas why it is failing
by stefangsbb
Fri Oct 13, 2017 9:22 pm
Forum: Software
Topic: Change logging path to USB drive?
Replies: 6
Views: 20469

Re: Change logging path to USB drive?

It is the logFile-field in the sensor that should specify the full path to the log file for the sensor. You have to make sure that the user "nethome" has write access to the specified directory, so it can create and update the files there. This seems to be your current problem. The logFile...
by stefangsbb
Thu Oct 12, 2017 8:27 pm
Forum: Software
Topic: Change logging path to USB drive?
Replies: 6
Views: 20469

Re: Change logging path to USB drive?

Yes, in the logFile-field, you can give an absolute path to the file. So if the path to the USB-drive is /dev/sdc, you can for example specify the log file
as: /dev/sdc/logs/loutside.log
by stefangsbb
Wed Sep 27, 2017 8:40 pm
Forum: Hardware
Topic: Camera
Replies: 1
Views: 10383

Re: Camera

Hi Fred,

There is currently no direct support for cameras in OpenNetHome. You will have to use some other camera specific software to react to images, and then let that software trigger the actions in OpenNetHome, for example via the REST interface or the TCPCommandPort.

BR
/Stefan