i've made a beta branch.MikeyP wrote: ↑Saturday 04 March 2023 22:12 Thanks MadPatrick, Jan-Jaap and others for building a more stable TaHoma interface!
(replace the "_" with "." below; I can't post with dots referring to ip addresses apparently)
My 2 cents on identifying the unit with pin "1234-5678-9012" by putting the ip address in the /etc/hosts (10_0_0_x 1234-5678-9012_local); via mDNS the unit publishes itself as "gateway-1234_5678_9012" (so you can ping gateway-1234_5678_9012); if that convention is used throughout the code, the ip address doesn't need to be fixed or to be defined explicitly in de DNS.
E. g.:
C:\>ping gateway-1234-5678-9012
Pinging gateway-1234-5678-9012_local [10_0_0_10] with 32 bytes of data:
Reply from 10_0_0_10: bytes=32 time=491ms TTL=64
Can you test ?
Comments can be give on github