rgerrans

Results 32 comments of rgerrans

@stjohnhohnson Thanks for the clarification on execution location. On the dimmer, that makes the log entry related to 'on' make sense. The part I realized I forgot to include in...

Thanks @andrei-tatar Will do going forward on reopening. I had originally put in the isJammed but wasn't sure the best way to do it in the node. Wasn't sure if...

@andrei-tatar I'm still trying to get comfortable with the node code base. I'm slowly thinking I'm understanding it (I haven't written real code in 20 years so am trying to...

Ahhhh, that makes sense. I wasn't looking all the way to the bottom to see that function and close the loop on the issue. Thanks!!!

Thanks. It's more foundational than that, where I've never worked that much in javascript so don't always know when I'm looking at a defined function vs. a standard call ;-)...

@andrei-tatar I think I have it working correctly on the Node-Red side receiving commands from Google but it's having an issue when I send commands to Google. I get a...

@andrei-tatar Thanks. I actually had a typo that I finally found.... Will test a bit before sending a pull request.

@andrei-tatar I know, I was definitely going back and forth on taking a different approach to be able to keep locked in the main payload. I had toyed with the...

@andrei-tatar So I implemented the "Jammed" topic approach. I also put in error messages if they use Google and the lock reflects Jammed status. Google still responds with the requested...

@andrei-tatar I realized that two of my Lock nodes never deployed to Google. I was just trying to recreate them to see if it was just something that happened during...