Giter VIP home page Giter VIP logo

Comments (6)

Trakkasure avatar Trakkasure commented on August 24, 2024

Sounds like I have an issue to resolve. Looking into it.

from mikronode.

Trakkasure avatar Trakkasure commented on August 24, 2024

As a question, if you use

  channel.write('/interface/set', {
    '.id': 'ether2',
    'poe-out': 'forced-on'
  }).then(data => {
    console.log('done')
    console.log(data)
  });

Does it work?

from mikronode.

border-radius avatar border-radius commented on August 24, 2024

No, result is the same

from mikronode.

Trakkasure avatar Trakkasure commented on August 24, 2024

Ok, so, after double checking, the parameter 'poe-out' seems to be incorrect.
If your device and port do not support this feature, then it would respond with this error.

from mikronode.

border-radius avatar border-radius commented on August 24, 2024

I got this command which by ssh works with my mikrotik properly: /interface ethernet poe set ether2 poe-out=forced-on
However, I already implemented my task with node-ssh and everything works fine.

from mikronode.

Trakkasure avatar Trakkasure commented on August 24, 2024

Maybe create a support request from Mikrotik. This is an error being reported from the device when tying to set the property.
Also, try using name instead of .id for identifying the interface.
Additionally, your ssh uses "interface ethernet poe set" and the api is just "interface set" maybe there is something different for POE interface devices.

from mikronode.

Related Issues (20)

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.