stef_stef
|
|
November 06, 2017, 11:22:20 AM |
|
Glad I found this I have a extra pi kicking around just a quick question I need the 5v 8 channel board and on the motherboard the pins get connected to the reset or power thanks
You connect them to the reset pins The logic is that when the relay closes, it connects those two pins, and the rig restarts
|
|
|
|
Kasmetski (OP)
Jr. Member
Offline
Activity: 50
Merit: 3
Searchin` perfection!
|
|
November 09, 2017, 04:56:35 PM |
|
Okay, so I am officially stuck with the installation. I have installed golang on my PI2, and executed this command go get -u -v github.com/kasmetski/auto-hard-reset However, I do not know how to go on. Any help would be appreciated. Thanks
You need to install golang and use "go get" only i if you want to edit the source code or build it by yourself. If you just want to run the program, use the latest binary files from '/bin/' directoryor better use the binary files of v0.1 - https://github.com/Kasmetski/auto-hard-reset/releasesDownload the version for your RPI open folder in the terminal and start the tool with "./auto-hard-reset-arm6(7)" After I fix some bugs with the TelegramBot, the version of the tool will be updated. Glad I found this I have a extra pi kicking around just a quick question I need the 5v 8 channel board and on the motherboard the pins get connected to the reset or power thanks
Connect them like a power button.
|
Makefinity - Unleash Your Creativity
|
|
|
dsclemente
Newbie
Offline
Activity: 3
Merit: 0
|
|
November 27, 2017, 05:34:32 PM |
|
Hi !
Might you kindly provide more information about the telegram interface ?
I can help to improve some features in the project such as web interface and dashboards...
Thank you!
|
|
|
|
jp26jp
Newbie
Offline
Activity: 14
Merit: 0
|
|
December 06, 2017, 06:29:17 PM |
|
Sorry for the super noob questions but when you say: Depending of your Raspberry Pi version, download one of the archives arm6 - (Raspberry Pi A, A+, B, B+, Zero) arm7 - (Raspberry Pi 2, 3) Are you saying to download an archive from here: https://archlinuxarm.org/about/downloads ? And then when you say: Open the folder from the console and type (example with arm7) Are you referring to the folder of the downloaded archive? Or are you referring to a folder in the repo?
|
|
|
|
stef_stef
|
|
December 09, 2017, 10:24:05 PM |
|
Are there any updates on this project?
|
|
|
|
VyprBTC
|
|
December 09, 2017, 10:55:54 PM |
|
Hope to see some more development on it, lots of cool potential here!
|
|
|
|
stef_stef
|
|
December 10, 2017, 04:23:59 PM |
|
I have the script up and running on mi pi2, however I am trying to set up Telegram.
Would anyone offer some hints? I'd really appreciate that. I have set up the bot, edited the config file with the bot API and my telegram username as admin, but I am not getting any response in return.
|
|
|
|
stef_stef
|
|
December 13, 2017, 10:47:23 PM |
|
Cmoon guys, I am desperate for some help.
|
|
|
|
puwaha
|
|
December 14, 2017, 03:49:49 AM |
|
Sorry, I don't use Telegram, so I can't help... not a helpful post... I know.
|
|
|
|
stef_stef
|
|
December 17, 2017, 02:22:14 PM |
|
Sorry, I don't use Telegram, so I can't help... not a helpful post... I know. Kind of disappointed from the lack of support in this thread, but it is what it is
|
|
|
|
puwaha
|
|
December 18, 2017, 01:21:26 AM |
|
Sorry, I don't use Telegram, so I can't help... not a helpful post... I know. Kind of disappointed from the lack of support in this thread, but it is what it is Sorry, I'm not the developer, nor do I use Telegram. You might try to PM the developer.
|
|
|
|
stef_stef
|
|
December 18, 2017, 03:00:14 PM |
|
Sorry, I don't use Telegram, so I can't help... not a helpful post... I know. Kind of disappointed from the lack of support in this thread, but it is what it is Sorry, I'm not the developer, nor do I use Telegram. You might try to PM the developer. Figured it out by myself by now. I PM'ed the developer a long time ago.
|
|
|
|
Kasmetski (OP)
Jr. Member
Offline
Activity: 50
Merit: 3
Searchin` perfection!
|
|
December 20, 2017, 11:15:34 PM |
|
Hello, I'm back after some shitty things happened IRL and I will try to be more active in the forum. II need to click mail notifications for this thread but If you need something urgent you can always find me on twitter with the same name. 'm starting to answer question I see. Might you kindly provide more information about the telegram interface ? I can help to improve some features in the project such as web interface and dashboards...
Be more specific? I will describe in general.. you need to make a Telegram bot. Write to BotFather https://telegram.me/botfather and follow the instructions there. After that edit the config file with the bot-username and api key. About the web interface I will be happy if someone make it. First I need to refactor the code a little bit and make everything in modules, Sorry for the super noob questions but when you say: Depending of your Raspberry Pi version, download one of the archives arm6 - (Raspberry Pi A, A+, B, B+, Zero) arm7 - (Raspberry Pi 2, 3) Are you saying to download an archive from here: https://archlinuxarm.org/about/downloads ? And then when you say: Open the folder from the console and type (example with arm7) Are you referring to the folder of the downloaded archive? Or are you referring to a folder in the repo? The download link is going to archlinux? But I can guess you ask about the Release page? If yes, the only difference between Release archive and /bin/ directory in the repo is the second one is latest build from code but have some bugs. Binary files in the release page are older and don't have Telegram and Pushover integration. If you need some help I'm here if something is urgent - twitter - https://twitter.com/Kasmetsk1
|
Makefinity - Unleash Your Creativity
|
|
|
stef_stef
|
|
December 22, 2017, 06:35:13 PM |
|
Just so that someone does not get lost like me The config.json file that needs to be edited is located in the /bin folder.
|
|
|
|
stef_stef
|
|
January 07, 2018, 03:42:10 PM |
|
I've been trying to make the script run on start up, but I am kind a lost. Has anyone done it?
|
|
|
|
Kasmetski (OP)
Jr. Member
Offline
Activity: 50
Merit: 3
Searchin` perfection!
|
|
January 08, 2018, 12:41:26 PM |
|
Did you try to put the file and config here "~/.config/lxsession/LXDE-pi/autostart"?
|
Makefinity - Unleash Your Creativity
|
|
|
Golempl
Newbie
Offline
Activity: 42
Merit: 0
|
|
January 08, 2018, 01:32:17 PM |
|
I can preffer ubnt mpower , just add proper crontab script and thats all. You get power meter here also.
|
|
|
|
|
Kasmetski (OP)
Jr. Member
Offline
Activity: 50
Merit: 3
Searchin` perfection!
|
|
January 25, 2018, 09:46:18 PM |
|
Hello, did you change the tgactivate config.json option to true? Also do you see any errors in the config file when you start the tool? If you wrote everything correctly in the config you should see information in the log, or if there is problem with the api you will see error too.
Cheerz
|
Makefinity - Unleash Your Creativity
|
|
|
huntingthesnark
|
|
January 29, 2018, 12:29:44 PM |
|
Thanks for the response! I've set tg activate to true, and I'm not getting any errors - altho my log files appear to be blank/empty. They're being created, but not filled.
This is my config:
"WaitSeconds": 60, "Log": true, "StartupCheck": true, "TgBotActivate": true, "TgAPIKey": "xxxx" "TgAdminUserName": "xxxxx", "Miners": [
I'm clearly missing something basic!
|
|
|
|
|