Navigation

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

    AndrewZ

    @AndrewZ

    4
    Reputation
    25
    Posts
    612
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    AndrewZ Follow

    Best posts made by AndrewZ

    • RE: ๐Ÿ’ฌ Building an Ethernet Gateway

      @mfalkvidd , yes I also found this in MQTT GW example, thanks.
      This seems to be not working on my ENC28J60 - as I can see the the default gateway setting is not taken into account. I will test with W5100.

      Edit: I confirm that these settings work properly with W5100, just tested.

      posted in Announcements
      AndrewZ
      AndrewZ
    • RE: openHAB 2.0 binding

      @LastSamurai please check the group ownership

      $ ls -l /dev/ttyUSB0
      

      Make sure the port you're using is included in EXTRA_JAVA_OPTS as described here

      posted in OpenHAB
      AndrewZ
      AndrewZ
    • RE: RS485/RS232/Serial transport class for mysensors.org

      @hek
      thanks for this really fast and motivating response, I will try!

      posted in Development
      AndrewZ
      AndrewZ
    • RE: ๐Ÿ’ฌ Sonoff relay using MySensors ESP8266 wifi or mqtt gateway

      With all my respect to the project and people behind it I believe that MQTT is more widely used than MySensors. So for me it would be more logical to add another MQTT client to the network rather than introduce any additional gateway. Just my 2ยข.

      posted in OpenHardware.io
      AndrewZ
      AndrewZ

    Latest posts made by AndrewZ

    • RE: openHAB 2.0 binding

      @gonzalonal I've observed something similar on my system, as I recall the binding wasn't even able to establish the initial connection to a gateway. Have OH upgraded today from an earlier build (~3 weeks old).

      posted in OpenHAB
      AndrewZ
      AndrewZ
    • RE: openHAB 2.0 binding

      @TimO yes, message occurs on startup and I'm already using version from marketplace, I see it as market:binding-3328323 - 1.0

      posted in OpenHAB
      AndrewZ
      AndrewZ
    • RE: openHAB 2.0 binding

      @TimO here is the output:

      2017-03-23 20:51:32.531 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin
      2017-03-23 20:51:33.754 [WARN ] [.discovery.MySensorsDiscoveryService] - Cannot automatic discover thing node: 0, child: 255 please insert it manually
      2017-03-23 20:51:33.772 [INFO ] [al.protocol.ip.MySensorsIpConnection] - Successfully connected to MySensors Bridge.
      
      posted in OpenHAB
      AndrewZ
      AndrewZ
    • RE: openHAB 2.0 binding

      Just noticed in the log:

      [WARN ] [.discovery.MySensorsDiscoveryService] - Cannot automatic discover thing node: 0, child: 255 please insert it manually
      

      Is that normal or any additional configuration is needed?
      Thanks!

      posted in OpenHAB
      AndrewZ
      AndrewZ
    • RE: openHAB 2.0 binding

      @LastSamurai please check the group ownership

      $ ls -l /dev/ttyUSB0
      

      Make sure the port you're using is included in EXTRA_JAVA_OPTS as described here

      posted in OpenHAB
      AndrewZ
      AndrewZ
    • RE: RS485 Gateway with Nano and ENC28J60

      I'm also interested in Ethernet Gateway with RS485 transport.
      At the moment I have successfully tested this on Arduino UNO with 2 different Ethernet modules, W5100 and ENC28J60.
      In both cases I'm using hardware serial port on Arduino, not AltSoftSerial.

      // Enable this if RS485 is connected to a hardware serial port
      #define MY_RS485_HWSERIAL Serial
      
      posted in Development
      AndrewZ
      AndrewZ
    • RE: ๐Ÿ’ฌ Building an Ethernet Gateway

      @mfalkvidd , yes I also found this in MQTT GW example, thanks.
      This seems to be not working on my ENC28J60 - as I can see the the default gateway setting is not taken into account. I will test with W5100.

      Edit: I confirm that these settings work properly with W5100, just tested.

      posted in Announcements
      AndrewZ
      AndrewZ
    • RE: ๐Ÿ’ฌ Building an Ethernet Gateway

      Maybe I just overlooked that, but is it possible to statically define netmask and gateway in the sketch? I'm using ENC28J60.

      posted in Announcements
      AndrewZ
      AndrewZ
    • RE: openHAB 2.0 binding

      @andreacioni thank you
      Yes, it was a change in the .things file, but it was related to another binding.

      posted in OpenHAB
      AndrewZ
      AndrewZ
    • RE: openHAB 2.0 binding

      @TimO , I just noticed a weird behavior - I've changed configuration for another binding and restarted it from the console but that killed mysensors binding:

      2017-03-04 13:07:19.110 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'demo.things'
      2017-03-04 13:07:19.123 [ERROR] [col.serial.MySensorsSerialConnection] - Interrupted reset time wait
      2017-03-04 13:07:19.124 [WARN ] [col.serial.MySensorsSerialConnection] - Skipping I_VERSION connection test, not recommended...
      2017-03-04 13:07:19.125 [INFO ] [col.serial.MySensorsSerialConnection] - Successfully connected to MySensors Bridge.
      2017-03-04 13:07:19.125 [WARN ] [col.serial.MySensorsSerialConnection] - Network Sanity Checker thread disabled from bridge configuration

      2017-03-04 13:07:21.141 [ERROR] [col.serial.MySensorsSerialConnection] - Can't connect to serial port. Wrong port?
      2017-03-04 13:07:21.149 [ERROR] [col.serial.MySensorsSerialConnection] - Failed connecting to bridge...next retry in 10 seconds (Retry No.:0)
      2017-03-04 13:07:33.161 [ERROR] [col.serial.MySensorsSerialConnection] - Can't connect to serial port. Wrong port?
      2017-03-04 13:07:33.163 [ERROR] [col.serial.MySensorsSerialConnection] - Failed connecting to bridge...next retry in 10 seconds (Retry No.:1)

      Complete stop/start of OH is the only solution so far.

      posted in OpenHAB
      AndrewZ
      AndrewZ