Hi, does anyone tried to integrate this device into HA?
It is a fine and useful device, works perfect. It would be great if someone has advice how to control it via HA.
Hi, does anyone tried to integrate this device into HA?
It is a fine and useful device, works perfect. It would be great if someone has advice how to control it via HA.
Hello Roberto, did you find any way to make it work with HA?
I think it can be flashed with Tasmota. I have 3 ir blasters flashed with tasmota, and they work great.
Not all are flashable, newee units are locked
Yes, last one I bought, I couldnāt use tuya-convert, I had to solder wires and flash using a ftdi.
Any chance you have a tutorial for that?
I donāt have this device, but might get one. If you are good with soldering, just solder to the ESP pins. Any tutorial of flashing should work. The author of the above tutorial powered the device with USB while flashing, which caused the issue. The settings for tasmota for device are here:
I will try this, it doe srequire some more equipment i dont haveā¦
No, not yet. One acceptable idea is to flash it with Tasmota. Maybe I will try this. I have to open the box to see how can i connect FTDI.
@francisp iām using the BW-RC1 too, but dont know how i can controll these now in Homeassistant, thay are connected via tasmota, but i dont know how i can controll them now
on iobroker i used something like these, and i have no send & received entitys in homeasssitant
http://192.168.178.50/cm?cmnd=IRhvac{"Vendor":"PANASONIC_AC","Model":1,"Mode":"Cool","Power":"On","Celsius":"On","Temp":24,"FanSpeed":"Low","SwingV":"Highest","SwingH":"RightMax","Quiet":"Off","Turbo":"On","Econo":"On","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1}
Did you check this custom component
or simply use automations like this :
action:
- data:
payload: '{"Vendor":"PANASONIC_AC","Model":1,"Mode":"Cool","Power":"On","Celsius":"On","Temp":24,"FanSpeed":"Low","SwingV":"Highest","SwingH":"RightMax","Quiet":"Off","Turbo":"On","Econo":"On","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1}'
topic: IR_bridge/cmnd/IRhvac
service: mqtt.publish
Yep i checked but have some problems with them
Did you configure Tasmota via template or manually. If configured via template, try configure it manually. Also Iām not sure if these devices scheme can be changed among different generations. I mean if it is possible, that receiving and/or sernding IR can be on a different pin. These can be two of the reasons why it might not work with Tasmota and Tasmota IRHVAC.
I havenāt got it linked to HA, but mine IS linked to Alexa and Iāve created āroutines or buttonsā in the Blitzwolf app and then voice commands that link to them in Alexa. I have then created calls to Alexa from HA that mimic the voice commands to get the Blitzwolf routine going.
I just looked at the Blitzwolf app and I canāt figure out how I did it!!! But if anyone wants more detail Iāll look again.