Page 8 of 23
Re: Exchange events with NetHomeServer
Posted: Tue Jan 04, 2011 2:15 pm
by mickelin
Brilliant, thanks!
Re: Exchange events with NetHomeServer
Posted: Sun May 22, 2011 8:47 pm
by radeon
Hey! I have just come back to this thread in the hope of getting some home rf controlling going and the link on modding the rf pyramid into a receiver seems to be dead? Does anyone have the information to enable me to see what to do? I would love to get this going!

cheers john
Re: Exchange events with NetHomeServer
Posted: Mon May 23, 2011 5:19 am
by krambriw
Hi,
Link should work now,
Best regards, Walter
Re: OpenNetHomeServer
Posted: Sat Mar 21, 2015 9:25 am
by krambriw
New version of the plugin uploaded
Re: OpenNetHomeServer
Posted: Tue Mar 31, 2015 4:05 pm
by krambriw
Bugfix: lost sensors was reported as lost even if they where found back (non-critical bug but anyway...)
Re: OpenNetHomeServer
Posted: Mon May 25, 2015 9:21 pm
by Mastiff
Krambrw, this would be the correct thread, sorry.

I posted to the Tellstick because we had all of our previous discussions on this in there (since it started with that plugin and then morphed when you suggested hooking it up to ONH and do it that way, and it just continued there...)
I have a slight problem: I have set up macros to restart NetHomeServer (kill the task and start ONH) when contact is lost (the event "OpenNetHome.Connection with NetHomeServer TCP interface failed"), and that works nicely. But I have lost the Tellstick once without loosing the contact to ONH, and that didn't create any event, as far as I could see. Is it possible to put in something like an event for that after maybe a couple of minutes without any signals from the Tellstick? I get around 5-6 signals every minute, so two minutes without anything has to mean that the contact is lost. That would be very nice!

Re: OpenNetHomeServer
Posted: Thu May 28, 2015 6:57 am
by krambriw
New version uploaded
# 2015-05-28 Added a connection monitor to report connection problems with OpenNetHomeServer
If messages from ONH stops coming in, you will get the following event in EG:

- Skärmklipp.PNG (2.08 KiB) Viewed 5171 times
The timeout will be the same as the socket connection timeout you have configured for the plugin (120 seconds suggested)

- Skärmklipp.PNG (4.43 KiB) Viewed 5171 times
Re: OpenNetHomeServer
Posted: Thu May 28, 2015 10:03 am
by Mastiff
Brilliant, thank you very much!
Btw, I was wondering about something: Is it possible to "translate" the device ID of stuff (in my case Viking temp sensors) so that the events in EG are the same as the events I get from the RFX plug-in? I see that the ID in EG is the same as in ONH but it's totally different from what I get from the RFX (acronym disease, sorry...). Is there some kind of logic there that can be harnessed?
Re: OpenNetHomeServer
Posted: Thu May 28, 2015 10:11 am
by Mastiff
Is it me, or is there a directory error on your website? I only see mosquitto files in the EventGhost_OpenNetHome directory.

Re: OpenNetHomeServer
Posted: Thu May 28, 2015 10:33 am
by Mastiff
If it helps with translation, here's some examples from my house:
Code: Select all
43008 = 1192
51200 = 1224
43776 = 1195
13312 = 1253
65024 = 1278
45056 = 1200
32768 = 1152
62976 = 1270
RFX to the left, ONH to the right
Re: OpenNetHomeServer
Posted: Thu May 28, 2015 11:43 am
by krambriw
EventGhost_OpenNetHome directory
Well, it looks ok from my side:
http://krambriw.net/Release/NetHomeServ ... 20version/
Is it possible to "translate" the device ID
I have just kept the id's 'as is' in order to keep the reference when using various specific vendor tools. It is the vendor decision how to visualize the id and I did not want to mess things up. If you want to translate you can do it yourself with a python script that captures the event, reformats it using your table (dictionary) and then triggers a new event.
BestR
Re: OpenNetHomeServer
Posted: Thu May 28, 2015 11:47 am
by Mastiff

My mistake, I was in the "Under construction" section... Sorry, up and running now.
If the vendor sends the ID, why is it different in RFX and ONH? Or do you mean the vendor of the RFX and the Tellstick?
Re: OpenNetHomeServer
Posted: Thu May 28, 2015 1:21 pm
by krambriw
do you mean the vendor of the RFX and the Tellstick
yes
Re: OpenNetHomeServer
Posted: Thu May 28, 2015 1:24 pm
by Mastiff
OK, thanks! Then I get it. Well, translation table or separate table doesn't really change much, so I guess the easiest way is just to have a separate translation table from the ONH sensor events to room numbers, like I have for the RFX sensor events.
Re: OpenNetHomeServer
Posted: Fri Jun 05, 2015 7:27 am
by krambriw
New version uploaded.
Setting the timeout for lost sensors can now be configured in the range 100 - 180000 seconds