Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95925

Konnected not working after 0.106.0 update

$
0
0

@sd_dracula wrote:

No konnected sensors are showing up in my HA after the 0.106.0 update, was fine in 0.105.5
The problem is no errors are being logged either

2020-02-26 22:59:20 INFO (MainThread) [homeassistant.setup] Setting up konnected
2020-02-26 22:59:20 INFO (MainThread) [homeassistant.setup] Setup of domain konnected took 0.0 seconds.

Did the config change somehow? This is what I have in my config.yaml

konnected:
  access_token: !secret konnected_token  
  api_host: !secret hassio_ip
  devices:
    - id: !secret konnected_board1
      discovery: false
      host: !secret konnected_board1_ip
      port: !secret konnected_board1_port
      switches:
        - zone: out
          momentary: 500    
          name: 'Trigger Alarm'  
      binary_sensors:
        - zone: 1
          type: door
          name: 'Door'
          inverse: true
        - zone: 2
          type: window
          name: 'Downstairs'
          inverse: true
        - zone: 3        
          type: window
          inverse: true
          name: 'Living'
        - zone: 4
          type: window
          inverse: true
          name: 'Upstairs'
        - zone: 5
          type: door
          inverse: true
          name: 'Sliding Door'
        - zone: 6
          type: door
          inverse: true
          name: 'Kitchen Area'
    - id: !secret konnected_board2
      discovery: false
      host: !secret konnected_board2_ip
      port: !secret konnected_board2_port
      switches:
        - zone: out
          momentary: 500         
          name: 'Arm/Disarm'
      binary_sensors:
        - zone: 1
          type: window
          inverse: true
          name: 'Front Bed'
        - zone: 2
          type: window
          name: 'Alarm Status'
        - zone: 3
          type: window
          name: 'Arm Status'

Posts: 8

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 95925

Trending Articles