Search found 61 matches

by obstbauer
25 Apr 2025, 14:34
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

from M5Stack I got the answer that the function "uint16_t getCalCurrent(uint8_t channel);" is not available and they removed it from the source... I am sorry but I don't understand how to use the function to send a command. I need this to send the value "1000" for calibration (fo...
by obstbauer
25 Apr 2025, 14:16
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

Hello, I am back and got new devices. Unfortunately I had 5 wemos s2 mini which are not original, now I have one directly from wemos and made a test with that device. Unstable wifi is horrorable, I guess that I got shitty boards. In future I will use different boards than s2, but this firmware only ...
by obstbauer
14 Apr 2025, 22:43
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

I have two esp32-s2 boards here (wemos s2 mini) and both loose the connection all the time... I don't know why but I cannot test with these boards, I ordered new ones today. I have here in the same room and around 4 other ESP8266 running with no connection losses, never, so I guess wifi is ok and th...
by obstbauer
13 Apr 2025, 22:31
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

for a first test to read out the firmware version, I get value 0, so I think it is wrong at the moment it is difficult to make tests with this wemos device because I loose the connection a lot of times, don't know if it is a problem of my wifi or of the device.... 126438: WD : Uptime 2 ConnectFailur...
by obstbauer
12 Apr 2025, 23:42
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

ok I can use it now... thanks
for a simple first test without current source I want to read out the i2c adress, is this command correct ?

Code: Select all

read.u8le.0xFF;
or to get the calibration current

Code: Select all

read.u16le.0x30;
?
Because for both values I get 0 at the moment
I2c scan finds the device at 0x55
by obstbauer
12 Apr 2025, 22:34
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

I tried it with an ESP32 C3 super mini too, it doesn't work.... ######2025-04-12###### #######0.04.009####### ######FLASH INFO###### BIN file: ESP_Easy_mega_20250411_collection_A_ESP32s2_4M316k_CDC.bin COM port: (COM6) Generic Serial Port Baud rate: 115200 ######POST FLASH###### No post flash inform...
by obstbauer
12 Apr 2025, 21:57
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

I am sorry, I am not able to flash my wemos s2 mini and I don't understand why.... I was able to flash it online with a normal ESPeasy Version, the ESP Easy Flasher find the device as COM4 but there are always errors.. I tried it with two boards. If I try my C++ programs with Arduino IDE the USB con...
by obstbauer
31 Mar 2025, 12:03
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

it would be nice to have an easy wired serial connection, because I have no experience with c++ and wifi and I want to keep it as simple as possible, both devices are close together

the sender is the ESP with my own software, the receiver ist espeasy, one value around every 5 seconds
by obstbauer
31 Mar 2025, 09:58
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

is there a simple wired communication possible between two ESP32, one with espeasy? Over UART for example ? I had an ESP32 running now with the M5Stack device and I get the current values, I want so sent them wired to another device with espeasy which makes the communication to wifi and show values ...
by obstbauer
27 Mar 2025, 16:10
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

First question: How can I find out if the generic i2c interface plugin is available ? Second question: Is ESP-now available meanwhile? Then I could use on ESP for the i2c communication with a simple C programm and sent the values to another ESP which shows the values on a display and communicate to ...
by obstbauer
26 Mar 2025, 13:02
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

woah this was fast, how can I get the plugin to test it ?
by obstbauer
26 Mar 2025, 11:58
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

ok.. not nice news, I don't think that I am able to write a plugin... I thought that there is maybe a solution with a rule or something else to build an i2c communication with the mentioned protocol the resolution of the INA devices are not so good with 0,4 mA and 0,8 mA, the m5 devices are really n...
by obstbauer
26 Mar 2025, 11:27
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Re: Unknown i2c device - 4-20 mA measurement M5stack

Ok thank you, but now I have the m5 ones and it would be nice to use them...
by obstbauer
26 Mar 2025, 09:36
Forum: ESP Easy: Hardware
Topic: Unknown i2c device - 4-20 mA measurement M5stack
Replies: 39
Views: 4199

Unknown i2c device - 4-20 mA measurement M5stack

Hello, I would like to use this 4-20 mA measurement device with i2c but I don't know how to communicate with it to get the current values https://docs.m5stack.com/en/unit/AIN4-20mA%20Unit I think it is not included up to now to the plugin list? Is it possible to talk to it with esp easy ? i2c protoc...
by obstbauer
09 Jun 2024, 21:51
Forum: ESP Easy: Hardware
Topic: Oled font size 128*64
Replies: 11
Views: 7316

Re: Oled font size 128*64

it works,
thank you for help !
by obstbauer
31 May 2024, 09:25
Forum: ESP Easy: Hardware
Topic: Oled font size 128*64
Replies: 11
Views: 7316

Re: Oled font size 128*64

Mr. Ali tells me that my displays have SH1106 chips, so maybe this is the problem?
How can I find out which chip is on the display?
On the display itself I cannot find an information about the chip

How can I change the brightness ? I found nothing in the esp easy config ? I can change the contrast ?
by obstbauer
30 May 2024, 13:12
Forum: ESP Easy: Hardware
Topic: Oled font size 128*64
Replies: 11
Views: 7316

Re: Oled font size 128*64

thank you
but my display only works with "OLED SSD1306" with "OLED SSD1306/SH1106 Framed" it doesn't work,
the preview is correct but on the display is shown nothing except random pixels
here is my setting:
by obstbauer
29 May 2024, 18:55
Forum: ESP Easy: Hardware
Topic: Oled font size 128*64
Replies: 11
Views: 7316

Re: Oled font size 128*64

Hello, I have a similar problem. I use a 128x64 1,3" OLED Display with en ESP32 C3 super mini Build: ESP_Easy_mega_20240414_normal_ESP32c3_4M316k_CDC Apr 14 2024 With 8 rows the signs are too small. There is no other font than optimized and normal ? I want to have 4 rows which changes like Room...
by obstbauer
29 Dec 2023, 21:42
Forum: ESP Easy: Software
Topic: Problem with rules for fan control with humidity and PWM
Replies: 2
Views: 1443

Problem with rules for fan control with humidity and PWM

Hello, I try to control a fan with measured humdity, PWM and rules but I don't find a working solution. I know how to do it with python or C but I have problems to understand the rules logic. I want to control: Humid < 50 PWM 300 Humid >51 and <61 PWM 700 Humid >61 and < 70 PWM 900 Humid > 70 PWM 10...
by obstbauer
24 Nov 2023, 09:08
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

the sonoff adapter is for tasmota And I started with tasmota and then I made first tries with ESP Easy and the esp easy devices worked with this sonoff adapter so I did not expected that there is a problem it seems to work with values from hardware (because I only worked with temperature and humidit...
by obstbauer
23 Nov 2023, 16:02
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

ok problem solved....

I had no real mqtt server installed for iobroker
I always used the sonoff adapter to get the values and it works with my other esp01 and esp32 devices
I don't know why but I get the values
I installed now the mqtt server adapter and now I get the adc values
by obstbauer
22 Nov 2023, 14:25
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

@ Ath:

Sorry I don't understand what you mean?
I have some ESP_Easy devices running and the values are shown in my iobroker with mqtt like this:


on the pictures above you can see that with my adc problem device the values are not shown and there is no option to find or see the values?
by obstbauer
21 Nov 2023, 22:27
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

I made a test with a second Lolin NodeMCU V3 board and with the free RAM measurement and it is the same problem
the mqtt connection is ok with both boards but no values only indicator reachable true....
by obstbauer
20 Nov 2023, 19:30
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

this is the entry:
by obstbauer
20 Nov 2023, 13:48
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

no other idea?
It is sad because I cannot use this bord for logging my pressures :cry:
by obstbauer
19 Nov 2023, 00:02
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

Yes send to Controller is enabled
by obstbauer
18 Nov 2023, 22:25
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

I use the A0 pin ?
I Think this board has only one ADC ?
by obstbauer
18 Nov 2023, 21:39
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

I erased the device and installed the Build: ESP_Easy_mega_20231013_normal_ESP8266_4M1M Oct 13 2023
the pressure measurement works fine but I have exactly the same problem only the indicator.reachable signal true arrives iobroker but no values ??? :?:
by obstbauer
16 Nov 2023, 20:52
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

ok, I will try it
there is no blank 4_M filge available?

https://td-er.nl/ESPEasy/
by obstbauer
16 Nov 2023, 20:11
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

I have additionally a wemos S2 mini running and communication with iobroker is no problem too
with the same settings in the controler
by obstbauer
16 Nov 2023, 20:01
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

subnet is the same
all esp have different IDs
you can see on my screenshot above that the iobroker see the ESP but there are no value so in principle comunication is available
by obstbauer
15 Nov 2023, 23:41
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

subnet is the same
all esp have different IDs
you can see on my screenshot above that the iobroker see the ESP but there are no value so in principle comunication is available
by obstbauer
15 Nov 2023, 23:25
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

with 1000 ms same problem
by obstbauer
15 Nov 2023, 23:23
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

I have three ESP01 which all sent their data to iobroker without problems
and I use the same settings of them for this devide so I don't think that the controler setup is a problem?
by obstbauer
15 Nov 2023, 22:46
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

no
no values are shown
only indicator reachable on the picture I posted
by obstbauer
14 Nov 2023, 23:28
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

mh, ok.. then there is still another problem why I don't see the value in iobroker
by obstbauer
14 Nov 2023, 22:39
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

sensor appears but no values
by obstbauer
14 Nov 2023, 22:31
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

do I need all files or only the "upd_values_device_page.js" file?

Because I can see the values now on the esp web interface but I don't see the values in iobroker
the other esp devices are sending the values to iobroker
by obstbauer
14 Nov 2023, 22:27
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

it works, thank you
now I can see the values
by obstbauer
14 Nov 2023, 09:38
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

ok, this is a 4 MB Lolin NodeMCU V3.
Would it be better to make a firmware update with the newest version ?
now it is ESP_Easy_mega_20230507_normal_ESP8266_4M1M May 7 2023
by obstbauer
13 Nov 2023, 23:38
Forum: ESP Easy: Hardware
Topic: ADC Problem, reading is ok but no value
Replies: 50
Views: 80091

Re: ADC Problem, reading is ok but no value

this post was from me too
with my ESP01 it works now

but here I have another problem, the web interface looks normal, the measurements shows right values but not on the page I showed
by obstbauer
13 Nov 2023, 23:02
Forum: ESP Easy: Software
Topic: Reason why some devices show simple web interface?
Replies: 20
Views: 8165

Re: Reason why some devices show simple web interface?

I uploaded "upd_values_device_page.js" but it doesn't work
by obstbauer
13 Nov 2023, 22:58
Forum: ESP Easy: Software
Topic: Reason why some devices show simple web interface?
Replies: 20
Views: 8165

Re: Reason why some devices show simple web interface?

ok I uploaded all files but it doesn't work

should I delete the "update_sensor_values_device_page.js" file ?
and upload the renamed file again ?
by obstbauer
13 Nov 2023, 22:04
Forum: ESP Easy: Software
Topic: Reason why some devices show simple web interface?
Replies: 20
Views: 8165

Re: Reason why some devices show simple web interface?

you mean

"File browser Show files on internal flash file system"

and then upload the *.js files?

Thank you for the help!