Announcement

Collapse
No announcement yet.

Unable to connect Arduino Ether10

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

    Unable to connect Arduino Ether10

    Using Arduino Uno as board in IDE 1.8.9

    When compiling there is an error about low memory:

    IDE error
    "Sketch uses 25340 bytes (78%) of program storage space. Maximum is 32256 bytes.
    Global variables use 1923 bytes (93%) of dynamic memory, leaving 125 bytes for local variables. Maximum is 2048 bytes.
    Low memory available, stability problems may occur."

    in HS log:
    8/8/2020 7:38:51 PM Arduino-4 Error Error = Exception in RecievedData4 : Index was outside the bounds of the array.
    8/8/2020 7:38:51 PM Arduino-4 Error Error = Exception in RecievedData3 : Index was outside the bounds of the array.
    8/8/2020 7:38:51 PM Arduino-4 Error Error = Exception in TimerReset1 : Index was outside the bounds of the array.
    8/8/2020 7:38:51 PM Arduino-4 Error Error = Exception in RecievedData1 : Index was outside the bounds of the array.
    8/8/2020 7:38:51 PM Arduino-4 Info Data Received: ?@
    8/8/2020 7:38:45 PM Arduino-4 Info Sent to IP:192.168.1.67 Port No:8900 = 1 r ,Reset
    8/8/2020 7:38:45 PM Arduino-4 Info Sent to IP:192.168.1.67 Port No:8900 = 1 C ,Connect
    8/8/2020 7:38:45 PM Arduino-4 Info Connecting Board No:1 at ip address 192.168.1.67 Port No:8900
    8/8/2020 7:38:41 PM Arduino-4 Info Debug logging Enabled


    ArduinoDebug (2).txt

    HS4 Pro on Shuttle NC10U, Win10; Z-NET
    Number of Devices: 1005
    Number of Events: 293

    Plug-Ins: BLLock, DirecTv, EasyTrigger, Honeywell WiFi Thermostat, Marquis monoprice Amp, MeiHarmonyHub, PHLocation2, Pushover 3P, UltraM1G3, rnbWeather, Worx Landroid, Z-Wave

    External applications: Homebridge-homeseer, Geofency, EgiGeoZone.

    #2
    This looks like I have missed this in the HS4 version of the plugin. Before you update the board change this line in the sketch.

    Code:
    #define Uno 0
    To

    Code:
    #define Uno 1
    then upload the sletch.

    I will try and get this updated and out some pint latter this week.
    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
      Thank you, connected!
      HS4 Pro on Shuttle NC10U, Win10; Z-NET
      Number of Devices: 1005
      Number of Events: 293

      Plug-Ins: BLLock, DirecTv, EasyTrigger, Honeywell WiFi Thermostat, Marquis monoprice Amp, MeiHarmonyHub, PHLocation2, Pushover 3P, UltraM1G3, rnbWeather, Worx Landroid, Z-Wave

      External applications: Homebridge-homeseer, Geofency, EgiGeoZone.

      Comment

      Working...
      X