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 ...
And even quicker, staying on the RPI prompt, without copying to pc or manually editing: # Remove first line of dumped database: tail dump.sql -n +2 > dump1.sql # Make back-up of original just in case: mv domoticz.db domoticz.bak.db # Import into fresh database: sqlite3 domoticz.db < dump1.sql ...