I have a small problem. My esp is connected to the alarm system through serial to the rx/tx pins with level converter.
I use the Serial Server plugin. I would like to send the received data to my HASS server through MQTT. I created a rule to publish the recieved data.
Code: Select all
On !Serial# do
publish home/ESP07/Alarm,%eventvalue%
Endon
But i get this: home/ESP07/Alarm/!Serial#, doesn't matter what is the received data.
I know this plugin is not created to doing this. I thought maybe i can catch the data from the %eventvalue%. But not....

Any idea how can i get the real data? Other plugin?
Thanks
T