Good morning
I have updated to version 0.47.1 the notifications of Telegram and email no longer work automatically. If the triggers manually work instead.
From the documentation on the site I do not understand if I have to change something in configuration.
Today I found the following error concerning telegram
ERROR (MainThread) [homeassistant.components.telegram_bot.polling] Client connection error
Regarding the email I have no errors in the log but do not arrive.
I used the SMTP of Yahoo smtp.mail.yahoo.it
Regarding Fitbit in the log I have the following error that I can not interpret. The configuration on the site Fitbit is correct
2017-06-26 13:45:53 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform fitbit
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py”, line 161, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File “/usr/lib/python3.4/asyncio/tasks.py”, line 372, in wait_for
return fut.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/fitbit.py”, line 221, in setup_platform
config_file = config_from_file(config_path)
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/fitbit.py”, line 143, in config_from_file
return json.loads(fdesc.read())
File “/usr/lib/python3.4/json/init.py”, line 318, in loads
return _default_decoder.decode(s)
File “/usr/lib/python3.4/json/decoder.py”, line 343, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File “/usr/lib/python3.4/json/decoder.py”, line 361, in raw_decode
raise ValueError(errmsg(“Expecting value”, s, err.value)) from None
ValueError: Expecting value: line 1 column 1 (char 0)
Thanks for the support