Raman Gupta
Raman Gupta
Not sure how to add routines support to this yet, but I added support for hub modes here: https://github.com/raman325/smartthings-mqtt-bridge (I also added some error handling that will reset the state...
Added support for routines as well. The message format for routines is slightly different from typical device states/attributes but I think it helps keep the messages more organized. Check out...
I needed it myself so that I could experiment with moving some of my automation logic into HA, and I figured it would be a fun challenge 🤷♂
@mcozzo apologies for the tag but just want to find out if you were able to resolve this issue. I will close it for now since you haven't responded in...
@bengtmartensson I just downloaded IrScrutinizer to try this, how do I configure the Export tab to generate the signal in a format I can use with Broadlink-python?
I don't see it as an option using Scrutinzer 1.3. Do I need a different version or to build from source? EDIT: doh looks like I downloaded an older version...
Just an FYI, the Mac app link points to your site and it’s the 1.3 version. I downloaded version 1.4.2 and was able to see it. Thanks! On Fri, Oct...
The main reason why we require breaking changes is when new properties are added or new commands are added in the server that we want to add support for in...
What are you looking for that isn't documented in the code? Every function now has a docstring and I feel that the functions are self explanatory. If you disagree please...
Not stale