I tried to install addon-home-panel. i read the readme on https://github.com/hassio-addons/addon-home-panel/blob/v0.1.0/README.md but nowhere info where to put the files of the addon-home-panel folder. I installed Addon-home-panel from the addon store but after visiting :8234 No connection.
Did you start the addon? after that you should be able to see the page on hassio.local:8234 or your-ha-ip:8234
Yes i started it, i just look at the log file, at the end… OOPs something went wrong i saw something … certfile that is in the default config:
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
I do not have them! i tried it with deleting the 2 rows but that gives more errors
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] 00-banner.sh: executing…
Hass.io Add-on: Home Panel vdev
A touch-compatible web frontend for controlling the home.
From: Local add-ons
By: you
amd64 / HassOS 2.10 / HA 0.89.2 / SU 148 / stable
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing…
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing…
INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 10-requirements.sh: executing…
FATAL: The configured certfile is not found
[cont-init.d] 10-requirements.sh: exited 1.
[cont-finish.d] executing container finish scripts…
[cont-finish.d] 99-message.sh: executing…
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
you are not using ssl, correct? set the option
ssl: false
just done that, now a piece of the log:
[cont-init.d] 10-requirements.sh: executing…
FATAL: The configured certfile is not found
[cont-init.d] 10-requirements.sh: exited 1.
can you share your addon config? because the cert is only needed when ssl is true. Did you save the config before restarting the addon?
Yes i save the config, then restart, here is the config (home-panel-config.json) (made by the system not by me)
{
“theme”: {
“custom”: [
{
“name”: “Midnight”,
“base”: “dark”,
“overrides”: {
“primary”: “pink”,
“backgrounds”: {
“main”: “#383c45”,
“default”: “#383c45”,
“card”: {
“on”: “pink[600]”,
“off”: “#434954”,
“disabled”: “#7f848e”,
“alarm”: {
“home”: “pink[600]”,
“away”: “pink[600]”
}
}
},
“text”: {
“light”: “grey[50]”,
“main”: “grey[100]”
},
“secondary”: “pink”
}
},
{
“name”: “Forest”,
“base”: “light”,
“overrides”: {
“backgrounds”: {
“main”: “url(https://images.pexels.com/photos/4827/nature-forest-trees-fog.jpeg) no-repeat fixed center”,
“card”: {
“on”: “lightGreen[700]”,
“off”: “rgba(160, 200, 160, 0.6)”,
“alarm”: {
“home”: “lightGreen[700]”,
“away”: “lightGreen[700]”
}
}
}
}
}
]
},
“header”: {
“left_outdoor_weather”: {
“dark_sky_icon”: “sensor.dark_sky_icon”,
“condition”: “sensor.pws_weather”,
“data”: [
{
“entity_id”: “sensor.pws_temp_c”,
“unit_of_measurement”: “°C”
},
{
“entity_id”: “sensor.pws_relative_humidity”,
“unit_of_measurement”: “%”
}
]
},
“right_indoor”: [
{
“label”: “Living Room”,
“data”: [
{
“entity_id”: “sensor.dht22_01_temperature”,
“unit_of_measurement”: “°C”
},
{
“entity_id”: “sensor.dht22_01_humidity”,
“unit_of_measurement”: “%”
}
]
}
]
},
“pages”: [
{
“name”: “Home”,
“icon”: “home”
},
{
“name”: “Weather”,
“icon”: “weather-partlycloudy”
}
],
“items”: [
{
“name”: “Living Room”,
“cards”: [
{
“entity_id”: “light.tv_light”,
“name”: “TV”,
“icon”: “lightbulb”
}
],
“page”: 1,
“width”: 2
},
{
“name”: “Dining Room”,
“cards”: [
{
“entity_id”: “light.table_light”,
“icon”: “ceiling-light”,
“name”: “Table Light”
}
],
“page”: 1,
“width”: 2
},
{
“name”: “Weather”,
“page”: 2,
“width”: 8,
“cards”: [
{
“type”: “hass”,
“name”: “”,
“entity_id”: “weather.dark_sky”,
“icon”: “”,
“width”: 3,
“height”: 2,
“size”: {
“name”: “”,
“state”: “”,
“icon”: “”
}
},
{
“type”: “iframe”,
“name”: “”,
“entity_id”: “”,
“icon”: “”,
“width”: 4,
“height”: 4,
“size”: {
“name”: “”,
“state”: “”,
“icon”: “”
},
“url”: “https://embed.windy.com/embed2.html”
}
]
}
]
}
that is not the config that i meant.
It is under the start button of the addon. And it should be something like this;
{
"log_level": "info",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"config_file": "home-panel-config.json"
}
Oh I’m sorry, here it is, there were 2? inserts of Addon-home-panel, i deleted the one which was not green, now i got a screen but that gives also a problem (beneath the config)
{
“log_level”: “info”,
“ssl”: false,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“config_file”: “home-panel-config.json”
}
Well it says the HA url is wrong. is that the case? otherwise make an issue at the addon’s github page.
Yes i think i must give here a link from outsite (WAN) this link is local. I must setup some things on my Fritzbox 7590
Yes a local ip is not going to work if your outside your lan. I would recommend setting up duckdns with ssl for secure acces. There is an duckdns addon for that too, it handles the ssl for you.
Hmm i got that duckdns earlier i just made a free port 8123 on my router.
mychosenname.duckdns.org:8123 got me to my homeassistant inlog.
I also have a token for it. I should try to re install the plugin for duckdns
Now i have duckdns working (for as long as my WAN IP is not changed as i have app to update duckdns)
But too bad when opening ****.duckdns.org:8234 (also opened on my router) i got the cards screen but after a few seconds error:
/usr/lib/hassio-addons/modules/log.sh: line 57: info: unbound variable
INFO: Run API…
Where do i find this log? How do i navigate to /usr/lib/hassio-addons/modules/log.sh
i can not find the path in finder (samba).
I can not get working “NEWS” API.
I have the API key, entered it in the ‘config’ field, re-loaded add-on and also ‘hassio’.
But it is still a error message…
Some solution for that?
The ‘news api’ key should be entered manually in other place, also?
My ‘HP’ config has following entries:
{
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
}
After some changes I see the list of ‘news providers’. See 1st screen.
However I would like to have a news from other country, ex. ‘Belgium’’; 2nd screen…
I do not know how the have it displayed. Tried to copy the link and insert in ‘home panel’ - but that is not working.
Some help? Please…
I also face this issue when using external rss …seems like only preset rss works
O.K. So at least I know that - probably - that way is not working.
Maybe there is some solution do display local news services… ?