Search found 23 matches

by Trainer
16 Jan 2023, 00:02
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

Hello,

This ist what i can measuring with my old oscilloscope (50ms/ 1V per devision) bereden GND and DL
by Trainer
11 Jul 2022, 19:54
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

If the device is using the DLBus protocol/signal, then the plugin and/or the ESP8266 won't have trouble reading it. The device configuration just has to be set correctly, and that should take care of things. For UVR42 an extra sensor option had to be added in that configuration, as that code is not...
by Trainer
10 Jul 2022, 20:04
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

Well, the last image you shared shows a Pulsecounter task, not a DLBus task. I don't think there is a relation between P092 and the Pulsecounter. That's why I asked. And to have UVR42 support in P092 you will need a build (with TEST_C in the name) from the PR I created for that, as linked above (Ju...
by Trainer
09 Jul 2022, 13:39
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

You haven't yet confirmed if your device is actually sending an UART/serial/DLBus compatible signal. If it is using a different, proprietary protocol, not supported by the DLBus/P092 driver, then there is no way of decoding any sensible values from it. The pulse-counter just detects any signal that...
by Trainer
08 Jul 2022, 16:03
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

@TD-er or Ath can you please help me to solve my problem.
i get some pulses but no temp values :(
by Trainer
03 Jul 2022, 21:28
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

How can i fix it?
For me, the temperature data would be very important, as I have to use up the excess energy.

I can still test the next two days if you have a suggestion.

Thank you in advance.
by Trainer
03 Jul 2022, 17:11
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

The ESP is rather tolerant, so that's not an issue. But what might be an issue is that it isn't an UART signal. It seems like it is a 50 Hz clock and not sure if this low baudrate can be read using a UART. Can you simply test using the pulse-counter plugin to see if you do receive pulses? If that's...
by Trainer
16 May 2022, 12:01
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

what else could i try?
Is it possibly due to the 25V I measured instead of 24V ?
Is only 3.3V recognised by the ESP or also when only 3V are present?
by Trainer
14 May 2022, 20:07
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

OK, what signals do you need to connect between your sensor and the ESP? A 24V signal is not really common, so I wonder what kind of signal it is. Is it an analog voltage you need to measure? it should be a 24V digital signal if I understand correctly. https://github.com/ekuiter/uvr2web/blob/f45e6d...
by Trainer
14 May 2022, 10:15
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

TD-er wrote: 13 May 2022, 20:48 Not sure what you want to do with it.
What do you expect to read from GPIO-0?
I would like to read out the sensor data.
I have only taken one remaining GPIO pin.
If another GPIO pin is recommended, I am happy to change it.
by Trainer
13 May 2022, 20:45
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

GPIO-0 already has a pull-up resistor to 3V3, so not entirely sure what effect that will have on the signal. Not sure what you would like to achieve with this though, as using GPIO-0 for an input signal may prevent the ESP to boot if the pin is pulled low when the ESP boots. But just comparing the ...
by Trainer
13 May 2022, 20:29
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

today i tried the UVR42 with my esp.

i use a voltage divider (24V INPUT = DL-BUS (~25V)) 10kohm and a 1,5kohm so i get ~3,3V on my GPIO0.

DL---|
|
10k ohm
|--------------GPIO0
1,5k ohm
|
GND-----------------GND



am i doing something wrong?
by Trainer
04 May 2022, 22:33
Forum: ESP Easy: Software
Topic: BME 280 wrong temp value
Replies: 8
Views: 5069

Re: BME 280 wrong temp value

i ue the last fw "ESP_Easy_mega_20220427_normal_ESP8266_4M1M".

i set the offset for 2°C but now after the temp is falling it is again wrong :(
by Trainer
04 May 2022, 19:53
Forum: ESP Easy: Software
Topic: BME 280 wrong temp value
Replies: 8
Views: 5069

Re: BME 280 wrong temp value

the sensor is in the shade in its own 3d printed housing in which only the sensor is located.
by Trainer
04 May 2022, 19:28
Forum: ESP Easy: Software
Topic: BME 280 wrong temp value
Replies: 8
Views: 5069

BME 280 wrong temp value

Hello,

i got wrong temp values from my BME280.
the temperature difference is +2°C.

How can i get more accurate data?
by Trainer
27 Mar 2022, 22:23
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

Ath wrote: 26 Mar 2022, 23:21 It may require you to have a github account (it's free) and to be logged in, not sure, I'm always logged in ;)
thank you. now i got it and i will try it next time, i am in front of the UVR42
by Trainer
26 Mar 2022, 22:29
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

The source can be found in the PR, as well as the built binaries, as suggested, in the 'Checks' tab there. On the right there is a drop-down titled 'Artifacts' where you can download Binaries.zip that will include the built configurations (get the TEST_C build, as before). Maybe I'm stupid but I ca...
by Trainer
26 Mar 2022, 21:57
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

It was even easier to add than I originally estimated :D The source is very well structured, thank you Uwe :idea: I've created a pull request #3977 , so the builds can be downloaded from the Github Actions service ('Checks' tab in the PR) once the build is completed. Please test and report your fin...
by Trainer
26 Mar 2022, 16:18
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

Re: P092_DLbus UVR42

the documentation you can found here https://github.com/martinkropf/UVR31_RF ... %201.6.pdf

i don't know exactly which files i have to edit und what i have to edit that it work.
by Trainer
26 Mar 2022, 11:52
Forum: ESP Easy: Software
Topic: P092_DLbus UVR42
Replies: 31
Views: 10495

P092_DLbus UVR42

Hello, i have i UVR42 Solarsystem and it would be nice to control it with my esp. i found the very nice DL_BUS Plugin https://github.com/letscontrolit/ESPEasy/blob/mega/src/_P092_DLbus.ino . Can you help me to edit the code so that i can use my UVR42. As i found in the code it works only for ESR21,U...
by Trainer
04 Apr 2020, 18:30
Forum: ESP Easy: Software
Topic: ESP 8266 ESPEasy restart problem
Replies: 3
Views: 4523

Re: ESP 8266 ESPEasy restart problem

I see a syntax issue that might be the reason for the reboot loop; There should be a space between if and the [ bracket. Like this: if [E1SW1#Switch]=1 - Thomas thank you. this solve my problem. do you also know why my led didn't change the state? edit: i found the problem. here is the correct vers...
by Trainer
03 Apr 2020, 15:54
Forum: ESP Easy: Software
Topic: ESP 8266 ESPEasy restart problem
Replies: 3
Views: 4523

ESP 8266 ESPEasy restart problem

Hello, i use ESPEasy for my first time. I like this kind of FW. i set my LED Rule as i found here https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules Rule: On System#Boot do gpio,12,0 timerSet,1,10 endon on Rules#Timer=1 do if[E1SW1#Switch]=1 gpio,12,0 else gpio,12,1 endif timerSet,1,10 endo...