We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://github.com/CJNE/pymyenergi?tab=readme-ov-file#example-client-usage---zappi there should be a num_phases property to retrieve the amount of phases charging but that doesn't to be available as part of the Zappi class
num_phases
The text was updated successfully, but these errors were encountered:
Added some logging, it seems there is a phaseSetting
phaseSetting
{'deviceClass': 'ZAPPI', 'sno': xxx, 'dat': '11-03-2024', 'tim': '11:30:24', 'ectp1': 0, 'ectp2': 0, 'ectp3': 0, 'ectt1': 'Internal Load', 'ectt2': 'Internal Load', 'ectt3': 'Internal Load', 'bsm': 0, 'bst': 0, 'dst': 1, 'div': 0, 'frq': 49.94, 'grd': -219, 'pha': 2, 'pri': 1, 'sta': 4, 'tz': 3, 'vol': 2324, 'che': 26.68, 'bss': 0, 'lck': 16, 'pst': 'A', 'zmo': 1, 'pwm': 1000, 'zs': 256, 'rdc': 3, 'rac': 4, 'rrac': 3, 'zsh': 1, 'ectp4': 103, 'ectp5': -218, 'ectp6': -98, 'ectt4': 'Grid', 'ectt5': 'Grid', 'ectt6': 'Grid', 'beingTamperedWith': False, 'batteryDischargeEnabled': False, 'g100LockoutState': 'NONE', 'phaseSetting': 'SINGLE_PHASE', 'mgl': 100, 'sbh': 17, 'sbk': 5, 'fwv': '3562S5.434', 'cmt': 253, 'newAppAvailable': False, 'newBootloaderAvailable': False}
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
According to https://github.com/CJNE/pymyenergi?tab=readme-ov-file#example-client-usage---zappi there should be a
num_phases
property to retrieve the amount of phases charging but that doesn't to be available as part of the Zappi classThe text was updated successfully, but these errors were encountered: