Search found 2029 matches
- Sun Apr 20, 2025 12:58 pm
- Forum: Opentherm Gateway Forum
- Topic: PIC reset sets setpoint to maximum
- Replies: 9
- Views: 4998
Re: PIC reset sets setpoint to maximum
Your previous log was quite short. If you can collect a log that starts several minutes before a reset with a jump to 35 degrees, I'd be happy to take a look at it. But it looks to me like it's the thermostat that is doing this, so there may not be much to be gleaned from the log. It is also curious...
- Thu Apr 03, 2025 12:14 am
- Forum: Opentherm Gateway Forum
- Topic: Controlling Techneco Elga with OTGW
- Replies: 1
- Views: 847
Re: Controlling Techneco Elga with OTGW
The TT and TC commands affect the thermostat, not the boiler/heat pump. They should work with all thermostats you mentioned. The TS command configures an attached temperature sensor. I'm unsure how that is related to your situation. The log you provided is not a normal OTGW log. It looks like it ma...
- Thu Mar 27, 2025 11:07 pm
- Forum: Opentherm Gateway Forum (NL)
- Topic: aansluiten externe temp sensor op GPIO?
- Replies: 1
- Views: 3214
Re: aansluiten externe temp sensor op GPIO?
De OTGW heeft de mogelijkheid om een enkele temperatuursensor aan te sluiten. Maar op dit moment kan dat alleen worden gebruikt voor de buitentemperatuur of de retourtemperatuur. Bovendien is dat alleen nuttig als de thermostaat die informatie uitleest. Zo niet, dan verschijnt de gemeten waarde nooi...
- Fri Feb 28, 2025 10:32 am
- Forum: Opentherm Gateway Forum (NL)
- Topic: Serial commands TT vs TC
- Replies: 3
- Views: 2082
Re: Serial commands TT vs TC
Als het duidelijk is dat het aan die halve graden ligt, dan is het niet meer nodig om een logfile te maken.
- Thu Feb 27, 2025 10:48 pm
- Forum: Opentherm Gateway Forum (NL)
- Topic: Serial commands TT vs TC
- Replies: 3
- Views: 2082
Re: Serial commands TT vs TC
Ik had verwacht dat TT het setpoint aanpast van de thermostaat en dat deze door de thermostaat pas weer wordt aangepast nadat de volgende fase van het ingestelde programma ingaat. Bij TC zal ik verwachten dat dit de thermostaat instelt op de 'continu modus', waarbij de ingestelde temperatuur vastho...
- Tue Feb 25, 2025 1:07 am
- Forum: Opentherm Gateway Forum
- Topic: Using OTGW for monitoring data between boiler and heatpump
- Replies: 2
- Views: 5704
Re: Using OTGW for monitoring data between boiler and heatpump
Most likely the Weheat works like an opentherm gateway itself. So it should be possible to connect the OTGW either between the boiler and the heatpump or between the thermostat and the heatpump. I don't expect there will be much difference in the messages on the two interfaces during normal operatio...
- Fri Feb 21, 2025 2:24 pm
- Forum: Opentherm Gateway Forum
- Topic: Intergas DHW Comfort function
- Replies: 7
- Views: 3630
Re: Intergas DHW Comfort function
I must not understand what you are looking for. The tooltip uses the HTML title attribute, which has been around since the early days of HTML. It definitely works in both Firefox and Brave on linux. I just checked again: tooltip.png The Opentherm spec on Ihor Melnyk´s site contains a list of MsgIDs ...
- Thu Feb 20, 2025 11:56 pm
- Forum: Opentherm Gateway Forum
- Topic: Intergas DHW Comfort function
- Replies: 7
- Views: 3630
Re: Intergas DHW Comfort function
Thermostat documentation can be less than clear about this functionality. But at least several Honeywell thermostats have some support for controlling DHW. There's a Round Modulation model that has a button to manually switch the DHW enable bit. Programmable Honeywell thermostats usually don't enabl...
- Thu Feb 20, 2025 12:07 am
- Forum: Opentherm Gateway Forum
- Topic: Intergas DHW Comfort function
- Replies: 7
- Views: 3630
Re: Intergas DHW Comfort function
Based on your description, I would have guessed that the gateway uses MsgID 99 for this. That ID can be used to set the DHW operating mode to Auto, Anti-legionella, Comfort, Reduced, Protection, or Off, if the boiler supports it. But looking at the equipment matrix, the Intergas Xtreme doesn't seem ...
- Wed Feb 05, 2025 5:43 pm
- Forum: Opentherm Gateway Forum
- Topic: Gateway Hardware Help **Solved**
- Replies: 8
- Views: 15420
Re: Gateway Hardware Help
With the right sketch on the Wemos, you can actually program the PIC without any additional hardware. This requires the V2.12 OTGW board and a PIC that was originally programmed with gateway firmware 6.6. I believe both are true in your case. On the V2.12 board there are two jumpers, marked LVP. You...
- Tue Feb 04, 2025 11:58 pm
- Forum: Opentherm Gateway Forum
- Topic: Gateway Hardware Help **Solved**
- Replies: 8
- Views: 15420
Re: Gateway Hardware Help
Wait, does that imply that you have a PIC programmer? If so, it would be interesting to attempt to read the program from memory. That would confirm if the right program is loaded and that the PIC is functional.
- Tue Feb 04, 2025 11:59 am
- Forum: Opentherm Gateway Forum
- Topic: Gateway Hardware Help **Solved**
- Replies: 8
- Views: 15420
Re: Gateway Hardware Help
All the readings in red are I/O ports. The values seem to indicate that the PIC is not running its regular program, which would configure those ports as outputs. The really strange one to me is pin #4. 3.92V is quite a bit higher than the 3.3V supply voltage. My first impression is that the PIC is e...
- Thu Jan 30, 2025 11:43 pm
- Forum: Opentherm Gateway Forum (NL)
- Topic: Warning: Hex File Loaded is larger than device (16F88)
- Replies: 3
- Views: 15752
Re: Warning: Hex File Loaded is larger than device (16F88)
Ik zie die 0x00 versus 0x3F niet terug in jouw plaatje. Maar dat kunnen heel goed bits zijn van geleerde Unk data ID's of iets dergelijks. Ik heb voor die twee overbodige woorden in het linker script adres 0x3000 beschikbaar gesteld. Dus dat klopt precies met wat je ziet in je .BIN file. Het zou goe...
- Mon Jan 27, 2025 5:30 pm
- Forum: Opentherm Gateway Forum (NL)
- Topic: Warning: Hex File Loaded is larger than device (16F88)
- Replies: 3
- Views: 15752
Re: Warning: Hex File Loaded is larger than device (16F88)
De firmware voor de PIC16F88 is in de loop der tijd dusdanig gegroeid dat het volledige flash geheugen nodig is om alles erin te kunnen proppen. Het probleem is alleen dat de linker nog 2 extra instructies toevoegt. Voor zover ik begrijp is dat nodig voor code die in C is geschreven. Maar dat is bij...
- Wed Jan 22, 2025 4:00 pm
- Forum: Opentherm Gateway Forum
- Topic: Disconnect the jumpers JP1 & JP2, OT Gateway
- Replies: 3
- Views: 2106
Re: Disconnect the jumpers JP1 & JP2, OT Gateway
Correct. The 4k7 resistor is already provided on the circuit board. All you need to do is to make a connection on JP3 to attach the resistor to the 1-wire bus.