Stafford Brunk
Stafford Brunk
Did you push the updated flow to Github?
They let you put the second meter on your wifi? I've got the same setup and they wouldn't let me add the second meter. Interesting. You could use the `edge`...
Or block one of them from connecting. The `HanCon` text that flashes on the screen indicates a wifi connection (Home Area Network Connection). Just see which one say it's connected...
I'd like to keep to using service discovery vs storing credentials in plain text. I could add an option to the UI to fall back to the manual config options...
Can you post the error and your MQTT config? The Supervisor API shouldn't differentiate between using Mosquitto and something else
The Mosquitto addon also uses a username and password, so using an external broker should not be different. But, for sake of completeness: [here's where the username/password is set in...
Sure, just pushed a commit to the `next` branch with the logging. Can you install off of that branch?
ok, this is a low-risk change so I'll just push a patch version then
Ya, seems like it. It's gotta be this: `ERROR: Got unexpected response from the API: Service not enabled`. I wonder if the Supervisor only enables the MQTT service when the...
Ya, I can have the config lookup fall back to the services call if the UI config isn't set. I just need to add that to the UI and test...