-
### PROBLEM DESCRIPTION
It is not possible to restore backup dump files if firmware was compiled with USE_SCRIPT.
I did create 2 firmware files based on tasmota-4M (13.3.0)
Firmware A was done …
-
Default reporting frequency is very slow. It's possible to increase it via ZHA Toolkit though:
Dev tools -> Service -> yaml mode
```yaml
service: zha_toolkit.conf_report
data:
ieee: sensor…
-
Hi,
I need to use integrated modem of TTGO T-CALL SIM800L board and another serial device.
Are there available UART(s) for connecting via serial to this board ? If yes, what are the PIN(s) ?
…
-
### The problem
An incorrect request is sent to the bus 4 times in a row instead of once. At the same time, the bytes of the number of registers are incorrectly formed in the request.
I tried to for…
-
I'm using ATMega 2560 and arduino ide to change the address of 1 PZEM with the example code. it already connected to AC voltage but it failed to set the new address. To confirm that the ac is not the …
-
### The problem
ESP32 is resetting each 3-20 minues with reson - "esphome Timer Group 1 Watch Dog Reset Digital Core" or "Software Reset CPU" after upgrade to 2024.6.1 . 2024.5.5 was OK
### Wh…
-
### PROBLEM DESCRIPTION
I have connected a PZEM-004t-v3 to ESP32 (Tasmota 13.4.0(solo1)). R8 where lowered.
It works intermittently for few hours, then it display all zeros in the energy fields. I…
-
Hi,
in my project I want to meter DC voltage in the range 0 - 15 Volts and DC current in the range of 0 - 100A.
I saw in your configuration the firmware is able to handle a PZEM-004 for AC voltage. …
-
Here's a simple example with your library:
#include
#include
#define ADDRESS1 0x0A
Mycila::PZEM phase1;
void setup() {
Serial.begin(115200);
while (!Serial) continue;
phase1.begin(&…
-
### The problem
Access more than 4 PZEM-004T V3 at the same time,The data will not be read.
I set different addresses for each pzem.
No more than 4 pzem, everything is normal,Once more than 4, t…