I have an IR Blaster similar to NEO Coolman (https://templates.blakadder.com/neo_coolcam_NAS-IR03W.html) I have flashed Tasmota and am able to read the IR commands it receives in console.
This is power ON/OFF for the TV
22:15:51 MQT: tele/IRBlaster2/RESULT = {“IrReceived”:{“Protocol”:“SAMSUNG”,“Bits”:32,“Data”:“0xE0E040BF”,“DataLSB”:“0x070702FD”,“Repeat”:0}}
I am able to turn the TV on and off by sending in console:
IrSend:{“Protocol”:“SAMSUNG”,“Bits”:32,“Data”:“0xE0E040BF”,“DataLSB”:“0x070702FD”,“Repeat”:0}
SO, the IRBlaster is setup and functioning.
I have setup MQTT and it has discovered IRBlaster1 and IRBlaster2
Entities
‘IRBlaster2 status’ ( sensor.irblaster2_status
)
MQTT discovery data:
- Topic:
homeassistant/sensor/0CAE0F_status/config
- Payload
Subscribed topics: tele/IRBlaster2/LWT
I realise that I have to learn every button of every remote, save the code in script and then add a button on LoveLace to send them… but how on earth do I actually set them up in HA and send command to the IR Blaster?! I have been reading countless posts and haven’t found anything simple enough for a windows user
If anyone has a spare 10mins, can you please use the example command above and guide me through where I add the script, how I reference it in LoveLace and hwo I actually send it via MQTT.
I will then replicate the code for all remote buttons and share the results for anyone else with a Samsung and Daikin AC =D
Many thanks!!