=================
IoBroker Haier adapter is used to control your Haier air conditioning via UART in conjunction with the TCP to Serial Gateway. The work is checked on the air conditioner of the 'Lightera' series.
As a TCP to Serial gateway, I use this code and this device.
Switching the air conditioner on and off. (true/false)
Сurrent indications of room temperature.(°C)
Setting the temperature. (16 - 30 °C)
- auto or 0 - One key can give you a comfortable room! The air conditioning unit can judge the indoor temperature and humidity, and make the adjustment accordingly.
- cool or 1 - Cooling room.
- heat or 2 - Room heating.
- fan or 3 - Only fan.
- dry or 4 - Air dehumidification.
- off or 5 - Power off AC.
- min or 2 - Fan speed
- mid or 1 - Fan speed
- max or 0 - Fan speed
- auto or 3 - Fan speed
- ud or 1 - Auto UP/Down.
- lr or 2 - Auto Left/Right.
- both or 3 - Both directions.
- false or 0 or off - Off.
(true/false) The water-ion generator in the airconditioner can generate a lot of anion effectively balance the quantity of position and anion in the air and also to kill bacteria and speed up the dust sediment in the room and finally clean the air in the room.
Lock IR remote (true/false)
If the compressor is on
(true/false) Exhaust the vitiated air from the room, and inhale fresh air. (This function is unavailable on some models.)
Send RAW HEX code without starting bytes and checksum example: power on - 0A000000000001014D02
- (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
- (mcm1957) Dependencies have been updated
(instalator) change test
(instalator) support admin3 (instalator) support compact mode (instalator) change smart to auto (instalator) added role for state
(instalator) fix error
(instalator) fix error parse packets
(instalator) Up to stable
(instalator) fix reconnect error
(instalator) beta version
(instalator) change level log (instalator) fix send command (instalator) change for test file setup.js (instalator) fix error (instalator) added object for send raw code
(instalator) alfa version adapter
(instalator) initial
The MIT License (MIT)
Copyright (c) 2024 iobroker-community-adapters iobroker-community-adapters@gmx.de Copyright (c) 2021 instalator vvvalt@mail.ru
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.