Install Home Assistant, Mosquitto broker and Node-Red on android

Yup, that’s what I remember seeing. Oh well. Thanks! Looks like I’m getting a rPI!

Hi ! I’m trying to add the mini graph card ( https://github.com/kalkih/mini-graph-card )on lovelace but I’m not sure about the right way to do it. Could someone help me ?
I tried using the CLI install but then the custom element is still missing

After you wget mini-graph-card-bundle.js in www directory, did you add resources. I added it through web. Configuration > Lovelace dashboards > Resources. Than just add manual card.

type: custom:mini-graph-card
entities:
  - sensor.illumination

Hi sorry for the late answer. When I want to add it with manual I have an error (“UI editor is not supported for this config:”)
Where am I wrong ?

But you can still enter yaml code for that card? Like the one i post it earlier.

I think it is not working because I don’t see ressouces in Lovelace dasbords tabs. Where do I have to create the www directory ? Is it in the same directory as the configuration.yaml file ?

Yes. In same directory. Resources are bottom right in lovelace dashboards.

I was not in advanced mode but now the custom component is not recognized
It must be because of the ressources path.
I write that but it is not working /local/www/mini-graph-card/mini-graph-card-bundle.js?v=0.9.4

If you download it in www directory then path is /local/mini-graph-card-bundle.js?v=0.9.4 just like on github example.

I can enter yaml code in card but I have an error (“Error: Custom element not found: mini-graph-card”)
I modify the ressources path with /local/mini-graph-card-bundle.js?v=0.9.4
And in my ui-lovelace.yaml file I added
resources:

  • url: /local/mini-graph-card-bundle.js?v=0.9.4
    type: module

Is there something I need to change in the configuration.yaml file ?

Check is there mini-graph-card-bundle.js?v=0.9.4 file in www folder.

image
image

mini-graph-card-bundle.js?v=0.9.4 file is in www folder

There must be some problem with yaml code on manual card. Because if i change anything in

type: 'custom:mini-graph-card'

I get the same error. Check that code once more.

Well know it is working I don’t what I modify :confused:
I added this line
lovelace: !include ui-lovelace.yaml in the configuration.yaml file

I have an android 8.0.0 device, can I install Home Assistant?
Where can I find an installation procedure?

You can try. But you need to know this is not a recommended way of running homeassistant. Things can easily break at any moment. Install termux from play or f-droid.

pkg update 
pkg install python libffi openssl coreutils clang libjpeg-turbo
python -m venv homeassistant 
source homeassistant/bin/activate 
pip install --upgrade pip 
pip install wheel
pip install homeassistant 

run it once with hass command and wait few minutes

hass 

Open browser and go to 127.0.0.1:8123

It works very well.
Thank you.
Now I dive into home assistant.

Hi,
Is it possible to install influxdb and grafana ?

There are package requests for both applications. But they are still open. So there is no easy way to install.

Is there any alternatives ?