Hi,
I have been using this component and up till a few days ago it was working flawlessly.
A few days ago it stopped working and I get these errors:
Fri Dec 15 2017 10:03:31 GMT+0100 (West-Europa (standaardtijd))
time data '160530000000Z' does not match format '%Y%m%d%H%M%SZ'
Traceback (most recent call last):
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/xmlstream.py", line 1492, in _process
if not self.__read_xml():
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/xmlstream.py", line 1564, in __read_xml
self.__spawn_event(xml)
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/xmlstream.py", line 1632, in __spawn_event
handler.prerun(stanza_copy)
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/handler/callback.py", line 64, in prerun
self.run(payload, True)
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/handler/callback.py", line 76, in run
self._pointer(payload)
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/features/feature_starttls/starttls.py", line 64, in _handle_starttls_proceed
if self.xmpp.start_tls():
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/xmlstream.py", line 889, in start_tls
cert.verify(self._expected_server_name, self._der_cert)
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/cert.py", line 133, in verify
not_before, not_after = extract_dates(raw_cert)
File "/home/michel/.homeassistant/deps/lib/python3.5/site-packages/sleekxmpp/xmlstream/cert.py", line 111, in extract_dates
not_before = datetime.strptime(not_before, '%Y%m%d%H%M%SZ')
File "/usr/lib/python3.5/_strptime.py", line 510, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/usr/lib/python3.5/_strptime.py", line 343, in _strptime
(data_string, format))
ValueError: time data '160530000000Z' does not match format '%Y%m%d%H%M%SZ'
and:
Log Details (WARNING)
Fri Dec 15 2017 10:03:11 GMT+0100 (West-Europa (standaardtijd))
Nefit api returned invalid data
as well as:
Log Details (WARNING)
Fri Dec 15 2017 10:03:01 GMT+0100 (West-Europa (standaardtijd))
Update of climate.nefit is taking over 10 seconds
Anyone have a clue as to what might be wrong?