Git Product home page Git Product logo

Comments (2)

ckujau avatar ckujau commented on July 23, 2024

The machine executing sem-6000.exp needs bluetooth capabilities of course, so to transfer its output to a web server one could do:

./sem-6000.exp Voltcraft --status --print | ssh 192.168.0.1 "cat > /var/www/output.txt"

But, maybe I misunderstood and this report is about something else?

from voltcraft-sem-6000.

everything-everything avatar everything-everything commented on July 23, 2024

Hi!

It works perfectly with my voltcraft.
But i had an idea, would it be to difficult to add an ssh function?
For example:
./sem-6000.exp Voltcraft -r 192.168.0.1 --status --print

Why?
Example; A freebsd server, that has no bluetooth capabilities but still wants to serve energy consumption data to a webpage.
Thanks for great code!

you can fix this :)

open sem6000.exp in a Editor (nano, tilde, Notepad++ or what you want)
search the line :
set KNOWN_SEMS_FILE "~/.known_sem6"
edit it to
set KNOWN_SEMS_FILE "./known_sem6.config"
make new file that is in the folder of sem6000.exp.

Explanation. the ./.known_sem6 file is file that is hidden. SSH don't find the hidden config. so rename it to an non hidden file.

from voltcraft-sem-6000.

Related Issues (13)

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.