-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH refused -- had to add my MQTT settings in the firmware file before flashing #19
Comments
try power cycling the unit I personally run a server.js node server on it so I can access it with "nc" in case that sshd craps out. |
Sorry for the basic question but... how do you run the JS? If node not available... This is a busybox environment, very limited. |
@msanchezt there are some instructions on https://github.com/slyoldfox/scrypted/tree/main/plugins/bticino on how to put nodejs on your unit. |
That worked: node working now on bticino. Could you recommend a good node server shell-like so I can input commands from nc? Like reboot the sshd, etc... |
I use https://gist.github.com/slyoldfox/ec8f8b83d0835807b186e59926980807 |
Just amazing, worked like a charm. Finally, would you mind sharing how do you make sure this runs at startup? A script under /etc/rc5.d/ maybe? |
I added it to /etc/init.d/mosquitto: in the
I "installed" the screen program pretty much the same way as node (just added some required libs to /lib) |
Hello and thanks for the modified firmware!
If anyone else is having trouble connecting to a modified C300X after flashing:
It is possible to edit the MQTT settings in you local copy of TcpDump2Mqtt.conf before executing main.py.
Does anyone know why I'm getting "Connection refused" with SSH? Do I need to specify my bticinokey?
Thanks!
The text was updated successfully, but these errors were encountered: