Search found 313 matches

by stefangsbb
Sat Feb 24, 2018 4:21 pm
Forum: Software
Topic: How to push state changes of ONH objects to an external system automatically?
Replies: 1
Views: 13212

Re: How to push state changes of ONH objects to an external system automatically?

I have been a bit careful with Items that trigger on all events and does something, because of the risk of creating "loops" where the action triggers an event which triggers an action and so on... As long as the Item does something that does not cause an internal event (or an event if can ...
by stefangsbb
Sat Feb 24, 2018 4:11 pm
Forum: Hardware
Topic: Sonoff - WiFi Wireless Smart Switch For MQTT
Replies: 21
Views: 49881

Re: Sonoff - WiFi Wireless Smart Switch For MQTT

There is currently very little support for sending MQTT-Messages from Items in ONH. All the internal pluming is there, if you create an internal event with the correct attributes, the MQTTClient-Item will sent it, but currently only the MQTTValueLogger does that. The question is how the sending Item...
by stefangsbb
Sat Feb 24, 2018 3:52 pm
Forum: Hardware
Topic: Energy Meter
Replies: 4
Views: 14879

Re: Energy Meter

Unfortunately this is not currently possible.
by stefangsbb
Fri Jan 05, 2018 8:17 pm
Forum: Hardware
Topic: RFXtrx433e or other alrernatives to telstick duo
Replies: 3
Views: 12871

Re: RFXtrx433e or other alrernatives to telstick duo

Well, up until now the Tellstick Duo has been the simplest way to integrate with 433MHz devices from OpenNetHome. The other option available is to build some hardware on your own connected to USB sound cards (as described on the site). The RFXtrx433e is currently not supported, since I have thought ...
by stefangsbb
Thu Jan 04, 2018 8:45 pm
Forum: Installation
Topic: Tellstick: Not Connected
Replies: 2
Views: 12182

Re: Tellstick: Not Connected

Hmm, this usually works right out of the box... I can see two possible causes of problems: 1. You may have to unplug and then replug the Tellstick after having installed OpenNetHome, so the device driver is properly loaded. 2. Telldus installs another kind of driver for Tellstick, which is not compa...
by stefangsbb
Wed Jan 03, 2018 7:03 pm
Forum: Software
Topic: Remote access to OpenNethome
Replies: 1
Views: 14615

Re: Remote access to OpenNethome

Currently, this is the only way. I am however working on a separate cloud access service that does not require any configuration in your router or any other separate installation of local software.
by stefangsbb
Sat Dec 30, 2017 3:48 pm
Forum: Hardware
Topic: Recieving signals from a USB sound card
Replies: 1
Views: 10461

Re: Recieving signals from a USB sound card

Hi Peters, Sorry for a really slow reply here, but I did not realize the cause of this problem at first. Your problem is probably caused by the installation scripts for raspberry pi not adding the nethome user to the audio-group. The result is that the nethome user does not have the rights to access...
by stefangsbb
Wed Dec 27, 2017 7:48 pm
Forum: Hardware
Topic: Osram Smart+
Replies: 12
Views: 31803

Re: Osram Smart+

Great! It is always tricky when I cannot test the stuff myself. The json you supplied made it possible to write a unit-test with the data, that discovered the problem, see https://github.com/NetHome/NetHomeServer/blob/d27ebe1bef9d04661b56ad5697d7a7c3459e857d/home-items/rf-items/src/test/java/nu/neth...
by stefangsbb
Wed Dec 27, 2017 1:53 pm
Forum: Hardware
Topic: Osram Smart+
Replies: 12
Views: 31803

Re: Osram Smart+

So, with the help of the json you supplied, I could find one problem that would prevent this lamp from working in ONH. I have fixed this and the updated version is available in the Nightly Build. Since I don't have any lamp to test with, I don't know if it will work now, but there is a chance that i...
by stefangsbb
Fri Dec 22, 2017 7:39 pm
Forum: Hardware
Topic: Osram Smart+
Replies: 12
Views: 31803

Re: Osram Smart+

Thanks for the listing, I was going to ask for that! I will see if I get some time during Christmas to look into adding support for this. With this info, it will be easier!