Moving from another program to HA.
Running everything in a docker environment on Ubuntu.
I got 2 problems for the moment.
My script/automation/scene or blueprints i create is not showing in the UI.
If i look into the yaml file i see the create script/automation
This is just 1 example of a yaml file but i try script/automation/scene
I read everything here in the forum and what i can see is everything correct in my configuration file.
# Loads default set of integrations. Do not remove.
default_config:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
Second problem:
I have integrated my zwave devices into mqqt.
All my switches and devices working correct except for two 3 gang wall switches.
The state in HA is 1 button Enabled en 2 disabled.
If i disable the enabled button itβs automatic switches back to enabled and if i enable the disabled button it switch back to disabled.
Itβs not replicated the live state of the switch
In zwavejs front-end everything worked like it should be.
Did i missed something in the setup/configuration that i not see
hello and thank you for your help
My first problem is solved.
I running zwavejsin a different docker ,so i disable the mqqt and enabled the ws.
Make the correct config and install zwavejs in HA and connect to the correct ip and all my devices are working now
But the automation and script is still a pain in theβ¦
I started simple from within my device because iβm new to yaml.
nope i already checked that
the automation did not work 2.
I activate the motion sensor but the ligh does not go on.
The nameβs that are inside ar automatic inserted when i add my Zigbee
Not sure if you can select the blueprints like you can automations and see a trace
HA logs should show the automation being loaded i believe
You need to verify the occupancy sensor provide the input expected
You also have a switch entity instead if light entity. Depending on service used for ON/OFF it may not work
Homeasstant.turn_on work for light and swtich
Light.turn_on service only work for lights
It may be easier to create an automation to make this work instead of using someone blueprint