We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure what is happening here, though after a system restart 1m rest calls continuously result in add-on restart..
HAOS - EMHASS Add-on
[2025-03-12 08:00:00 +1000] [150] [INFO] >> Setting input data dict [2025-03-12 08:00:00 +1000] [150] [INFO] Setting up needed data [2025-03-12 08:00:00 +1000] [150] [INFO] Retrieve hass get data method initiated... [2025-03-12 08:00:09 +1000] [23] [ERROR] Worker (pid:150) was sent SIGKILL! Perhaps out of memory? [2025-03-12 08:00:09 +1000] [164] [INFO] Booting worker with pid: 164 /app/.venv/lib/python3.12/site-packages/pulp/tests/test_pulp.py:1776: SyntaxWarning: invalid escape sequence '\d' """ /app/.venv/lib/python3.12/site-packages/pulp/tests/test_pulp.py:1950: SyntaxWarning: invalid escape sequence '\d' command_line, option="strong", grp_pattern="\d+" [2025-03-12 08:00:16 +1000] [164] [INFO] Obtaining parameters from config.json: [2025-03-12 08:00:16 +1000] [164] [INFO] Launching the emhass webserver at: http://0.0.0.0:5000 [2025-03-12 08:00:16 +1000] [164] [INFO] Home Assistant data fetch will be performed using url: http://supervisor/core/api [2025-03-12 08:00:16 +1000] [164] [INFO] The data path is: /data [2025-03-12 08:00:16 +1000] [164] [INFO] The logging is: INFO [2025-03-12 08:00:16 +1000] [164] [INFO] Using core emhass version: 0.12.8
The text was updated successfully, but these errors were encountered:
Moving to EMHASS-Add On
Sorry, something went wrong.
No branches or pull requests
Not sure what is happening here, though after a system restart 1m rest calls continuously result in add-on restart..
HAOS - EMHASS Add-on
[2025-03-12 08:00:00 +1000] [150] [INFO] >> Setting input data dict
[2025-03-12 08:00:00 +1000] [150] [INFO] Setting up needed data
[2025-03-12 08:00:00 +1000] [150] [INFO] Retrieve hass get data method initiated...
[2025-03-12 08:00:09 +1000] [23] [ERROR] Worker (pid:150) was sent SIGKILL! Perhaps out of memory?
[2025-03-12 08:00:09 +1000] [164] [INFO] Booting worker with pid: 164
/app/.venv/lib/python3.12/site-packages/pulp/tests/test_pulp.py:1776: SyntaxWarning: invalid escape sequence '\d'
"""
/app/.venv/lib/python3.12/site-packages/pulp/tests/test_pulp.py:1950: SyntaxWarning: invalid escape sequence '\d'
command_line, option="strong", grp_pattern="\d+"
[2025-03-12 08:00:16 +1000] [164] [INFO] Obtaining parameters from config.json:
[2025-03-12 08:00:16 +1000] [164] [INFO] Launching the emhass webserver at: http://0.0.0.0:5000
[2025-03-12 08:00:16 +1000] [164] [INFO] Home Assistant data fetch will be performed using url: http://supervisor/core/api
[2025-03-12 08:00:16 +1000] [164] [INFO] The data path is: /data
[2025-03-12 08:00:16 +1000] [164] [INFO] The logging is: INFO
[2025-03-12 08:00:16 +1000] [164] [INFO] Using core emhass version: 0.12.8
The text was updated successfully, but these errors were encountered: