try from integration pageas its simpliest
If youāre using hass.io and the addon as the broker you donāt need any config in configuration.yaml at allā¦
Thanks, just a last question. Is the syntax correct also for one light controlled by mqtt?
- platform: mqtt
name: "Faretti Ingresso"
command_topic: "cmnd/sonoff-01/power"
state_topic: "stat/sonoff-01/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
payload_available: "Online"
payload_not_available: "Offline"
retain: true
No, using hassbianā¦
just one thing at a time, just get broker setup correctly first
Oh yes, i as only asking to enable after all is checked and working.
Oh, yeah. I forgot about the integrations UI. That configuration method makes troubleshooting these kinds of issues a bit more complicated.
Iāll have to try to remember that for the next time.
Is there a way to know when if/when the 0.101.4 milestone will be released? There are some fixes in there I am anxiously awaiting.
I wouldnāt expect to see a version 0.101.4 given that 0.102.0 is to be released tomorrow
The August integration is broken for me with 0.101.3.
Invalid config
The following components and platforms could not be set up:
* [august](https://home-assistant.io/integrations/august/)
Please check your config.
2019-11-18 21:26:02 ERROR (MainThread) [homeassistant.setup] Error during setup of component august
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 176, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/august/__init__.py", line 170, in setup
return setup_august(hass, config, api, authenticator)
File "/usr/src/homeassistant/homeassistant/components/august/__init__.py", line 119, in setup_august
hass.data[DATA_AUGUST] = AugustData(hass, api, authentication.access_token)
File "/usr/src/homeassistant/homeassistant/components/august/__init__.py", line 181, in __init__
self._doorbells = self._api.get_doorbells(self._access_token) or []
File "/usr/local/lib/python3.7/site-packages/august/api.py", line 146, in get_doorbells
access_token=access_token).json()
File "/usr/local/lib/python3.7/site-packages/august/api.py", line 296, in _call_api
response.raise_for_status()
File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api-production.august.com/users/doorbells/mine
2019-11-18 21:26:18 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Have you checked you login details for august or deleted the token
That worked. Thanks