Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Duncan Pullen
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Duncan Pullen

    @Duncan Pullen

    0
    Reputation
    3
    Posts
    299
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Duncan Pullen Follow

    Best posts made by Duncan Pullen

    This user hasn't posted anything yet.

    Latest posts made by Duncan Pullen

    • RE: OH3 - MySensors Binding

      @forexsieno Did you solve this one?

      I'm still getting the same error.

      Using 3.3.0-SNAPSHOT

      2022-08-08 02:21:23.200 [ERROR] [col.serial.MySensorsSerialConnection] - Exception found
      java.lang.IllegalStateException: Serial Port Identifier not found
      	at org.openhab.binding.mysensors.internal.protocol.serial.MySensorsSerialConnection.establishConnection(MySensorsSerialConnection.java:59) [bundleFile:?]
      	at org.openhab.binding.mysensors.internal.protocol.MySensorsAbstractConnection.connect(MySensorsAbstractConnection.java:145) [bundleFile:?]
      	at org.openhab.binding.mysensors.internal.protocol.MySensorsAbstractConnection.run(MySensorsAbstractConnection.java:124) [bundleFile:?]
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
      	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?]
      	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
      	at java.lang.Thread.run(Thread.java:829) [?:?]
      
      posted in OpenHAB
      Duncan Pullen
      Duncan Pullen
    • RE: openHAB 2.0 binding

      Hi @TimO

      I've logged a job to include documentation about non-native OpenHAB 2.0 bindings in the official OH2 docs.

      ThomDeitrich is looking to know why it's not yet in the official distro. Can provide some info?

      https://github.com/openhab/openhab-docs/issues/188

      posted in OpenHAB
      Duncan Pullen
      Duncan Pullen
    • RE: 💬 Servo Control Actuator

      I had issues with this sketch only doing what looked like 90° of motion when using a slider.
      Turned out, it was doing 100°.
      To rectify change the myservo.write line to:
      myservo.write(SERVO_MAX + (SERVO_MIN-SERVO_MAX)/100 * 1.8 * val); // sets the servo position 0-180

      posted in Announcements
      Duncan Pullen
      Duncan Pullen