Lua App for Powerbox Pioneer Capacity reset
- rolfbartels
- Offline Autor
- Neues Mitglied
- Beiträge: 9
- Dank erhalten: 0
Lua App for Powerbox Pioneer Capacity reset wurde erstellt von rolfbartels
Posted 25 Juli 2021 17:58 #1
Hello,
I am looking for an app that will monitor the battery pack voltage and when the app detects that the batteries have be charged it will send a rest to the powerbox to zero the capacity.
The powerbox pioneer will reset the capacity used of the batteries when ch16 (currently) see a 100% change for example configured to a switch.
Thanks
I am looking for an app that will monitor the battery pack voltage and when the app detects that the batteries have be charged it will send a rest to the powerbox to zero the capacity.
The powerbox pioneer will reset the capacity used of the batteries when ch16 (currently) see a 100% change for example configured to a switch.
Thanks
von rolfbartels
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- Thorn
- Offline
- Moderator
- Beiträge: 3460
- Dank erhalten: 1462
You can take a look at the display app because I think that would not be a problem. It can already do that.
With kind regards
Thorn
With kind regards
Thorn
!! Bitte alle meine Apps vom Sender Löschen!
Sorry, wegen meiner Rechtschreibung und Grammatik!!!
Lg Thorn
Sorry, wegen meiner Rechtschreibung und Grammatik!!!
Lg Thorn
von Thorn
Folgende Benutzer bedankten sich: rolfbartels
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- rolfbartels
- Offline Autor
- Neues Mitglied
- Beiträge: 9
- Dank erhalten: 0
Hi Thorn,
I took a look at the display app and oh boy does it have a ton of option and settings, unfortunately I didn't manage to figure out how it works, and the cbBatMon actually does what I require, thank you though.
I took a look at the display app and oh boy does it have a ton of option and settings, unfortunately I didn't manage to figure out how it works, and the cbBatMon actually does what I require, thank you though.
von rolfbartels
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- Thorn
- Offline
- Moderator
- Beiträge: 3460
- Dank erhalten: 1462
I would be very happy to set it up for you if you would take a picture of all the sensors that your sensor transmits. I could create the corresponding TXT file and it works....
!! Bitte alle meine Apps vom Sender Löschen!
Sorry, wegen meiner Rechtschreibung und Grammatik!!!
Lg Thorn
Sorry, wegen meiner Rechtschreibung und Grammatik!!!
Lg Thorn
von Thorn
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- davidmcq137
- Offline
- Senior Mitglied
- Beiträge: 75
- Dank erhalten: 82
So the idea is to have a lua app that wakes up, looks at the battery voltage, and if it has "jumped up" from a previously saved state, you cycle a servo output to tell the PB that it's charged?
If so the system.registerControl and system.setControl API calls can set up a servo output that is controlled by lua. They create a function, just like a knob or stick.
I have used them many times to control smoke system (my Morse code smoke app), the throttle (scary!) for an autothrottle app, and for my braking parachute app.
Dave
If so the system.registerControl and system.setControl API calls can set up a servo output that is controlled by lua. They create a function, just like a knob or stick.
I have used them many times to control smoke system (my Morse code smoke app), the throttle (scary!) for an autothrottle app, and for my braking parachute app.
Dave
von davidmcq137
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Moderatoren: Thorn, IG-Modellbau
Ladezeit der Seite: 0.999 Sekunden