-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group Monitor show log but i can't see entity #97
Comments
Hi 👋! |
Hi, I've already try to check that configuration but maybe there is
something wrong in my configuration and when I try to reboot HA something
goes wrong:
my configuration.yaml:
"
#homeassistant:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
knx: !include knx.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
hacs:
token: ghp_XXXXXXXXX
group:
famiglia:
entities:
- device_tracker.xxxx
"
my knx.yaml included:(I've only copy the example and change name and
address:
"
# Example configuration.yaml entry
knx:
light:
- name: "CorridoioBagno"
address: "1/0/2"
"
Where I find that single light:
[image: immagine.png]
error on reboot:
Invalid config for [knx]: [knx] is an invalid option for [knx]. Check:
knx->knx->knx. (See /config/configuration.yaml, line 10).
Il giorno sab 2 set 2023 alle ore 17:00 Matthias Alphart <
***@***.***> ha scritto:
… Hi 👋!
There is no automatic entity configuration. See
https://www.home-assistant.io/integrations/knx/
—
Reply to this email directly, view it on GitHub
<#97 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUGHHC5FT5OM3YOGFE54Q3XYNC2JANCNFSM6AAAAAA4ITUE6Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@farmio sorry for the time you lost, I've understand the problem in my YAML file. Configuration.YAML have an instruction KNX : !Include KNX.YAML and this file have in the first line KNX: and not directy the instruction lights ecc. The word KNX; write 2 time in configuration.yaml and knx.yaml included generate the error. I've remove the word in the KNX.YAML file and now all word correctly, Thank you and sorry for the lost time. |
24 light, 9 cover, 20 sensor, group monitor on knx see all but i can't manage the entiry in HA.
KNX page on HA:
group monitor:
I've Add the KNX Integration, configurated it on automatic simply sending the ip address of my knx device. I've also GoogleHome that work with light and cover, so I think that KNX configuration allow to view the entity, but i can't see except in the group monitor.
The text was updated successfully, but these errors were encountered: