Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,584
» Latest member: soicauxsmbioo
» Forum threads: 4,191
» Forum posts: 20,830

Full Statistics

Online Users
There are currently 35 online users.
» 0 Member(s) | 27 Guest(s)
Amazonbot, Baidu, PetalBot, bot

Latest Threads
N60 Sensor channel label
Forum: N60
Last Post: admin
3 minutes ago
» Replies: 17
» Views: 2,101
solar production and cons...
Forum: N30
Last Post: admin
8 minutes ago
» Replies: 3
» Views: 5
Current direction detecti...
Forum: N30
Last Post: admin
9 minutes ago
» Replies: 3
» Views: 7
MQTT Discovery: missing s...
Forum: N30
Last Post: admin
11 hours ago
» Replies: 1
» Views: 3
ai automation
Forum: KinCony integrate with Loxone home automation
Last Post: mediverticals
Yesterday, 06:56 AM
» Replies: 0
» Views: 3
Connecting sensors to Kin...
Forum: F16
Last Post: admin
Yesterday, 12:18 AM
» Replies: 1
» Views: 9
CT Sensor Direction
Forum: N60
Last Post: admin
08-12-2026, 08:14 AM
» Replies: 1
» Views: 12
N60 Voltage reference
Forum: N60
Last Post: admin
08-11-2026, 11:09 PM
» Replies: 3
» Views: 19
4-20mA loop voltage consi...
Forum: B4M
Last Post: admin
08-11-2026, 08:05 AM
» Replies: 1
» Views: 21
K868-a32 plastic case
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
08-10-2026, 08:48 AM
» Replies: 3
» Views: 1,186

  home assistant configuration yaml file for Pi5R8
Posted by: admin - 07-25-2026, 06:17 AM - Forum: Pi5R8 - No Replies

Code:
# 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
script: !include scripts.yaml
scene: !include scenes.yaml

ssd1306_i2c:
  - model: "128x64"
    address: 0x3C
    i2c_bus: 1
    rotate: 0


ads1115:
  - address: 0x48
    i2c_bus: 1
   
sensor:
  - platform: ads1115
    multiplexer: A0_GND
    gain: 4.096
    name: "A1"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A1_GND
    gain: 4.096         
    name: "A2"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A2_GND
    gain: 4.096
    name: "A3"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
  - platform: ads1115
    multiplexer: A3_GND
    gain: 4.096
    name: "A4"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
   
binary_sensor:
  - platform: mcp23017
    i2c_address: 0x20
    invert_logic: true
    pins:
      0 : Button_1
      1 : Button_2
      2 : Button_3
      3 : Button_4
      4 : Button_5
      5 : Button_6
      6 : Button_7
      7 : Button_8

switch:
  - platform: mcp23017
    i2c_address: 0x20
    hw_sync: false
    invert_logic: true
    pins:
      8 : Output_1
      9 : Output_2
      10 : Output_3
      11 : Output_4
      12 : Output_5
      13 : Output_6
      14 : Output_7
      15 : Output_8
yaml file download:

.txt   configuration-yaml.txt (Size: 1.46 KB / Downloads: 35)

Print this item

  home assistant configuration yaml file for Pi5M8
Posted by: admin - 07-25-2026, 06:17 AM - Forum: Pi5M8 - No Replies

Code:
# 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
script: !include scripts.yaml
scene: !include scenes.yaml

ssd1306_i2c:
  - model: "128x64"
    address: 0x3C
    i2c_bus: 1
    rotate: 0


ads1115:
  - address: 0x48
    i2c_bus: 1
   
sensor:
  - platform: ads1115
    multiplexer: A0_GND
    gain: 4.096
    name: "A1"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A1_GND
    gain: 4.096         
    name: "A2"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A2_GND
    gain: 4.096
    name: "A3"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
  - platform: ads1115
    multiplexer: A3_GND
    gain: 4.096
    name: "A4"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
   
binary_sensor:
  - platform: mcp23017
    i2c_address: 0x20
    invert_logic: true
    pins:
      0 : Button_1
      1 : Button_2
      2 : Button_3
      3 : Button_4
      4 : Button_5
      5 : Button_6
      6 : Button_7
      7 : Button_8

switch:
  - platform: mcp23017
    i2c_address: 0x20
    hw_sync: false
    invert_logic: true
    pins:
      8 : Output_1
      9 : Output_2
      10 : Output_3
      11 : Output_4
      12 : Output_5
      13 : Output_6
      14 : Output_7
      15 : Output_8
yaml file download:

.txt   configuration-yaml.txt (Size: 1.46 KB / Downloads: 30)

Print this item

  how to install home assistant for Pi5R8 beginner guide
Posted by: admin - 07-25-2026, 06:13 AM - Forum: Pi5R8 - No Replies

1. make home assistant OS SD card or SSD disk for KinCony Pi5R16.

download  https://www.raspberrypi.com/software/

2. enable i2c for home assistant.

Add files to enable I2C

In the root of the hassos-boot partition, add a new folder called CONFIG.
In the CONFIG folder, add another new folder called modules.
Inside the modules folder add a text file called rpi-i2c.conf with the following content:
i2c-dev

In the root of the hassos-boot partition, edit the file called config.txt at last add two lines to it:
dtparam=i2c_arm=on
dtoverlay=i2c1-pi5,pins_2_3

Note: if you using Windows OS computer, you can use "DiskGenius.exe" free software to modify the files. Because Linux format file not visable on windows OS. 

3. install HACS addon

https://hacs.xyz/docs/use/download/downl...supervised

4. MCP23017 implementation for Home Assistant (HA)

https://github.com/jpcornil-git/HA-mcp23017

5. KinCony SSD1306 I2C Display implementation for Home Assistant

https://github.com/hzkincony/hass-ssd1306

6. KinCony ADS1115 ADC Sensor  implementation for Home Assistant

https://github.com/hzkincony/hass-ads1115

7. config yaml for MCP23017, ADS1115

install "file edit" add-on for HA , then config configuration.yaml

https://www.kincony.com/forum/showthread.php?tid=9664

Print this item

  how to install home assistant for Pi5M8 beginner guide
Posted by: admin - 07-25-2026, 06:13 AM - Forum: Pi5M8 - No Replies

1. make home assistant OS SD card or SSD disk for KinCony Pi5M8.

download  https://www.raspberrypi.com/software/

2. enable i2c for home assistant.

Add files to enable I2C

In the root of the hassos-boot partition, add a new folder called CONFIG.
In the CONFIG folder, add another new folder called modules.
Inside the modules folder add a text file called rpi-i2c.conf with the following content:
i2c-dev

In the root of the hassos-boot partition, edit the file called config.txt at last add two lines to it:
dtparam=i2c_arm=on
dtoverlay=i2c1-pi5,pins_2_3

Note: if you using Windows OS computer, you can use "DiskGenius.exe" free software to modify the files. Because Linux format file not visable on windows OS. 

3. install HACS addon

https://hacs.xyz/docs/use/download/downl...supervised

4. MCP23017 implementation for Home Assistant (HA)

https://github.com/jpcornil-git/HA-mcp23017

5. KinCony SSD1306 I2C Display implementation for Home Assistant

https://github.com/hzkincony/hass-ssd1306

6. KinCony ADS1115 ADC Sensor  implementation for Home Assistant

https://github.com/hzkincony/hass-ads1115

7. config yaml for MCP23017, ADS1115

install "file edit" add-on for HA , then config configuration.yaml

https://www.kincony.com/forum/showthread.php?tid=9664

Print this item

  MCP23017 i2c address for OUTPUT and DIGITAL INPUT
Posted by: admin - 07-25-2026, 06:12 AM - Forum: Pi5R8 - No Replies

MCP23017: 0x20

A0: DI1
A1: DI2
A2: DI3
A3: DI4
A4: DI5
A5: DI6
A6: DI7
A7: DI8

B0: DO1
B1: DO2
B2: DO3
B3: DO4
B4: DO5
B5: DO6
B6: DO7
B7: DO8

Print this item

  MCP23017 i2c address for OUTPUT and DIGITAL INPUT
Posted by: admin - 07-25-2026, 06:12 AM - Forum: Pi5M8 - No Replies

MCP23017: 0x20

A0: DI1
A1: DI2
A2: DI3
A3: DI4
A4: DI5
A5: DI6
A6: DI7
A7: DI8

B0: DO1
B1: DO2
B2: DO3
B3: DO4
B4: DO5
B5: DO6
B6: DO7
B7: DO8

Print this item

  home assistant configuration yaml file for Pi5M16
Posted by: admin - 07-25-2026, 06:07 AM - Forum: Pi5M16 - No Replies

Code:
# 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
script: !include scripts.yaml
scene: !include scenes.yaml

ssd1306_i2c:
  - model: "128x64"
    address: 0x3C
    i2c_bus: 1
    rotate: 0


ads1115:
  - address: 0x48
    i2c_bus: 1
   
sensor:
  - platform: ads1115
    multiplexer: A0_GND
    gain: 4.096
    name: "A1"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A1_GND
    gain: 4.096        
    name: "A2"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A2_GND
    gain: 4.096
    name: "A3"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
  - platform: ads1115
    multiplexer: A3_GND
    gain: 4.096
    name: "A4"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
   
binary_sensor:
  - platform: mcp23017
    i2c_address: 0x20
    invert_logic: true
    pins:
      0 : Button_1
      1 : Button_2
      2 : Button_3
      3 : Button_4
      4 : Button_5
      5 : Button_6
      6 : Button_7
      7 : Button_8
      8 : Button_9    
      9 : Button_10    
      10 : Button_11    
      11 : Button_12    
      12 : Button_13    
      13 : Button_14    
      14 : Button_15
      15 : Button_16

switch:
  - platform: mcp23017
    i2c_address: 0x22
    hw_sync: false
    invert_logic: true
    pins:
      0 : Output_1
      1 : Output_2
      2 : Output_3
      3 : Output_4
      4 : Output_5
      5 : Output_6
      6 : Output_7
      7 : Output_8
      8 : Output_9
      9 : Output_10
      10 : Output_11
      11 : Output_12
      12 : Output_13
      13 : Output_14
      14 : Output_15
      15 : Output_16
yaml file download:

.txt   configuration-yaml.txt (Size: 1.83 KB / Downloads: 36)

Print this item

  home assistant configuration yaml file for Pi5R16
Posted by: admin - 07-25-2026, 06:07 AM - Forum: Pi5R16 - No Replies

Code:
# 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
script: !include scripts.yaml
scene: !include scenes.yaml

ssd1306_i2c:
  - model: "128x64"
    address: 0x3C
    i2c_bus: 1
    rotate: 0


ads1115:
  - address: 0x48
    i2c_bus: 1
   
sensor:
  - platform: ads1115
    multiplexer: A0_GND
    gain: 4.096
    name: "A1"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A1_GND
    gain: 4.096         
    name: "A2"
    multiplier: 1.51
  - platform: ads1115
    multiplexer: A2_GND
    gain: 4.096
    name: "A3"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
  - platform: ads1115
    multiplexer: A3_GND
    gain: 4.096
    name: "A4"
    multiplier: 6.67
    device_class: current
    unit_of_measurement: mA
   
binary_sensor:
  - platform: mcp23017
    i2c_address: 0x20
    invert_logic: true
    pins:
      0 : Button_1
      1 : Button_2
      2 : Button_3
      3 : Button_4
      4 : Button_5
      5 : Button_6
      6 : Button_7
      7 : Button_8
      8 : Button_9     
      9 : Button_10     
      10 : Button_11     
      11 : Button_12     
      12 : Button_13     
      13 : Button_14     
      14 : Button_15
      15 : Button_16

switch:
  - platform: mcp23017
    i2c_address: 0x22
    hw_sync: false
    invert_logic: true
    pins:
      0 : Output_1
      1 : Output_2
      2 : Output_3
      3 : Output_4
      4 : Output_5
      5 : Output_6
      6 : Output_7
      7 : Output_8
      8 : Output_9
      9 : Output_10
      10 : Output_11
      11 : Output_12
      12 : Output_13
      13 : Output_14
      14 : Output_15
      15 : Output_16
yaml file download:

.txt   configuration-yaml.txt (Size: 1.83 KB / Downloads: 33)

Print this item

  how to install home assistant for Pi5M16 beginner guide
Posted by: admin - 07-25-2026, 06:05 AM - Forum: Pi5M16 - No Replies

1. make home assistant OS SD card or SSD disk for KinCony Pi5M16.

download  https://www.raspberrypi.com/software/

2. enable i2c for home assistant.

Add files to enable I2C

In the root of the hassos-boot partition, add a new folder called CONFIG.
In the CONFIG folder, add another new folder called modules.
Inside the modules folder add a text file called rpi-i2c.conf with the following content:
i2c-dev

In the root of the hassos-boot partition, edit the file called config.txt at last add two lines to it:
dtparam=i2c_arm=on
dtoverlay=i2c1-pi5,pins_2_3

Note: if you using Windows OS computer, you can use "DiskGenius.exe" free software to modify the files. Because Linux format file not visable on windows OS. 

3. install HACS addon

https://hacs.xyz/docs/use/download/downl...supervised

4. MCP23017 implementation for Home Assistant (HA)

https://github.com/jpcornil-git/HA-mcp23017

5. KinCony SSD1306 I2C Display implementation for Home Assistant

https://github.com/hzkincony/hass-ssd1306

6. KinCony ADS1115 ADC Sensor  implementation for Home Assistant

https://github.com/hzkincony/hass-ads1115

7. config yaml for MCP23017, ADS1115

install "file edit" add-on for HA , then config configuration.yaml

https://www.kincony.com/forum/showthread.php?tid=9664

Print this item

  how to install home assistant for Pi5R16 beginner guide
Posted by: admin - 07-25-2026, 06:05 AM - Forum: Pi5R16 - No Replies

1. make home assistant OS SD card or SSD disk for KinCony Pi5R16.

download  https://www.raspberrypi.com/software/

2. enable i2c for home assistant.

Add files to enable I2C

In the root of the hassos-boot partition, add a new folder called CONFIG.
In the CONFIG folder, add another new folder called modules.
Inside the modules folder add a text file called rpi-i2c.conf with the following content:
i2c-dev

In the root of the hassos-boot partition, edit the file called config.txt at last add two lines to it:
dtparam=i2c_arm=on
dtoverlay=i2c1-pi5,pins_2_3

Note: if you using Windows OS computer, you can use "DiskGenius.exe" free software to modify the files. Because Linux format file not visable on windows OS. 

3. install HACS addon

https://hacs.xyz/docs/use/download/downl...supervised

4. MCP23017 implementation for Home Assistant (HA)

https://github.com/jpcornil-git/HA-mcp23017

5. KinCony SSD1306 I2C Display implementation for Home Assistant

https://github.com/hzkincony/hass-ssd1306

6. KinCony ADS1115 ADC Sensor  implementation for Home Assistant

https://github.com/hzkincony/hass-ads1115

7. config yaml for MCP23017, ADS1115

install "file edit" add-on for HA , then config configuration.yaml

https://www.kincony.com/forum/showthread.php?tid=9664

Print this item