Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of supported inverters - question #1776

Closed
1 task done
sq4cvh opened this issue Oct 28, 2024 · 2 comments
Closed
1 task done

Number of supported inverters - question #1776

sq4cvh opened this issue Oct 28, 2024 · 2 comments
Labels
new new issue which need review by developer

Comments

@sq4cvh
Copy link

sq4cvh commented Oct 28, 2024

Platform

ESP32

Assembly

I did the assembly by myself

nRF24L01+ Module

No response

Antenna

circuit board

Power Stabilization

nothing

Connection picture

  • I will attach/upload an image of my wiring

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

enabled_inverters

@sq4cvh sq4cvh added the new new issue which need review by developer label Oct 28, 2024
@sq4cvh
Copy link
Author

sq4cvh commented Oct 28, 2024

frontend sends correct payload with response {"success":true}
the serial field does not match, but it is the same for inverters that can be turned on

{"cmd":"save_iv","token":"*","id":2,"ser":19942697568513,"name":"third","en":true,"ch":[{"pwr":"400","name":"","yld":"0"},{"pwr":"","name":"","yld":""},{"pwr":"","name":"","yld":""},{"pwr":"","name":"","yld":""},{"pwr":"","name":"","yld":""},{"pwr":"","name":"","yld":""}],"pa":"0","freq":"12","disnightcom":false}

@sq4cvh
Copy link
Author

sq4cvh commented Oct 28, 2024

Problem solved, you can't use completely random inverter serial numbers, the first digits must match real serial numbers.

@sq4cvh sq4cvh closed this as completed Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new new issue which need review by developer
Projects
None yet
Development

No branches or pull requests

1 participant