Kaynağa Gözat

Doc update for Grid Connect double outlet smart switch support.

Jason Rumney 4 yıl önce
ebeveyn
işleme
f44410d2c2
2 değiştirilmiş dosya ile 8 ekleme ve 7 silme
  1. 1 0
      ACKNOWLEDGEMENTS.md
  2. 7 7
      README.md

+ 1 - 0
ACKNOWLEDGEMENTS.md

@@ -45,3 +45,4 @@ Further device support has been made with the assistance of users.  Please consi
  - [klausahrenberg](https://github.com/klausahrenberg) for figuring out the BHT-6000 and other thermostats' internal MCU protocol for his alternate MQQT firmware, which helped with finding some of the details.
  - [Swiftnesses](https://github.com/Swiftnesses) for contributing support for Electriq CD12PW dehumidifiers
  - [MrDeon](https://github.com/MrDeon) for assistance in supporting Kogan KAWFPAC09YA air conditioners.
+ - [darek-margas](https://github.com/darek-margas) for contributing support for Grid Connect double outlet smart switches.

+ 7 - 7
README.md

@@ -96,6 +96,7 @@ the device will not work despite being listed below.
 ### SmartPlugs
 - Kogan Single Smartplug with Energy Monitoring
 - Kogan Single Smartplug with Energy Monitoring and USB charging
+- Grid Connect double outlet with Energy Monitoring, Master and Individual switches and Child Lock.
 - Other brands may work with the above configurations
 - Simple Switch - a switch only, can be a fallback for many other unsupported devices, to allow just power to be switched on/off.
 
@@ -343,14 +344,13 @@ You can find these keys the same way as you would for any Tuya local integration
 
 ## Next steps
 
-1. Multiple entities of the same type should be supported on the same device.  This will allow surfacing more switches that are currently just attributes, and will allow supporting multi-socket smart switches.
-2. A generic sensor entity is needed to surface some of the sensors that are currently attributes in a way that works with HA's analytics and energy features.
-3. Remove the need for custom classes for gpph heater and goldair dehumidifier.
+1. A generic sensor entity is needed to surface some of the sensors that are currently attributes in a way that works with HA's analytics and energy features.
+2. Remove the need for custom classes for gpph heater and goldair dehumidifier.
 These devices from upstream have some complex logic that currently cannot be represented in the config files.  Find a way to configure this logic so the last of the legacy code can be removed.
-4. This component is mosty unit-tested thanks to the upstream project, but there are a few more to complete. Feel free to use existing specs as inspiration and the Sonar Cloud analysis to see where the gaps are.
-5. Once unit tests are complete, the next task is to complete the Home Assistant quality checklist before considering submission to the HA team for inclusion in standard installations.
-6. Discovery seems possible with the new tinytuya library, though the steps to get a local key will most likely remain manual.  Discovery also returns a productKey, which might help make the device detection more reliable where different devices use the same dps mapping but different names for the presets for example.
-7. number and select entities would help to surface more of the settings that do not fit into the standard types.
+3. This component is mosty unit-tested thanks to the upstream project, but there are a few more to complete. Feel free to use existing specs as inspiration and the Sonar Cloud analysis to see where the gaps are.
+4. Once unit tests are complete, the next task is to complete the Home Assistant quality checklist before considering submission to the HA team for inclusion in standard installations.
+5. Discovery seems possible with the new tinytuya library, though the steps to get a local key will most likely remain manual.  Discovery also returns a productKey, which might help make the device detection more reliable where different devices use the same dps mapping but different names for the presets for example.
+6. number and select entities would help to surface more of the settings that do not fit into the standard types.
 
 Please report any issues and feel free to raise pull requests.
 [Many others](https://github.com/make-all/tuya-local/blob/main/ACKNOWLEDGEMENTS.md) have contributed their help already.