Skip to content

Adapter - MIWA

This page describes version 2.0.2 of the adapter.

Overview

This page describes the usage of the MIWA adapter. This adapter can be used to create keycards for guests to use. The adapter requires the NEC MIWA proxy service to control the card key writer. The service must be installed separate from UIP.

Limitations

  • It can be used with the hotel lock system "ALV2" provided by Miwa Lock. It cannot be used with "ALFH"/"ALVH"/"AL5H".
  • The key card supports "MIFARE 1K". "Felica 4k"/"Mifare UL"/"Magnetic card" cannot be used.
  • The key card writer supported by this service is "ACR122U".
  • This service can create a "guest card". It is not possible to create a "maintenance card" or "master card" for use by hotel managers.
  • Can set the information of "Second Room" to the key card created by this service. You can set up to one "Second Room" information for the entire hotel.
  • This service cannot set the following information on the key card.
    • Any app data information.
    • Any special flag information.
    • Daylight saving information.
    • Shut out information.
    • Buzzer notification information.
    • Deadbolt override information.
  • This service cannot print the room number or expiration date on the key card.
  • Key card information cannot be deleted with this service.



Properties

Name Display Is Required Comments Type Default Value Maximum Value Minimum Value Maximum Length Minimum Length
kioskUri Kiosk URI True Specify the URI of the Kiosk terminal. string
username User Name True Set the user name for basic authentication. string
password Password True Set a password for basic authentication. string



Commands

Create Key Card (createkeycard)

Send an additional keycard request to Miwa Proxy using the HTTP POST method.

Request Properties

Name Display Description Is Required Type
hotelCode Hotel Code Hotel code on the Miwa Lock API installation media True string
mainroom Main Room Room number booked by guest True string
secondroom Second Room Room number common to hotel False string
checkInDate Check In Date Check-in date and time for guest reservations True string
checkOutDate Check Out Date Check-out date and time for guest reservations True string

Response Properties

Name Description Type
status Execution result ('success': success, 'failed': failure) string

Read Key Card (readkeycard)

Send a keycard read request to Miwa Proxy using the HTTP POST method.

Request Properties

Name Display Description Is Required Type
hotelCode Hotel Code Hotel code on the Miwa Lock API installation media True string

Response Properties

Name Description Type
status Execution result ('success': success, 'failed': failure) string
cardType A value that indicates the type of card string
cardNo A value that indicates the branch number of the card string
cardIssuedNo A value that indicates the number of cards issued string
checkInDate Check-in date and time string
checkOutDate Check-out date and time string
shutoutFlag Enable/Disable the shut-out function string
buzzerFlag Enable/Disable the buzzer notification function string
mainroom Main room number (guest room number) string
secondroom1 Second room number1 string
secondroom2 Second room number2 string
secondroom3 Second room number3 string
secondroom4 Second room number4 string
secondroom5 Second room number5 string
supecialFlags Flag area where arbitrary data can be written string
summerTimeFlag Enable/Disable the daylight saving function string
deadboltFlag Enable/Disable the deadbolt override function string

Release History

Version Type Description Tracking # Date
2.0.1 Initial First release in the Adapter Type store.
2.0.2 Maintenance Updated third-party components and improved maintainability. NAP-23945 2022-11-29

Categories