I’ve been meaning to request this as well. All my devices are integrated into HA except for my Infomir STB. I suppose the work around would be to use a harmony hub but I’m certain there is a way to control via IP.
If you can get a SSH connection to your Informir MAG device (some new firmwares or IPTV providers are disabling ssh), then you could launch a remote ssh command from Homeassistant.
Get a fixed local IP for your MAG device (on your dhcp server or setting it manually)
The default ssh password for mag devices is 930920.
- for MAG 250/254:
/usr/share/qt-4.6.0/sendqtevent <Parameters>
- for MAG256/3XX/4XX:
/usr/local/share/app/bin/sendqtevent <Parameters>
So I installed the program sshpass (to provide the ssh password in the command line), and I can execute this from my homeassistant server to turn on/off my MAG 254 stb: sshpass -p 930920 ssh [email protected] '/usr/share/qt-4.6.0/sendqtevent -a -kqt 0x55'
You may add it as shell_command in homeassistant configuration.yaml:
Hi there, is there any update on integrating an Infomir remote in HA? I have had no luck with getting ssh access as the password 930920 doesn’t work. Any suggestions are welcome