Announcement

Collapse
No announcement yet.

Plans for LG washer/dryers?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Plans for LG washer/dryers?

    It wasn't clear if there is some level of support for LG washers/dryers. I know the focus here is on AC's.

    #2
    Eventually I plan to but right now I don't have access to any of them so can't implement that. Volunteers that would like to let me access their data to add the support are always appreciated! ;-)

    Comment


      #3
      I ordered a pair and should get my hands on them in 2-3 weeks. I'll PM you my login details to help out!

      Comment


        #4
        I also have a washer from LG, and would be very happy to aid in getting support for washers.

        I am also located in Norway, but I noticed you are working on supporting Norway email login as well in your app.

        Let me know if you need access to my LG account to develop support for washers, that would have been fantastic.

        Comment


          #5
          Originally posted by HcE View Post
          I also have a washer from LG, and would be very happy to aid in getting support for washers.

          I am also located in Norway, but I noticed you are working on supporting Norway email login as well in your app.

          Let me know if you need access to my LG account to develop support for washers, that would have been fantastic.
          That would be fantastic. Please private message me and we can figure out the logistics 😁.

          Comment


            #6
            Any update on this?

            I would love to get a status when my washer or dryer is finished.

            thanks,

            Scott

            Comment


              #7
              It was not straightforward, I need to sniff the traffic between the app and LG, as it appears they use a different API.

              Comment


                #8
                Originally posted by HcE View Post
                It was not straightforward, I need to sniff the traffic between the app and LG, as it appears they use a different API.
                If it would help I would be more than happy to ship you my washer and dryer... FedEx?

                (oh crap, sorry, wife just yelled some obscenities and said no, shipping is out)

                Let me see if I can do some network traces. If that would help.

                Thanks,

                Scott

                Comment


                  #9
                  So... did sbessel ship his appliances to you?

                  Comment


                    #10
                    Originally posted by vyslouzil View Post
                    It wasn't clear if there is some level of support for LG washers/dryers. I know the focus here is on AC's.
                    Would also be interested to know if there is any news on this

                    Comment


                      #11
                      found this , but seems to be cloud ?https://github.com/sampsyo/wideq

                      Comment


                        #12
                        hi XboxMeister We just bought a washing machine and a dryer that can connect to thinQ .

                        I can provide help to incluse those in the plugin.
                        1. LG 5.8 Cu. Ft. High Efficiency TurboWash Top Load Washer (WT7300CW) - White
                        2. LG 7.3 Cu. Ft. Electric Dryer (DLEX7250W) - White

                        Comment


                          #13
                          i have tried this.. https://github.com/gladhorn/wideq/tree/api2_merged and it works. Would be nice if it is implemented here.


                          this is the command i used to register
                          Code:
                          python3 example.py -c CA -l en-CA

                          Comment


                            #14
                            thi is hat i get for the washing machine
                            Code:
                            "washerDryer": {
                                        "extraRinse": "EXTRARINSE_OFF",
                                        "stainCare": "STAINCARE_OFF",
                                        "initialTimeMinute": 24.0,
                                        "smartCourseTLBaseUS": "NOT_SELECTED",
                                        "waterPlus": "WATERPLUS_OFF",
                                        "addGarment": "ADDGARMENT_OFF",
                                        "remoteStart": "REMOTE_START_OFF",
                                        "state": "POWEROFF",
                                        "doorLock": "DOOR_LOCK_OFF",
                                        "wifiSDS": "WIFI_SDS_OFF",
                                        "smallUE": "SMALLUE_OFF",
                                        "turboWash": "TURBOWASH_ON",
                                        "preState": "END",
                                        "spin": "NO_SPIN",
                                        "initialBit": "INITIAL_BIT_OFF",
                                        "reserveTimeMinute": 0.0,
                                        "initialTimeHour": 0.0,
                                        "reserveTimeHour": 0.0,
                                        "error": "ERROR_NO",
                                        "remainTimeHour": 0.0,
                                        "courseTLBaseUS": "NOT_SELECTED",
                                        "rinse": "NO_RINSE",
                                        "soilWash": "NO_SOILWASH",
                                        "dnnReady": "DNNREADY_OFF",
                                        "preWash": "PREWASH_OFF",
                                        "soak": "SOAK_OFF",
                                        "TCLCount": 1.0,
                                        "temp": "NO_TEMP",
                                        "fabricSoftener": "FABRICSOFTENER_OFF",
                                        "downloadedCourseTLBaseUS": "SMALL_LOAD",
                                        "soakBit": "SOAK_OFF",
                                        "coldWash": "COLDWASH_OFF",
                                        "saveEnergy": "SAVE_ENERGY_OFF",
                                        "remainTimeMinute": 1.0,
                                        "steam": "STEAM_OFF",
                                        "childLock": "CHILDLOCK_OFF"
                                    },
                            and for the dryer :

                            Code:
                                    "washerDryer": {
                                        "dampDrySignal": "DAMPDRYSIGNAL_OFF",
                                        "initialTimeMinute": 1.0,
                                        "antiBacterial": "ANTIBACTERIAL_OFF",
                                        "remoteStart": "REMOTE_START_OFF",
                                        "state": "POWEROFF",
                                        "energySaver": "ENERGYSAVER_OFF",
                                        "easyIron": "EASYIRON_OFF",
                                        "moreLessTime": 0.0,
                                        "turboSteam": "TURBOSTEAM_OFF",
                                        "courseDryer27inchBase": "NOT_SELECTED",
                                        "wrinkleCare": "WRINKLECARE_OFF",
                                        "preState": "END",
                                        "initialBit": "INITIAL_BIT_OFF",
                                        "loadItem": "LOADITEM_OFF",
                                        "initialTimeHour": 0.0,
                                        "downloadedCourseDryer27inchBase": "SUPERDRY",
                                        "error": "ERROR_NO",
                                        "remainTimeHour": 0.0,
                                        "reduceStatic": "REDUCESTATIC_OFF",
                                        "smartCourseDryer27inchBase": "NOT_SELECTED",
                                        "dryLevel": "NO_DRYLEVEL",
                                        "temp": "NO_TEMP",
                                        "timeDry": "TIMEDRY_OFF",
                                        "remainTimeMinute": 1.0,
                                        "childLock": "CHILDLOCK_OFF"

                            Comment


                              #15
                              this is the washing machien when using it

                              Code:
                                      "washerDryer": {
                                          "extraRinse": "EXTRARINSE_OFF",
                                          "stainCare": "STAINCARE_OFF",
                                          "initialTimeMinute": 6.0,
                                          "smartCourseTLBaseUS": "NOT_SELECTED",
                                          "waterPlus": "WATERPLUS_OFF",
                                          "addGarment": "ADDGARMENT_OFF",
                                          "remoteStart": "REMOTE_START_OFF",
                                          "state": "RUNNING",
                                          "doorLock": "DOOR_LOCK_ON",
                                          "wifiSDS": "WIFI_SDS_OFF",
                                          "smallUE": "SMALLUE_OFF",
                                          "turboWash": "TURBOWASH_ON",
                                          "preState": "DETECTING",
                                          "spin": "SPIN_EXTRA_HIGH",
                                          "initialBit": "INITIAL_BIT_OFF",
                                          "reserveTimeMinute": 0.0,
                                          "initialTimeHour": 1.0,
                                          "reserveTimeHour": 0.0,
                                          "error": "ERROR_NO",
                                          "remainTimeHour": 1.0,
                                          "courseTLBaseUS": "PREWASH_PLUS",
                                          "rinse": "NO_RINSE",
                                          "soilWash": "SOILWASH_NORMAL",
                                          "dnnReady": "DNNREADY_OFF",
                                          "preWash": "PREWASH_OFF",
                                          "soak": "SOAK_OFF",
                                          "TCLCount": 1.0,
                                          "temp": "TEMP_TAP_COLD",
                                          "fabricSoftener": "FABRICSOFTENER_OFF",
                                          "downloadedCourseTLBaseUS": "SMALL_LOAD",
                                          "soakBit": "SOAK_OFF",
                                          "coldWash": "COLDWASH_OFF",
                                          "saveEnergy": "SAVE_ENERGY_OFF",
                                          "remainTimeMinute": 3.0,
                                          "steam": "STEAM_OFF",
                                          "childLock": "CHILDLOCK_OFF"
                                      },

                              Comment

                              Working...
                              X