i updated the HA
and automation seems broken and i checked my router i get 2 IP address’s for the pump pi
so like 198 200 both work to goto the HA on the pump pi
but the automation is broken
it activates Every 5 min test but at the 2 min mark it will no longer turn off it stays on
running core core-2021.4.0b0
super visor supervisor-2021.03.9
docker : 20.10.5
custom logs say
Run Every 4 Hours For 15 min Run: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
8:51:00 PM – (ERROR) Automation - message first occurred at 7:30:00 PM and shows up 40 times
New Automation: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
8:30:00 PM – (ERROR) Automation - message first occurred at 8:22:31 PM and shows up 4 times
Error doing job: Unclosed connection
7:27:29 PM – (ERROR) runner.py
You are using a custom integration remote_homeassistant which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
7:27:28 PM – (WARNING) loader.py
Error while setting up environment_canada platform for weather
7:27:23 PM – (ERROR) Weather
Error setting up entry configuration.yaml for mqtt
7:27:16 PM – (ERROR) components/mqtt/__init__.py
Uncaught exception
7:27:15 PM – (ERROR) /usr/src/homeassistant/homeassistant/bootstrap.py
Ended unfinished session (id=43 from 2021-04-01 22:40:35.319064)
7:27:11 PM – (WARNING) Recorder
2021-04-01 23:27:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-04-01 23:27:10 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2021-04-01 23:27:11 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=43 from 2021-04-01 22:40:35.319064)
2021-04-01 23:27:15 ERROR (MainThread) [root] Uncaught exception
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
2021-04-01 23:27:16 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry configuration.yaml for mqtt
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 248, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 453, in async_setup_entry
await hass.data[DATA_MQTT].async_connect()
File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 706, in async_connect
self.conf[CONF_BROKER],
KeyError: 'broker'
2021-04-01 23:27:23 ERROR (MainThread) [homeassistant.components.weather] Error while setting up environment_canada platform for weather
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 205, in _async_setup_platform
await asyncio.shield(task)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/environment_canada/weather.py", line 82, in setup_platform
ec_data = ECData(coordinates=(lat, lon))
File "/usr/local/lib/python3.8/site-packages/env_canada/ec_data.py", line 242, in __init__
self.update()
File "/usr/local/lib/python3.8/site-packages/env_canada/ec_data.py", line 207, in res
return fun(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/ratelimit/decorators.py", line 80, in wrapper
return func(*args, **kargs)
File "/usr/local/lib/python3.8/site-packages/env_canada/ec_data.py", line 287, in update
period = get_condition(summary_meta['forecast_period'])['value']
KeyError: 'value'
2021-04-01 23:27:28 WARNING (MainThread) [homeassistant.loader] You are using a custom integration remote_homeassistant which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-04-01 23:27:29 ERROR (MainThread) [homeassistant] Error doing job: Unclosed connection
2021-04-01 23:30:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] Run Every 4 Hours For 15 min Run: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:30:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] While executing automation automation.sauna_run_every_4_hours_for_15_min_run
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 492, in async_trigger
await self.action_script.async_run(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1188, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 341, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:35:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] Run Every 4 Hours For 15 min Run: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:35:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] While executing automation automation.sauna_run_every_4_hours_for_15_min_run
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 492, in async_trigger
await self.action_script.async_run(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1188, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 341, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:40:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] Run Every 4 Hours For 15 min Run: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:40:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] While executing automation automation.sauna_run_every_4_hours_for_15_min_run
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 492, in async_trigger
await self.action_script.async_run(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1188, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 341, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:45:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] Run Every 4 Hours For 15 min Run: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:45:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] While executing automation automation.sauna_run_every_4_hours_for_15_min_run
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 492, in async_trigger
await self.action_script.async_run(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1188, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 341, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:50:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] Run Every 4 Hours For 15 min Run: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:50:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] While executing automation automation.sauna_run_every_4_hours_for_15_min_run
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 492, in async_trigger
await self.action_script.async_run(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1188, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 341, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:55:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] Run Every 4 Hours For 15 min Run: Error executing script. Unexpected error for call_service at pos 1: The GPIO channel has not been set up as an OUTPUT
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)
RuntimeError: The GPIO channel has not been set up as an OUTPUT
2021-04-01 23:55:00 ERROR (MainThread) [homeassistant.components.automation.sauna_run_every_4_hours_for_15_min_run] While executing automation automation.sauna_run_every_4_hours_for_15_min_run
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 492, in async_trigger
await self.action_script.async_run(
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1188, in async_run
await asyncio.shield(run.async_run())
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 341, in async_run
await self._async_step(log_exceptions=False)
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 354, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 554, in _async_call_service_step
await service_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1480, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1515, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 206, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 644, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 692, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 681, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 717, in async_turn_on
await self.hass.async_add_executor_job(ft.partial(self.turn_on, **kwargs))
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/switch.py", line 71, in turn_on
rpi_gpio.write_output(self._port, 0 if self._invert_logic else 1)
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio/__init__.py", line 38, in write_output
GPIO.output(port, value)