Search found 32 matches

by perjarle
Tue Feb 20, 2018 10:36 pm
Forum: Software
Topic: Advice needed - Need to control external device
Replies: 2
Views: 14988

Advice needed - Need to control external device

Hi I need some advice. I am building a garage door opener based on ESP8266 module with wifi. The device is not finished yet, but i have started building it. It has a magnet sensor for checking if the garage door is open or not. It sends mqtt messages indicating open or closed. These messages are rec...
by perjarle
Tue Feb 20, 2018 2:47 pm
Forum: Hardware
Topic: Sonoff - WiFi Wireless Smart Switch For MQTT
Replies: 21
Views: 50349

Re: Sonoff - WiFi Wireless Smart Switch For MQTT

To use Sonoff switches with nethome, you need: - MQTT broker - Sonoff switch programmed with custom software to communicate with MQTT broker MQTT broker is a server program which delivers messages between clients (in our case nethome and Sonoff switch are both clients) Clients can publish and subsc...
by perjarle
Fri Feb 16, 2018 11:42 am
Forum: Software
Topic: Message - How to use it?
Replies: 3
Views: 14493

Message - How to use it?

Hi In the Create/Edit page there is a way to create a Message (under Ports) which in the feature listing is mentioned to be pre-defined messages that can be sent with MQTT. The Create Message page have 4 input fields: Item Name, To, Subject and Message. How do I configure this to put messages out to...
by perjarle
Thu Nov 30, 2017 3:11 pm
Forum: Software
Topic: Apple have opened up HomeKit integration
Replies: 0
Views: 24371

Apple have opened up HomeKit integration

Hi I see now that Apple have opened up it's HomeKit protocol to allow hobbyists making their own accessories. No hardware authentication is needed as it was before. This could open up new posibilities for OpenNethome. https://developer.apple.com/homekit/ It would be cery cool if it would be possible...
by perjarle
Wed Oct 04, 2017 8:47 am
Forum: Software
Topic: New value item logger implementation!
Replies: 16
Views: 23879

Re: New value item logger implementation!

Is there any way to make the db file go to a spesific location?

I have mounted a nas folder to /var/log/nethome to minimize writing operations on the rpi sd card.

But the db files are created in /home/pi/nethome.
How can I make the db files go to /var/log/nethome?

Br
Per
by perjarle
Fri Nov 04, 2016 9:55 pm
Forum: Software
Topic: NexaLCDimmer controlling dim level through REST api
Replies: 2
Views: 6105

NexaLCDimmer controlling dim level through REST api

Hello
I wonder if it is possible to set dim level directly (numeric) through the rest api without going through the predefined dim levels.

I'm integrating ONH with HomeBridge so I can control it from IOS Siri

/PJ
by perjarle
Tue Oct 18, 2016 11:09 am
Forum: Software
Topic: IOExceptions when temperature and moisture logging
Replies: 1
Views: 5427

IOExceptions when temperature and moisture logging

Hi I keep seing a lot of IOExceptions while logging data from my temperature/moisture sensor (Proove) Is it something I have done wrong in configuration? The graph's are working, so there is atleast some data that are logged. Here are the exceptions i'm getting: 16.10.18 12:45:00 ValueItemLoggerH2Da...
by perjarle
Tue Oct 11, 2016 10:16 pm
Forum: Software
Topic: Sending raw data
Replies: 11
Views: 16418

Re: Sending raw data

Hi
The arduino code reacts on signals from my Nexa 3ch remote (learning code)

It gives output like this when i press the remote button:
sender 7722438
no group
on
recipient 1


But when I toggle the same control from ONH, it receives nothing.
The lamp is working though.

/PJ
by perjarle
Wed Sep 28, 2016 7:50 am
Forum: Software
Topic: Sending raw data
Replies: 11
Views: 16418

Re: Sending raw data

Yes that will probably work :) As long as I manage to write a decoder for arduino. I found some examples online that are able to decode signals that come directly from a Nexa device. But for some reason they dont react on Nexa commands from ONH through Tellstick /* * AM-HRR3 receiver test * * Homeea...