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

Request support for WVC Micro Inverter #1932

Open
en5ads opened this issue May 18, 2024 · 1 comment
Open

Request support for WVC Micro Inverter #1932

en5ads opened this issue May 18, 2024 · 1 comment
Labels
new device Unsupported device

Comments

@en5ads
Copy link

en5ads commented May 18, 2024

Log Message

Device matches hama_radiator_controller with quality of 30%. DPS: {"updated_at": 1716038851.0550244, "2": 111, "10": 132015, "15": "WVC-1600", "16": "A8.2023.0705", "17": "ES20230705E01E", "18": 39, "101": true, "102": 1434, "103": 1320, "105": 100}

Information about DPS mappings

Name,           DP, Example, matches app
Total,          2, 1.13kwh, ok
DC Input,       3, APgAHQLV, not shown
Turn on and off, 101, on, ok
Photovoltaic power, 102, 75.10W, ok
AC Grid, 7, CXMAAT0BTjgB9A==, not sure, 242.2v? or 50Hz?, or 0.334A?
AC Power, 103, 81W, ok
Reset Battery, 104, not shown, 
Inverter Power Adjustment, 105, 100%, yes
Total power, 10, 91.41kW, yes
Alarm, 11, empty, not sure
Work Mode, 12, empty, not sure
Inverter Alarm Set 1, 13, empty, not sure, 
Inverter Alarm Set 2, 14, empty, not sure
Inverter Type, 15, WVC-1600, yes
Inverter ID, 16, A8.2023.0705, yes
imei imsi, 17, ES20230705E01E, yes
Inverter Temperature, 18, 3.80 oC, needs scaling by 10, i.e. should be 38oc
Also from tinytuya
 "mapping": {
            "2": {
                "code": "reverse_energy_total",
                "type": "Integer",
                "values": {
                    "unit": "kW\u00b7h",
                    "min": 0,
                    "max": 99999999,
                    "scale": 2,
                    "step": 1
                }
            },
            "10": {
                "code": "power_total",
                "type": "Integer",
                "values": {
                    "unit": "kW",
                    "min": 0,
                    "max": 50000000,
                    "scale": 3,
                    "step": 1
                }
            },
            "12": {
                "code": "work_mode",
                "type": "Enum",
                "values": {
                    "range": [
                        "power_off",
                        "inverter_power",
                        "grid_power",
                        "battery_power"
                    ]
                }
            },
            "18": {
                "code": "temp_current",
                "type": "Integer",
                "values": {
                    "unit": "\u00b0C",
                    "min": -40,
                    "max": 150,
                    "scale": 1,
                    "step": 1
                }
            }

Product ID

"product_id": "7bqwya0ydtz4q3ss",

Information about how the device functions

https://www.aliexpress.com/item/1005002898276037.html
https://manuals.plus/kaideng-energy/wvc-1600-micro-inverter-manual

@en5ads en5ads added the new device Unsupported device label May 18, 2024
@en5ads
Copy link
Author

en5ads commented May 19, 2024

Hello, I put the following together which seems to work
wvc_inverter.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new device Unsupported device
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant