Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • Help with combination DHT and Relay

    10
    0 Votes
    10 Posts
    4k Views
    BulldogLowellB
    @punter9 said: hanks for checking in @TheoL . My intent for this sketch was to learn how to combine sketches and make a useful project. Got that done and working! It would be cool if there was an easy way to help newbies like myself out doing this. I can tell you without this awesome forum I would have not figured out some pretty basic stuff! Thanks for all the help, this is an awesome site what does the serial monitor show when you click the button in Domoticz?
  • Combining DHT and Relay issues

    4
    0 Votes
    4 Posts
    2k Views
    BulldogLowellB
    @punter9 Your problem looks a lot like this person's issue.
  • Can't ping Ethernet Gateway

    6
    0 Votes
    6 Posts
    4k Views
    B
    @mscott I'm struckling getting my Ethernet shield to work with the VERA lite UI5 plugin. It looks like you were in teh same boot. Is it possible you summarize the sketch and library used to solve your problem?
  • gw.sleep isn't very accurate on a Pro Mini 3.3V (8Mhz)

    7
    0 Votes
    7 Posts
    3k Views
    tbowmoT
    btw. This sleep time, is independent of the oscillator used to run the MCU (8Mhz / 1Mhz). As the watchdog has it's own oscillator.
  • [Noob] Inclusion problems with Vera

    7
    0 Votes
    7 Posts
    3k Views
    Magnus SydoffM
    @akbooer said: The usual Vera log /var/log/cmh/LuaUPnP.log should contain key messages from the nodes and plugin. I use DataYours on Vera with CIFS-mounted NAS for data logging and display (but I am biased. I wrote it.) Thanks akbooer, Ah. Thanks for the log tip. It's okay to fancy something you wrote yourself. :smile: From your description it seem to fit my bill, so I'll give it a try !
  • MySensors Micro Arduino problem

    3
    0 Votes
    3 Posts
    1k Views
    V
    Arduino board 1mhz
  • What does it all mean?

    3
    0 Votes
    3 Posts
    2k Views
    E
    Ha ha, thanks TimO, will try tonight
  • Uno+ethernet shield = radio init fail [solved]

    23
    0 Votes
    23 Posts
    17k Views
    TD22057T
    @hek said: @TD22057 Because defines declared in the sketch isn't visible in the cpp files. The Arduino build system isn't exactly the best on the planet. FYI: I found a trick here: http://gammon.com.au/forum/?id=12625 that allows for more normal C/C++ development while still using the Arduino IDE for builds. Basically you create an empty .ino file with any external library include files in it. The IDE will happily rewrite that file and pick up those libraries. Then you can put the regular code (loop(), setup(), etc) in another .c or .cpp file and it will work properly. So you can put #defines or definitions ahead of include files and they work since the IDE only rewrites the .ino file. I've started using this for a sketch I was writing because I needed an enum in the prototype of local functions which the IDE kept screwing up. Works great and still allows the IDE to be used for building/uploading. As far as MySensors goes, this would allow you to define the SOFT_SPI macro locally in the sketch and then include the files that use it which makes it a lot easier to maintain your code. Especially when I come back to this in a year and have to remember how I built everything.
  • 433mhz outlet

    433mhz
    27
    1 Votes
    27 Posts
    26k Views
    J
    @justinthegeek Also 1.4
  • MySensors Micro Arduino

    2
    0 Votes
    2 Posts
    1k Views
    V
    [image: 1441024566952-pic.jpg] [image: 1441024667516-pic-1.jpg]
  • Debug in Ethernet Gateway

    1
    0 Votes
    1 Posts
    926 Views
    No one has replied
  • Not getting Parking Sensor up and running .... some problems :

    1
    0 Votes
    1 Posts
    656 Views
    No one has replied
  • Adjust time?

    19
    0 Votes
    19 Posts
    9k Views
    TheoLT
    Is there a Domoticz fix for this? Because if it's returning UTC, you cannot use the time correctly through out the year. UTC doesn't have summer and winter time correction. This means that you have to recalibrate the time in your sensor, depening on the current date. In my opinion things like that should be handled by the Home Automation Server. But that's just my opinion ;) Ow. Responded to quick. Didn't saw the response of @AWI. I second @moffen666 I love the MySensor and Domoticz community
  • How to make sure an relay is really switched?

    6
    1 Votes
    6 Posts
    2k Views
    hekH
    No, enabling ack does not repeat any transmissions. If you want this you have to code it in the controller.
  • Trying to combine Temp + Battery level-sketch, What is wrong?

    4
    0 Votes
    4 Posts
    2k Views
    Cliff KarlssonC
    I am definitly no expert but I guess that is only a setup value. This part I think sets the proper value of sensors: // Fetch the number of attached temperature sensors numSensors = sensors.getDeviceCount(); // Present all sensors to controller for (int i=0; i<numSensors && i<MAX_ATTACHED_DS18B20; i++) { gw.present(i, S_TEMP); }```
  • multiple DS18D20 does not report temperature

    27
    0 Votes
    27 Posts
    11k Views
    clio75C
    Hi, I have the same problem. No temperature is transported to GW. This log is from Sensor: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: sensor started, id=255, parent=0, distance=1 req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: I have added some exstra lines in serial printout so I know that ds1820 is found and read. req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: sensor started, id=255, parent=0, distance=1 req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: **Sensors found 1 **req id send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok: temp : 23.80 But This value is not transported to GW. Any idee ? Thanx
  • Serial Monitor of the gateway shows change but no change on the vera

    3
    0 Votes
    3 Posts
    1k Views
    hekH
    Did you have some other sensor with the same id on the vera side (which you deleted)? Once in a while I've seen that Vera just hides deleted devices until rebooted.
  • Fresh install compiling issues (NOOB)

    9
    0 Votes
    9 Posts
    3k Views
    Jimy AguirreJ
    Thanks hek, you send me in the right way, now i [solved] my issue, I will explain for anyone who have the same problem, what I do to compile the serial gateway without problem is to go to the window where the code is (the codeblender window) and click in "clone" then appear a message where you can choose to clone the sketch or to clone the sketch and libraries, then I click clone Sketch and Libraries, then I click "Run on arduino" and it works, then I go tho the homepage at codeblender and start the serial monitor choose the speed to 115200, click on connect and then I see the message "Serial gateway initialized". Now the serial gateway is working and I can see that in the serial monitor. Thanks
  • Having trouble with Ethernet Gateway/Radio/SoftSPI

    8
    0 Votes
    8 Posts
    4k Views
    greglG
    Glad to hear you have it working. If you are now looking to make your gateway permanent and off your breadboard, I would definitely recommend the iBoard - very easy, cheap and stable.
  • Problem with ID_REQUEST

    21
    0 Votes
    21 Posts
    6k Views
    bjacobseB
    Thank you Tang, works perfekt now

9

Online

11.7k

Users

11.2k

Topics

113.1k

Posts