Advertisement
TraumaticAI

Homeassistant Hive Log

Feb 16th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.73 KB | None | 0 0
  1. 2025-02-16 15:57:21.047 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139889943093040] Unexpected exception
  2. Traceback (most recent call last):
  3. File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
  4. response = await hass.services.async_call(
  5. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. ...<7 lines>...
  7. )
  8. ^
  9. File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
  10. response_data = await coro
  11. ^^^^^^^^^^
  12. File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
  13. return await target(service_call)
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
  16. single_response = await _handle_entity_call(
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. hass, entity, func, data, call.context
  19. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  20. )
  21. ^
  22. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
  23. result = await task
  24. ^^^^^^^^^^
  25. File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 955, in async_service_temperature_set
  26. await entity.async_set_temperature(**kwargs)
  27. File "/usr/src/homeassistant/homeassistant/components/hive/__init__.py", line 94, in wrapper
  28. await func(self, *args, **kwargs)
  29. File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 121, in async_set_temperature
  30. await self.hive.heating.setTargetTemperature(self.device, new_temperature)
  31. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/heating.py", line 273, in setTargetTemperature
  32. resp = await self.session.api.setState(
  33. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  34. data["type"], device["hiveID"], target=new_temp
  35. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  36. )
  37. ^
  38. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 288, in setState
  39. resp = await self.request("post", url, data=jsc)
  40. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  41. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 92, in request
  42. raise HiveApiError
  43. apyhiveapi.helper.hive_exceptions.HiveApiError
  44. 2025-02-16 15:57:39.842 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139889943093040] Unexpected exception
  45. Traceback (most recent call last):
  46. File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
  47. response = await hass.services.async_call(
  48. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  49. ...<7 lines>...
  50. )
  51. ^
  52. File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
  53. response_data = await coro
  54. ^^^^^^^^^^
  55. File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
  56. return await target(service_call)
  57. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  58. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
  59. single_response = await _handle_entity_call(
  60. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  61. hass, entity, func, data, call.context
  62. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  63. )
  64. ^
  65. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
  66. result = await task
  67. ^^^^^^^^^^
  68. File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 955, in async_service_temperature_set
  69. await entity.async_set_temperature(**kwargs)
  70. File "/usr/src/homeassistant/homeassistant/components/hive/__init__.py", line 94, in wrapper
  71. await func(self, *args, **kwargs)
  72. File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 121, in async_set_temperature
  73. await self.hive.heating.setTargetTemperature(self.device, new_temperature)
  74. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/heating.py", line 273, in setTargetTemperature
  75. resp = await self.session.api.setState(
  76. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  77. data["type"], device["hiveID"], target=new_temp
  78. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  79. )
  80. ^
  81. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 288, in setState
  82. resp = await self.request("post", url, data=jsc)
  83. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  84. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 92, in request
  85. raise HiveApiError
  86. apyhiveapi.helper.hive_exceptions.HiveApiError
  87. 2025-02-16 15:57:42.756 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139889943093040] Unexpected exception
  88. Traceback (most recent call last):
  89. File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
  90. response = await hass.services.async_call(
  91. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  92. ...<7 lines>...
  93. )
  94. ^
  95. File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
  96. response_data = await coro
  97. ^^^^^^^^^^
  98. File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
  99. return await target(service_call)
  100. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  101. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
  102. single_response = await _handle_entity_call(
  103. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  104. hass, entity, func, data, call.context
  105. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  106. )
  107. ^
  108. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
  109. result = await task
  110. ^^^^^^^^^^
  111. File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 955, in async_service_temperature_set
  112. await entity.async_set_temperature(**kwargs)
  113. File "/usr/src/homeassistant/homeassistant/components/hive/__init__.py", line 94, in wrapper
  114. await func(self, *args, **kwargs)
  115. File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 121, in async_set_temperature
  116. await self.hive.heating.setTargetTemperature(self.device, new_temperature)
  117. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/heating.py", line 273, in setTargetTemperature
  118. resp = await self.session.api.setState(
  119. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  120. data["type"], device["hiveID"], target=new_temp
  121. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  122. )
  123. ^
  124. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 288, in setState
  125. resp = await self.request("post", url, data=jsc)
  126. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  127. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 92, in request
  128. raise HiveApiError
  129. apyhiveapi.helper.hive_exceptions.HiveApiError
  130. 2025-02-16 15:58:15.011 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139889943093040] Unexpected exception
  131. Traceback (most recent call last):
  132. File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
  133. response = await hass.services.async_call(
  134. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  135. ...<7 lines>...
  136. )
  137. ^
  138. File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
  139. response_data = await coro
  140. ^^^^^^^^^^
  141. File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
  142. return await target(service_call)
  143. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  144. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
  145. single_response = await _handle_entity_call(
  146. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  147. hass, entity, func, data, call.context
  148. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  149. )
  150. ^
  151. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
  152. result = await task
  153. ^^^^^^^^^^
  154. File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 678, in async_handle_set_hvac_mode_service
  155. await self.async_set_hvac_mode(hvac_mode)
  156. File "/usr/src/homeassistant/homeassistant/components/hive/__init__.py", line 94, in wrapper
  157. await func(self, *args, **kwargs)
  158. File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 114, in async_set_hvac_mode
  159. await self.hive.heating.setMode(self.device, new_mode)
  160. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/heating.py", line 301, in setMode
  161. resp = await self.session.api.setState(
  162. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  163. data["type"], device["hiveID"], mode=new_mode
  164. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  165. )
  166. ^
  167. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 288, in setState
  168. resp = await self.request("post", url, data=jsc)
  169. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  170. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 92, in request
  171. raise HiveApiError
  172. apyhiveapi.helper.hive_exceptions.HiveApiError
  173. 2025-02-16 15:58:28.165 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139889943100096] Unexpected exception
  174. Traceback (most recent call last):
  175. File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
  176. response = await hass.services.async_call(
  177. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  178. ...<7 lines>...
  179. )
  180. ^
  181. File "/usr/src/homeassistant/homeassistant/core.py", line 2794, in async_call
  182. response_data = await coro
  183. ^^^^^^^^^^
  184. File "/usr/src/homeassistant/homeassistant/core.py", line 2837, in _execute_service
  185. return await target(service_call)
  186. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  187. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
  188. single_response = await _handle_entity_call(
  189. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  190. hass, entity, func, data, call.context
  191. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  192. )
  193. ^
  194. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
  195. result = await task
  196. ^^^^^^^^^^
  197. File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 955, in async_service_temperature_set
  198. await entity.async_set_temperature(**kwargs)
  199. File "/usr/src/homeassistant/homeassistant/components/hive/__init__.py", line 94, in wrapper
  200. await func(self, *args, **kwargs)
  201. File "/usr/src/homeassistant/homeassistant/components/hive/climate.py", line 121, in async_set_temperature
  202. await self.hive.heating.setTargetTemperature(self.device, new_temperature)
  203. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/heating.py", line 273, in setTargetTemperature
  204. resp = await self.session.api.setState(
  205. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  206. data["type"], device["hiveID"], target=new_temp
  207. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  208. )
  209. ^
  210. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 288, in setState
  211. resp = await self.request("post", url, data=jsc)
  212. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  213. File "/usr/local/lib/python3.13/site-packages/apyhiveapi/api/hive_async_api.py", line 92, in request
  214. raise HiveApiError
  215. apyhiveapi.helper.hive_exceptions.HiveApiError
  216.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement