Search found 38 matches

by pp1wvc
25 Nov 2023, 20:04
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

I've been trying to create a plugin exactly with this repository https://github.com/Bodmer/TFT_eSPI But I have little knowledge and I'm using the _P095_ILI9341 plugin as a base, which is very different, making my journey even more difficult. :( Have you tried or know this repository https://github.c...
by pp1wvc
16 Nov 2023, 13:09
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

If anyone can help, I verified that a change was made to plugin P095 which made ILI9486/ILI9488 optional * Changelog: * 2022-07-20 tonhuisman: Made support for ILI9486/ILI9488 optional and excluded by default as these are not available as * regular SPI devices (3/4 wire SPI) I see that in ESPEasy\sr...
by pp1wvc
30 Oct 2023, 16:25
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

Those look like warnings. It should compile anyway. But I wonder if this is the final code on GitHub, or did you make some changes? We usually go for 0 warnings in compiling the code. After deleting these lines the warning disappeared from the compilation. # ifdef P095_ENABLE_ILI948X # endif // ifd...
by pp1wvc
29 Oct 2023, 20:51
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

I will have to re-order from a different Ali vendor, as I got a display delivered today ( this one , 4.0 inch with touch, explicitly named ILI9488) but instead got a ST7796 delivered :( and that is already working fine with ESPEasy, so nothing to test yet... I wasn't able to improve much. In a new ...
by pp1wvc
18 Sep 2023, 12:03
Forum: ESP Easy: Software
Topic: Add two fields in Output Configuration plugin P102_PZEM004Tv3
Replies: 3
Views: 1099

Re: Add two fields in Output Configuration plugin P102_PZEM004Tv3

Configured and working perfectly this way. Thank you very much for the answers. :D
by pp1wvc
18 Sep 2023, 01:52
Forum: ESP Easy: Software
Topic: Add two fields in Output Configuration plugin P102_PZEM004Tv3
Replies: 3
Views: 1099

Add two fields in Output Configuration plugin P102_PZEM004Tv3

I have the P102_PZEM004Tv3 plugin working perfectly. But I need all six fields available and the plugin only offers four Output Configuration per device. Question: What is the reason for not making all Output Configuration fields available in the plugin? Would just adding two more fields in _P102_PZ...
by pp1wvc
10 Sep 2023, 16:49
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

Thank you TON for your help, I sent via PAYPAL the amount equivalent to three 4.0" touch screens from aliexpress, I hope you like it. Thank you very much. :)
by pp1wvc
10 Sep 2023, 16:23
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

Tested with Bodmer's TFT_eSPI library and it worked perfectly, I just had to change the GPIO in User_Setup, which really indicates that it is something with Espeasy and the adapted library. :(
by pp1wvc
10 Sep 2023, 15:20
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

Recompile carried out successfully, and it didn't work :(,. Replaced GPIO 04 to 25 and GPIO 15 to 13, it didn't work. I raised the RST to high level, without any success. :(
by pp1wvc
10 Sep 2023, 14:07
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Re: Support ILI9488 Display 3.5" Espeasy

Great, let's get this display working and approved. You're right, it was disabled in the Adafruit_ILI9341.h file, it was the only one I didn't review. I'm recompiling it again now and will test it. :)
by pp1wvc
10 Sep 2023, 13:20
Forum: ESP Easy: Hardware
Topic: Support ILI9488 Display 3.5" Espeasy
Replies: 16
Views: 4077

Support ILI9488 Display 3.5" Espeasy

I couldn't get the 3.5" ILI9488 display to work with espeasy. I saw that this feature is disabled by default, I enabled it and according to the logs, it is being initialized. The display was successfully tested with Bodmer's TFT_eSPI library so the wire connections are correct and working. What...
by pp1wvc
09 Sep 2023, 14:11
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Using the Esp32 in a noisy environment at a congested 2.4GHZ frequency, the connection is lost, generating a read and write error in zabbix, the AP is not close to the Esp32 causing even more inconvenience, my biggest challenge was in the connection between the Esp32 and the AP at 2.4GHZ. As soon as...
by pp1wvc
09 Sep 2023, 02:51
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Hello Martin88, I hope you are doing well.
What was preventing the operation has to do with problems involving network latency, but over time I understood that the best way to use this controller is with ethernet.
To help I need your logs, any version of zabbix works perfectly.
by pp1wvc
16 Mar 2023, 01:48
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I wrote the Zabbix plugin. I tried my best to document the procedure to set it up to the source code... I know not the best I could do , but it was the fastest I could do it in my limited time. I have deployed like 200+ nodes and report to zabbix just fine. I dont know if the ESP32 is your problem....
by pp1wvc
14 Mar 2023, 11:33
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I don't see how creating a new one is better than just fixing what's apparently broken. Just a few pointers for you to test/check as I don't have a Zabbix server/service running here. - Check the timeout in the controller and set it to as high as possible to make sure this isn't a timeout issue. (e...
by pp1wvc
14 Mar 2023, 11:11
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

That's absolutely not needed to do. ESPEasy does still have some .ino files and it can be compiled just fine using PlatformIO. Zabbix expects information in this format; Json += "{\"host\":\"" + zItemHost + "\",\"key\":\"" + zabbixItemList .key...
by pp1wvc
14 Mar 2023, 09:41
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

That's absolutely not needed to do. ESPEasy does still have some .ino files and it can be compiled just fine using PlatformIO. Zabbix expects information in this format; Json += "{\"host\":\"" + zItemHost + "\",\"key\":\"" + zabbixItemList .key...
by pp1wvc
13 Mar 2023, 16:04
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I need espeasy settings that send device state information (HTTP-Polling of the nodes by Zabbix...) My nodes do not send anything actively to Zabbix. Zabbix is calling the /json page of the node (eg. http://node.my.domain/json) and then parse and evaluate the JSON information received (whatever is ...
by pp1wvc
13 Mar 2023, 15:59
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

That's absolutely not needed to do. ESPEasy does still have some .ino files and it can be compiled just fine using PlatformIO. Zabbix expects information in this format; Json += "{\"host\":\"" + zItemHost + "\",\"key\":\"" + zabbixItemList .key...
by pp1wvc
13 Mar 2023, 15:29
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Would it be possible to post the configuration you used in espeasy? Sure, but which config? As said I don't use the zabbix controller of ESPEasy at all (not even compiled in in my versions)... clumsy thanks for the feedback and interest in answering. I need espeasy settings that send device state i...
by pp1wvc
13 Mar 2023, 15:13
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Could you share the template? Sure, I attach the current version here. As TD-er mentioned correctly, this is still work in progress and changed often (adding items, triggers, graphs, finetuning of parameters, etc.). Can't attach yaml files, so I had to zip it... Just to make it clear again, this te...
by pp1wvc
30 Jan 2023, 02:13
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I'm just migrating from LibreNMS to Zabbix to monitor my netowrk. For my ESPEasy devices I made a Zabbix-Template (WIP) that basically reads the JSON output via HTTP and puts it in Zabbix Items. Currently only System, Wifi and Task information is available, no sensor data though, as I use FHEM for ...
by pp1wvc
15 Jan 2023, 22:50
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Follow the link again TON.
https://github.com/leruetkins/ESP32ZabbixSender
I believe it is a simple task for someone who already knows how to build Espeasy plugins.
by pp1wvc
15 Jan 2023, 20:50
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Does the logging on the Zabbix side give some more information of what is not correct, other than saying "it's wrong"? Trouble here is that I don't have a Zabbix server running, and as the Controller has been included for a really long time, without any modification, it either is working ...
by pp1wvc
15 Jan 2023, 20:46
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

The zabbix zabbix server ignores the message, just see the previous prints, I left it on record. I can solve your problem, making my zabbix server available to carry out the tests, but there is a shorter way. I'll leave the code that worked to transform it into a controller plugin, it's already work...
by pp1wvc
15 Jan 2023, 17:59
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Hmm maybe you should also check to see if the JSON requirements of Zabbix need a numerical be with or without quotes. It may very well be the Zabbix implementation requires a string, even though it could very well be represented as a numerical. Edit: Just browsed back to the beginning of this topic...
by pp1wvc
10 Jan 2023, 23:40
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I think it is expecting a JSON message, you can have a hand-crafted one, on one line: SendToHTTP,<zabbix-ip>,10051,'{"data":["host":"EspEasy","key":"ADS1115","value":[ADS1115#Analog]]}' (This seems to be the absolute minimum, if I'm readin...
by pp1wvc
10 Jan 2023, 11:07
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

It seems the ESPEasy unit is not allowed to connect to the Zabbix server. The fact it works from your computer isn't relevant, as that's not from the ESP. Can you try to use the SendToHTTP command to connect to the Zabbix server: SendToHTTP,<zabbix-ip>,10051,<some-url> You can enter this on the Too...
by pp1wvc
09 Jan 2023, 18:03
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

It seems the ESPEasy unit is not allowed to connect to the Zabbix server. The fact it works from your computer isn't relevant, as that's not from the ESP. Can you try to use the SendToHTTP command to connect to the Zabbix server: SendToHTTP,<zabbix-ip>,10051,<some-url> You can enter this on the Too...
by pp1wvc
09 Jan 2023, 17:17
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I don't think the Zabbix controller uses HTTP calls. If I remember correctly, it only makes a TCP (??) connection to some port. So the main thing I can think of here is probably the timeout of the controller? Does it make a difference when using an ESP8266 or ESP32? Problem is that the WiFiClient o...
by pp1wvc
09 Jan 2023, 17:13
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Ath wrote: 09 Jan 2023, 12:01 You can type anything there, even a / would be enough to test the connection
Failed Command

Would it be possible to indicate which command to list the IP, DNS and Gateway through Espeasy?
by pp1wvc
09 Jan 2023, 11:51
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

It seems the ESPEasy unit is not allowed to connect to the Zabbix server. The fact it works from your computer isn't relevant, as that's not from the ESP. Can you try to use the SendToHTTP command to connect to the Zabbix server: SendToHTTP,<zabbix-ip>,10051,<some-url> You can enter this on the Too...
by pp1wvc
08 Jan 2023, 23:16
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Does your Zabbix server accept HTTP connections on that port? As ESPEasy doesn't support HTTPS (yet). Receive only from zabbix-sender. The plugin for some reason cannot send the information to the zabbix server. :( ESPEasy Controller is trying to send to your Zabbix server, don't worry about float ...
by pp1wvc
08 Jan 2023, 22:54
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I was asking about your Zabbix server, that is supposed to receive the data from ESPEasy... :o

Receive only from zabbix-sender. The plugin for some reason cannot send the information to the zabbix server. :(
by pp1wvc
08 Jan 2023, 22:46
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

And the ADS1115 reporting a value of -32768, most likely isn't correct either, is it actually connected and working? ADS115 is not working, but regardless, zabbix intem is in "float", note that with zabbix-sender this value is accepted by zabbix server. I suspect the plugin is not working ...
by pp1wvc
08 Jan 2023, 22:39
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

Hello ATH, thanks for your interest. The plugin connects through this port, 10051, see the plugin: #include "src/Helpers/_CPlugin_Helper.h" #ifdef USES_C017 // ####################################################################################################### // #######################...
by pp1wvc
08 Jan 2023, 20:49
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45430

Re: ESP32 Zabbix Controller

I have a customized compilation of ESPEasy where I use the zabbix controller, it is configured with the IP and port of the Zabbix Server according to this information: USAGE: at Zabbix server you go to Configuration -> Hosts -> Create host The "Host name" should match exactly the EspEasy n...
by pp1wvc
08 Jan 2023, 20:09
Forum: Introduce yourself
Topic: Newbie from Brazil
Replies: 0
Views: 13602

Newbie from Brazil

I'm Brazilian, and enthusiastic about programming and electronics.
Thank you all for the opportunity to speak and for this great initiative :D