Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
mhkoM

mhko

@mhko
About
Posts
13
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • compiling the code for sensebender micro
    mhkoM mhko

    i was because i saved the files from you link via my browser.
    now it is fixed.

    thanks again for your time and help.

    General Discussion

  • compiling the code for sensebender micro
    mhkoM mhko

    today i get this error list:
    Arduino: 1.8.3 (Windows 7), Board: "Sensebender Micro, Atmega328 8Mhz"

    In file included from C:\Users\mko\Documents\Arduino - sketch\Sensebender 1.4\SensebenderMicro-master\SensebenderMicro-master\Arduino\SensebenderMicro\SensebenderMicro.ino:61:0:

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:23:3: error: stray '\302' in program

    <title>MySensorsArduinoExamples/SI7021.h at master · mysensors/MySensorsArduinoExamples · GitHub</title>

    ^

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:23:3: error: stray '\267' in program

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:23:3: error: stray '\302' in program

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:23:3: error: stray '\267' in program

    In file included from C:\Users\mko\Documents\Arduino - sketch\Sensebender 1.4\SensebenderMicro-master\SensebenderMicro-master\Arduino\SensebenderMicro\SensebenderMicro.ino:61:0:

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:133:3: error: missing terminating ' character

    <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/mysensors/MySensorsArduinoExamples/search" class="js-site-search-form" data-scoped-search-url="/mysensors/MySensorsArduinoExamples/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div>

    ^

    In file included from C:\Users\mko\Documents\Arduino - sketch\Sensebender 1.4\SensebenderMicro-master\SensebenderMicro-master\Arduino\SensebenderMicro\SensebenderMicro.ino:61:0:

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:480:69: error: stray '#' in program

         <td id="LC6" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">ifndef</span> si7021_h</td>
    
                                                                     ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:484:69: error: stray '#' in program

         <td id="LC7" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">define</span> <span class="pl-en">si7021_h</span></td>
    
                                                                     ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:493:69: error: stray '#' in program

         <td id="LC9" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">if</span> (ARDUINO &gt;= 100)</td>
    
                                                                     ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:497:71: error: stray '#' in program

         <td id="LC10" class="blob-code blob-code-inner js-file-line"> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>Arduino.h<span class="pl-pds">&quot;</span></span></td>
    
                                                                       ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:501:70: error: stray '#' in program

         <td id="LC11" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">else</span></td>
    
                                                                      ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:505:71: error: stray '#' in program

         <td id="LC12" class="blob-code blob-code-inner js-file-line"> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>WProgram.h<span class="pl-pds">&quot;</span></span></td>
    
                                                                       ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:509:70: error: stray '#' in program

         <td id="LC13" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">endif</span></td>
    
                                                                      ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:518:70: error: stray '#' in program

         <td id="LC15" class="blob-code blob-code-inner js-file-line">#<span class="pl-k">ifdef</span> __AVR_ATtiny85__</td>
    
                                                                      ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:522:71: error: stray '#' in program

         <td id="LC16" class="blob-code blob-code-inner js-file-line"> #<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds">&quot;</span>TinyWireM.h<span class="pl-pds">&quot;</span></span></td>
    
                                                                       ^
    

    C:\Users\mko\Documents\libraries\SI7021/SI7021.h:526:71: error: stray '#' in program

         <td id="LC17" class="blob-code blob-code-inner js-file-line"> #<span class="pl-k">define</span> <span class="pl-en">Wire</span> TinyWireM</td>
    
                                                                       ^
    

    it goes on and on.

    any one knows why?

    General Discussion

  • compiling the code for sensebender micro
    mhkoM mhko

    thanks a lot.
    i could just not see that link.
    now it is compiling, but missing several other things on it way.
    but now i know the routine.

    General Discussion

  • compiling the code for sensebender micro
    mhkoM mhko

    is that the same folder as in the picture?
    because i have tried only the si7021.h file, a folder with everything from you link, and i stile come with the same error.

    General Discussion

  • compiling the code for sensebender micro
    mhkoM mhko

    thank you.
    it maybe me that is a bit thick, but how do i do that?

    General Discussion

  • compiling the code for sensebender micro
    mhkoM mhko

    hi
    I am getting no were with this sensebender micro.
    i get this message all the time, i have read and searched all i can find, but I do not get the clue i need to get the issue solved.
    0_1496772577805_2.png

    I get that it has to do with the upgrade to 2.x.x, but i do not get how to solve the issue.

    can somebody tell me the missing links?

    thanks in advance

    General Discussion

  • Indexing of child id
    mhkoM mhko

    there has been a request for this feature.

    see link:
    https://www.domoticz.com/forum/viewtopic.php?f=42&t=9363

    I will try to post there to see if they know what is happening, maybe it is a beta feature.

    Domoticz

  • Indexing of child id
    mhkoM mhko

    Hi
    after updating one of my sensors this morgning i have notesehed that this has happend:
    ![alt text](0_1496754032171_1.png image url)

    now i have one temperature sensor and one humidity sensor. Which is nice but not for this sensor.
    Does any know here this come from?
    I did not change the code of the node only the channel number for the RF communication.

    Domoticz

  • Multiple gateways in domoticz
    mhkoM mhko

    okay thank you again.
    I tried to change form channel 76 to 86 that did not do a difference.
    now i will try with channel 124.

    Domoticz

  • Multiple gateways in domoticz
    mhkoM mhko

    thank you for your answer.
    is one channel differences enough?

    Domoticz

  • Multiple gateways in domoticz
    mhkoM mhko

    Hi.
    I have an issue with two gateways in my mysensors network.

    I thought that the the controller (domoticz) toke care of the node numbers and that is all so knew what node number was on with gate way.
    Now it turns out that this is not the case.
    it is more like the gateway giving the node number.

    I programmed a node in side the house in the office and there it got a node number from the "inside" gateway, placing it outside in the green house it now got a new node number, and there by "losing" its connection to the sensor idx in domoticz.

    I also have a node in the utility room, that some times get connection the the "outside" gateway.

    is there a way of setting the node number globally and then i does not matter with gateway the node connect to?
    or am i missing something here?

    some help and comments are very welcome.

    Domoticz

  • Problems with Node sensor
    mhkoM mhko

    Thanks for the time and effort.
    The links did help me, sometime it can be very difficult to find the relevant information for problem solving, so the help i much appreciated.

    it all turn out to be a dodig antenna connector on me GW radio. I am using the nRF24L01+PA+LNA.

    Troubleshooting

  • Problems with Node sensor
    mhkoM mhko

    I have the same problem with different nodes. Yesterday only one node hade this problem today i have 2 nodes.
    any commens on this topic?

    i have a ethernet gateway.

    Tms:fpar:fail

    Troubleshooting
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular