You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to configure four inverters, unfortunately I can only set the first two as active, I can also deactivate them. The next ones remain inactive, I cannot turn them on, regardless of the state of the first two (active/inactive). Is this the correct behavior of the application? I am using the GIT SHA version: 2d5d62e :: 0.8.140 with the ESP32S3 4MB flash processor. After restarting I have the message: Inverter #0: first is not yet available
Inverter #1: second is not yet available
Inverter #2: third is disabled
Inverter #3: fourth is disabled
I am at the testing stage, I do not have a radio system connected.
In the configuration, the maximum number of active inverters is 32. #if defined(ESP32)
#if defined(CONFIG_IDF_TARGET_ESP32S3)
#define MAX_NUM_INVERTERS 32
The text was updated successfully, but these errors were encountered:
Platform
ESP32
Assembly
I did the assembly by myself
nRF24L01+ Module
No response
Antenna
circuit board
Power Stabilization
nothing
Connection picture
Version
0.8.140
Github Hash
2d5d62e
Build & Flash Method
VSCode - Platform IO (build & flash)
Setup
MQTT off, NRF24 off, CMT2300A on
Debug Serial Log output
No response
Error description
I am trying to configure four inverters, unfortunately I can only set the first two as active, I can also deactivate them. The next ones remain inactive, I cannot turn them on, regardless of the state of the first two (active/inactive). Is this the correct behavior of the application? I am using the GIT SHA version: 2d5d62e :: 0.8.140 with the ESP32S3 4MB flash processor. After restarting I have the message:
Inverter #0: first is not yet available
Inverter #1: second is not yet available
Inverter #2: third is disabled
Inverter #3: fourth is disabled
I am at the testing stage, I do not have a radio system connected.
In the configuration, the maximum number of active inverters is 32.
#if defined(ESP32)
#if defined(CONFIG_IDF_TARGET_ESP32S3)
#define MAX_NUM_INVERTERS 32
The text was updated successfully, but these errors were encountered: