Search found 119 matches

by obod0002c
19 Feb 2023, 17:41
Forum: ESP Easy: General Discussion
Topic: rules issue >#1
Replies: 5
Views: 1001

Re: rules issue >#1

Thx for that clarification.
Looks like I had understood the On .. Endon completely wrong initially :cry:

It works, and it creates a lot less log entries .. which I believe is intended and good for the device's memory write cycles.
by obod0002c
17 Feb 2023, 23:53
Forum: ESP Easy: General Discussion
Topic: rules issue >#1
Replies: 5
Views: 1001

Re: rules issue >#1

Didn't get it, sorry. 1. AlphaEss#solarPLUS is set by external device: SendTo 11,"TaskValueSet 4,1,[tempIs#hwtank]" 2. Just wanted to test it using browser: .../control?cmd=taskvalueset,6,1,1 Will 1. work and execute what's between On..Endon? How to fire for test? ../control?cmd=taskrun,6?...
by obod0002c
16 Feb 2023, 18:02
Forum: ESP Easy: General Discussion
Topic: rules issue >#1
Replies: 5
Views: 1001

rules issue >#1

certainly a beginner's mistake, but I can't get it to work: Excerpt from rules section: On AlphaEss#solarPLUS=1 Do // tried without '=1', no change GPIO,16,1 If [AlphaEss#solarPLUS]=1 And [Heating#isAllowed]=1 If %systime% > 14:00:00 And [tempIs_THR320D_No1#hwtank] < 55.0 GPIO,16,1 Endif Endif Endon...
by obod0002c
16 Feb 2023, 17:45
Forum: ESP Easy: Projects / Applications
Topic: IFTTT: special characters, Umlaute
Replies: 4
Views: 1530

Re: IFTTT: special characters, Umlaute

sorry, but same result: °
by obod0002c
14 Feb 2023, 20:40
Forum: ESP Easy: General Discussion
Topic: New Sonoff Pow "Origin"
Replies: 6
Views: 1337

Re: New Sonoff Pow "Origin"

don't know the POW version but the THR320 seems very reliable, well designed, as far as I can say with not being liable for anything ;) Two disadvantages: it's getting a bit warm though, which suggests it's somehow wasting energy nothing to secure the cable to prevent the bare copper when accidental...
by obod0002c
14 Feb 2023, 20:34
Forum: ESP Easy: Projects / Applications
Topic: IFTTT: special characters, Umlaute
Replies: 4
Views: 1530

Re: IFTTT: special characters, Umlaute

same result unfortunately: °
by obod0002c
14 Feb 2023, 13:30
Forum: ESP Easy: General Discussion
Topic: extending timers?
Replies: 1
Views: 692

extending timers?

I'm wondering when using a timer in the rules' section, will another use of the same timer 'extend' its time? E.g. timerSet,1, 1800 // something ON for 30min waiting for let's say 10min timerSet,1, 1800 // something ON for 30min On Rules#Timer=1 do // switch OFF the 'something' Would the 'something'...
by obod0002c
14 Feb 2023, 13:24
Forum: ESP Easy: General Discussion
Topic: New Sonoff Pow "Origin"
Replies: 6
Views: 1337

Re: New Sonoff Pow "Origin"

great picture, thx. Since today I'm operating my second THR320D. Just in case you need some details the board's search might help you or others interested in it. The 'golden line of contacts' on the PCB (I'm guessing it's designed for the display) shows SonOff is doing it like we do it at work: sell...
by obod0002c
14 Feb 2023, 13:19
Forum: ESP Easy: Projects / Applications
Topic: IFTTT: special characters, Umlaute
Replies: 4
Views: 1530

IFTTT: special characters, Umlaute

Seeking for help: do you know if it's possible to send special characters like the 'degree char' ° or German Umlaute using ESPEasy rules to IFTTT and receive those ones later on the cell phone? How ;-) Have tried some codings, best shot was an output like '°'. Currently I'm sending the string direc...
by obod0002c
11 Feb 2023, 11:03
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

Software as well as servo control are working fine. I also found a nice place to mount the servo so it will not disturb. Unfortunately, I didn't manage to turn the switch by using a servo. The switch has an approx. 3cm long spindle which is then attached to the onboard switch - which I obviously doe...
by obod0002c
03 Jan 2023, 17:14
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

TD-er wrote: 03 Jan 2023, 16:28A position value of 9000 will stop the PWM signal. This can be useful to save energy on servos which do not need power to remain at the same position.
works like a charm .. after I found a Wemos with 4M exposing also 5V
by obod0002c
03 Jan 2023, 17:13
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

upuh, wanted to use less not more :lol:
by obod0002c
03 Jan 2023, 16:12
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

not sure if I understood that correctly .. I'm now trying with a test installation on an ESP32, no memory restrictions. Servo is working, I'd say okay. Is there a chance to stop preventing the servo from continuous positioning', let's say half a second after firing the command? Oh, maybe I simply ne...
by obod0002c
03 Jan 2023, 15:18
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

no worries, didn't thought it would be that easy to detect why it's not running ;-)
by obod0002c
03 Jan 2023, 15:02
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

uhm,
589640: HTTP: Servo,1,14,45
589642: SERVO : command not included in build
596422: EVENT: Clock#Time=Tue,15:02
by obod0002c
03 Jan 2023, 14:31
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

Assuming you have a wemos d1 mini for example: There are three cables from the servo to the wemos d1 mini and one usb cable from the microcontroller to the usb power adapter before moving too deep into the configuration: 'Motor - PWM Motor' is the correct device to choose from (saw that the device'...
by obod0002c
03 Jan 2023, 14:25
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

amazingly the device above was strong enough to turn the heating. However I wasn't able to flash it as I didn't spot the necessary PIN's.
Also Alexa integration worked only partly: linking the device was successful, controlling the device wasn't.
Pity.
by obod0002c
29 Dec 2022, 17:37
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

Just for info, as one failing should be enough:
the device already shown before is battery operated but can move in one direction only, despite the four arrows ..
fb.jpg
fb.jpg (55.69 KiB) Viewed 3572 times
The chip used looks like an ESP but somehow smaller and not branded.
by obod0002c
29 Dec 2022, 09:06
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

Know what you're talking about as/although I don't own one, but for things like these the diy area should provide enough material.
I'm at the moment more afraid of the parts you won't print like all the cables, two differing mains adapters, outlet, ..
by obod0002c
28 Dec 2022, 17:42
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

Hi, switching between heating and heating+warm water would be great, if one direction only is possible that'll help, too
by obod0002c
28 Dec 2022, 11:07
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Re: Any advice? Automated rotary knob

Not easy to answer, a hand can do pretty easily.
But I even thought of not getting to deep into the bits and pieces.
Idea came from when I saw this
fb.jpg
fb.jpg (55.69 KiB) Viewed 3774 times
Obviously too weak
by obod0002c
28 Dec 2022, 10:06
Forum: ESP Easy: Hardware
Topic: Any advice? Automated rotary knob
Replies: 24
Views: 3784

Any advice? Automated rotary knob

Hi, Wondering if one of the readers here eventually knows a way to automate a rotary knob like the one pictured.
I do not want to get in touch with anything hiding behind the front panel ..
by obod0002c
17 Dec 2022, 13:42
Forum: ESP Easy: Software
Topic: sysweekday_s
Replies: 1
Views: 898

sysweekday_s

Hi, could one please help with the syntax for %sysweekday_s%, can't get it to work. Tried lower case, as "string", the one below, .. On Clock#Time=All,07:00 do If %sysweekday_s%=Sat // Else TaskValueSet 5,1,[tempIs#tube]+0.2 Endif %sysweekday% is working as intended. The not-operation woul...
by obod0002c
15 Dec 2022, 18:40
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 11437

Re: capacitive soil moisture sensor v1.2 again

well well well, not really reliable (changed interval to 15min meanwhile) ..
notrel.jpg
notrel.jpg (76.72 KiB) Viewed 6110 times
by obod0002c
14 Dec 2022, 16:55
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 11437

Re: capacitive soil moisture sensor v1.2 again

looking a lot better and I believe I have to accept the relatively small deviations now ..
104condensator.png
104condensator.png (38.12 KiB) Viewed 6175 times
by obod0002c
11 Dec 2022, 13:47
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 11437

Re: capacitive soil moisture sensor v1.2 again

With the interval set to 60sec, I'll receive the following data from this sensor in the soil with no watering for approx. a day:
moisture.jpg
moisture.jpg (51.5 KiB) Viewed 6290 times
by obod0002c
10 Dec 2022, 14:34
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 11437

Re: capacitive soil moisture sensor v1.2 again

The DFR FireBeetle really has a pin named A0 / IO36 (top left)
DFR_FB.jpg
DFR_FB.jpg (763.01 KiB) Viewed 6338 times
When switching to ADC 1 / ch0 I'm receiving 136,5mV with all pins connected to the ESP.

I had set 500 to represent for 0% and 1 for 100% - now it's deactivated.
by obod0002c
10 Dec 2022, 11:18
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 11437

Re: capacitive soil moisture sensor v1.2 again

has one meanwhile been able to successfully use this kind of sensor and could share the howto/settings? I'm trying it with a DFRobot FireBeetle, sensor connected to 3V3, GND and A0. Device: Analog input - internal Analog Pin: Hall Effect Att: 11dB Oversampling: Use Current Sample When switching to A...
by obod0002c
26 Nov 2022, 14:40
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

allowing the display to work would be an additional great value.
If I somehow can help, please let me know.
by obod0002c
26 Nov 2022, 13:19
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

I can inform that the first SonOff THR320D is now running since almost 10 days without any problems. That one is meanwhile accompanied by a second one, I decided to go for the same one as I expected synergies and easier maintenance (although a cheaper would have been sufficient). This second device ...
by obod0002c
16 Nov 2022, 19:54
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

Short update: the device is configured and started serving hot water. I'm a bit puzzled, if now everything's working and also whether the device is reliable now .. as the sensors e.a. are. Current version running: mega-20221105 LittleFS-factory.bin I've read about some timing peculiarities together ...
by obod0002c
15 Nov 2022, 20:13
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

and in the middle of the action, updating Rules or checking something in the Device's tab .. it's gone, what? No idea, device, WiFi, .. and it will not reboot. sometime the ESP Easy hotspot shows up again but not reliable, not at all. Haven't thought it's going to be that difficult with this device ...
by obod0002c
15 Nov 2022, 17:59
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

I've re-done everything again meanwhile .. two or three times .. looks like there's still some miracle in when the AP mode to disappear. Also followed the rule to stick to the newest version: mega-20221105 Hopefully followed all good advice from the posts before. againOkay.jpg I'm not sure what happ...
by obod0002c
15 Nov 2022, 10:07
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

if power cycle means taking the device off the mains and re-connect it: that has been done multiple times, even with minutes while off the mains. The device always reconnected as AP last night.
by obod0002c
14 Nov 2022, 22:27
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

Yes, ESP Easy Hotspot and setting up credentials for normal WiFi worked fine again.
I put my mobile to flight mode, restarted the Sonoff but no connection possible. Some half hour later I checked with my mobile and the ESP hotspot was still available and the device willing to connect in AP mode
by obod0002c
14 Nov 2022, 19:47
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

I erased and flashed the device again with HEAD_1f690ef version (20221104) ..
Warning: Connected via AP ..
Groundhog day?
by obod0002c
14 Nov 2022, 18:10
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

I meanwhile rasped my own RJ9 jack, not super good but should do. left and right pins are 3V3 and GND or the other way round, depending on how you look at it. The multimeter gives a correct display of 3.341V. If I connect data and GND or data and 3V3 nothing changes, output in the device's tab remai...
by obod0002c
14 Nov 2022, 17:59
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

loosing track, I have to admit ..

Image
Image
GPIO27.png
GPIO27.png (18.22 KiB) Viewed 14578 times
(super silly, I know ..)

Image
onsysboot.png
onsysboot.png (43.97 KiB) Viewed 14578 times
Image
GPIO27b.png
GPIO27b.png (31.95 KiB) Viewed 14576 times
by obod0002c
14 Nov 2022, 17:06
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

internal pull-up resistor activated for GPIO27 .. as the Dallas one seem to not own one on its device's tab. taskdis/enable: 456730: EVENT: Clock#Time=Mon,17:04 456878: ACT : taskdisable,27 456883: ACT : TaskEnable,27 457318: EVENT: TaskExit#ttt=27,0 457329: EVENT: TaskInit#ttt=27,0 475373: static_f...
by obod0002c
13 Nov 2022, 22:26
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

Saw the manual for the resistor, thx, but somehow didn't dare to cut the only one I have at the moment - maybe also as I expected the device to have one integrated and me doing something stupid. How could I re-init the Dallas task? Disabling/enabling resp. rebooting with GPIO27 set to 1 on boot didn...
by obod0002c
13 Nov 2022, 19:14
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

no idea anymore, posting a screen of when it used to work, maybe that'll help later
Image
by obod0002c
13 Nov 2022, 17:34
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

there seems to be something more .. as the temperature sensor has gone again. GPIO's so far: GPIO,19,1 + GPIO,22,0 -> 'big' relay OFF (seems to be inverted) 19,0+22,1 gives the noisy 'clack' + AC on L Out) GPIO,4,1 'small' relay ON GPIO,13,1 // right LED green OFF GPIO,15,1 // mid LED blue OFF GPIO,...
by obod0002c
13 Nov 2022, 16:08
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

Now comes the software part:
if I, e.g., would like to check the sensor's temperature every 5seconds, would you say I leave the 3V3 ON all time or should I switch it ON/off for every reading?

How would you implement detecting a rising temperature ..
by obod0002c
13 Nov 2022, 15:40
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

confirmed: /control?cmd=gpio,27,1 gives a temperature reading
Your soft is awesome 8-)
by obod0002c
13 Nov 2022, 15:31
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

might be GPIO27 as due to https://templates.blakadder.com/sonoff_THR320D.html
GPIO27 Output Hi
by obod0002c
13 Nov 2022, 15:09
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

If I connected the PIN's properly (no RJ45 jack available at the moment) non of the GPIO's 1 .. 25 change it's state when data is connected to GND or 3V3.

But honestly I can't even get a reading of 3V3 when attaching the multimeter.
by obod0002c
05 Nov 2022, 20:17
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

Good question but how could I know ;)
by obod0002c
05 Nov 2022, 18:48
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

It works, thx!

Tried to access the DS18B20 temperature sensor on GPIO25 quickly, but received 0.00 readings.
Have to take a closer look I guess.
by obod0002c
04 Nov 2022, 22:42
Forum: ESP Easy: Hardware
Topic: GPIO's for SonOff THR320D
Replies: 63
Views: 17924

Re: GPIO's for SonOff THR320D

those three:
ESP_Easy_mega_20221030_normal_ESP32_4M316k.factory.bin
ESP_Easy_mega_20221030_normal_ESP32_4M316k_ETH.factory.bin
ESP_Easy_mega_20221030_normal_ESP32_4M316k_LittleFS.factory.bin

Flash Tool:
flash_download_tool_3.9.3

E.g.
EspressifFlashDownloadTool_001.jpg
EspressifFlashDownloadTool_001.jpg (95.32 KiB) Viewed 15089 times