Prepare analytics with wireshark and tcpdump - gardena-smart-reverse-engineering/gateway-19000 GitHub Wiki

Prerequisiton

Please root and enable ssh on your device, see Root Tutorial. You may have to wait a while, until the gateway is connected with the gardena/husqvana vpn. Just check for the vpn via

ip addr

Install tcpdump

To install tcpdump on the gateway just install it from the package repository.

opkg install tcpdump

Send tcpdump to wireshark

Linux

192.168.1.6 is the gateway ip. Don't forget to login.

ssh [email protected] "/usr/sbin/tcpdump -i vpn0 -U -w - " | wireshark -i - -k

Windows

TBD

Restart the lemonbeat cloud service

You can restart the cloud service to be sure to get all packages from the beginning including the service description.

systemctl restart lemonbeat