Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-H32BS V1.43 new firmware update
#1
improvement:

add mqtt "TOGGLE" command.
for example:
Payload={"relay1":{"on":1}}    relay1:ON
Payload={"relay1":{"on":0}}    relay1:OFF
Payload={"relay1":{"on":2}}    relay1: toggle (ON->OFF or OFF->ON) new firmware add this command


.zip   H32BS_V143_211212.zip (Size: 53.24 KB / Downloads: 250)
download the ZIP file , unzip update the bin file for KC868-H32BS relay controller by USB-RS232 cable.
Reply
#2
(12-13-2021, 12:25 AM)admin Wrote: improvement:

add mqtt "TOGGLE" command.
for example:
Payload={"relay1":{"on":1}}    relay1:ON
Payload={"relay1":{"on":0}}    relay1:OFF
Payload={"relay1":{"on":2}}    relay1: toggle (ON->OFF or OFF->ON) new firmware add this command


download the ZIP file , unzip update the bin file for KC868-H32BS relay controller by USB-RS232 cable.

What should i add on the home assistant, this is my configuration for relay1:

  - platform: mqtt
    name: 'Spot 405'
    unique_id: spot-405
    state_topic: 'relay32/007cdf3371b9d0bbb7ffxxxx/state'
    command_topic: 'relay32/007cdf3371b9d0bbb7ffxxxx/set'
    payload_on:  '{"relay1":{"on":1}}'
    payload_off:  '{"relay1":{"on":0}}'
    value_template: '{{ value_json.relay1.on }}'
    state_on: 1
    state_off: 0
Reply
#3
here is config demo for relay1:
https://www.kincony.com/images/home-assi...O1-DI1.txt
how to integrate to home assistant details:
https://www.kincony.com/kc868-h32b-integ...-mqtt.html
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)