Navigation

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

    Topics created by AterMentis

    • AterMentis

      Advanced combination script (OneWire+DHT+Relays) over serial usb to Pi runnung domoticz - HELP with timing and group ID
      Domoticz • • AterMentis  

      2
      0
      Votes
      2
      Posts
      27
      Views

      Michal

      @AterMentis said in Advanced combination script (OneWire+DHT+Relays) over serial usb to Pi runnung domoticz - HELP with timing and group ID: // Register all sensors to gw (they will be created as child devices) present(CHILD_ID_TEMP1, S_TEMP); present(CHILD_ID_HUM1, S_HUM); present(CHILD_ID_TEMP2, S_TEMP); present(CHILD_ID_HUM2, S_HUM); present(CHILD_ID_TEMP3, S_TEMP); present(CHILD_ID_HUM3, S_HUM); Did you find a solution ? On other topic you can find a posible solution: Change order of reporting/presenting devices: // Register all sensors to gw (they will be created as child devices) present(CHILD_ID_TEMP1, S_TEMP); present(CHILD_ID_TEMP2, S_TEMP); present(CHILD_ID_TEMP3, S_TEMP); present(CHILD_ID_HUM1, S_HUM); present(CHILD_ID_HUM2, S_HUM); present(CHILD_ID_HUM3, S_HUM);
    • AterMentis

      Ethernet Gateway delay issue
      Domoticz • • AterMentis  

      4
      0
      Votes
      4
      Posts
      361
      Views

      mfalkvidd

      @atermentis I noticed the sketch has the ”demo” DEADBEEFFEED mac address. Do all sketches have the same address? All mac addresses on a ethernet network must be unique. If they are not unique, strange communication problems will occur.