Search found 12 matches

by svkeulen
Sunday 01 March 2020 8:10
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

Sent you a pm.
by svkeulen
Saturday 29 February 2020 22:05
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

That's what I expected. I'm building a binary for rpi3 right now. I will put it tomorrow on my github page. Your OTGW works just fine. It outputs the same as mine. Do you have a rpi2 or rpi3?
by svkeulen
Friday 28 February 2020 7:48
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

Just as soon as you connect the device. You can always switch back with ps=0. And I have spoken to the developer. He thinks our devices will work with ps=1 'mode'. The fact that my OTGW device resets itself from time to time and domoticz will not read the data from the device isn't working ...
by svkeulen
Wednesday 26 February 2020 17:06
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

Hobbybob wrote: Sunday 23 February 2020 21:14 is there anywhere I could follow this? Like an issue on github or anything?
Yes: https://github.com/domoticz/domoticz/pull/3945

In the domoticz hardware tab of the OTGW you can issue commands. Can try sending ps=1 and see what happens?
by svkeulen
Sunday 23 February 2020 20:21
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

I am working on a solution now with the developers. It will take some while though.
by svkeulen
Saturday 22 February 2020 17:59
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

I just created an issue on GitHub: https://github.com/domoticz/domoticz/issues/3943. See what happens... :geek:
by svkeulen
Saturday 22 February 2020 17:45
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

The code never ended up in the development branch. Maybe it is a good idea that I contact the developers about it. I think it is wise to add an extra device (to the source) instead of replacing the current one. Maybe there are people using the code of the "old" device.
by svkeulen
Saturday 26 May 2018 11:54
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

I downloaded the files, but I have been looking around on my RPi, and I can't seem to find these files... How do I install these? The are sourcefiles and you need to compile it. Did you install your RPi the easy way or did you compile it from source? If you never done it, maybe I can send you my ...
by svkeulen
Friday 25 May 2018 9:08
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

I attached a screenshot. I connected domoticz via otmanager so there is more to see. Oh forgot to say I changed the devices IDs of the switches and sensors in domoticz to the corresponding OpenTherm message IDs. So you need to delete the OTGW devices from domoticz. It will make new devices with the ...
by svkeulen
Friday 25 May 2018 8:46
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

I think it has got something to do with the serial to lan communication between domoticz and the otmonitor. I think you are right. I just finished rewriting the code (everything works flawless now) and discovered I made a terrible mistake. The good side is that I now know the cause of most problems ...
by svkeulen
Saturday 19 May 2018 11:54
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

I don't know if it will solve my problems, but if the other solutions don't work, I'll sure give it a try!
If you only see messages of length 9, mostly starting with a B(oiler) or a T(ermostat) in your domoticz log then it would.
by svkeulen
Friday 18 May 2018 19:37
Forum: OpenTherm gateway
Topic: Strange problem with OTGW
Replies: 56
Views: 16664

Re: Strange problem with OTGW

I just bought an OTGW with firmware 4.2.5. I noticed that it reports only messages of length 9 (like BC0090000) to domoticz (it says 2018-05-18 19:26:48.619 OTGW: BC0090000) while the source-code of domoticz seems to want to parse other output. I guess it is more like the messagelog of otmanager ...