strickers
strickers
About
- Username
- strickers
- Joined
- Visits
- 135
- Last Active
- Roles
- Member
Comments
-
My docker compose yaml if anyone is interested? This works on QNAP using portainer stacks. I had to manually import the image, also 'latest' didn't work for some reason. version: "3.9" services: glowprom: image: andrewjw/glowprom:0…
-
Local working too, looks like the bridge isn't an issue. I'll post a docker compose yaml at some point.
-
I'm not sure what happened, but my cumulative export figure appeared today. Well technically yesterday at 1450, I am in the process of changing export tariff from Scottish Power to E.On, not sure if that is relevant?
-
Cloud is working, thanks for all your help Andrew. Looks like I was chasing rainbows yesterday as cloud MQTT was down!
-
I’m wondering if I’m experiencing similar? Bright app isn’t displaying.
-
Sorry Andrew, that topic is what I have for cloud, SMART/HILD/XXXXXXXXXX.
-
On local the device is at glow/XXXXXXXXXXXX/SENSOR/electricitymeter & glow/XXXXXXXXXXXX/SENSOR/gasmeter
-
Ta, told you, it was me. I have: SMART/HILD/XXXXXXXXXX
-
Quick question, it's probably me, server.py, line 39, self.wfile.write(""", is that formatted correctly, no close brackets? I've tried local and cloud and I still get 404?
-
Yep, getting a 404 error. The MQTT server receives from the cloud using an MQTT bridge. This could be something to do with storage on the NAS and permissions. That's my next task. I was getting the same error using cloud.
-
We've made some progress, I removed the BIND option and let it default as per the code then port forwarded 9100 behind the virtual switch. The webpage is showing now but metrics is giving a 404 error. It's also connected to my MQTT server as seen in…
-
I'll have a play tomorrow, portainer is working along with gluten and qbittorrent. I think it's entirely a networking issue. Thanks Andrew.
-
I'm definitely making a hash of the networking, can't connect to anything! I've tried NAT, Bridge, various ports.
-
Connected with result code 0 using Cloud which I assume is normal? Nothing showing under Prometheus though so I assume I've got something wrong on the binding. Is this the address of the Prometheus server?
-
Ta, is the bind variable in the format xx.xx.xx.xx:port? Also, does localhost work? I’ve had problems in the past between the two but usually just bridge the container to my LAN so it’s exposed. I’ll switch it to cloud later and see if it’s the cont…
-
Not that I can see, I’ll dig into the logs later and see if there’s anything else. One question, without a topic how does it know where to look on the local MQTT server? That’s running on Hone Assistant, Prometheus and your app are running on my QNA…
-
I've got most of the way Andrew but am picking up this error on the container? I'm a novice so bear with me please. '<=' not supported between instances of 'str' and 'int'
-
I wish I was more technically minded, I know I can use Mariadb as an add-on in Home Assistant but beyond that!
-
Mine won't connect at all now, I know the meter is connected to the DCC because readings are still coming through on the Bright app.
-
Mine is getting worse, seems like I'm not the only one.
-
Mine keeps regularly disconnecting, a power cycle seems to reset it for a few days.
-
Just tacking on this thread, Scottish Power have just approved my SEG and allocated an export MPAN. I have an output through MQTT that for obvious reasons has been at zero, will this appear automatically at some point?
-
Got the data now, my education with MQTT and HA continues.
-
Curious about this too?
-
In the process of integrating into HA which until I bite the bullet and but a Raspberry Pi is running under docker on a QNAP NAS. HA is running fine, I've set up mosquitto in a separate container and can connect to it using MQTT Explorer. I've set u…