Halt #116
Unanswered
martinwprior
asked this question in
Q&A
Halt
#116
Replies: 3 comments
-
You need to run the app in kiosk mode, so when you call with http://127.0.0.1/?mode=kiosk (or the external IP when you are not on the device) it should be visible. You do raise a good point: we need to make sure that data has been written before executing the halt command (usually it does, as we write most data as soon as the rower is considered stopped). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you
…On Fri, Jan 20, 2023 at 5:34 PM Jaap van Ekris ***@***.***> wrote:
You need to run the app in kiosk mode, so when you call with
http://127.0.0.1/?mode=kiosk (or the external IP when you are not on the
device) it should be visible.
—
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4JUCAZPLZM7RZXH5BGWON3WTJLYRANCNFSM6AAAAAAUA5QYPU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Great works very well. At the moment I am not really concerned with
accuracy of data etc. I am pleased it is running well. I am using the beta.
I have not changed the config file at all except for my personal data. My
rower appears to be identical to yours. There are so many produced in China
and I am sure many European companies have them made with slight
modifications. I am living in Malaysia so its only natural that we get from
China. So first I will try renaming my rower to the one you mention WRX400.
[image: image.png]
i put a second reed switch so I could connect it to the monitor which came
with the rower. It does not have Bluetooth so does not transmit data
anywhere.
…On Fri, Jan 20, 2023 at 5:34 PM Jaap van Ekris ***@***.***> wrote:
You need to run the app in kiosk mode, so when you call with
http://127.0.0.1/?mode=kiosk (or the external IP when you are not on the
device) it should be visible.
—
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4JUCAZPLZM7RZXH5BGWON3WTJLYRANCNFSM6AAAAAAUA5QYPU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
// command to shutdown the device via the user interface, leave empty to disable this feature
shutdownCommand: 'halt',
puzzling me as I cannot see any switch on the user interface for 'halt' How can I get this? At the moment I just switch off but am afraid some data is lost or not properly saved.
Beta Was this translation helpful? Give feedback.
All reactions