Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
OpenNetHomeServer
Re: Exchange events with NetHomeServer
Brilliant, thanks!
Re: Exchange events with NetHomeServer
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
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: Exchange events with NetHomeServer
Hi,
Link should work now,
Best regards, Walter
Link should work now,
Best regards, Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: OpenNetHomeServer
New version of the plugin uploaded
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: OpenNetHomeServer
Bugfix: lost sensors was reported as lost even if they where found back (non-critical bug but anyway...)
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: OpenNetHomeServer
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!
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!
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: OpenNetHomeServer
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: The timeout will be the same as the socket connection timeout you have configured for the plugin (120 seconds suggested)
# 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: The timeout will be the same as the socket connection timeout you have configured for the plugin (120 seconds suggested)
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: OpenNetHomeServer
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?
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
Is it me, or is there a directory error on your website? I only see mosquitto files in the EventGhost_OpenNetHome directory. 
Re: OpenNetHomeServer
If it helps with translation, here's some examples from my house:
RFX to the left, ONH to the right
Code: Select all
43008 = 1192
51200 = 1224
43776 = 1195
13312 = 1253
65024 = 1278
45056 = 1200
32768 = 1152
62976 = 1270-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: OpenNetHomeServer
Well, it looks ok from my side:EventGhost_OpenNetHome directory
http://krambriw.net/Release/NetHomeServ ... 20version/
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.Is it possible to "translate" the device ID
BestR
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: OpenNetHomeServer
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?
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: OpenNetHomeServer
yesdo you mean the vendor of the RFX and the Tellstick
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: OpenNetHomeServer
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.
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: OpenNetHomeServer
New version uploaded.
Setting the timeout for lost sensors can now be configured in the range 100 - 180000 seconds
Setting the timeout for lost sensors can now be configured in the range 100 - 180000 seconds
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM