Hi @all
I modified the MySensorsCore.cpp as tekka did on Github.
Now my sendHeartbeat() is received by FHEM and it is working fine!
Thanks a lot to all!
@rejoe2
I just tested to send with MYSController 0;0;3;0;18; and the Gateway was answering like before.
SirBen
@SirBen
Best posts made by SirBen
-
RE: Heartbeat Gateway
Latest posts made by SirBen
-
RE: Heartbeat Gateway
Hi @all
I modified the MySensorsCore.cpp as tekka did on Github.
Now my sendHeartbeat() is received by FHEM and it is working fine!
Thanks a lot to all!
@rejoe2
I just tested to send with MYSController 0;0;3;0;18; and the Gateway was answering like before. -
RE: Heartbeat Gateway
@tekka WOW, thanks a lot! That was fast. How can I modify the library on my local machine to have the functionality?
@rejoe2 I also send a heartbeat-request with MYSController to the GW and the GW was responding.
I send via MYSController 0;255;3;0;18; and received 0;255;3;0;14; and all the other presentation messages.
It seems, that the function sendHeartbeat() is deactivated like tekka said. -
RE: Heartbeat Gateway
Hello again,
thank you.
I am talking about the tcp/ip output.
Checked with MYSController connected via IP address.
I also tried the Arduino Serial Monitor. But I don’t know how to geht the raw data, which have been send (for example heartbeat output).
Maybe, because no heartbeat is sent?
Thanks for your help!
Regards -
Heartbeat Gateway
Hello,
this is my first post.
I have an Arduino Nano clone with an ethernet module working as stand-alone gateway. No node is connected. Everything works fine except the sendHeartbeat(); function.
I want to send every 5 minutes a heartbeat to the controller. In my case FHEM. But analysing with MYSController, no heartbeat is sent. Everything before and after ‘sendHeartbeat();’ is sent, but no heartbeat.
Is this a bug? Or should only the nodes send a heartbeat directly to the controller?
Thank you!
Regards