Navigation

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

    Posts made by Stephen205

    • RE: New project theory for Ag feed industry

      I use https://www.datamobile.ag/ for my hive scales, very good and you pay for what you use.

      posted in My Project
      Stephen205
      Stephen205
    • RE: 💬 Easy/Newbie PCB for MySensors

      The radio is only powered by the battery, the battery must be connected to test. Connect both the usb (set to 3.3v) and the battery, no damage will be caused by this.

      posted in OpenHardware.io
      Stephen205
      Stephen205
    • RE: not working Ethernet Gateway (sensebender and/or nano gateway)

      / Enable MY_IP_ADDRESS here if you want a static ip address (no DHCP)
      #define MY_IP_ADDRESS 192,168,1,110

      // If using static ip you can define Gateway and Subnet address as well
      #define MY_IP_GATEWAY_ADDRESS 192,168,1,1
      #define MY_IP_SUBNET_ADDRESS 255,255,255,0

      change #define MY_IP_GATEWAY_ADDRESS 192,168,1,1

      to MY_IP_GATEWAY 192,168,1,110
      and see if that works.

      posted in Hardware
      Stephen205
      Stephen205
    • RE: not working Ethernet Gateway (sensebender and/or nano gateway)

      did you add a decoupling capacitor to the radio?

      posted in Hardware
      Stephen205
      Stephen205
    • RE: not working Ethernet Gateway (sensebender and/or nano gateway)

      @rafael156 said in not working Ethernet Gateway (sensebender and/or nano gateway):

      For the W5100 does "MO"=MOSI and "MI"=MISO?

      Yes.
      I have just built a gateway with funduino w5100, I have it connected over usb (for power) to a RPI for now, it works well.

      posted in Hardware
      Stephen205
      Stephen205
    • RE: fody weather station

      So i have given up with iobroker and used FHEM instead, worked well first time.

      posted in Hardware
      Stephen205
      Stephen205
    • RE: fody weather station

      @stephen205

      I have looked in the iobroker/mysensors/getmeta.js

      line 10 'S_WIND': {index: 9, role: 'direction', vars: ['V_WIND', 'V_GUST']},

      Is V_DIRECTION supposed to be included there and could that be the cause of the problem?

      posted in Hardware
      Stephen205
      Stephen205
    • fody weather station

      Re: [fody weather station](wind sensor)

      I found one of these on ebay for €26 and then found this thread
      https://forum.mysensors.org/topic/6645/fody-weather-station-wind-sensor
      WOW did that just save me loads of time.

      At the moment I am happy that everything is working ok with the unit and sending the data to the gateway, But...
      I am trying to get the data into iobroker and it all works apart from the wind direction.

      iobroker shows the node wind with only V_GUST and V_WIND but not V_DIRECTION

      1871203 TSF:MSG:SEND,1-1-0-0,s=200,c=1,t=8,pt=7,l=5,sg=0,ft=0,st=OK:0.3
      Wind speed: 0.27
      1871212 TSF:MSG:SEND,1-1-0-0,s=200,c=1,t=9,pt=7,l=5,sg=0,ft=0,st=OK:29.7
      Wind gust: 29.65
      1871221 TSF:MSG:SEND,1-1-0-0,s=200,c=1,t=10,pt=7,l=5,sg=0,ft=0,st=OK:180
      Wind direction: 180
      1871228 TSF:MSG:READ,0-0-1,s=200,c=1,t=8,pt=7,l=5,sg=0:0.3
      1871235 TSF:MSG:ACK
      1871237 TSF:MSG:READ,0-0-1,s=200,c=1,t=9,pt=7,l=5,sg=0:29.7
      1871242 TSF:MSG:ACK
      1871255 TSF:MSG:READ,0-0-1,s=200,c=1,t=10,pt=7,l=5,sg=0:180
      1871260 TSF:MSG:ACK
      

      Can anyone point me in the right direction to sort this out?
      Thanks in advance

      I have tried the iobroker forum without luck.

      posted in Hardware
      Stephen205
      Stephen205
    • RE: Arduino irrigation issues

      IObroker or openhab support V_VAR and the original sketch works on both controllers, at least for me it does.

      posted in Troubleshooting
      Stephen205
      Stephen205
    • RE: Arduino irrigation issues

      IObroker or openhab will work as a replacement controller for Vera.

      posted in Troubleshooting
      Stephen205
      Stephen205