Navigation

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

    Posts made by p0lar

    • RE: Furnace Fire monitor

      the heater for my house started to overheat. I think I will put a high temp metal sensor the airflow just to watch it.

      Thanks. I too was happy nobody was hurt

      posted in My Project
      p0lar
      p0lar
    • Furnace Fire monitor

      My home furnace of 20+ years just caught fire and blew melted black plastic smoke all over my house. by design my nest protect shut it down ASAP and we didnt lose the whole house.

      my question is. how would you go about monitoring the temp of the NEW furnace to prevent another overheat event?

      posted in My Project
      p0lar
      p0lar
    • RE: Garage door controller/checker

      how about adding an ultrasonic sensor to tell if your car is IN the garage or not?

      posted in My Project
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      Still nothing in the MySensors Debug tab... and only the NON debug info in the log files. maybe this is a ethernet GW issue? So I get debug info in the Arduino Serial monitor but no debug via TCP?

      [GENERAL]
      VERSION=0.1.2.282

      [COMMUNICATION]
      COM=COM1
      SPEED=4
      IP=10.1.1.200
      PORT=5003
      TCPACTIVE=1

      [STATUS]
      LOGGING=1
      DEBUGGING=1
      SENDMSG=1
      LOGPARSE=1
      AUTOFW=0
      AUTOID=1
      UTCTIME=0
      CLOSECONFIRM=0
      FILTERLOG=1
      SAVENODES=1
      METRICSYSTEM=0

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      I thinking I am build a DEBUG version of the GW code. but I dont think the logging is working in the app with my eth GW. am I mising something?

      So. when I build a DEBUG version of the GW code I get this in the serial console hex size=29k so its bigger.

      0;0;3;0;9;gateway started, id=0, parent=0, distance=0
      0;0;3;0;9;read: 1-1-0 s=1,c=1,t=0,pt=7,l=5,sg=0:71.6
      1;1;1;0;0;71.6
      0;0;3;0;9;read: 2-2-0 s=1,c=1,t=16,pt=0,l=1,sg=0:0
      2;1;1;0;16;0

      the NON DEBUG I get this. hex size = 26k
      1;1;1;0;0;69.8
      1;0;1;0;1;35.0
      1;1;1;0;0;71.6
      1;0;1;0;1;36.0
      1;1;1;0;0;73.4
      1;0;1;0;1;37.0
      2;1;1;0;16;0

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      correct. you build the .hex file in arduino studio or whatever and copy it to the MY gui firmware folder and edit the csv file and then reload.

      http://forum.mysensors.org/topic/1066/bootloader/8

      This should help

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      HMM i cant build a DEBUG version of the ethernet gateway... even when I try to define it and print hello world it wont... weird.. any ideas?

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      so from what I know.
      you DONT need the MYSBootloader on the gateway. just normal arduino bootloader. you DO need the MYSBootloader on ALL the sensors you with to connect to your gateway.
      Do the MYSBootloader first then use this tool to upload the firmware to your sensors OTA

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      Thanks. Ill check that when I get back into town end of this week.

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      Bootloader on the sensors is the one from your firmware directory. on the GW its the standard arduino one... do I need yours on the GW?

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      But i dont see anything. UNO ethernet GW with SoftSPI enabled

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      Its turned on in MySensors.h and reuploaded

      MyConfig.h

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      Yes I can reboot the node. trying to upload dallastemp to it.

      MySensors_20160102-104854.log

      posted in Controllers
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      Now that I have sensors that have the correct bootloader I have been able to upload firmware a few times. But now that I have made changed to the sketch and copied the new hex file over I even bumped the version tag in the file. I can't get it to flash. Nothing I do makes it upload the new code? Thoughts?

      posted in Controllers
      p0lar
      p0lar
    • Vera + MQTT gateway?

      Im trying to find out if I can use my current ethernet GW to help me bridge to OpenHAB from my vera. can one gateway do both vera eth GW and MQTT?

      posted in Vera
      p0lar
      p0lar
    • RE: Windows GUI/Controller for MySensors

      Nice.... Following

      posted in Controllers
      p0lar
      p0lar
    • RE: Sometimes nodes NOT created???

      Nope. No serial gateway. Also re including does not create the missing ones. Hmmmm

      posted in Vera
      p0lar
      p0lar
    • RE: Sometimes nodes NOT created???

      @m26872 Vera Lite running something and an Ethernet gateway with 1.4.1 code on senors and gateway... I am using the example code on these sensors... is there an example delay in there already?

      posted in Vera
      p0lar
      p0lar
    • RE: Sometimes nodes NOT created???

      OK. ill try inclusion again trick..

      posted in Vera
      p0lar
      p0lar
    • RE: Sometimes nodes NOT created???

      They are not really needed right other than info about the device?

      posted in Vera
      p0lar
      p0lar
    • Sometimes nodes NOT created???

      Sometimes when I add a sensor the corresponding NODE entry in the devices list does not get created. is this important? any way to debug that?

      Thanks

      posted in Vera
      p0lar
      p0lar
    • RE: [SOLVED] Problems with Ethernet Gateway (Arduino Ethernet Shield)

      @hek Cool. maybe we can add a #define gateway and #define sensor to switch it between automagically.

      W5100 gateway working 2+ days so far on 1.4.1 with this mod. THANKS

      posted in Troubleshooting
      p0lar
      p0lar
    • RE: [SOLVED] Problems with Ethernet Gateway (Arduino Ethernet Shield)

      Do we need to remove this Soft SPI mod to build sensors now?

      posted in Troubleshooting
      p0lar
      p0lar
    • RE: 1.4 gateway not working

      Looks like it worked.

      ill post another question in that thread you mentioned

      Thanks

      posted in Vera
      p0lar
      p0lar
    • RE: 1.4 gateway not working

      Did not. I will tonight 🙂

      posted in Vera
      p0lar
      p0lar
    • 1.4 gateway not working

      I have an UNO with a w5100 shield that used to work fine running 1.3 but them I updated to 1.4 and 1.4.1

      I still cant get my Ethernet Gateway to my 1.5 Vera Lite working again...

      anyone else got this working on 1.4x? i have read the posting about SPI and all and I think that 1.4.1 resolved that but still no go.

      I do get a "Gateway Started" message via the serial console. but thats all

      Thoughts?

      posted in Vera
      p0lar
      p0lar
    • RE: Ethernet gateway troubleshooting advice

      so is there a 1.4.1 coming out? 🙂

      posted in Troubleshooting
      p0lar
      p0lar
    • RE: My sensorboard MYS 1.0beta

      cool on the full kit price but can we also get just plain boards? I have a few home-built sensors that I need to upgrade 🙂

      posted in Hardware
      p0lar
      p0lar
    • RE: My sensorboard MYS 1.0beta

      Im in for a few. what do I need to provide you with?

      posted in Hardware
      p0lar
      p0lar
    • RE: My Small GateWay

      Where did you get that housing?

      looks clean 🙂

      posted in My Project
      p0lar
      p0lar