jdebardi
jdebardi
I'll comment here as my issue is almost directly related in that I've already done this feature out of band. I have created a script run via cronjob which runs...
Amazing! Thanks! Yea I looked at --help but as you say, it's not mentioned. There is still a significant delay even with --manual and it still requires the device id...
Still a 3 second delay, but much better than a full scan time and saves finding the ID - thanks again. `/usr/local/bin/atvremote top_menu --address 10.11.12.205 --port 49152 --protocol mrp --id...
All of the time is at startup before it prints anything - probably my python environment being slow for some reason. No worries, I'll live with it for now.
This came up before, I asked for similar, just a switch to show if the washing machine was on or off. The problem is the different appliances have MANY capabilities...
I say that, machineState might be the same across all Samsung devices My washer has it as does your dryer and shows either “run” or “stop”
The other way around it (which is what I have done), is to create a virtual switch, then a SmartThings (New app) automation turn it on/off based on the washer/dryer...
I also have this issue. Alternating pressed/held/pressed/held works, but multiple presses or holds in a row won't work. My best guess is there is a callback to tell HomeKit the...
@dsboulder any chance of you sharing your Smartapp code so I can use your HTTP Hub>Homebridge workaround for now? Edit: I Found this which seems to do the trick. Messy...