Code Monkey home page Code Monkey logo

plugctl's Issues

Current not

2015/02/15 10:47:59,0.88,20.52,1.11,234.70

I have a consuption of 20 watts of 234.7 Volts
Still it tells me i'm using 0.88 Amps, so something is wrong in the conversion ?

make width & height of the graph an option

This is a suggestion but for me the graph is too small in width since i only look at it from my windows box so for now i keep changing the sources get 1600 pixels in width for the graph. When graph is wider it can display more data so maybe it's not a bad idea to be able to change (at least) the width of the graph with a command line parameter

Can't Connect

Hi,
Thanks for your work on this. It's exactly what I'm after.

Is there any prep work I need to do on the device itself, or am I missing something?

I've tried a few commands but it says it "can't connect".

[email protected]:~/.go/bin$ ping -c 2 192.168.8.76
PING 192.168.8.76 (192.168.8.76) 56(84) bytes of data.
64 bytes from 192.168.8.76: icmp_seq=1 ttl=255 time=6.09 ms
64 bytes from 192.168.8.76: icmp_seq=2 ttl=255 time=5.97 ms

[email protected]:~/.go/bin$ ./plugctl -ip 192.168.8.76 -show info
2019/07/04 20:39:26 can't connect

"/stream" is using a cached version of "/read.json" when getting new data

Hi,

As i mentioned before "/stream" is not working with me. I looked into the problem myselve and the problem is that the javascript keeps getting a cached version of "/read.json" resulting in never changing data. I have this problem on internet explorer 11 but not in Firefox.

internet explorer screenshot:
knipsel

Firefox screenshot taken in same timeframe as internet explorer
knipsel2

The fix is rather simple.
just add an ever changing value as a parameter for getting the json value like so:
window.intervalId = setInterval(function () {
dat=new Date();
$.getJSON('/read.json?t=' + dat.toString() , function(data) {
d.push([new Date(),data[1],data[2],data[3],data[4]])
g.updateOptions( { 'file': d } );
});
}, 1000);

and it works in internet explorer as well

/history sometimes has the same problem as well, i couldn't get the data for the last hour, i suspect, but haven't looked into this that it's the same problem. Internet explorer is getting the data from it's cache

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.