akasma74 / Hass-Custom-Alarm

It is a fork of "Yet another take on a home assistant custom alarm" that will exist until its author is back to our Earth
80 stars 31 forks source link

Cannot load 1.7.0b #21

Closed awshirley closed 5 years ago

awshirley commented 5 years ago

Alarm Version 1.7.0b

Platform & Browser: CentOS 7 and Home Assistant 0.95.1

Browser Chrome 75.0.3770.100

Describe the bug HA cannot run Alarm 1.7.0b after installation. No error messages in HA log, other than the standard warning about custom components. When checking the config with the config check button in configuration menu it shows this:

Configuration invalid Platform not found: alarm_control_panel.bwalarm

To Reproduce I removed all of the 1.6.0b directories from custom_components and alarm.yaml from the config directory. I installed 1.7.0b into custom_components/bwalarm (including all sub-folders), resources into config directory. Configuration.yaml was changed to alarm_control_panel: !include resources/bwalarm/bwalarm.yaml, restart HA. Use the check config from the configuration menu.

Expected behavior To see alarm on ingress menu.

akasma74 commented 5 years ago

I see, the logging feature is broken in 0.94.2+ so you don't see anything. Anyway, could you download, install and test this release?

onkytonk commented 5 years ago

Experiencing the same issue as @awshirley Installed 1.7.0b and getting the same config invalid message. I was previously on 1.6.0b and removed all traces. Added the resource folder, and bwalarm location in config.yaml as per instructions. Currently on HA 0.95.4

akasma74 commented 5 years ago

@onkytonk could you download, install and test this release?

onkytonk commented 5 years ago

Tried the release you linked to.

Same issue.

Log: "You are using a custom integration for bwalarm which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant."

That's it.

No Alarm Panel on the sidebar and alarm is missing from entiry states.

If I "check config" after reboot, I get "Platform not found: alarm_control_panel.bwalarm"

akasma74 commented 5 years ago

Can you check if you have const.py file in your custom_components/bwalarm/ folder? And can you post output of

hassio ha logs

?

onkytonk commented 5 years ago

Can you check if you have const.py file in your custom_components/bwalarm/ folder? And can you post output of

hassio ha logs

?

Definitely no const.py in the bwalarm folder. This isn't in the zip file either - should it be?

Here's the full log:

2019-07-01 18:17:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for bwalarm which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-07-01 19:58:38 ERROR (MainThread) [homeassistant.components.hassio] Platform not found: alarm_control_panel.bwalarm
2019-07-01 19:59:11 ERROR (MainThread) [homeassistant.components.hassio] Platform not found: alarm_control_panel.bwalarm
akasma74 commented 5 years ago

Yeah.. It's Github or my hands.. Try this one, it should work this time ;)

onkytonk commented 5 years ago

@onkytonk could you download, install and test this release?

Looks like we're back in action! Thanks mate. :)

akasma74 commented 5 years ago

I'll close this issue as it seems to be resolved in v.1.7.1b

wes1993 commented 4 years ago

Hello, i have installed manually with Hassio 0.97.1 and i have the same error, how can i solve the problem? i have downloaded all files from the github repo... Thanks a Lot Stefano

akasma74 commented 4 years ago

please make sure you followed all the installation steps as it was one-off issue and it's fixed now. if not, please open a new issue.

wes1993 commented 4 years ago

Thanks a lot Akasma, i have solved, i have downloaded the 1.10.1 version!! :-D