Announcement

Collapse
No announcement yet.

Exception in RecievedData5 : Object reference not set to an instance of an object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Exception in RecievedData5 : Object reference not set to an instance of an object

    Hi Greig,

    Curious if you can let me know why this happens. I'm still building my arduino project, and occasionally I decide to remove a sensor. Typically, when I remove (delete) an analogue sensor (pin) - I immediately get this error filling up the logs after the board gets updated with the new pin layout:

    Arduino Plugin Error = Exception in RecievedData5 : Object reference not set to an instance of an object

    Then I chase my tail trying to figure out what to do, reboots, re-download the sketch, etc. Sometimes it just stops happening, but most recently, I have to add one additional analogue pin to get it to stop. I added one randomly, errors stop... then I delete that pin, errors begin... then I add another random A-pin, errors stop.

    thoughts?

    I'm running V1.0.0.103 for Linux, which still seems to be the latest version.

    thanks!
    Dave

    #2
    This sounds like the board is not resetting and removing the pin correctly. I will have a look at this and see what I can do.

    Greig.
    Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
    X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
    Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
    Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
    Scripts =
    Various

    Comment


      #3
      Hi Greig,

      I'm not sure if this is related, but tonight I seem to be stuck without the plugin being able to write the pins to the board before the board becomes hung.

      I thought there was perhaps a hardware issue, but I've loaded other sketches including some ethernet sketches and all works fine with those.

      So I turned on extended logging in the Arudino plugin - and here are the results after pushing "reset" on the board. When the pins begin to be sent to the board, the board reports back "connected" - then that seems to break the flow and it's stuck till I push reset again. This log capture below has a couple of rests (after "New UDP Text Recieved = Connect 1" lines)

      Code:
      Aug-11 2:19:29 AM	 	Arduino Plugin	Disconnected from Board No:1 at ip address 192.168.15.95 Port No:42095
      Aug-11 2:19:29 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 D ,Disconnect Command
      Aug-11 2:19:29 AM	 	Arduino Plugin	Error = Board: 1 Connection FAILED.
      Aug-11 2:19:04 AM	 	Arduino Plugin	New UDP Text Recieved = Connected 1
      Aug-11 2:19:04 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 c ,Connection established Command
      Aug-11 2:19:04 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 7 0 ,Analog Pinset Command
      Aug-11 2:19:04 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 1 0 ,Analog Pinset Command
      Aug-11 2:19:04 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 6 0 ,Analog Pinset Command
      Aug-11 2:19:04 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 5 0 ,Analog Pinset Command
      Aug-11 2:19:03 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 4 0 ,Analog Pinset Command
      Aug-11 2:19:03 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 3 0 ,Analog Pinset Command
      Aug-11 2:19:03 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 2 0 ,Analog Pinset Command
      Aug-11 2:19:03 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 F 1 1 ,PWM Fade Time Command
      Aug-11 2:19:03 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 P 1 0 ,PWM Command
      Aug-11 2:19:02 AM	 	Arduino Plugin	Updating Values on Board No: 1
      Aug-11 2:19:02 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 7 A10 10000 ,Analog Inverted Command
      Aug-11 2:19:02 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 1 A13 10000 ,Analog Inverted Command
      Aug-11 2:19:01 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 6 A12 10000 ,Analog Inverted Command
      Aug-11 2:19:01 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 5 A9 10000 ,Analog Inverted Command
      Aug-11 2:19:01 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 I 2 28 ,Input Pinset Command
      Aug-11 2:19:01 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 4 A8 10000 ,Analog Inverted Command
      Aug-11 2:19:01 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 3 A11 10000 ,Analog Inverted Command
      Aug-11 2:19:01 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 I 1 26 ,Input Pinset Command
      Aug-11 2:19:00 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 2 A15 10000 ,Analog Inverted Command
      Aug-11 2:19:00 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 p 1 22 ,PWM Set Command
      Aug-11 2:19:00 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 W 24 12 ,Onewire Pinset Command
      Aug-11 2:18:59 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 X ,Pin Reset Command
      Aug-11 2:18:59 AM	 	Arduino Plugin	Updating pins on Board No: 1
      Aug-11 2:18:59 AM	 	Arduino Plugin	Connected to Board No:1 at ip address 192.168.15.95 Port No:42095
      Aug-11 2:18:59 AM	 	Arduino Plugin	Data Received:Connected 1
      Aug-11 2:18:59 AM	 	Arduino Plugin	New UDP Text Recieved = Version 1 1.0.0.101 HS3
      Aug-11 2:18:59 AM	 	Arduino Plugin	Board 1 Version 1.0.0.101 and Plugin Version 1.0.0.103 are compatible.
      Aug-11 2:18:59 AM	 	Arduino Plugin	New UDP Text Recieved = Connect 1
      Aug-11 2:18:59 AM	 	Arduino Plugin	Data Received:Version 1 1.0.0.101 HS3
      Aug-11 2:18:59 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 C ,Connect Command
      Aug-11 2:18:59 AM	 	Arduino Plugin	Connecting Board No:1 at ip address 192.168.15.95 Port No:42095
      Aug-11 2:18:59 AM	 	Arduino Plugin	Data Received:Connect 1
      Aug-11 2:18:35 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 K ,Keep Alive Command
      Aug-11 2:18:35 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 C ,Connect Command
      Aug-11 2:18:35 AM	 	Arduino Plugin	Warning = Board: 1 has a connection ERROR. Retrying.
      Aug-11 2:18:35 AM	 	Arduino Plugin	Keeping Board: 1 Comport Alive.
      Aug-11 2:18:35 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 K ,Keep Alive Command
      Aug-11 2:18:05 AM	 	Arduino Plugin	Keeping Board: 1 Comport Alive.
      Aug-11 2:18:05 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 K ,Keep Alive Command
      Aug-11 2:17:42 AM	 	Arduino Plugin	New UDP Text Recieved = Connected 1
      Aug-11 2:17:42 AM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 c ,Connection established Command
      Generally all has been ok for the past month. Tonight I had added pin A10, and initially all was fine, but after about half an hour, the board was hung and this is the loop I've been in ever since. Funny thing is I wasn't touching it during that time.

      Hoping you have a thought

      Dave

      Comment


        #4
        I have a bit more on this more recent issue - hope this helps in troubleshooting...

        I decided to back up one step from where it was working earlier last night. I had added a pin (A10), and it was probably 30 minutes later when I noticed the board was hung.

        Tonight, I deleted pin A10. Did a hardware reset on the Arduino, and everything came back to life!

        I then turned the logging back to normal (because it was filling up with readings), then re-added pin A10. It hung shortly after. Here's the log at that point:

        Code:
        Aug-11 11:08:48 PM	 	BOX Cool Down	Box Temp: 29C Fan Percentage: 40
        Aug-11 11:08:44 PM	 	Arduino Plugin	Updating Values on Board No: 1
        Aug-11 11:08:42 PM	 	Arduino Plugin	Updating pins on Board No: 1
        Aug-11 11:08:42 PM	 	Arduino Plugin	Connected to Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:08:42 PM	 	Arduino Plugin	Board 1 Version 1.0.0.101 and Plugin Version 1.0.0.103 are compatible.
        Aug-11 11:08:41 PM	 	Arduino Plugin	Connecting Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:08:11 PM	 	Arduino Plugin	Disconnected from Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:08:11 PM	 	Arduino Plugin	Error = Board: 1 Connection FAILED.
        Aug-11 11:07:41 PM	 	Arduino Plugin	Warning = Board: 1 has a connection ERROR. Retrying.
        Aug-11 11:06:41 PM	 	Arduino Plugin	Connecting Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:06:41 PM	 	Arduino Plugin	Device 60 Deleted
        Aug-11 11:06:41 PM	 	Arduino Plugin	Deleting device Arduino Devices Arduino Plugin CO Level - MQ7, Pin:A10, Ref = 60
        Aug-11 11:06:27 PM	 	Arduino Plugin	Disconnected from Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:06:27 PM	 	Arduino Plugin	Error = Board: 1 Connection FAILED.
        Aug-11 11:05:57 PM	 	Arduino Plugin	Warning = Board: 1 has a connection ERROR. Retrying.
        Aug-11 11:05:01 PM	 	Arduino Plugin	Updating Values on Board No: 1
        Aug-11 11:04:59 PM	 	Arduino Plugin	Updating pins on Board No: 1
        Aug-11 11:04:58 PM	 	Arduino Plugin	Connected to Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:04:58 PM	 	Arduino Plugin	Board 1 Version 1.0.0.101 and Plugin Version 1.0.0.103 are compatible.
        Aug-11 11:04:57 PM	 	Arduino Plugin	Connecting Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:04:55 PM	 	Arduino Plugin	Adding Analog Input:7 Pin:A10 to board No:1
        Aug-11 11:03:54 PM	 	Arduino Plugin	Logging Level changed to Normal
        Then, I turned on full logging, deleted pin A10, did a reset (which seems to require the ethernet board reset, followed by the Arduino CPU reset for dependable restart). Then added pin A10 (11:10:09 PM), and it was only moments later, the hang happened again. Here's the extended logging of these steps:

        Code:
        Aug-11 11:11:42 PM	 	Arduino Plugin	Disconnected from Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:11:42 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 D ,Disconnect Command
        Aug-11 11:11:42 PM	 	Arduino Plugin	Error = Board: 1 Connection FAILED.
        Aug-11 11:11:13 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 K ,Keep Alive Command
        Aug-11 11:11:13 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 C ,Connect Command
        Aug-11 11:11:12 PM	 	Arduino Plugin	Warning = Board: 1 has a connection ERROR. Retrying.
        Aug-11 11:11:12 PM	 	Arduino Plugin	Keeping Board: 1 Comport Alive.
        Aug-11 11:11:12 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 K ,Keep Alive Command
        Aug-11 11:10:42 PM	 	Arduino Plugin	Keeping Board: 1 Comport Alive.
        Aug-11 11:10:42 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 K ,Keep Alive Command
        Aug-11 11:10:19 PM	 	Arduino Plugin	New UDP Text Recieved = Connected 1
        Aug-11 11:10:19 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 c ,Connection established Command
        Aug-11 11:10:18 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 7 0 ,Analog Pinset Command
        Aug-11 11:10:18 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 1 0 ,Analog Pinset Command
        Aug-11 11:10:18 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 6 0 ,Analog Pinset Command
        Aug-11 11:10:18 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 5 0 ,Analog Pinset Command
        Aug-11 11:10:18 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 4 0 ,Analog Pinset Command
        Aug-11 11:10:17 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 3 0 ,Analog Pinset Command
        Aug-11 11:10:17 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 a 2 0 ,Analog Pinset Command
        Aug-11 11:10:17 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 F 1 1 ,PWM Fade Time Command
        Aug-11 11:10:17 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 P 1 102 ,PWM Command
        Aug-11 11:10:16 PM	 	Arduino Plugin	Updating Values on Board No: 1
        Aug-11 11:10:16 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 7 A10 10000 ,Analog Inverted Command
        Aug-11 11:10:16 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 1 A13 10000 ,Analog Inverted Command
        Aug-11 11:10:16 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 6 A12 10000 ,Analog Inverted Command
        Aug-11 11:10:15 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 5 A9 10000 ,Analog Inverted Command
        Aug-11 11:10:15 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 I 2 28 ,Input Pinset Command
        Aug-11 11:10:15 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 4 A8 10000 ,Analog Inverted Command
        Aug-11 11:10:15 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 3 A11 10000 ,Analog Inverted Command
        Aug-11 11:10:15 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 I 1 26 ,Input Pinset Command
        Aug-11 11:10:15 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 A 2 A15 10000 ,Analog Inverted Command
        Aug-11 11:10:14 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 p 1 22 ,PWM Set Command
        Aug-11 11:10:14 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 W 24 12 ,Onewire Pinset Command
        Aug-11 11:10:14 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 X ,Pin Reset Command
        Aug-11 11:10:13 PM	 	Arduino Plugin	Updating pins on Board No: 1
        Aug-11 11:10:13 PM	 	Arduino Plugin	Connected to Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:10:13 PM	 	Arduino Plugin	Data Received:Connected 1
        Aug-11 11:10:13 PM	 	Arduino Plugin	New UDP Text Recieved = Version 1 1.0.0.101 HS3
        Aug-11 11:10:13 PM	 	Arduino Plugin	Board 1 Version 1.0.0.101 and Plugin Version 1.0.0.103 are compatible.
        Aug-11 11:10:13 PM	 	Arduino Plugin	Data Received:Version 1 1.0.0.101 HS3
        Aug-11 11:10:13 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 6 0
        Aug-11 11:10:13 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 C ,Connect Command
        Aug-11 11:10:13 PM	 	Arduino Plugin	Board 1, Device Ref = 54, Device Name = Arduino, Board:1, Analog Input:6, Value = 0
        Aug-11 11:10:12 PM	 	Arduino Plugin	Connecting Board No:1 at ip address 192.168.15.95 Port No:42095
        Aug-11 11:10:12 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:12 PM	 	Arduino Plugin	OutputValue: 0
        Aug-11 11:10:12 PM	 	Arduino Plugin	Final formula: 0*0.024123711340206185567010309278351 = 0
        Aug-11 11:10:12 PM	 	Arduino Plugin	Value: 0
        Aug-11 11:10:12 PM	 	Arduino Plugin	Sum = 0*0.024123711340206185567010309278351
        Aug-11 11:10:12 PM	 	Arduino Plugin	Data Received:1 A 6 0
        Aug-11 11:10:12 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 4 475
        Aug-11 11:10:12 PM	 	Arduino Plugin	Board 1, Device Ref = 51, Device Name = Arduino, Board:1, Analog Input:4, Value = 475
        Aug-11 11:10:12 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 3 335
        Aug-11 11:10:11 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:11 PM	 	Arduino Plugin	Board 1, Device Ref = 50, Device Name = Arduino, Board:1, Analog Input:3, Value = 335
        Aug-11 11:10:11 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 2 718
        Aug-11 11:10:11 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 1 219
        Aug-11 11:10:11 PM	 	Arduino Plugin	Board 1, Device Ref = 41, Device Name = Arduino, Board:1, Analog Input:2, Value = 718
        Aug-11 11:10:11 PM	 	Arduino Plugin	OutputValue: 11.45
        Aug-11 11:10:11 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:11 PM	 	Arduino Plugin	Board 1, Device Ref = 56, Device Name = Arduino, Board:1, Analog Input:1, Value = 219
        Aug-11 11:10:11 PM	 	Arduino Plugin	Final formula: 475*0.024123711340206185567010309278351 = 11.45
        Aug-11 11:10:11 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:11 PM	 	Arduino Plugin	Value: 475
        Aug-11 11:10:11 PM	 	Arduino Plugin	OutputValue: 136.0
        Aug-11 11:10:11 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:11 PM	 	Arduino Plugin	Sum = 475*0.024123711340206185567010309278351
        Aug-11 11:10:11 PM	 	Arduino Plugin	Final formula: 335*0.40609137055837563451776649746193 = 136.0
        Aug-11 11:10:11 PM	 	Arduino Plugin	OutputValue: 70.18
        Aug-11 11:10:11 PM	 	Arduino Plugin	Value: 335
        Aug-11 11:10:10 PM	 	Arduino Plugin	OutputValue: 21.40
        Aug-11 11:10:10 PM	 	Arduino Plugin	Final formula: 718*100/1023 = 70.18
        Aug-11 11:10:10 PM	 	Arduino Plugin	Sum = 335*0.40609137055837563451776649746193
        Aug-11 11:10:10 PM	 	Arduino Plugin	Final formula: 219*100/1023 = 21.40
        Aug-11 11:10:10 PM	 	Arduino Plugin	Data Received:1 A 4 475
        Aug-11 11:10:10 PM	 	Arduino Plugin	Value: 718
        Aug-11 11:10:10 PM	 	Arduino Plugin	Value: 219
        Aug-11 11:10:10 PM	 	Arduino Plugin	Sum = 718*100/1023
        Aug-11 11:10:10 PM	 	Arduino Plugin	Sum = 219*100/1023
        Aug-11 11:10:10 PM	 	Arduino Plugin	Data Received:1 A 3 335
        Aug-11 11:10:10 PM	 	Arduino Plugin	Data Received:1 A 2 718
        Aug-11 11:10:10 PM	 	Arduino Plugin	Data Received:1 A 1 219
        Aug-11 11:10:09 PM	 	Arduino Plugin	Adding Analog Input:7 Pin:A10 to board No:1
        Aug-11 11:10:07 PM	 	Arduino Plugin	New UDP Text Recieved = 1 Rom 407511801000012897 22.75
        Aug-11 11:10:07 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:07 PM	 	Arduino Plugin	Rom Address = 5A7C5D2EC62AC61 , Value = 22.75
        Aug-11 11:10:07 PM	 	Arduino Plugin	Data Received:1 Rom 407511801000012897 22.75
        Aug-11 11:10:06 PM	 	Arduino Plugin	New UDP Text Recieved = 1 Rom 407511801000012897 22.69
        Aug-11 11:10:06 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:06 PM	 	Arduino Plugin	New UDP Text Recieved = 1 Rom 4021712301000012882 28.62
        Aug-11 11:10:06 PM	 	Arduino Plugin	Rom Address = 5A7C5D2EC62AC61 , Value = 22.69
        Aug-11 11:10:06 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:06 PM	 	Arduino Plugin	Data Received:1 Rom 407511801000012897 22.69
        Aug-11 11:10:06 PM	 	Arduino Plugin	Rom Address = 37CFFE07A1ECB452 , Value = 28.62
        Aug-11 11:10:06 PM	 	Arduino Plugin	Data Received:1 Rom 4021712301000012882 28.62
        Aug-11 11:10:03 PM	 	Arduino Plugin	New UDP Text Recieved = 1 Rom 4013824738000012857 23.37
        Aug-11 11:10:03 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:03 PM	 	Arduino Plugin	Rom Address = 37B3F855432A8639 , Value = 23.37
        Aug-11 11:10:03 PM	 	Arduino Plugin	Data Received:1 Rom 4013824738000012857 23.37
        Aug-11 11:10:02 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 6 1
        Aug-11 11:10:02 PM	 	Arduino Plugin	Board 1, Device Ref = 54, Device Name = Arduino, Board:1, Analog Input:6, Value = 1
        Aug-11 11:10:02 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:02 PM	 	Arduino Plugin	OutputValue: 0.024
        Aug-11 11:10:02 PM	 	Arduino Plugin	Final formula: 1*0.024123711340206185567010309278351 = 0.024
        Aug-11 11:10:02 PM	 	Arduino Plugin	Value: 1
        Aug-11 11:10:02 PM	 	Arduino Plugin	Sum = 1*0.024123711340206185567010309278351
        Aug-11 11:10:02 PM	 	Arduino Plugin	Data Received:1 A 6 1
        Aug-11 11:10:01 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 4 476
        Aug-11 11:10:01 PM	 	Arduino Plugin	Board 1, Device Ref = 51, Device Name = Arduino, Board:1, Analog Input:4, Value = 476
        Aug-11 11:10:01 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:01 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 3 535
        Aug-11 11:10:01 PM	 	Arduino Plugin	Board 1, Device Ref = 50, Device Name = Arduino, Board:1, Analog Input:3, Value = 535
        Aug-11 11:10:01 PM	 	Arduino Plugin	OutputValue: 11.48
        Aug-11 11:10:01 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:01 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 2 752
        Aug-11 11:10:01 PM	 	Arduino Plugin	Final formula: 476*0.024123711340206185567010309278351 = 11.48
        Aug-11 11:10:01 PM	 	Arduino Plugin	Board 1, Device Ref = 41, Device Name = Arduino, Board:1, Analog Input:2, Value = 752
        Aug-11 11:10:01 PM	 	Arduino Plugin	Value: 476
        Aug-11 11:10:01 PM	 	Arduino Plugin	OutputValue: 217.2
        Aug-11 11:10:01 PM	 	Arduino Plugin	Sum = 476*0.024123711340206185567010309278351
        Aug-11 11:10:01 PM	 	Arduino Plugin	Final formula: 535*0.40609137055837563451776649746193 = 217.2
        Aug-11 11:10:01 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:01 PM	 	Arduino Plugin	Value: 535
        Aug-11 11:10:01 PM	 	Arduino Plugin	Sum = 535*0.40609137055837563451776649746193
        Aug-11 11:10:01 PM	 	Arduino Plugin	Data Received:1 A 4 476
        Aug-11 11:10:01 PM	 	Arduino Plugin	OutputValue: 73.50
        Aug-11 11:10:01 PM	 	Arduino Plugin	New UDP Text Recieved = 1 A 1 125
        Aug-11 11:10:01 PM	 	Arduino Plugin	Final formula: 752*100/1023 = 73.50
        Aug-11 11:10:01 PM	 	Arduino Plugin	Board 1, Device Ref = 56, Device Name = Arduino, Board:1, Analog Input:1, Value = 125
        Aug-11 11:10:00 PM	 	Arduino Plugin	Data Received:1 A 3 535
        Aug-11 11:10:00 PM	 	Arduino Plugin	Value: 752
        Aug-11 11:10:00 PM	 	Arduino Plugin	Sum = 752*100/1023
        Aug-11 11:10:00 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:00 PM	 	Arduino Plugin	Data Received:1 A 2 752
        Aug-11 11:10:00 PM	 	Arduino Plugin	OutputValue: 12.21
        Aug-11 11:10:00 PM	 	Arduino Plugin	Final formula: 125*100/1023 = 12.21
        Aug-11 11:10:00 PM	 	Arduino Plugin	Value: 125
        Aug-11 11:10:00 PM	 	Arduino Plugin	New UDP Text Recieved = 1 Rom 407511801000012897 22.75
        Aug-11 11:10:00 PM	 	Arduino Plugin	Sum = 125*100/1023
        Aug-11 11:10:00 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:10:00 PM	 	Arduino Plugin	Data Received:1 A 1 125
        Aug-11 11:10:00 PM	 	Arduino Plugin	Rom Address = 5A7C5D2EC62AC61 , Value = 22.75
        Aug-11 11:10:00 PM	 	Arduino Plugin	Data Received:1 Rom 407511801000012897 22.75
        Aug-11 11:09:58 PM	 	Arduino Plugin	New UDP Text Recieved = 1 Rom 407511801000012897 22.69
        Aug-11 11:09:58 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:09:58 PM	 	Arduino Plugin	Rom Address = 5A7C5D2EC62AC61 , Value = 22.69
        Aug-11 11:09:58 PM	 	Arduino Plugin	Data Received:1 Rom 407511801000012897 22.69
        Aug-11 11:09:57 PM	 	Arduino Plugin	New UDP Text Recieved = 1 Rom 4021712301000012882 28.69
        Aug-11 11:09:57 PM	 	Arduino Plugin	Sent to IP:192.168.15.95 Port No:42095 = 1 h ,Ack Command
        Aug-11 11:09:57 PM	 	Arduino Plugin	Rom Address = 37CFFE07A1ECB452 , Value = 28.69
        Aug-11 11:09:57 PM	 	Arduino Plugin	Data Received:1 Rom 4021712301000012882 28.69
        Aug-11 11:09:55 PM	 	Arduino Plugin	Logging Level changed to All
        After deleting A10 again, it has been solid (as it has been for weeks prior). Is there something getting corrupted in the database that's causing this issue? I'm hoping I can re-add this pin (and others) without issues down the road.

        Let me know if it helps to see anything else - much appreciated!

        Dave

        Comment


          #5
          Hi Greig,

          I'm sure you've got a million things on the go - just curious if you had any time to look into this issue? I'm just coming back to this project now, and I'm hoping I can add more pins.

          thanks,
          Dave

          Comment


            #6
            Originally posted by dhalsall View Post
            Hi Greig,

            I'm sure you've got a million things on the go - just curious if you had any time to look into this issue? I'm just coming back to this project now, and I'm hoping I can add more pins.

            thanks,
            Dave
            Dave,

            I was thinking that this is also to do with the board running out of memmory and hanging as I can not see any other reason for this to happen. Please try V.122 from the Beta updater and report back to me. I will add more logging if this is not fixed for you.

            Greig.
            Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
            X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
            Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
            Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
            Scripts =
            Various

            Comment


              #7
              Originally posted by enigmatheatre View Post
              Dave,

              I was thinking that this is also to do with the board running out of memmory and hanging as I can not see any other reason for this to happen. Please try V.122 from the Beta updater and report back to me. I will add more logging if this is not fixed for you.

              Greig.
              Hi Greig,

              I looked at this tonight after doing a full backup -

              I think the version you're referring to may be the Windows version? I'm running the Linux build, V. 1.0.0.103 which is the current version in the beta list.

              Let me know if I'm missing something though - it is late, lol!

              Dave

              Comment


                #8
                Originally posted by dhalsall View Post
                Hi Greig,

                I looked at this tonight after doing a full backup -

                I think the version you're referring to may be the Windows version? I'm running the Linux build, V. 1.0.0.103 which is the current version in the beta list.

                Let me know if I'm missing something though - it is late, lol!

                Dave
                That's strange. I will check the updater tonight but it should be set to update Linux to.
                Greig.

                Sent from my SM-G925F using Tapatalk
                Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
                X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
                Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
                Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
                Scripts =
                Various

                Comment


                  #9
                  I can confim it is set to update Linux to. Did you update the listings?

                  Greig.
                  Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
                  X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
                  Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
                  Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
                  Scripts =
                  Various

                  Comment


                    #10
                    I did, it was taking some time to update and draw the icons (but eventually did)... I'll give it another shot tonight... Thanks!

                    Sent from my SGH-I337M using Tapatalk

                    Comment


                      #11
                      Hi Greig,

                      I checked back, yes, now it shows the latest version - not sure what happened there.

                      Unfortunatley, after installing it, I get the following filling up the logs... I've rebooted and still the same:

                      Code:
                      Aug-30 6:21:28 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:28 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:28 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:28 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:18 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:18 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:18 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:18 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:08 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:08 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:08 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:21:08 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:58 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:58 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:58 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:58 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:48 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:48 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:48 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Aug-30 6:20:48 PM	 	Arduino Plugin	Error = Exception in RecievedAnalogue : Cannot find the requested class member.
                      Thoughts?
                      Dave

                      Comment


                        #12
                        I will look in to this. I have a Zee on order that I have been told should be with me this week so I will test this out when I get it.

                        Greig.
                        Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
                        X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
                        Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
                        Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
                        Scripts =
                        Various

                        Comment


                          #13
                          ok - thanks.

                          BTW, how do I roll back to the earlier version? I only see the Arduino plugin in the Beta section (figured it would be also within the Analog & Digital Input/Output Device section, or one of the other sections)?

                          Comment


                            #14
                            Originally posted by dhalsall View Post
                            ok - thanks.

                            BTW, how do I roll back to the earlier version? I only see the Arduino plugin in the Beta section (figured it would be also within the Analog & Digital Input/Output Device section, or one of the other sections)?
                            mmmm good question. I am not up on Linux so am not to sure. On windows sytems the files are saved in the update folder. I guess you can remote in to the file system and change the .exe somehow. I am sure someone on the board will help you.

                            Sorry but I also need to find this out.

                            Greig.
                            Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
                            X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
                            Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
                            Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
                            Scripts =
                            Various

                            Comment


                              #15
                              Originally posted by enigmatheatre View Post
                              mmmm good question. I am not up on Linux so am not to sure. On windows sytems the files are saved in the update folder. I guess you can remote in to the file system and change the .exe somehow. I am sure someone on the board will help you.

                              Sorry but I also need to find this out.

                              Greig.
                              now that's funny

                              Is there any chance I have to re-upload the sketch with the new version now?

                              Anyway, I'll poke at it a bit later.

                              Dave

                              Comment

                              Working...
                              X