-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Tasmota: Voltage/Current measurands are swapped #18879
Labels
devices
Specific device support
Comments
/cc @thierolm |
Please add a trace log. Imho this looks like a device error. |
|
{
"StatusSNS": {
"Time": "2025-02-16T21:28:28",
"ENERGY": {
"TotalStartTime": "2024-08-14T20:17:44",
"Total": 0,
"Yesterday": 0,
"Today": 0,
"Power": [
1,
0,
0
],
"ApparentPower": [
5,
0,
0
],
"ReactivePower": [
5,
0,
0
],
"Factor": [
0.16,
0,
0
],
"Frequency": [
50,
50,
50
],
"Voltage": [
230,
230,
230
],
"Current": [
0.022,
0,
0
]
}
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Beim Auslesen der Daten von einem Tasmota HW-655 PZEM mit 3 Phasen als meter, werden die Daten Strom und Spannung (Current Voltage ) vertauscht.
Steps to reproduce
1.evcc -c evcc.yaml -l trace meter
...
Configuration details
Log details
What type of operating system or environment does evcc run on?
Linux
External automation
Nightly build
Version
evcc version 0.200.1
The text was updated successfully, but these errors were encountered: