Hypanel Lite 3.27” multi-touch screen indoor

Login to view prices

Description

The Classic Meets the Modern Hypanel Lite

The walls of your home give everyone the privacy they need, but the HyPanel allows communication to continue beyond walls.

Basic Information

Power supply 220Vac±20%
Wi-Fi IEEE802.11 b/g/n, @2.4GHz
Bluetooth BLE 4.2
Ethernet ports 1xRJ45, 10/100Mbps adaptive
ZigBee ZigBee 3.0
Relays out 2-gang
Microphone Dual microphone,-26DBFS
Speaker Single speakers, 8Ω / 1.5W

Appearance

Material Metal buttons, V0 fireproof PC
Screen 3.27” touch screen
Screen Resolution 320×480 pixels
Screen Brightness Automatic

Sensors Built In

Proximity sensor Yes, 0-100cm,distance measurable
Light Sensor Yes
Temperature Sensor Yes, ±0.5℃
Humidity Sensor Yes, ±5%

Working Environment

Environment For indoor use only
Working Humidity 10~90%
Working Temperature -10°C ~ +55°C
Storage Temperature -20°C ~ +65°C

Installation

Installation Wall flush mounting
Flush Mounted Box EU/GB
Standard
Wiring Way Line & Neutral

Application Scenario

Villas Yes
Apartment complexes Yes
Home automation systems Yes
Modern interiors Yes
Akuvox Canada - Official Canadian distributor for all Akuvox products

Leave a review

Did you have a good experience with Akuvox Canada? Let the public know about it and write a review.
Click here to write a review on Google.

Contact Akuvox Canada

An agent will contact you shortly.

Leave a review

Did you have a good experience with Akuvox Canada? Let the public know about it and write a review.
Click here to write a review on Google.

if (class_exists('acf') && class_exists('WooCommerce')) { add_filter('woocommerce_product_tabs', function($tabs) { global $post, $product; // Access to the current product or post $custom_tab_title = get_field('tab_title', $post->ID); if (!empty($custom_tab_title)) { $tabs['awp-' . sanitize_title($custom_tab_title)] = [ 'title' => $custom_tab_title, 'callback' => 'awp_custom_woocommerce_tabs', 'priority' => 10 ]; } return $tabs; }); function awp_custom_woocommerce_tabs($key, $tab) { global $post; ?>

ID); echo $custom_tab_contents; } add_filter( 'woocommerce_product_tabs', 'woo_customize_tabs', 98 ); function woo_customize_tabs( $tabs ) { $tabs['additional_information']['title'] = __( 'Technical specifications' ); $id = get_the_ID(); $ftab = get_post_meta($id,'faq',true); if(!empty($ftab)) { $tabs['test_tab'] = array( 'title' => 'FAQ', 'priority' => 20, 'callback' => 'extra_faq_field' ); } return $tabs; } add_action( 'woocommerce_product_additional_information', 'print_custom_html',15 ); function print_custom_html(){ $id = get_the_ID(); $ttab = get_post_meta($id,'technical_specifications',true); if(!empty($ttab)) { echo '

Technical specifications

'; echo '
'; echo $ttab; echo '
'; ?>