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

[Bug]: QFLAG - Wrong Length(14) [2.0.0-Pre6] #181

Open
1 task done
SapozhnikUA opened this issue Nov 27, 2024 · 7 comments
Open
1 task done

[Bug]: QFLAG - Wrong Length(14) [2.0.0-Pre6] #181

SapozhnikUA opened this issue Nov 27, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@SapozhnikUA
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Used Hardware?

Wemos D1 Mini

What happened?

I receive incorrect value for QFLAG in new 2.0.0-Pre6. It worked correctly in previous V1.2.0-Pre4

PowMR/RAW/QFLAG:
Wrong Length(14), Contact Dev:EbuvyzlDajkxgd

Return back to previous pre-release while

Thanks!

Screenshots / Fotos

image

Steps To Reproduce

No response

Version

1.x.x and above

Relevant livejson output

{
"EspData": {
"Device_name": "PowMR_Invertor",
"ESP_VCC": 2.947,
"Wifi_RSSI": -66,
"sw_version": "2.0.0-Pre6",
"Free_Heap": 11344,
"HEAP_Fragmentation": 5,
"runtime": 3,
"ws_clients": 0,
"detect_protocol": 2,
"detect_raw_qpi": "PI30"
},
"DeviceData": {
"AC_In_Rating_Voltage": 230,
"AC_In_Rating_Current": 18.2,
"AC_Out_Rating_Voltage": 230,
"AC_Out_Rating_Frequency": 50,
"AC_Out_Rating_Current": 18.2,
"AC_Out_Rating_Apparent_Power": 4200,
"AC_Out_Rating_Active_Power": 4200,
"Battery_Rating_Voltage": 24,
"Battery_Recharge_Voltage": 23,
"Battery_Under_Voltage": 23.2,
"Battery_Bulk_Voltage": 27.8,
"Battery_Float_Voltage": 27,
"Battery_Type": "User",
"Current_Max_AC_Charging_Current": 30,
"Current_Max_Charging_Current": 110,
"Input_Voltage_Range": "UPS",
"Output_Source_Priority": "SBU first",
"Charger_Source_Priority": "Solar first",
"Parallel_Max_Num": 1,
"Machine_Type": "Off Grid",
"Topology": "Transformerless",
"Output_mode": 0,
"Battery_Redischarge_Voltage": 27,
"PV_OK_Condition_For_Parallel": 0,
"PV_Power_Balance": 1,
"Max_Charging_Time_At_CV_Stage": 23,
"Operation_Logic": 10,
"Max_Discharging_Current": 22,
"Device_Model": "VMII-NXPW5KW",
"Protocol_ID": "PI30"
},
"LiveData": {}
}

What browsers are you seeing the problem on?

no Issue with the Browser or WebUI

@SapozhnikUA SapozhnikUA added the bug Something isn't working label Nov 27, 2024
@SapozhnikUA
Copy link
Author

Update:

Screenshot from previous PRE-version after downgrade

image

@softwarecrash
Copy link
Owner

Thank you,
Im working on it

@softwarecrash
Copy link
Owner

@SapozhnikUA can you find out for what "g", "l" and "d" stand? you
these all are status flags, so it is decoded at upper char E for enabled and upper char D for disabled.
in your case
E(nable):buvyzl
D(isable):ajkxgd
i cant find out for what g,l,d stand
actual l is enabled (its possible that is data log pop up)
and g and d is disabled

@SapozhnikUA
Copy link
Author

Hi,

In different sources I saw only explanations for "d" - solar feed to grid / "L" - data log pop up
I think they are "reserved feature"

image

image

@softwarecrash
Copy link
Owner

Yes, found that too.
Let me build a tollerance for it and spating the unknown.

@softwarecrash
Copy link
Owner

Solar2MQTT_2.0.0-Pre6A2.zip
try this

@SapozhnikUA
Copy link
Author

SapozhnikUA commented Dec 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants