Posts: 32
Threads: 5
Joined: Aug 2022
Reputation:
0
Hello, I have updated my HA OS to 13.2. I'm able to control the binary.inputs and switch.outputs.
All the automations i have created have disappeared in my Home Assistant.
Automation and scenes have been separated, now there is automations and scenes separately.
I tried to create new automations on KC868-Server, but it doesn't allow recognise my binary.inputs and switch.outputs when trying to create automations.
Posts: 32
Threads: 5
Joined: Aug 2022
Reputation:
0
Looks like HA doesn't recognise the 'state' changes for binary inputs and switch outputs.
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
post your config yaml at here.
Posts: 32
Threads: 5
Joined: Aug 2022
Reputation:
0
#frontend:
#themes: !include_dir_merge_named themes
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
# Example configuration.yaml entry
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
mqtt:
switch:
- name: 'output-1'
unique_id: output-1
state_topic: 'server/a767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay1":{"on":1}}'
payload_off: '{"relay1":{"on":0}}'
value_template: '{{ value_json.relay1.on }}'
state_on: 1
state_off: 0
- name: 'output-2'
unique_id: output-2
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay2":{"on":1}}'
payload_off: '{"relay2":{"on":0}}'
value_template: '{{ value_json.relay2.on }}'
state_on: 1
state_off: 0
- name: 'output-3'
unique_id: output-3
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay3":{"on":1}}'
payload_off: '{"relay3":{"on":0}}'
value_template: '{{ value_json.relay3.on }}'
state_on: 1
state_off: 0
- name: 'output-4'
unique_id: output-4
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay4":{"on":1}}'
payload_off: '{"relay4":{"on":0}}'
value_template: '{{ value_json.relay4.on }}'
state_on: 1
state_off: 0
- name: 'output-5'
unique_id: output-5
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay5":{"on":1}}'
payload_off: '{"relay5":{"on":0}}'
value_template: '{{ value_json.relay5.on }}'
state_on: 1
state_off: 0
- name: 'output-6'
unique_id: output-6
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay6":{"on":1}}'
payload_off: '{"relay6":{"on":0}}'
value_template: '{{ value_json.relay6.on }}'
state_on: 1
state_off: 0
- name: 'output-7'
unique_id: output-7
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay7":{"on":1}}'
payload_off: '{"relay7":{"on":0}}'
value_template: '{{ value_json.relay7.on }}'
state_on: 1
state_off: 0
- name: 'output-8'
unique_id: output-8
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay8":{"on":1}}'
payload_off: '{"relay8":{"on":0}}'
value_template: '{{ value_json.relay8.on }}'
state_on: 1
state_off: 0
- name: 'output-9'
unique_id: output-9
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay9":{"on":1}}'
payload_off: '{"relay9":{"on":0}}'
value_template: '{{ value_json.relay9.on }}'
state_on: 1
state_off: 0
- name: 'output-10'
unique_id: output-10
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay10":{"on":1}}'
payload_off: '{"relay10":{"on":0}}'
value_template: '{{ value_json.relay10.on }}'
state_on: 1
state_off: 0
- name: 'output-11'
unique_id: output-11
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay11":{"on":1}}'
payload_off: '{"relay11":{"on":0}}'
value_template: '{{ value_json.relay11.on }}'
state_on: 1
state_off: 0
- name: 'output-12'
unique_id: output-12
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay12":{"on":1}}'
payload_off: '{"relay12":{"on":0}}'
value_template: '{{ value_json.relay12.on }}'
state_on: 1
state_off: 0
- name: 'output-13'
unique_id: output-13
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay13":{"on":1}}'
payload_off: '{"relay13":{"on":0}}'
value_template: '{{ value_json.relay13.on }}'
state_on: 1
state_off: 0
- name: 'output-14'
unique_id: output-14
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay14":{"on":1}}'
payload_off: '{"relay14":{"on":0}}'
value_template: '{{ value_json.relay14.on }}'
state_on: 1
state_off: 0
- name: 'output-15'
unique_id: output-15
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay15":{"on":1}}'
payload_off: '{"relay15":{"on":0}}'
value_template: '{{ value_json.relay15.on }}'
state_on: 1
state_off: 0
- name: 'output-16'
unique_id: output-16
state_topic: 'server/767350037679772fcb2/state'
command_topic: 'server/767350037679772fcb2/set'
payload_on: '{"relay16":{"on":1}}'
payload_off: '{"relay16":{"on":0}}'
value_template: '{{ value_json.relay16.on }}'
state_on: 1
state_off: 0
binary_sensor:
- name: 'input-1'
unique_id: input-1
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input1.on }}'
payload_on: 1
payload_off: 0
- name: 'input-2'
unique_id: input-2
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input2.on }}'
payload_on: 1
payload_off: 0
- name: 'input-3'
unique_id: input-3
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input3.on }}'
payload_on: 1
payload_off: 0
- name: 'input-4'
unique_id: input-4
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input4.on }}'
payload_on: 1
payload_off: 0
- name: 'input-5'
unique_id: input-5
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input5.on }}'
payload_on: 1
payload_off: 0
- name: 'input-6'
unique_id: input-6
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input6.on }}'
payload_on: 1
payload_off: 0
- name: 'input-7'
unique_id: input-7
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input7.on }}'
payload_on: 1
payload_off: 0
- name: 'input-8'
unique_id: input-8
state_topic: 'server/767350037679772fcb2/state'
value_template: '{{ value_json.input8.on }}'
payload_on: 1
payload_off: 0
- name: 'h32p-input-1'
unique_id: h32p-input-1
state_topic: 'relay32/dbc92afcaf7a9902eacb08f5/state'
value_template: '{{ value_json.input1.on }}'
payload_on: 1
payload_off: 0
- name: 'h32p-input-2'
unique_id: h32p-input-2
state_topic: 'relay32/dbc92afcaf7a9902eacb08f5/state'
value_template: '{{ value_json.input2.on }}'
payload_on: 1
payload_off: 0
- name: 'h32p-input-3'
unique_id: h32p-input-3
state_topic: 'relay32/dbc92afcaf7a9902eacb08f5/state'
value_template: '{{ value_json.input3.on }}'
payload_on: 1
payload_off: 0
- name: 'h32p-input-4'
unique_id: h32p-input-4
state_topic: 'relay32/dbc92afcaf7a9902eacb08f5/state'
value_template: '{{ value_json.input4.on }}'
payload_on: 1
payload_off: 0
- name: 'h32p-input-5'
unique_id: h32p-input-5
state_topic: 'relay32/dbc92afcaf7a9902eacb08f5/state'
value_template: '{{ value_json.input5.on }}'
payload_on: 1
payload_off: 0
- name: 'h32p-input-6'
unique_id: h32p-input-6
state_topic: 'relay32/dbc92afcaf7a9902eacb08f5/state'
value_template: '{{ value_json.input6.on }}'
payload_on: 1
payload_off: 0
sensor:
- name: 'analog-1'
unique_id: analog-1
state_topic: 'server/767350037679772fcb2/state'
unit_of_measurement: 'v'
value_template: '{{ value_json.analog1.value }} '
- name: 'analog-2'
unique_id: analog-2
state_topic: 'server/767350037679772fcb2/state'
unit_of_measurement: 'v'
value_template: '{{ value_json.analog2.value }} '
- name: 'analog-3'
unique_id: analog-3
state_topic: 'server/767350037679772fcb2/state'
unit_of_measurement: 'v'
value_template: '{{ value_json.analog3.value }} '
- name: 'analog-4'
unique_id: analog-4
state_topic: 'server/767350037679772fcb2/state'
unit_of_measurement: 'v'
value_template: '{{ value_json.analog4.value }} '
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
take a photo of your error information screen.
Posts: 32
Threads: 5
Joined: Aug 2022
Reputation:
0
When I create automation or scripts both don't appear in the UI list of automations or scripts after I have created them. The run button is greyed out and there are not errors.
Create it from your side and share the process. The objective is to switch on/off any of the 16 outputs when any of the 8 binary inputs are switch on/off. Or create a script or automation to switch on output 1 when binary input 1 is switched on.
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
take a video of your problem. so that i can understand and do as your step.