Announcement: HADashboard v2 Beta3!

It should work fine on a pi running hassbian although you may need to include some extra packages as I’m not sure what distro hassbian was based on. If it is the full raspbian you should have no issues.

Maybe I should have said hassbien. I followed brush automation for a guide. I am new to python and such. Old school like cobalt and serial Trying to keep up with all of u.

API.md              conf          images       requirements.txt
appdaemon           DASHBOARD.md  LICENSE.md   scripts
CLA.md              Dockerfile    MANIFEST.in  setup.py
CODE_OF_CONDUCT.md  HISTORY.md    README.md    TUTORIAL.md ```

with this instruction?
Confused I guess?
When you have appdaemon installed by either method, copy the conf/appdaemon.cfg.example file to conf/appdaemon.cfg, then edit the [AppDaemon] section to reflect your environment:

What am I to do?

Sorry If I am asking stupid questions

Awesone!! Someone who knows what even and odd parity and a stop bit are for!!!

Yes very much I do even baud rate,I will even bragg and say I know bbs boards…LOL shows my age…Still trying to figure out python thou…

its a empty file!

You and me both, you and me both. :slight_smile: I did punch cards my Freshman year in college. Learned basic on a PDP-11 and Fortran on a sigma 9. LOL

Yes appdaemon works perfectly on hassbian.

1 Like

Ok, back to your problem. So much for the good old days.

It looks like you installed appdaemon in the standard directory. /home/appdaemon_dashboard/appdaemon

from there go to the conf directory and do a directory listing using ls -l . That will give us a long listing with file sizes, ownership, and group membership as well as other stuff.

I thought the standard place to install is /home/pi/appdaemon-dashboard/appdaemon

Good catch.

@Vasiley can you verify the directory you installed everything into?

like this?

pi@HA:~ $ ls
haaska letsencrypt libcec platform
pi@HA:~ $ cd /home
pi@HA:/home $ ls
appdaemon_dashboard homeassistant pi
pi@HA:/home $ cd /home/assdaemon_dashboard
-bash: cd: /home/assdaemon_dashboard: No such file or directory
pi@HA:/home $ cd /home/appdaemon_dashboard
pi@HA:/home/appdaemon_dashboard $ ls
appdaemon
pi@HA:/home/appdaemon_dashboard $

I notice I have a dir with just appdaemon_dashboard its not under pi …is that the problem?

It could be. It’s not the norm. If you meant it that way, and you know how to handle it, it’s not a problem. If it wasn’t what you intended it makes you somewhat non-standard and harder to support.

And use the -l option on ls

ls -l

The output will be something like what is below. Not exact, but similar in format. Also when you post a directory listing or code listing, after pasting it into the window, highlight it and click on the “<\>” button in the toolbar for the editor. That retains the formatting and makes it easier to read.

(homeassistant_venv) homeassistant@hass2:~/appdaemon$ ls -l
total 3504
-rwxr-xr-x 1 homeassistant homeassistant  77574 Mar 26 08:23 API.md
drwxr-xr-x 2 homeassistant homeassistant   4096 Mar 26 08:23 appdaemon
-rw-r--r-- 1 root          root          351645 Apr 14 09:24 appdaemon.err
-rw-r--r-- 1 root          root           37090 Apr 14 17:17 appdaemon.log
-rw-r--r-- 1 root          root          999915 Apr 14 16:34 appdaemon.log.1
-rw-r--r-- 1 root          root          999976 Apr 13 20:58 appdaemon.log.2
-rw-r--r-- 1 root          root          999882 Apr 13 09:29 appdaemon.log.3
-rw-r--r-- 1 homeassistant homeassistant   1718 Mar 26 08:23 CLA.md
-rw-r--r-- 1 homeassistant homeassistant   3439 Mar 26 08:23 CODE_OF_CONDUCT.md
drwxr-xr-x 4 homeassistant homeassistant   4096 Apr 11 12:51 conf
-rwxr-xr-x 1 homeassistant homeassistant    194 Mar 26 08:23 Dockerfile
-rwxr-xr-x 1 homeassistant homeassistant   9445 Mar 26 08:23 HISTORY.md
-rw-r--r-- 1 homeassistant homeassistant  10480 Mar 26 08:23 LICENSE.md
-rw-r--r-- 1 homeassistant homeassistant    164 Mar 26 08:23 MANIFEST.in
-rwxr-xr-x 1 homeassistant homeassistant   9641 Mar 26 08:23 README.md
-rw-r--r-- 1 homeassistant homeassistant     83 Mar 26 08:23 requirements.txt
drwxr-xr-x 2 homeassistant homeassistant   4096 Mar 26 08:23 scripts
-rwxr-xr-x 1 homeassistant homeassistant   1488 Mar 26 08:23 setup.py
-rwxr-xr-x 1 homeassistant homeassistant  11392 Mar 26 08:23 TUTORIAL.md

I messed up reading his directions having fun thinking dos and using this pi…starting again…I will use the markups didnt notice them before sorry

pi@HA:~ $ ls -1
haaska
letsencrypt
libcec
platform
pi@HA:~ $
indent preformatted text by 4 spaces

is this dir
where I should mkdir appdaemon_dashboard?

pi@HA:~ $ mkdir appdaemon_dashboard
$ cd appdaemon_dashboard
$ git clone -b hadashboard_beta https://github.com/home-assistant/appdaemon.git