-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add sensors #3
Comments
Can you check this thread home-assistant/core#18306 (comment) and run a chrome debug to find out/confirm the value name returned for your system? |
The sensors I am looking for do not appear in the awlclientproxy messages you referenced. I have hacked your code and guessed the sensor names as LeavingWaterTemp and WaterFlowRate, and they are reporting reasonable values against a Series 7 system. I am now working on a patch following the instructions in your repo. I do not, however, have a series 5 to test against to make sure it works correctly against those units. |
mdallaire, I am getting the following error on the flake8 test BEFORE I added my changes: tests/test_waterfurnace.py:10:1: F401 'waterfurnace.waterfurnace' imported but unused Is this correct? |
I found a bug I introduced into cli.py. I have deleted that branch. Sorry |
mdallaire Are you considering accepting my proposed changes, or should I instead fork the code? Thanks. |
I am not the owner of the repo, I just tried to help you figure out the correct websocket values. @sdague is the owner of the repo and would need to merge the change. |
Thanks!
Thanks! |
@sdague Any chance we can get #7 merged in and get https://pypi.org/project/waterfurnace updated? |
Description
I was trying to retrieve the Leaving Water Temperature (LWT) and the loop flow rate data that
is available on some Water Furnace units. The current waterfurnace code does not support
these sensors.
What I Did
The text was updated successfully, but these errors were encountered: