Getting started with habapp failing

Have you setup the user/pw properly?
Otherwise HABApp is running fine.

You mean in the config File?

When i type PW and User

im gettin this error:


(habapp) openhabian@openhabian:/opt/openhab/conf/habapp $ sudo nano config.yml
(habapp) openhabian@openhabian:/opt/openhab/conf/habapp $ sudo systemctl restart habapp.service
(habapp) openhabian@openhabian:/opt/openhab/conf/habapp $ sudo systemctl status habapp.service
● habapp.service - HABApp
   Loaded: loaded (/etc/systemd/system/habapp.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2021-12-14 19:36:25 CET; 3s ago
     Docs: https://habapp.readthedocs.io
 Main PID: 2253 (habapp)
    Tasks: 7 (limit: 4454)
   CGroup: /system.slice/habapp.service
           └─2253 /opt/habapp/bin/python3 /opt/habapp/bin/habapp -c /opt/openhab/conf/habapp

Dec 14 19:36:25 openhabian systemd[1]: Started HABApp.
Dec 14 19:36:26 openhabian habapp[2253]: Error loading logging config: Unable to configure handler 'EventFile'
Dec 14 19:36:26 openhabian habapp[2253]: Executing <Task pending coro=<Runtime.start() running at /opt/habapp/lib/python3.7/site-packages/HABApp/runtime/runtime.py:61> cr

(habapp) openhabian@openhabian:/opt/openhab/conf/habapp $

penhabian@openhabian:/var/log/openhab $ sudo systemctl status habapp.service
● habapp.service - HABApp
   Loaded: loaded (/etc/systemd/system/habapp.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2021-12-14 19:40:23 CET; 3min 11s ago
     Docs: https://habapp.readthedocs.io
 Main PID: 783 (habapp)
    Tasks: 10 (limit: 4454)
   CGroup: /system.slice/habapp.service
           └─783 /opt/habapp/bin/python3 /opt/habapp/bin/habapp -c /opt/openhab/conf/habapp

Dec 14 19:41:28 openhabian habapp[783]: Executing <Handle <TaskWakeupMethWrapper object at 0xb4b4afd0>(<Future finis...events.py:396>) c
Dec 14 19:42:04 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:14 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:24 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:34 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:44 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:54 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:04 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:14 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:25 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:35 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
lines 1-20/20 (END)...skipping...
● habapp.service - HABApp
   Loaded: loaded (/etc/systemd/system/habapp.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2021-12-14 19:40:23 CET; 3min 11s ago
     Docs: https://habapp.readthedocs.io
 Main PID: 783 (habapp)
    Tasks: 10 (limit: 4454)
   CGroup: /system.slice/habapp.service
           └─783 /opt/habapp/bin/python3 /opt/habapp/bin/habapp -c /opt/openhab/conf/habapp

Dec 14 19:41:28 openhabian habapp[783]: Executing <Handle <TaskWakeupMethWrapper object at 0xb4b4afd0>(<Future finis...events.py:396>) created at /usr/lib/python3.7/asyn
Dec 14 19:42:04 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:14 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:24 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:34 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:44 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:42:54 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:04 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:14 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:25 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
Dec 14 19:43:35 openhabian habapp[783]: Status 404 for PUT http://localhost:8080/rest/items/HABApp_Ping/state/ NULL
~

You modified the logging config which now seems to be broken and you are not posting the full HABApp.log file for each corresponding start.

It’s impossible to help you if you break stuff on purpose.

1 Like

O_o

Pm me when you have time and we’ll take a look at it together

1 Like