Try using "pi" for username and "raspberry" for password and see if you can get it.
Announcement
Collapse
No announcement yet.
Default Linux Login and Password HomeSeer HomeTroller Pi
Collapse
X
-
I'm having this same issue, did you have an resolution?
I tried logging into linux tools using root username/password but that didn't work, but maybe I can't login to linux tools with root? I'll try to SSH in a bit, but I'm remote so I'll have to do some port forwarding rules temporarily to get it to work.
Comment
-
Here's what worked to open a Linux shell for my HomeTroller Pi with HS4 from Win 10:
1: Make sure the OpenSSH Client is installed:
Go to Settings > Apps > Apps & Features > Optional Features. Search for OpenSSH Client, and choose to install the OpenSSH Client if not already installed.
2: Get your HomeTroller Pi's IP address:
Log into myhs.homeseer.com using the username and password you selected when you installed your HomeTroller Pi.
Note the IP address in the address bar for use in the next step:
3: Open a Command Prompt, and enter the following, inserting your real IP address:
SSH homeseer@<Type-IP-Address-here>
When prompted for the password, enter the the same password you used to log into myhs.homeseer.com. (Yes, even though the username is different!)
The Command Prompt should now look something like this:C:\Users\Swail>ssh homeseer@192.168.1.2
homeseer@192.168.1.2's password:
Linux HTPiHubG1 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l
The programs included with the Debian GNU/Linux system are free software;
Linux HTPiHubG1 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
homeseer@HTPiHubG1:~ $
Please be careful what you do, a Linux shell is a powerful tool!
Comment
-
Originally posted by Swail View PostHere's what worked to open a Linux shell for my HomeTroller Pi with HS4 from Win 10:
1: Make sure the OpenSSH Client is installed:
Go to Settings > Apps > Apps & Features > Optional Features. Search for OpenSSH Client, and choose to install the OpenSSH Client if not already installed.
2: Get your HomeTroller Pi's IP address:
Log into myhs.homeseer.com using the username and password you selected when you installed your HomeTroller Pi.
Note the IP address in the address bar for use in the next step:
3: Open a Command Prompt, and enter the following, inserting your real IP address:
SSH homeseer@<Type-IP-Address-here>
When prompted for the password, enter the the same password you used to log into myhs.homeseer.com. (Yes, even though the username is different!)
The Command Prompt should now look something like this:C:\Users\Swail>ssh homeseer@192.168.1.2
homeseer@192.168.1.2's password:
Linux HTPiHubG1 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l
The programs included with the Debian GNU/Linux system are free software;
Linux HTPiHubG1 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
homeseer@HTPiHubG1:~ $
Please be careful what you do, a Linux shell is a powerful tool!
Lucky I found this thread!
- Likes 1
Comment
Comment