Navigation

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

    Posts made by Wijbe.Fryslan

    • RE: gateway wont recieve new sensors

      Have you tried this way?

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: How to check if a SerialGateway works

      [SOLVED] The solution was essentially very simple (like many problems).
      1 - Connect the gateway to a computer and open the Arduino-IDE and in the serial monitor appears something like:

      0;0;3;0;9;gateway started, id=0, parent=0, distance=0
      0;0;3;0;14;Gateway startup complete.

      (You now know that the processor works, now's time to check whether there is communication with a sensor.)
      2 - Connect a sensor in the same way. (Note there is set to the correct COM port.) Appeared in the serial monitor:

      send: 1-1-0-0 s=255,c=0,t=17,pt=0,l=5,sg=0,st=ok:1.5.1
      send: 1-1-0-0 s=255,c=3,t=6,pt=0,l=1,st=ok:0
      sensor started, id=1, parent=0, distance=1
      send: 1-1-0-0 s=1,c=0,t=4,pt=0,l=0,sg=0,st=ok:
      send: 1-1-0-0 s=255,c=3,t=11,pt=0,l=25,sg=0,st=ok:DimmableLED /w button & r
      send: 1-1-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:1.2
      Sending in last known light level to controler:0
      send: 1-1-0-0 s=1,c=1,t=3,pt=1,l=1,sg=0,st=ok:0
      Ready to receive messages...
      read: 0-0-1 s=1,c=1,t=3,pt=1,1=1,sg=0:0
      New light level received: 0

      Conclusion: There is two-way communication! So the gateway works well (and the same applies to the sensor)! In my case I played somewhat arround with the sensor and observe the respons of both, sensor and gateway.

      Hope this description can help others,
      Wijbe

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      Playing with my Arduino IDE and mysensors download on my computer with Windows 7, I can make the following conclusion:
      Arduino-1.6.5-r2-windows works fine;
      Arduino-1.6.7-windows gives described UIPEthernet warning.

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Newbie: RFM69 serial gateway

      Did the last post from @carlierd helps? I.g. have you tried?

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      @sundberg84 said:

      ... When you open your arduino IDE do you see all the MySensors examples there (In example -> MySensors)? The your lib is installed....

      I think so. How manny are there, so I can check. 😉

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      @sundberg84 The sketch UIPEthernet becomes to al my downloads from MySensors.

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: How to check if a SerialGateway works

      Even a versionnumber from the gateway is depending of a respons of a sensor?

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • How to check if a SerialGateway works

      Last days spent my time for a new gateway. For me the hardware is ok. (Check wiring, placed another Nano and tranciever.) In the serial monitor gives the gateway:

      0;0;3;0;9;gateway started, id=0, parent=0, distance=0
      0;0;3;0;14;Gateway startup complete.

      Is this a good respons?

      When its coupled to a Domotics there's no version and no sensors...

      How can I check the gateway??

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      You think this is THE solution????

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      @Wijbe.Fryslan LOL, jan '15 has to be jan '15 (older version deleted...)

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      Now installing ArduinoIDE 1.6.5 (aug '15) and MySensors 1.5 (jan '15) there's no warning...

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      So mabey the download from MySensors isn't ok (UIPEthernet is a part of that).
      Again downloaded and added but the same warning.

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      Again, installing AerduinoIDE, then de latest realese of MySensors: same problem...

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      Yep, with the same warning and zero results in Domoticz.

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Uploading SerialGateway WARNING

      @sunberg84 Thanks for your advice. All those steps already done some time ago...
      Think this is not a relevant answer by my question. 😉

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • Uploading SerialGateway WARNING

      Hello, I'm trying to make a new SerialGateway, from scratch and the same on this webside. So far so good... But I think he's not working... (In Domoticz I see no versionnumber nor a sensor.)
      So I started checking the hardware, that's (lets hope) ok.
      Next step is checking the software, installing the newest version of ArduinoIDE (on Windows) and the latest release of MySensors, so far so good.
      When I try to check the SerialGateway-sketch there's the next warning:

      WARNING: Category '' in library UIPEthernet is not valid. setting to 'Uncategorized'

      Can I Upload the sketch?

      posted in Troubleshooting
      Wijbe.Fryslan
      Wijbe.Fryslan
    • RE: Help with Home Automation from scratch based on MyS

      Safety is a great thing! For me, I sould use a relayboard with optocoupler. When good designed it 's a perfect isolation between electronica and 230 AC.

      posted in My Project
      Wijbe.Fryslan
      Wijbe.Fryslan