Closed ryanpatrickmckenna closed 4 months ago
How are you running MQTT? I only support Home Assistant's MQTT service discovery right now so if that doesn't work you'll see those kinds of MQTT errors.
How are you running MQTT? I only support Home Assistant's MQTT service discovery right now so if that doesn't work you'll see those kinds of MQTT errors.
I've actually done nothing to set up MQTT. I was under the assumption that it was built in. Is that not the case?
You’ll need to configure the MQTT integration and a broker for your Home Assistant install: https://www.home-assistant.io/integrations/mqtt/
Should be pretty quick though, especially if you use the Mosquitto broker addon
Alright that worked! Thanks very much!
Hi there,
Thank you so much for making this, you're amazing.
I am running your code via the Home Assistant add-on hassio-xcel-itron-mqtt that @wingrunr21 made from your repo. I've connected my smart meter, got a static IP for it, I can pull data from the MEC app, got the LFDI and registered it but when I try to run the service in HA it errors out and stops.
Here's the logs:
There's some Python errors in the middle there. I'm only a beginner Python dev, I looked at your code and tried to figure out what's going on but couldn't. If this is an issue with the add-on let me know and I'll post an issue in that repo instead.
Thanks!