Device Discovery
Manual
Connects the device directly to the TOMMY server using the IP address and port. This requires stable IP addresses on both the server and the device.
How It Works
The device connects directly to your TOMMY server using the IP address and port you specify during flashing. This requires stable IP addresses on both the server and the device.
Configuring Devices
TOMMY Flasher
During provisioning, select Manual as the discovery mode and enter:
- Instance IP: The IP address where your TOMMY server is running (e.g.,
192.168.1.100) - UDP Relay Port: Default is
8547unless you changed it
See the TOMMY Flasher guide for complete instructions.
ESPHome
Add the following to your sensor_tommy config:
sensor_tommy:
discovery: manual
instance_ip: "192.168.1.100"
udp_relay_port: 8547See the ESPHome flashing guide for complete instructions.