-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Variant value? #1
Comments
Yes this doesn't work just yet. It's a work in progress You can follow progress here NebraLtd/hm-pyhelper#128 and here NebraLtd/hm-pyhelper#127 |
Hi. Is there a variant variable known now? |
would be great when this works now, because of the crappy service fee of contollino :-X |
I am afraid this is a dead end too :( no response in months. Perhaps it's due to a lack of agreement between nebra and controllino? I don't know... |
Just FYI this repo is not really monitored. But in any case, we haven't been able to get this working yet. As you can see here: |
Thanks. Even that one is stuck since July :( Do you guys need any help with testing or anything else to get it working? There are few of us controllino users who can assist in any way we can. |
@uros76 yes unfortunately we haven't had the time to dedicate to another manufacturers software. The main issue is that they use a concentrator with a power enable, which we don't currently support in our software. And we haven't actually figured out how the enable works yet. We were hoping to get some info on this directly from controllino but didn't hear back. |
Ah ok I understand @shawaj. Controllino was dissolved recently and the new iteration of a maker company is doing crazy stuff like making users wait months for support. Or the new crazy thing they decided to charge for support from next year. That's why controllino users community is trying to find a solution to untether from this maker and their crazy ideas completely. |
@uros76 Who is the new company that took over controllino? The datasheets are helpful thanks. They show the power enable pin and the i2c bus :-) I think the other issue as well was that they put the ECC chip on the concentrator itself. But not sure if that will be a blocker. I'll have to find my controllino hotspot now to check it out 😂 I can't give any idea of how long this will take though as it requires building in new functionality that we don't currently have |
PDFs for future reference |
Controllino was not sold but kind of changed name with the same owner. New name is Conelcom. Good luck getting anything useful from them. Many of us have escalated issues with Helium already... Some users reported that they could swap rpi board and the hotspot resumed working. Not sure if that changes anything but yeah chip seems to be on the concentrator. Pls dig out that old controllino of yours and play around. If you need ant tips or help or some guinea pig for testing send me a DM ;) |
@uros76 don't suppose you have a controllino hotspot that we could experiment with remotely? |
Of course, I have two of them. Shoot me DM and I will set up remote access for you as needed. |
One more thing @shawaj I created an unofficial controllino community discord server back in September where I shared tons of findings and our knowledge. Check it out perhaps something useful for your discovery |
Can you flash the image shown here to the SD card? https://hub.balena.io/nebraltd/helium-controllino Click get started, then choose pi 4 as the device type |
That link takes me to generic page. |
Yes sorry that's the correct link |
Downloading slowly don't know why. Once I load it will report back |
Awesome thanks @uros76 then I'll have a poke around 🙂 |
I tried downloading the image twice and it fails on transfer. Now trying the flashing straight from the browser and etcher app. Let's see if it finally works |
If not try downloading from here, I just downloaded and uploaded to Google drive. This one will only work on ethernet though... https://drive.google.com/file/d/1fpkCHyoVbMrWjaXeyA6HbCFUHwAmtaFE/view?usp=drivesdk |
The file from gdrive worked. I just flashed on an sd card and plugged it into my controllino. |
Thanks! I'll try and take a look tomorrow 🙂 |
@shawaj any progress? 😊 |
@uros76 I didn't have any time to take a look yet, but I'm home alone tonight so planning to take a look in a bit. Will let you know if I make any progress :-) |
@uros76 good news - i have the concentrator on your unit working. it requires us to turn on the power using the power enable chip we are going to have to add some new logic to the pyhelper module or somewhere else in order to automatically handle this based on the variant. this may take a bit of time but will see if we can push it ahead :-) (Leave the unit turned on and plugged in - and we will see if it witnesses/beacons sometime soon!) |
@kashifpk @KevinWassermann94 - do you have any thoughts on where this logic should go? it is a power enable chip to turn on the power to the HAT on the controllino unit. I am thinking maybe in hm-pyhelper? Pull in the pin number for a power enable param in hardware definition (false if not there, number of pin if there?) and then make output and set to 1? What do you think? EDIT: on second thought I guess we can use |
@shawaj I'm always very interested in testing and trying out new things. |
@garfield1981 the Balena fleet of your own will work, but it won't auto update. You will have to push the new release every time there is an update. So unless you want to do the manual updates and you have a specific need for having your own fleet then I'd say to just use the standard fleet we provide. But of course, it's up to you 😉 |
Here's a copy of the instructions mentioned above:
|
Hello, @uros76 I followed your instructions exactly. That doesn't work for me. I tried it 5 times. |
I don't know what else could be wrong. Those are the steps I did and it worked. Are you still getting "packet-forwarder KeyError: 'COMP-CONTROLLINO'" issue? |
Yeah the instructions look good to me as well, not sure what went wrong to be honest! |
Another idea @shawaj. If someone with a private fleet enables the "Support access" do you have access to that device than and can look at it? |
@uros76 no that would be Balena support not Nebra |
Ah ok, never mind then. Let's see if more users support same issue |
I'm thinking it was due to me updating this repo (splitting it into testnet and master branches). That was around the same time. Possibly just deleting the fleet and starting again might solve it. Also @uros76 just to check you are aware that this will require you to manually update every time we push an update? |
Yes fully aware, thanks. I am using nebra rak/mntd firmware on my private fleet for months now. |
Awesome. Glad it's been of use to you 😊 |
FYI to anyone who needs it here are installation instructions: https://support.nebra.com/support/solutions/articles/24000078655 |
@uros76 I found a way to auto-populate all the configuration variables. Would you mind being a guinea pig again? If you go to https://hub.balena.io/organizations/nebraltd/fleets/HELIUM-CONTROLLINO and click on fork fleet, when you create the fleet it should automatically populate all the environment variables and config variables for you. Let me know if it works! |
Seems to be working. Good job! |
Great thanks @uros76 😊🙏 The Helium miner height URL isn't really needed anymore but we put it in in any case on our main fleets so included in here as well. |
Just FYI, I've found an alternative (and better) way to the
The better way is to set:
Whilst unlikely, the way using the gpio-shutdown overlay could potentially have unintended consequences (shutdowns) if there is some issue with power supply or something that causes pin 17 to be pulled low externally. With the updated method, this is not a risk. |
honestly I don't know how to push this image. I have already deployed a device but there seems to be no helium related SW on it. Also there is no dashboard. Appartently its because of the error. |
Please follow the instructions here https://nebra.io/controllino |
Sorry that was the wrong link. This is the correct one https://support.nebra.com/support/solutions/articles/24000078655 |
Thank you! "- Visit https://nebra.io/controllino and click on "Fork this fleet"" Which is what I did. |
Fork this fleet is not what you want to do unless you are fairly technical with experience of docker containers etc. For auto updates etc you want https://support.nebra.com/support/solutions/articles/24000078655 Maybe you can ask them to update? |
I did :) thanks for your help! |
No problem at all. The fork fleet is quite manual and requires you to do your own updates etc |
any new Updates for the Controllino Miners with Nebra Software? |
What update do you need? |
i was only looking what is the latest update for nebra Miners.. and latest was on the 28.Oct 2023. development stopped ? |
@acaltas there hasn't been any helium network updates since then |
What value should I enter the variant?
I tried COMP-CONTROLLINO but it doesn't work
The text was updated successfully, but these errors were encountered: