Navigation

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

    Topics created by giangired

    • giangired

      How to get the bad status (red) for Temperature Node
      Domoticz • • giangired  

      5
      0
      Votes
      5
      Posts
      56
      Views

      giangired

      Thanks everyone for the answers. However what I would like to do is create a routine with Dzvents that when I have the "red" indication (as shown in the image) causes a switch to operate which cuts the voltage to a device. The value of ".lastUpdate.minutesAgo" seems not to be the right solution because it continues to be increased in any case, regardless of the temperature value and the status of the "red" or normal indication.
    • giangired

      Sometimes DomoticZ doesn't receive data from nodes
      Domoticz • • giangired  

      2
      0
      Votes
      2
      Posts
      32
      Views

      giangired

      Found the solution. I used asm volatile (" jmp 0 "); // reset to reboot the node each hour (or any other timing) .
    • giangired

      ENC28J60 and EtherCard
      My Project • gateway • • giangired  

      3
      0
      Votes
      3
      Posts
      41
      Views

      giangired

      Finally I've solved. I'm still using UIPEthernet sincee my problem was the use of DHT library (last rev) with UIPEhernet lib. I was having a restart of teh ETH port each time I was reading Temp/hum. I've changed into SimpleDHT lib and now it's working fine. I'm using a mix of W5100 and ENC28J60.
    • giangired

      DHT11, W5100, OLED display node
      My Project • • giangired  

      4
      0
      Votes
      4
      Posts
      405
      Views

      bgunnarb

      Did you try commenting out #define MY_DEBUG ? That might save you a few bytes.
    • giangired

      Arduino Pro Mini and Mini W5100 LAN Ethernet Shield
      Troubleshooting • • giangired  

      8
      0
      Votes
      8
      Posts
      506
      Views

      giangired

      @mfalkvidd Solved, it was my mistake on wiring. Thanks.
    • giangired

      Portable Domoticz
      Domoticz • • giangired  

      2
      0
      Votes
      2
      Posts
      284
      Views

      bjacobse

      Why not purchase a Raspberry Pie and a SD card + casing , then you have a server?
    • giangired

      DHT11 and Ethernet Gateway with enc28j60
      My Project • • giangired  

      9
      0
      Votes
      9
      Posts
      1096
      Views

      mfalkvidd

      @giangired yes, a counter or using millis() (which technically is a counter) is the right solution. Relay nodes can’t sleep, because nodes can not receive incoming commands when sleeping.
    • giangired

      Ethernet Sensor
      Hardware • • giangired  

      7
      0
      Votes
      7
      Posts
      2254
      Views

      dbemowsk

      @gohan My understanding of the ESP8266 is that much like the ethernet solution, each node would have to be configured as a gateway as it is still running on an IP protocol like the ethernet node. I ran into this when I got some Sonoffs and was trying to connect them to my Vera Plus. I ended up using them with the ESPEasy firmware and a different plugin on my Vera.