First of all I’d like to thank you for all develeopment so far. Been working with HASS for some weeks now.
In my previous setuop (domotics) there was a option to directly link to the Nefit Easy server to control my home thermostat. Will sush a feature also be present in HASS? so where we can directly link to ea https://github.com/robertklep/nefit-easy-client?
17-05-01 13:57:00 WARNING (Thread-6) [sleekxmpp.xmlstream.resolver] DNS: dnspython not found. Can not use SRV lookup.
Doesn’t break anything (I think) but it is related to this component. For the rest, it’s working perfect! Maybe in the future you could add the current pressure in the system?
Yes I know. It’s just a warning. I don’t want to add a dependency on dnspython as it adds no benefit.
Just get the newest version from github, system pressure is already in it as an attribute.
I have also installed the plugin by marconfus on my Hassbian installation, but I’m facing some issues.
I have installed the nefit-client by using “pip3 install nefit-client” and got the message “Successfully installed nefit-client-0.2.2”. Then I have created the folder structure as per installation guide, and placed “nefit.py” there.
Then I have updated my configuration.yaml file and did the “check config”.
Check config is giving me the following output:
(pasted only the interesting parts)
File “/home/homeassistant/.homeassistant/custom_components/climate/nefit.py”, line 24, in
from nefit import NefitClient
ImportError: No module named ‘nefit’
2017-11-04 14:26:50 ERROR (MainThread) [homeassistant.loader] Unable to find component climate.nefit
and
Failed config
General Errors:
- Platform not found: climate.nefit
Question: Can someone point out to me what I’m doing wrong?
Thanks in advance!
Just a little update: Seems like restarting Home Assistant over and over and re-doing the config checker helped. I don’t know why, nothing is changed in my configuration.yaml file… but it works. I can read the current temp and set manual or auto via the HA GUI.
Small followup question though… Is it also possible to output a visual graph in HA showing the “current” temp during the day? I would like to check te temp development over time once I’m home after a days work.
File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 669, in exec_module
File "<frozen importlib._bootstrap_external>", line 775, in get_code
File "<frozen importlib._bootstrap_external>", line 735, in source_to_code
File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
File "/home/homeassistant/.homeassistant/custom_components/climate/nefit.py", line 7
<!DOCTYPE html>
^
SyntaxError: invalid syntax
I would guess, that the file climate/nefit.py doesn’t contain the python code, but html from github. Please redownload the file and make sure it contains the right content.