Node Bier: verschil tussen versies
k (MarkKlaauw heeft de pagina NodeBier hernoemd naar Node Bier zonder een doorverwijzing achter te laten) |
|||
(7 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
− | [[Categorie: | + | [[Categorie:Docs]][[Categorie:PaymentSystem]][[Categorie:ACNode]] |
− | + | [[Category:Nodes & network devices]][[Category:Food & drink]] | |
[[Bestand:Payment-7seg-samples.jpg|500px]] | [[Bestand:Payment-7seg-samples.jpg|500px]] | ||
− | Node for paying beer | + | Node for paying beer. Onderdeel van het [[SpaceTegoed}Space tegoed payment system]]. |
= Location = | = Location = | ||
Regel 57: | Regel 57: | ||
## <code>REG</code> Registering with the server | ## <code>REG</code> Registering with the server | ||
## <code>PAIR</code> requesting to pair; swipe an admin tag. | ## <code>PAIR</code> requesting to pair; swipe an admin tag. | ||
− | ## <code>Er::PL</code> failed to get a pricelist - typically as it has not been associated with a station/pricelist in | + | ## <code>Er::PL</code> failed to get a pricelist - typically as it has not been associated with a station/pricelist in [https://mijn.makerspaceleiden.nl mijn.makerspaceleiden.nl] yet. |
## <code>any error message</code> - scrolling error message. | ## <code>any error message</code> - scrolling error message. | ||
Code is at https://github.com/MakerspaceLeiden/makerspaceleiden-payment-node-7segments. | Code is at https://github.com/MakerspaceLeiden/makerspaceleiden-payment-node-7segments. |
Huidige versie van 29 jul 2024 om 20:14
Node for paying beer. Onderdeel van het [[SpaceTegoed}Space tegoed payment system]].
Location
Kitchen
What does it do?
The display normally displays a static price. The price is for one beer.
Swipe your door tag just once pay for one beer.
Hardware vervangen/repareren
See Payment Terminal with 4 seven segment displays
Display messages
- During startup
F X-YY
- version number firmware during booting.CONN
- connecting to WiFiNTP
- getting the timeF CA
- Fetching the Certificate AuthorityF PL
- Fetching the price listFAIL
- failed to connect to WiFi; will reboot.any error message
- scrolling error message & after which either reboot or hang if it unrecoverable.
- At the end of startup (from this point onwards OTA is possible).
----
- fully started up; but have not yet gotten the pricelistno prices
- price list could not be fetched. Will retry for a few minutes every 15 seconds; then reboot.
- In normal payment mode
X.YY
- price to pay when you swipe. There is no leading zero.[--]
- in the process of payingFAIL
- payment failedpaid
- you have paidMM:SS
-- a minute and second countdown. Once at zero - the heating switches off. There is always a leading zero.any error message
- scrolling error message.FAIL -1
- netwerk/wifi error. Powercyle de unit.FAIL -4
- netwerk/wifi error. Powercyle de unit.FAIL 40X
Gebruik je een geldige tag ?FAIL 500
Error op de server; mail noc@.
- During Over the Air reprogramming.
PROG
- start of OTA updateF XX
- OTA; uploading new firmware; XX is the percentage fetchedDONE
- successful end of OTA. Unit will reboot.any error message
- scrolling error message & after which the device will switch back to the old/current firmwareFO:AF
- OTA authentication failedFO:BF
- OTA begin failedFO:CF
- OTA connect failedFO:RF
- OTA receive failedFO:EF
- OTA end failedFO:OF
- OTA 'other' failure
- During initial pairing / post an OTA
REG
Registering with the serverPAIR
requesting to pair; swipe an admin tag.Er::PL
failed to get a pricelist - typically as it has not been associated with a station/pricelist in mijn.makerspaceleiden.nl yet.any error message
- scrolling error message.
Code is at https://github.com/MakerspaceLeiden/makerspaceleiden-payment-node-7segments.