Search found 86 matches

by krambriw
Sun Nov 13, 2016 3:11 pm
Forum: Software
Topic: How do I program Z-Wave devices?
Replies: 12
Views: 16875

Re: How do I program Z-Wave devices?

Hi Mastiff,
How is your z-wave stuff proceeding?

BR Walter
by krambriw
Fri Nov 04, 2016 4:23 pm
Forum: Software
Topic: How do I program Z-Wave devices?
Replies: 12
Views: 16875

Re: How do I program Z-Wave devices?

And one more question; when a z-wave device is changing it's state, it sends out an event on the z-wave mesh network. Do you already forward those via the tcp port as an ONH event (as with all other events)?
by krambriw
Thu Sep 29, 2016 5:42 am
Forum: Software
Topic: Tellstick Duos over forwarded virtual serial ports?
Replies: 4
Views: 7653

Re: Tellstick Duos over forwarded virtual serial ports?

I think you are almost there, it spells MQTT. You just need to add the possibility for ONH to send MQTT messages, then this is it. Stefan, I think I need to correct myself: I think you can already integrate two or more ONH instances with each others using MQTT, just use the MqttValueLoggers and Mqt...
by krambriw
Wed Sep 28, 2016 4:08 am
Forum: Software
Topic: Tellstick Duos over forwarded virtual serial ports?
Replies: 4
Views: 7653

Re: Tellstick Duos over forwarded virtual serial ports?

but unfortunately not implemented it yet...
I think you are almost there, it spells MQTT. You just need to add the possibility for ONH to send MQTT messages, then this is it.
by krambriw
Wed Sep 07, 2016 3:25 pm
Forum: Hardware
Topic: Roth Nova+ floor heating system
Replies: 11
Views: 27572

Re: Roth Nova+ floor heating system

For controlling a heating system in a house, I would strongly consider using Z-wave instead of plain 433 Mhz. Z-Wave is two-way communication and is protected since you are including devices into your private mesh network. Reliability is key as well as you like to prevent someone from outside to tam...
by krambriw
Wed Sep 07, 2016 10:11 am
Forum: Hardware
Topic: Roth Nova+ floor heating system
Replies: 11
Views: 27572

Re: Roth Nova+ floor heating system

A very interesting approach can be to use node-red
You can do everything in Node-RED ;), it is a matter of taste (I run my complex complete home automation in Node-RED in a Pi with ONH as a slave (in aseparate Pi) providing some data)
by krambriw
Tue Sep 06, 2016 5:48 am
Forum: Hardware
Topic: Roth Nova+ floor heating system
Replies: 11
Views: 27572

Re: Roth Nova+ floor heating system

Hmm, 868 and two-way communication...z-wave???

EDIT: Per-Jarle, if you can read Swedish, this article could be of interest for you!
http://www.zwaveforum.se/viewtopic.php?f=15&t=4318
by krambriw
Sun Sep 04, 2016 7:05 am
Forum: Software
Topic: MQTT support in OpenNetHome
Replies: 34
Views: 37760

Re: MQTT support in OpenNetHome

It is working fine now with io.adafruit! One thought; when you are configuring a MqttvalueLogger/Gauge and you select objects, I think most of the available attributes are really questionable. Whats the meaning having the attribute 'ListenPort' selectable for the TCP port?? It is just static informa...
by krambriw
Sat Sep 03, 2016 5:29 am
Forum: Software
Topic: MQTT support in OpenNetHome
Replies: 34
Views: 37760

Re: MQTT support in OpenNetHome

Still losing the connection to adafruit every minute 16.09.03 05:26:23 MqttClient$SubscribeCallback Lost connection to MQTT server tcp://io.adafruit.com: Connection lost 16.09.03 05:25:22 MqttClient$SubscribeCallback Lost connection to MQTT server tcp://io.adafruit.com: Connection lost 16.09.03 05:2...
by krambriw
Thu Sep 01, 2016 6:47 am
Forum: Software
Topic: MQTT support in OpenNetHome
Replies: 34
Views: 37760

Re: MQTT support in OpenNetHome

Just an idea;

A nice feature would be if you could create an item (a Gauge) for the TCP port and select an attribute for 'events' (with format as they are). In this way, it would be really easy to subscribe to all ONH events via MQTT

BR Walter