Search found 5 matches

by hollie
04 May 2023, 20:03
Forum: ESP Easy: Software
Topic: [P092] TA UVR interface - how to debug
Replies: 6
Views: 2030

Re: [P092] TA UVR interface - how to debug

After enabling some more debugging statements in the code I got the plugin to successfully decode the DL-bus payload once after a reboot of the ESP. The output then looked like: 53864 : Info : P092 ISR set 53865 : Info : P092_receiving ... TaskIndex:0 55862 : Info : Wrong Timings: 55863 : Info : 1: ...
by hollie
28 Apr 2023, 20:41
Forum: ESP Easy: Software
Topic: [P092] TA UVR interface - how to debug
Replies: 6
Views: 2030

Re: [P092] TA UVR interface - how to debug

Hi, a short status update, I have in the mean time setup the development toolflow and recompiled the build C with the debug option for plugin P092. The output log looks like this: 10669 : Info : P092 ISR set 10670 : Info : P092_receiving ... TaskIndex:0 11666 : Info : Processing... 11667 : Info : In...
by hollie
20 Apr 2023, 17:31
Forum: ESP Easy: Software
Topic: [P092] TA UVR interface - how to debug
Replies: 6
Views: 2030

Re: [P092] TA UVR interface - how to debug

Hey Ath, thanks for your reply. I am aware of the two different versions of the TA UVR-61 and I have verified that the firmware version I have (2.1) is indeed using the protocol that is described in the 'versions below 8.2'. I also did try the '8.3 and later' version for a test but that also did not...
by hollie
19 Apr 2023, 19:55
Forum: ESP Easy: Software
Topic: [P092] TA UVR interface - how to debug
Replies: 6
Views: 2030

Re: [P092] TA UVR interface - how to debug

Adding the screenshot from the oscilloscope
by hollie
19 Apr 2023, 19:47
Forum: ESP Easy: Software
Topic: [P092] TA UVR interface - how to debug
Replies: 6
Views: 2030

[P092] TA UVR interface - how to debug

Hello, I discovered this project while searching for a solution to connect my solar heater over wifi. It looks promising! My intention is to replace a custom interface I made for the solar boiler controller back in 2005 that connects over wired ethernet. Times have changed and it is time to connect ...