Emil Sandnabba

Results 4 comments of Emil Sandnabba

Perfect and thanks a lot! It's an "S34U18" meter, which is branded by "Vattenfall", the grid owner. Seems like that meter is very common here in Sweden, also on other...

Hi! Yeah, had the same issue with `['instantaneous'][***]['amps']` :) I have a branch were I got the data I was looking for (mostly voltage and current on the line): https://github.com/nrocco/smeterd/compare/master...sandnabba:smeterd:S34U18-support...

Hi! This looks like a general DNS issue in your Docker instance: `lookup registry-1.docker.io on 10.0.2.3:53: read udp 10.0.2.100:42752->10.0.2.3:53: i/o timeout` Have you tried running the "Hello world" container? https://hub.docker.com/_/hello-world

Hello, I did just have the same issue, and I believe that this is probably the root cause: https://github.com/poise/poise-python/issues/140 I solved it by downgrading pip to pip==18.0, and then I...