User Tools

Site Tools


hass:samsun_vacuum_cleaner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

hass:samsun_vacuum_cleaner [2020/02/16 01:09] – created ahass:samsun_vacuum_cleaner [2020/02/16 01:36] (current) a
Line 15: Line 15:
  
 This should be sent to the ''cmnd/irsend'' topic. This should be sent to the ''cmnd/irsend'' topic.
 +
 +Integrating into Home Assistant looks like this:
 +
 +<code>
 +- platform: mqtt
 +  name: "Sammy"
 +  supported_features:
 +    - turn_on
 +    - turn_off
 +    - return_home
 +    - pause
 +    - stop
 +  command_topic: "tasmota/6E6F05/cmnd/irsend"
 +  payload_turn_on: "{\"Protocol\":\"SAMSUNG\",\"Bits\":32,\"Data\":\"0x818100FF\",\"DataLSB\":\"0x818100FF\",\"Repeat\":0}"
 +  payload_turn_off: "{\"Protocol\":\"SAMSUNG\",\"Bits\":32,\"Data\":\"0x818100FF\",\"DataLSB\":\"0x818100FF\",\"Repeat\":0}"
 +  payload_return_to_base: "{\"Protocol\":\"SAMSUNG\",\"Bits\":32,\"Data\":\"0x8181807F\",\"DataLSB\":\"0x818101FE\",\"Repeat\":0}"
 +  payload_start_pause: "{\"Protocol\":\"SAMSUNG\",\"Bits\":32,\"Data\":\"0x818110EF\",\"DataLSB\":\"0x818108F7\",\"Repeat\":0}"
 +  payload_stop: "{\"Protocol\":\"SAMSUNG\",\"Bits\":32,\"Data\":\"0x818110EF\",\"DataLSB\":\"0x818108F7\",\"Repeat\":0}"
 +</code>
  
 With the cleaner out of the dock, the dock seems to transmit some sort of homing signal, also via IR. This could potentially spam your receiver, which in turn would spam your MQTT server. A simple solution here is to disable the GPIO used for the IR receiver in your device. With the cleaner out of the dock, the dock seems to transmit some sort of homing signal, also via IR. This could potentially spam your receiver, which in turn would spam your MQTT server. A simple solution here is to disable the GPIO used for the IR receiver in your device.
hass/samsun_vacuum_cleaner.1581786549.txt.gz · Last modified: 2020/02/16 01:09 by a