-
Notifications
You must be signed in to change notification settings - Fork 11
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
Invalid zone mode 'error' #22
Comments
Feel free to create a PR. I haven't really been developing the integration recently, I need someone else to get approved to review PRs really. Let me know if you'd be able to do this and would be interested. |
If you aren't developing it much lately, I'm more than happy to contribute to it. What would be best? Would it be easier for me to simply fork your repository? Or do you want me to contribute into this repo? |
Hi JP-Ellis are you able to provide more info on how you encountered the "error" value in the field. What izone unit and firmware would be useful and also the data that is posted back when you hit the CB_IP/SystemSettings and CB_IP/Zones1_4, CB_IP/Zones5_8 and CB_IP/Zones9_12 for zones (remove any personal data such as your system ID) |
Probably the best bet if you want to actively contribute to development is to contact me on the home assistant discord, my username is |
I have a newly set up iZone system, and after integrating with Home Assistant, I noticed there was an issue with a mode apparently missing from some enum:
'error'
.See for example this traceback:
The 'obvious' fix here is the add the undocumented
error
mode to the enum:pizone/pizone/zone.py
Lines 26 to 35 in ef2eeb2
There's no mention of this mode in the PDF docs, so I can understand not adding it; though having a runtime error is also less than ideal.
I'm not familiar with the codebase, so I'm not sure what potential ramifications there might be to adding this enum.
The text was updated successfully, but these errors were encountered: