Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-H32BS V1.43 new firmware update
#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


Messages In This Thread
KC868-H32BS V1.43 new firmware update - by admin - 12-13-2021, 12:25 AM
RE: KC868-H32BS V1.43 new firmware update - by papakigr - 05-16-2022, 03:41 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)