Open ctheune opened 3 months ago
That's very interesting. Is your Winet configured for English or a different language by any chance?
When you go to the Winet interface directly, can you find those values and see what name it gives them? "group_bunch_title_andpercent3" is rather odd and doesn't describe much.
I'm getting something similar on SG10RT
I sniffed the network connection and found the cause of this:
Here's the result that includes the relevant strings:
"result_data": {
"service": "direct",
"list": [{
"name": "MPPT1",
"voltage": "734.6",
"voltage_unit": "V",
"current": "6.0",
"current_unit": "A"
}, {
"name": "MPPT2",
"voltage": "759.7",
"voltage_unit": "V",
"current": "3.0",
"current_unit": "A"
}, {
"name": "MPPT3",
"voltage": "0.0",
"voltage_unit": "V",
"current": "0.0",
"current_unit": "A"
}, {
"name": "I18N_COMMON_GROUP_BUNCH_TITLE_AND%@1",
"voltage": "734.6",
"voltage_unit": "V",
"current": "6.00",
"current_unit": "A"
}, {
"name": "I18N_COMMON_GROUP_BUNCH_TITLE_AND%@2",
"voltage": "734.6",
"voltage_unit": "V",
"current": "0.00",
"current_unit": "A"
}, {
"name": "I18N_COMMON_GROUP_BUNCH_TITLE_AND%@3",
"voltage": "759.7",
"voltage_unit": "V",
"current": "3.00",
"current_unit": "A"
}, {
"name": "I18N_COMMON_GROUP_BUNCH_TITLE_AND%@4",
"voltage": "759.7",
"voltage_unit": "V",
"current": "0.00",
"current_unit": "A"
}, {
"name": "I18N_COMMON_GROUP_BUNCH_TITLE_AND%@5",
"voltage": "0.0",
"voltage_unit": "V",
"current": "0.00",
"current_unit": "A"
}, {
"name": "I18N_COMMON_GROUP_BUNCH_TITLE_AND%@6",
"voltage": "--",
"voltage_unit": "V",
"current": "--",
"current_unit": "A"
}],
"count": 9
}
}
The UI when logging into Winet is English. The system is running in Germany and configured for the German grid. But I think this isn't relevant as the weird strings appear directly in the output ...
It will likely be related to using German in the Web UI actually, as the addon currently loads the internal Winet US language file to get the correct field names.
I have no clue why the German interface would be showing values which aren't shown in the English interface though. That's very weird.
Can you find in the Web UI where "I18N_COMMON_GROUP_BUNCH_TITLE_AND" might be coming from and take a screenshot? Then maybe change the UI to English and see what the same area shows?
On startup it shows this (I scrubbed the serial number):
Other entities are fine, though.