brianhealey

Results 9 comments of brianhealey

Just stopped by to say I have converted all four of mine and they are running stable. 1 in the main panel monitoring my mains , my solar, and my...

> > These CT's can be finicky and I recommend calibrating them properly. The default settings were not accurate for me > > About how wrong was the data for...

I see that same error some of the time and it usually doesn't go away without actually disconnecting the power for about 5 seconds and plugging it back in. Since...

Not perfect.. but close. It's definitely protobuf. I am able to parse my file using this but I still have a few defects. The "root" is the DevicesWithVitals entity which...

`syntax = "proto3"; option go_package = "github.com/example/path/gen;gen"; package teslapower; import "google/protobuf/timestamp.proto"; message DeviceVital { optional string name = 1; oneof value { int64 intValue = 3; double floatValue = 4;...

@jasonacox FYI, I updated the protocol buffers to fix some issues I was seeing. In terms of getting your NEURIO devices to show, I found that it depends on what...

This will be available still via the API, correct? I will need to work this into the HA integration and I would hate to have that logic leak externally.

Hmm.. I imagine this would be a manual (ssh) process considering the box requires DHCP to start.. I use ubiquiti switch hardware that applies vlan on the switch interface vs...

+1 for this. The HA integration awkwardly handles this case.