Lua App for Powerbox Pioneer Capacity reset
- rolfbartels
-
Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
TPL_KUNENA_MESSAGE_CREATED Lua App for Powerbox Pioneer Capacity reset
25 Jul 2021 15:58
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
Please Log in or Create an account to join the conversation.
- Thorn
-
- Offline
- Moderator
-
- Posts: 3464
- Thank you received: 1485
TPL_KUNENA_MESSAGE_REPLIED_NEW Lua App for Powerbox Pioneer Capacity reset
25 Jul 2021 17:15
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
The following user(s) said Thank You: rolfbartels
Please Log in or Create an account to join the conversation.
- rolfbartels
-
Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
TPL_KUNENA_MESSAGE_REPLIED_NEW Lua App for Powerbox Pioneer Capacity reset
31 Jul 2021 18:08
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.
Please Log in or Create an account to join the conversation.
- Thorn
-
- Offline
- Moderator
-
- Posts: 3464
- Thank you received: 1485
TPL_KUNENA_MESSAGE_REPLIED_NEW Lua App for Powerbox Pioneer Capacity reset
31 Jul 2021 20:29
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
Please Log in or Create an account to join the conversation.
- davidmcq137
-
- Offline
- Senior Member
-
- Posts: 79
- Thank you received: 87
TPL_KUNENA_MESSAGE_REPLIED_NEW Lua App for Powerbox Pioneer Capacity reset
19 Oct 2021 03:42
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
Please Log in or Create an account to join the conversation.
Moderators: Thorn, IG-Modellbau
Time to create page: 0.325 seconds