Tommas
@Tommas
Best posts made by Tommas
-
RE: Mysensors si7021 sketch
Dear @mfalkvidd !
Thank you, and to everyone for the help!
I got it work!
If the sketch will be completed i will upload that! -
RE: TSM:FPAR:No Reply
Dear gohan!
Sorry, it is a private home server and it was in maintenance mode when you were trying to connect. Now it should be working.
(The new nrf24 have just arrived so im going to try these as soon as i can)Best regards
T -
RE: Combine airquality, temperature code and send to the ethernet gateway
Thank you very much guys!
I had to modify things for openhab, it is better now. But...
in openhab2 i get this in the log:
2017-07-24 19:23:36.497 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Child 2 found in node 1
2017-07-24 19:23:36.498 [WARN ] [rs.internal.gateway.MySensorsGateway] - Variable V_LEVEL not presentDoes someone know what i missed?
Good afternoon!
-
RE: Raspberry as mysensors gateway connection refused
Ok. Sorry. Working
--my-transport=rf24 --my-gateway=ethernet --my-port=5003 --my-gateway=ethernet
Latest posts made by Tommas
-
RE: Raspberry as mysensors gateway connection refused
Ok. Sorry. Working
--my-transport=rf24 --my-gateway=ethernet --my-port=5003 --my-gateway=ethernet -
Raspberry as mysensors gateway connection refused
Hi,
I follow the instruction but i got
Sep 01 15:26:49 DEBUG GWT:TPS:ETH OK
Sep 01 15:26:49 ERROR connect: Connection refused
Sep 01 15:26:49 ERROR failed to connect
Sep 01 15:26:49 DEBUG GWT:TPS:ETH OK
Sep 01 15:26:49 ERROR connect: Connection refused
Sep 01 15:26:49 ERROR failed to connect
Sep 01 15:26:49 DEBUG GWT:TPS:ETH OK
Sep 01 15:26:49 ERROR connect: Connection refused
Sep 01 15:26:49 ERROR failed to connect
Sep 01 15:26:49 DEBUG GWT:TPS:ETH OK
Sep 01 15:26:49 ERROR connect: Connection refused
Sep 01 15:26:49 ERROR failed to connect
Sep 01 15:26:49 DEBUG GWT:TPS:ETH OKerror.
The configuration was:
./configure --my-transport=rf24 --my-gateway=ethernet --my-controller-url-address=xxx.xxx.xxx.xxxMy controller is a VM and it has worked with an arduino gateway, but that go wrong, and i thought i try to use my rpi3 as an ethernet gateway. I connected the nrf24l01+ /pa/lna to it (5v, but i use an adapter for it such like this https://www.addicore.com/1x-nRF24L01-Adapter-p/ad279.htm )
please help
-
WakeOnLan over nrf24 radio
Hi!
I would like to wake up my pc over lan.
I thought that i make an arduino node with nrf24l01 and a ethernet w5100 to wake up my pc.
I need a sketch for it.
Does Anybody have it?Thanks
T -
Child X not present in node X
Dear All!
I dont know what might be the problem.
Openhab2 2.4.0
Mysensors 2.3.0 binding
All other nodes are OK except my NoDE 3. Previously it had been OK until I upgraded to openhab2 2.3 , but Im not sure that the upgrade the main problem.
Please give me suggestion what should i try to fix this issue.Message from gateway received: 3;1;1;0;0;5.2 2018-07-06 19:58:24.834 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Node 3 found in gateway 2018-07-06 19:58:24.834 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Child 1 not present in node 3 2018-07-06 19:58:24.845 [DEBUG] [rsAbstractConnection$MySensorsReader] - Message from gateway received: 3;2;1;0;1;69 2018-07-06 19:58:24.845 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Node 3 found in gateway 2018-07-06 19:58:24.845 [DEBUG] [rs.internal.gateway.MySensorsGateway] - Child 2 not present in node 3
Thanks in advance,
Tamás -
RE: All things unitialized after upgrade openhab 2.3.0-snapshot
It seems to work with the older mysensors binding:
org.openhab.binding.mysensors-2.2.0-SNAPSHOT.jar .3 of my 5 nodes updated the values in openhab2 (2.3.0~20180331153334-1)
-
All things unitialized after upgrade openhab 2.3.0-snapshot
Dear All!
I updated openhab2 2.3.0 previous build (via apt-get) to 2.3.0-SNAPSHOT Build #1246 . 2.3.0~20180331153334-1
Except one of my node the nodes values arent updated on the sitemap, and arent written to the database, but in the openhab log I see the sent values, but:
Child X not present in node YAnother problem on the paperui:
My mysensor ethernet gateway status on things page:
Status: UNINITIALIZED - HANDLER_INITIALIZING_ERROR Unresolved compilation problems: The type org.eclipse.jdt.annotation.Nullable cannot be resolved. It is indirectly referenced from required .class files The type org.eclipse.jdt.annotation.NonNullByDefault cannot be resolved. It is indirectly referenced from required .class files .The strange is that one of my node's values are updating...
MY mysensors addon:
org.openhab.binding.mysensors-2.3.0-SNAPSHOT.jarWhat might be the problem?
Please help,
-
RE: Arduino mini pro 3.3 battery optimization code
Thank you very much, and sorry....
-
RE: Arduino mini pro 3.3 battery optimization code
Ok! After the "loop ended " the node should go to sleep. On the console I see these lines:
Loop ended
62763 MCO:SLP:MS=300000,SMS=0,I1=255,M1=255,I2=255,M2=255
62773 MCO:SLP:TPDWhat does it mean?