-
Notifications
You must be signed in to change notification settings - Fork 5
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
Additional sensor info from Anna/plugwise #19
Comments
Implemented and released to Pypi. |
Thank you will check them later this week :D I more use it to check if pressure is below 1,8 Bar and use illumination info to switch some lighting |
You're welcome. |
On Pypi, haanna is updated to version 0.12.3, the requested changes have been implemented in this version. |
Hi Bouwew, |
Just replace all the code in haanna.py and climate.py files. You can get the clean code via the Raw- button. |
Should I be having both the haanna.py and the climate.py files in the custom_component folder? Thought only one should do that trick? |
First you will need to update haanna, this can be done by changing the number in manifest.json. to 0.12.3. Then update the contents of climate.py with the code in the anna-ha repository. |
Thank you ! Clear thing will give it a go tomorrow. |
Some quick advice: install the Visual Studio Code add-on from the ADD-ON STORE. And here you can find the clean code to put in the climate.py file: https://raw.githubusercontent.com/laetificat/anna-ha/master/custom_components/plugwise_dev/climate.py Just copy and paste it after deleting to existing code. |
Have updated the climate.py code with the code you linked above.
but when I look in the develepment tools -> states part. |
That's strange, it works for me and CoMPaTech. |
Also, any information in the Development Tools - Log? |
Not sure, but make sure you only load the dev plugwise and not (also) the actual one that is inside HA
If you do that I think that will override back to the earlier haanna
… Op 11 okt. 2019, om 22:28 heeft Bouwe Westerdijk ***@***.***> het volgende geschreven:
Also, any information in the Log?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#19?email_source=notifications&email_token=ABL4CME6XE4IKTWI5P67NATQODOYRA5CNFSM4I4M3YPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBBEBIQ#issuecomment-541212834>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABL4CMAWK257LVE74WSLOJDQODOYRANCNFSM4I4M3YPA>.
|
The only entry I can find in the log is: 2019-10-12 08:46:26 INFO (SyncWorker_16) [homeassistant.loader] Loaded plugwise from homeassistant.components.plugwise I have added the following code in the config file to enable the logging but it feels wrong because of not getting any hehe climate.plugwise: debug To enable the logging but it feels wrong because of not getting any hehe |
I guess you have configured the Plugwise component that is a part of HA.
To
And then restart HA. |
Also, you directory must be named: .../custom_components/plugwise_dev |
Alright have made another step forward.... :D 2019-10-12 12:15:46 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for plugwise_dev which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. But sadly enough I dont see the extra info. I have also updated the climate.py and .json file fully by downloading and putting them in /custom_components/plugwise_dev |
The warning is normal, so you are indeed making progress. Can you post an image of what is shown on the States-page? |
Also, you have one climate.plugwise_dev entity in the States-list? And no climate.plugwise anymore? |
Ok, looks like there's more missing, what is the firmware-version of your Anna? |
Its running on firmware version 1.8.20 |
Ah, Ok, that's why. I'm running on 3.1.7 and the additions are written and tested for the 3.x firmware. |
Ah serious. I have read some stuff about that on the HA forum.... :( hope it worked. This is the link: |
Great, thanks! Please change the requirements-line in Then restart HA and let me know whether the 3 new parameters are being shown. |
Great! I see some other stuff that is not working, let me make some more changes... |
@AussiSG please try version 0.1.11. |
Nice great job man ! I haven't yet try to see if the state changes form idle to hearing when the boiler is turned on. I will check that later on when it s a bit colder again ;-) |
He said wisely on the hottest 8th of April to date :) |
Thats weird ... ill have a look |
Can you try calling it through developer tools? |
I have a v3 but I'd presume it should work the same (if entered both home and away to check) |
@CoMPaTech see my message on Discord. |
@CoMPaTech that gives the same message |
We know the origin of the issue, trying to wrap my head around it but it might require review from us both so hopefully you don't mind waiting for a fix tomorrow. |
Updated still gives the following messages. Kan service climate/set_preset_mode niet aanroepen 'float' object is not subscriptable And found another small thing which got lost in transition? Edit: <point_log id="5934a3ae268f44af8d0f208509556b1a"> |
No problem guys , you are doing great work. |
I'll put 0.1.12 out shortly if that doesn't work tomorrow will be a brand new shiny day |
It should be available as for the list of issues per now
|
@CoMPaTech , Very nice the warning/messages doenst appear any more on any of the preset modes presses |
@AussiSG Finally fixed! Do you also see the water_heater entity in our HA? |
@AussiSG About the pressure sensor, please update to version 0.1.13. |
In version 0.1.12 and before the water_pressure was only available as an attribute of the water_heater. |
Yes, you are right. In my Adam-system and I think in the recent Anna the number is an integer (0-10), that's why I changed it. I will investigate... |
Its not a real problem , you can ofcourse change the units by hand. |
Will be fixed in 0.1.14, sometime later today... |
Sorry, which HA version are you on? |
Presumablye 109b4 (which is 219 here as well)... do you spot anything obvious in |
219 is the supervisor version, can still be 0.108.x. |
Lets follow up in the above mentioned issue |
Missing the extra info which could be read out from Anna/plugwise.
Regarding:
Actual Boiler temperature.
Actual flux rating measured by thermostat.
Actual pressure in system.
The needed to pull info is posted on following page.
https://community.home-assistant.io/t/advice-how-to-load-sensor-info-from-plugwise-anna-thermostat-web-interface-xml/87801?page=6
The text was updated successfully, but these errors were encountered: