Matt Martz
Matt Martz
no reason it shouldn't have network... it's in docker build, after all. I have a few other containers up and running doing things with the network
@snizzleorg there is no cache, it's using docker image (which has no cache initially)
it looks like the Dockerfile.specific is never getting into the Dockerfile... something to do with this perhaps: ``` sed: -e expression #1, char 1: unknown command: `.' ```
@snizzleorg In the homebridge.sh file there's an offending `'.bak'` in the SED expression... I don't think it should be there, and seems to be causing the problem.
Not to highjack @kholloway's repo, but a while back I ported it to NodeJS and mine has Arm / Disarm functionality (https://github.com/oehokie/SmartDSC). It's been a year or two so I...
@kholloway I think that's how I originally did it, but I think I figured another way. Like yours, my Envisalink server sends the status information to smartthings via Oauth2/the cloud......
I don't know that they have an API available for that yet (or at least I haven't seen one). If you figure out a way to do it, PRs are...
It looks like it may be as simple as adding a config option, subscribing to subscribe(location, "alarmSystemStatus", alarmStatusUpdate) and setting the home monitor via sendLocationEvent(name: "alarmSystemStatus", value: status) Unfortunately I'm...
@88fingerslukee @ashutosh1982 just a heads up, I tried integrating it tonight. Couldn't find an alarming state though and haven't tested it (which is why its in a branch)
@88fingerslukee I reopened this, after some more testing it doesn't seem like it's changing the smart home monitor state, but changes in that branch were necessary because ST went away...