Cody Cutrer

Results 171 comments of Cody Cutrer

🤦 I apologize. I accidentally pushed my "integration" branch to this PR, which includes several follow-on PRs that don't belong here. I've removed those commits.

I've found the root cause here. If the Thing is restored from JSON, the subscription to the metadata topics for nodes and properties never happens. If it was created without...

@jlaur : k, I think I got them all. error handling cleaned up, dummy constants/defaults removed and handled, and rapid thing status updating fixed.

My root EMS is IoTaWatt. TWCManager sees it via OpenHAB (because I have multiple sub panels, and no single CT measuring complete house consumption, so OpenHAB dynamically sums the total...

> Comparing the phase voltage reading against my solar inverter, they disagree (fronius inverter logged 244v at the exact moment TWC logged 251v). Note that this is not at all...

@ngardiner : can you think of a reason for a hard cap at 4 devices? I see that in the code it's currently capped to 3, but that's just an...

Might I suggest putting the Lovelace config and addon setup on a wiki page in this repo? Then send me a PR when it's ready to link to it from...

That error sounds like it's coming from systemd, not the Ruby gem. are you sure the user (not the MQTT user - the Linux user) you entered into the service...

It may or may not be correct - but is not the line I'm referring to at all. The line above it -- `User=****` -- is what I'm referring to.

Yes, you should use the ssh username. Just because a user is in the sudoers file, doesn't mean they have root permissions. Unless it's set up as NOPASSWD, a process...