• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. T. Hunter
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by T. Hunter

    • PWM Output with node Red

      Hello,
      I try to control a PWM output with Node Red.
      I'm sending a json to the websocket like this.
      {
      "cmd": "set",
      "dev": "relay",
      "circuit": "1_01",
      "mode": "PWM",
      "pwm_freq": 10,
      "pwm_duty": 20
      }
      But the output is not switched.

      posted in Node-RED
      T
      T. Hunter