Skip to content

Commit

Permalink
update readme supported devices list
Browse files Browse the repository at this point in the history
  • Loading branch information
krahabb committed Feb 22, 2024
1 parent 28defe4 commit e8afda8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ Most of this software has been developed and tested on my owned Meross devices w
- Switches
- [MSS110](https://www.meross.com/Detail/58/Smart%20Wi-Fi%20Plug%20Mini): Smart Wifi plug mini
- [MSS210](https://www.meross.com/Detail/3/Smart%20Wi-Fi%20Plug): Smart Wifi plug
- [MSS310](https://www.meross.com/Detail/38/Smart%20Wi-Fi%20Plug%20with%20Energy%20Monitor): power plug with metering capabilties
- [MSS305](https://www.meross.com/en-gc/smart-plug/amazon-smart-plug/137): power plug with metering capabilities
- [MSS310](https://www.meross.com/Detail/38/Smart%20Wi-Fi%20Plug%20with%20Energy%20Monitor): power plug with metering capabilities
- [MSS315](https://www.meross.com/en-gc/smart-plug/matter-smart-plug/159): Matter power plug with metering capabilties
- [MSS425](https://www.meross.com/Detail/16/Smart%20Wi-Fi%20Surge%20Protector): Smart WiFi Surge Protector (multiple sockets power strip)
- [MSS510](https://www.meross.com/Detail/23/Smart%20Wi-Fi%20Single%20Pole%20Switch): Smart WiFi single pole switch
Expand All @@ -83,11 +84,14 @@ Most of this software has been developed and tested on my owned Meross devices w
- Sensors
- [MS100](https://www.meross.com/Detail/46/Smart%20Temperature%20and%20Humidity%20Sensor): Smart Temperature/Humidity Sensor
- [MS200](https://www.meross.com/en-gc/smart-sensor/smart-door-and-window-sensor/138): Smart Door/Window Sensor
- [MS400](https://www.meross.com/en-gc/smart-sensor/smart-water-leak-sensor/130): Smart Water Leak Sensor
- [GS559AH](https://www.meross.com/en-gc/smart-sensor/homekit-smoke-detector/120): Smart Smoke Sensor
- Thermostats
- [MTS100](https://www.meross.com/Detail/30/Smart%20Thermostat%20Valve): Smart Thermostat Valve
- [MTS150](https://www.meross.com/en-gc/smart-thermostat/smart-thermostat-valve/99): Smart Thermostat Valve
- [MTS150](https://www.meross.com/en-gc/smart-thermostat/smart-thermostat-valve/99): Smart Thermostat
Valve
- [MTS200](https://www.meross.com/Detail/116/Smart%20Wi-Fi%20Thermostat): Smart Wifi Thermostat
- [MTS960](https://www.meross.com/en-gc/smart-thermostat/smart-socket-thermostat/145): Smart Wifi Socket Thermostat
- Covers
- [MRS100](https://www.meross.com/product/91/article/): Smart WiFi Roller Shutter
- [MSG100](https://www.meross.com/product/29/article/): Smart WiFi Garage Door Opener
Expand All @@ -96,7 +100,9 @@ Most of this software has been developed and tested on my owned Meross devices w
- [MSXH0](https://www.meross.com/Detail/47/Smart%20Wi-Fi%20Humidifier) [experimental]: Smart WiFi Humidifier
- [MOD100](https://www.meross.com/Detail/93/Smart%20Wi-Fi%20Essential%20Oil%20Diffuser) [experimental]: Smart WiFi Essential Oil Diffuser
- Smart Cherub Baby Machine
- [HP110A](https://www.meross.com/product/53/article/) [experimental]: Smart Cherub Baby Machine
- [HP110A](https://www.meross.com/product/53/article/): Smart Cherub Baby Machine
- Air Purifier
- [MAP100](https://www.meross.com/en-gc/smart-air-purifier/homekit-air-purifier/112) [experimental]: Smart WiFi Air Purifier

## Features

Expand Down
5 changes: 5 additions & 0 deletions custom_components/meross_lan/merossclient/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,15 @@
TYPE_NAME_MAP[CLASS_MSL] = "Smart Light"

CLASS_MTS = "mts"
CLASS_MTSV = "mts1"
TYPE_MTS100 = "mts100" # Smart thermostat over hub
TYPE_MTS100V3 = "mts100v3" # Smart thermostat over hub
TYPE_MTS150 = "mts150" # Smart thermostat over hub
TYPE_NAME_MAP[CLASS_MTSV] = "Smart Thermostat Valve"
TYPE_MTS200 = "mts200" # Smart thermostat over wifi
TYPE_NAME_MAP[TYPE_MTS200] = "Smart Thermostat"
TYPE_MTS960 = "mts960" # Smart thermostat over wifi
TYPE_NAME_MAP[TYPE_MTS960] = "Smart Socket Thermostat"
TYPE_NAME_MAP[CLASS_MTS] = "Smart Thermostat"

CLASS_MOD = "mod"
Expand Down

0 comments on commit e8afda8

Please sign in to comment.