Page 15 of 16

Re: MySensors - Gateway to Domoticz

Posted: Friday 26 February 2016 20:01
by tlpeter
I did read that and I included the files.
While compiling I noticed I had the files on two places and for notified of that so I guess it reads the files that are needed.

Re: MySensors - Gateway to Domoticz

Posted: Friday 18 March 2016 8:36
by kurniawan77
SQ9MDD wrote:I have few devices with some inputs/outpus and setpoints.
To easy find, configure, my proper device i'm sending device addres and child sensor id as name in the presence.
for example:

Code: Select all

53.AI1
53.AI2
53.BI1
53.BI2
53.BO1
53.BO2
I can see this in child list but from setup->devices i can't see my name. I saw this before but not in the latest beta.
This is a simple way to identify many of sensors, is dificoult to understand this ID,IDX and unit stuff from devices.
But proper name can tell you all, address of device and sensor.

Is any chance to get this work?

Hey, how did you get this to be shown?

Mine's just empty...
childnames.PNG
childnames.PNG (49.77 KiB) Viewed 8674 times

Re: MySensors - Gateway to Domoticz

Posted: Wednesday 30 March 2016 19:39
by delchrys
I have mysensors running now with the power meter sketch. I'm having some problems with the calculated kwh. My meter does 187,5 turns/kwh. I think my sketch is rounding my # define pulse factor, to 187. How can I change this so it would calculate the right way. Can I do # define (1875/10)?
Or should I make a const float 187.5?
Also like to make a second and third child which present only watt and kwh. Do I need S_CUSTOM with V_VAR to accomplish this?

Re: MySensors - Gateway to Domoticz

Posted: Wednesday 06 April 2016 10:39
by Abbadon
try to send data like this:

gw.send(msgILtot.set(ILtot, 2));

number 2 is for how many digits shuld be after decimal

Re: MySensors - Gateway to Domoticz

Posted: Saturday 16 July 2016 21:24
by barbaar
Just noticed Mysensors 2.0 has been released (https://github.com/mysensors/MySensors/ ... /tag/2.0.0). Major update...

Does Domoticz allready support this version? I'd like to upgrade my nodes ;)

Re: MySensors - Gateway to Domoticz

Posted: Saturday 16 July 2016 22:30
by toreandre
barbaar wrote:Just noticed Mysensors 2.0 has been released (https://github.com/mysensors/MySensors/ ... /tag/2.0.0). Major update...

Does Domoticz allready support this version? I'd like to upgrade my nodes ;)
I have been using the beta of v2 for a while now and i have not had any problems.

Re: MySensors - Gateway to Domoticz

Posted: Sunday 17 July 2016 19:49
by Rolo
The serial api has not changed in 2.0 so it works in the current version of Domoticz. If have done an upgrade to 2.0 on my serial gateway and it works.
I have one sensor running now, a breadboard based LUX sensor and this is also 2.0. I use the RFM69 radio module.
(I say upgraded but it's more like a clean install based on the 2.0 sketches in the example folder)

Re: MySensors - Gateway to Domoticz

Posted: Wednesday 20 July 2016 11:36
by gizmocuz
I'm using the beta for... since it was the beta... no problems at all !

Re: MySensors - Gateway to Domoticz

Posted: Tuesday 26 July 2016 17:21
by Derik
pfff

New problem..

Did have Mysensor working..[ only not satisfied about the battery devices.... ]
Only for my Kids terrarium i need a Uv so i was thinking simpel, make a UV sensor add it and ready...

The great problem..
Cannot get the gateway working anymore.. [ it was working for few months :-)]

I do update my Ide to 1.6.9
I update the My sensors library
I update all library's
Instal the drivers for everything..

So the party was beginning:
i open the gatewayW5100 sketch from the mysensor examples [ new options...]
Plug my Arduino uno [ port 11]
Set the ide on the correct board [ uno ]

Set my IP and change the mac
Upload.. [ 1 warning ]

Code: Select all

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -hardware "C:\Users\DM_PC\AppData\Local\Arduino15\packages" -hardware "C:\Users\DM_PC\Documents\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -tools "C:\Users\DM_PC\AppData\Local\Arduino15\packages" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\DM_PC\Documents\Arduino\libraries" -fqbn=arduino:avr:uno -vid-pid=0X2341_0X0001 -ide-version=10609 -build-path "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "C:\Users\DM_PC\Documents\Arduino\GatewayW5100\GatewayW5100.ino"
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -hardware "C:\Users\DM_PC\AppData\Local\Arduino15\packages" -hardware "C:\Users\DM_PC\Documents\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -tools "C:\Users\DM_PC\AppData\Local\Arduino15\packages" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\DM_PC\Documents\Arduino\libraries" -fqbn=arduino:avr:uno -vid-pid=0X2341_0X0001 -ide-version=10609 -build-path "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "C:\Users\DM_PC\Documents\Arduino\GatewayW5100\GatewayW5100.ino"
WAARSCHUWING: Categorie '' in bibliotheek UIPEthernet is niet geldig. Wordt gewijzigd naar 'Uncategorized'
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "C:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src\SPI.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\Dhcp.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\Dns.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\Ethernet.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\EthernetClient.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\EthernetServer.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\EthernetUdp.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\utility\socket.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Program Files (x86)\Arduino\libraries\Ethernet\src\utility\w5100.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp" -o "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
"C:\Program Files (x86)\Arduino\tools-builder\ctags\5.8-arduino10/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI\src" "-IC:\Program Files (x86)\Arduino\libraries\Ethernet\src" "-IC:\Users\DM_PC\Documents\Arduino\libraries\MySensors" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp" -o "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp.o"
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\SPI\SPI.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\Dhcp.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\Dns.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\Ethernet.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\EthernetClient.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\EthernetServer.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\EthernetUdp.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\utility\socket.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\utility\w5100.cpp.o wordt gebruikt.
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -x assembler-with-cpp -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10609 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino" "-IC:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\variants\standard" "C:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\cores\arduino\wiring_pulse.S" -o "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_pulse.S.o"
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\WInterrupts.c.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\hooks.c.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring.c.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_analog.c.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_digital.c.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_pulse.c.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_shift.c.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\CDC.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial0.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial1.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial2.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial3.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\IPAddress.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\PluggableUSB.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\Print.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\Stream.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\Tone.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\USBCore.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\WMath.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\WString.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\abi.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\main.cpp.o wordt gebruikt.
Vorige gecompileerde bestand C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\new.cpp.o wordt gebruikt.
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_pulse.S.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\WInterrupts.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\hooks.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_analog.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_digital.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_pulse.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\wiring_shift.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\CDC.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial0.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial1.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial2.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\HardwareSerial3.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\IPAddress.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\PluggableUSB.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\Print.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\Stream.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\Tone.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\USBCore.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\WMath.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\WString.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\abi.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\main.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\core.a" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\core\new.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc" -w -Os -Wl,--gc-sections -mmcu=atmega328p  -o "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.elf" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\sketch\GatewayW5100.ino.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\SPI\SPI.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\Dhcp.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\Dns.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\Ethernet.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\EthernetClient.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\EthernetServer.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\EthernetUdp.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\utility\socket.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp\libraries\Ethernet\utility\w5100.cpp.o" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/core\core.a" "-LC:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp" -lm
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.elf" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.eep"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -R .eeprom  "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.elf" "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.hex"
Bibliotheek SPI op versie 1.0 in map: C:\Users\DM_PC\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.10\libraries\SPI  wordt gebruikt
Bibliotheek Ethernet op versie 1.1.2 in map: C:\Program Files (x86)\Arduino\libraries\Ethernet  wordt gebruikt
Bibliotheek MySensors op versie 2.0.0 in map: C:\Users\DM_PC\Documents\Arduino\libraries\MySensors  wordt gebruikt

De schets gebruikt 25.384 bytes (78%)  programma-opslagruimte. Maximum is 32.256 bytes.
Globale variabelen gebruiken 946 bytes (46%) van het dynamisch geheugen. Resteren 1.102 bytes voor lokale variabelen. Maximum is 2.048 bytes.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM11 -b115200 -D -Uflash:w:C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.hex:i 

avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

         Using Port                    : COM11
         Using Programmer              : arduino
         Overriding Baud Rate          : 115200
         AVR Part                      : ATmega328P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : Arduino
         Description     : Arduino
         Hardware Version: 3
         Firmware Version: 4.4
         Vtarget         : 0.3 V
         Varef           : 0.3 V
         Oscillator      : 28.800 kHz
         SCK period      : 3.3 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e950f
avrdude: reading input file "C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.hex"
avrdude: writing flash (25384 bytes):

Writing | ################################################## | 100% 4.07s

avrdude: 25384 bytes of flash written
avrdude: verifying flash memory against C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.hex:
avrdude: load data flash data from input file C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.hex:
avrdude: input file C:\Users\DM_PC\AppData\Local\Temp\build57f032093ad7027486585bf48a951c8c.tmp/GatewayW5100.ino.hex contains 25384 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 3.26s

avrdude: verifying ...
avrdude: 25384 bytes of flash verified

avrdude done.  Thank you.

Ongeldige bibliotheek gevonden in C:\Users\DM_PC\Documents\Arduino\libraries\MsTimer2: C:\Users\DM_PC\Documents\Arduino\libraries\MsTimer2
Ongeldige bibliotheek gevonden in C:\Users\DM_PC\Documents\Arduino\libraries\MsTimer2: C:\Users\DM_PC\Documents\Arduino\libraries\MsTimer2
Liabrary not correct after the flash..
So looking good..

The monitor says sarting up:
ScreenShot149.jpg
ScreenShot149.jpg (23.34 KiB) Viewed 8042 times
I make the setting in Domoticz
And powerup 3 of my [ first ] working sensors..

No sensors @ all...

The hardest error i do not understand...
The gateway is not in my router [ not with different and working ethernetshields..]
I do understand not a F%^%^ck of this..
I now what i must do to get a sketch into a arduino etc etc..


Only not vissible in my lan???

Try different mac different IP..[ different working shields ]
No luck at all.

so help or something...


xxx



Edit:

Blinky is working..
Some one have a simpel way to test a Ethernetshield

Re: MySensors - Gateway to Domoticz

Posted: Monday 08 August 2016 12:43
by pj-r
Looks like you have some problem with radio.
See this: https://forum.mysensors.org/topic/4489/ ... radio-fail

Re: MySensors - Gateway to Domoticz

Posted: Monday 05 September 2016 18:12
by fabix68
But the official version (not BETA) of the Mysensord V2 is not compatible with Domoticz ? (NRF24L01 direct connect to raspberry)
Everything worked perfectly with the V2 beta , once upgraded to the official version does not work anymore .

Re: MySensors - Gateway to Domoticz

Posted: Monday 05 September 2016 19:17
by gizmocuz
Yes it is compatible, but there seems to be a problem with the AVR when using the newer Arduino IDE
I think derik is experiencing the same issue that i was experiencing

The correct link should therefor be:
https://forum.mysensors.org/topic/4628/ ... p-issue/24

Re: MySensors - Gateway to Domoticz

Posted: Monday 05 September 2016 21:36
by franzelare
i have mysensor 2.0 runing on a arduino nano without issues
but on ESP8266 units I have issues, don't seem to work properly, and I hoped to get rid of the issue of 1.6 beta where my connection drops once or twice a day

Re: MySensors - Gateway to Domoticz

Posted: Wednesday 14 September 2016 19:52
by jumping
Hello,
I have mysensors 2.0 on ESP8266 (Wemos D1 mini), without connection loss or other problems.
bye

Re: MySensors - Gateway to Domoticz

Posted: Saturday 24 September 2016 10:08
by piokuc
HI
I have a problem. I build my sensor on my new Arduino Nano V3 with NRF24L01+. I write to Arduino latest sketch from 2.0 mysensors. Then i connect it to my Domoticz on Raspberry Pi 2. But one problem is that to domoticz i also have connected RFLink on Arduino Mega and it has the same Vendor and IdProduct as Gateway Mysensors. WHat i must do with this problem to persistent usb device ?
RFLink and MySensors is on the same chip CH340G.

Code: Select all

#RFLink Gateway USB
SUBSYSTEM=="tty", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", SYMLINK+="ttyUSB0"
But for MySensors is the same...


But when i unplug RFLink from Domoticz and only connect to Domoticz, and add MySensors Gateway USB , after that Version MySensors in Hardware is not show. WHy ? It looks like MySensors dont work.... Please help me...

Re: MySensors - Gateway to Domoticz

Posted: Saturday 24 September 2016 14:55
by Doler
piokuc wrote:HI
I have a problem. I build my sensor on my new Arduino Nano V3 with NRF24L01+. I write to Arduino latest sketch from 2.0 mysensors. Then i connect it to my Domoticz on Raspberry Pi 2. But one problem is that to domoticz i also have connected RFLink on Arduino Mega and it has the same Vendor and IdProduct as Gateway Mysensors. WHat i must do with this problem to persistent usb device ?
RFLink and MySensors is on the same chip CH340G.

Code: Select all

#RFLink Gateway USB
SUBSYSTEM=="tty", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", SYMLINK+="ttyUSB0"
But for MySensors is the same...


But when i unplug RFLink from Domoticz and only connect to Domoticz, and add MySensors Gateway USB , after that Version MySensors in Hardware is not show. WHy ? It looks like MySensors dont work.... Please help me...
Add the serial like this:

Code: Select all

SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="AL02CBB6", SYMLINK+="ttyUSB31", MODE="0666", SYMLINK+="mysensors"

Re: MySensors - Gateway to Domoticz

Posted: Saturday 24 September 2016 17:43
by piokuc
but when i check vendor and idproduct when have only connect mysensors i have another value which you show...

Re: MySensors - Gateway to Domoticz

Posted: Friday 30 September 2016 13:17
by pj-r
piokuc wrote:but when i check vendor and idproduct when have only connect mysensors i have another value which you show...
Yes. The arduino has USB-Serial chip from different vendor. Use you own and add the serial number of the chip to rule: ATTRS{serial}=="AL02CBB6" with value of your chip serial...

Re: MySensors - Gateway to Domoticz

Posted: Wednesday 19 October 2016 1:29
by alexsh1
Hi,


Is there a list of what has been implemented in Domoticz from Mysensors API 2.0? For example, V_UNIT_PREFIX does not work in Domoticz.

Re: MySensors - Gateway to Domoticz

Posted: Sunday 23 October 2016 12:28
by franzelare
did anyone try to run the gateway directly on a raspberry pi? instead of a serial or ethernet gateway to domoticz on an arduino?
https://www.mysensors.org/build/raspberry