iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

Please ac temperature control and mode setting. #183

Closed sehun0214 closed 4 months ago

sehun0214 commented 1 year ago

Is your feature request related to a problem? Please describe:

My air conditioner can adjust the temperature, mode, windfree, and wind speed.

Describe the solution you'd like:

So, if you can set temperature control, mode setting, windfree, wind speed, etc. I hope

Describe alternatives you've considered:

It does not limit the air conditioner to on, off, and humidity, but makes it possible to set the temperature, mode, windfree, and wind speed.

iklein99 commented 11 months ago

Hi. Follow the directions in the link below and send me the detailed logs when you start up, so I can see what information is sent to the plugin from Smartthings.

Instructions for Producing a Detailed Log.pdf

moexpa commented 11 months ago

I noticed that user "lucaponzanelli" has submitted a pull request that includes air conditioner support, which could potentially address the feature you need. The pull request is currently awaiting review and approval.

iklein99 commented 11 months ago

I'll have a look at it when I can. I think that pull request was written against a much older version of the plugin and may need to be refactored, but I'll have a look.

iklein99 commented 11 months ago

Try version 1.5.11 and let me know if that works for you.

sehun0214 commented 11 months ago

i love it! I think I'm being too picky, but the windfree function is not supported. Please fix it if you don't mind!

iklein99 commented 11 months ago

@lucaponzanelli, can you look at this? I don't have access to an AC device.

moexpa commented 11 months ago

Thank you so much! The air conditioner function is now working perfectly in HomeKit. I can adjust the fan speed and mode as if it were a built-in aircon feature.

moexpa commented 11 months ago

i love it! I think I'm being too picky, but the windfree function is not supported. Please fix it if you don't mind!

I believe the WindFree option is unique to Samsung WindFree models and is highly specific to that particular model. I'm doubtful that HomeKit would support this feature.

scaccomatto00 commented 11 months ago

Sorry for the question but I'm not very practical. I have an air conditioner but in the home app I only see the switch to turn it on and off. to set the temperature, speed, etc.... I have to do something manually or everything has already been updated because I still see only the switch. Thank you

lucaponzanelli commented 11 months ago

@lucaponzanelli, can you look at this? I don't have access to an AC device.

@iklein99 unfortunately I don't have a WindFree AC, yet, the WindFree mode as well as Sleep mode are two different values for the same capability. This can be implemented in the following ways:

  1. we add a flag in the settings to use WindFree instead of Sleep in the additional switch
  2. we add a second (optional?) switch for the WindFree which will be mutually exclusive with the Sleep switch, i.e., if you activate the sleep switch, it will deactivate the windfree switch and viceversa.

I'd go for the first one. What do you think?

lucaponzanelli commented 11 months ago

Sorry for the question but I'm not very practical. I have an air conditioner but in the home app I only see the switch to turn it on and off. to set the temperature, speed, etc.... I have to do something manually or everything has already been updated because I still see only the switch. Thank you

Hi @scaccomatto00, if you already had a the AC device in HomeBridge and you just upgraded the plugin, then you will not see the new functionalities as the device in use is cached with the old version. Try remove your ACs from HomeBridge and re-add them.

scaccomatto00 commented 11 months ago

I tried uninstalling everything and clearing the cache but I still see only the switch. I would try the first option, creating a second fret. A thousand thanks

Il giorno 3 ago 2023, alle ore 19:47, Luca Ponzanelli @.***> ha scritto:

Sorry for the question but I'm not very practical. I have an air conditioner but in the home app I only see the switch to turn it on and off. to set the temperature, speed, etc.... I have to do something manually or everything has already been updated because I still see only the switch. Thank you

Hi @scaccomatto00 https://github.com/scaccomatto00, if you already had a the AC device in HomeBridge and you just upgraded the plugin, then you will not see the new functionalities as the device in use is cached with the old version. Try remove your ACs from HomeBridge and re-add them.

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/183#issuecomment-1664388014, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBTE7GRM25OLMTKBZV3PI3TXTPPZTANCNFSM6AAAAAAZ3E2D3U. You are receiving this because you were mentioned.

pveyes commented 10 months ago

Can confirm the windfree mode is working in the latest version. Amazing work @lucaponzanelli!

scaccomatto00 commented 10 months ago

I uninstalled and reinstalled the plugin, deleted the air conditioners from the cache. Now I can select the different modes but when I go to the Home app I still see only the switch.Am I doing the procedure wrong? advice?Il giorno 24 ago 2023, alle ore 04:55, Fatih Kalifa @.***> ha scritto: Can confirm the windfree mode is working in the latest version. Amazing work @lucaponzanelli!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

lucaponzanelli commented 10 months ago

I uninstalled and reinstalled the plugin, deleted the air conditioners from the cache. Now I can select the different modes but when I go to the Home app I still see only the switch.Am I doing the procedure wrong? advice?Il giorno 24 ago 2023, alle ore 04:55, Fatih Kalifa @.> ha scritto: Can confirm the windfree mode is working in the latest version. Amazing work @lucaponzanelli! —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.>

Hi @scaccomatto00, a this point I'm starting to believe that your AC might have a different capabilities set which is not matching the one required by the plugin.

Can you provide the output of your device from https://api.smartthings.com/v1/devices/{{deviceId}} (the components field at least)?

pveyes commented 10 months ago

when I go to the Home app I still see only the switch

I think it's an expected behavior (at least for now)?

We can only add one custom switch. Previously it was "Good Sleep" mode in my AC, but with the new update, I can change the switch behavior to change Wind-Free status.

idk if it's possible to expose all the mode as different switch though

scaccomatto00 commented 10 months ago

Hi Luca, Forgive me but I don't know how to give you the output of the devices via the link you sent. Could you be so kind as to explain where to go and what to do more precisely. Thank you.

Il giorno 24 ago 2023, alle ore 11:29, Luca Ponzanelli @.***> ha scritto:

I uninstalled and reinstalled the plugin, deleted the air conditioners from the cache. Now I can select the different modes but when I go to the Home app I still see only the switch.Am I doing the procedure wrong? advice?Il giorno 24 ago 2023, alle ore 04:55, Fatih Kalifa @.> ha scritto: Can confirm the windfree mode is working in the latest version. Amazing work @lucaponzanelli https://github.com/lucaponzanelli! —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.>

Hi @scaccomatto00 https://github.com/scaccomatto00, a this point I'm starting to believe that your AC might have a different capabilities set which is not matching the one required by the plugin.

Can you provide the output of your device from https://api.smartthings.com/v1/devices/{{deviceId}} (the components field at least)?

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/183#issuecomment-1691338355, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBTE7GW6BVH2U77L5PA5LJ3XW4NIHANCNFSM6AAAAAAZ3E2D3U. You are receiving this because you were mentioned.

lucaponzanelli commented 10 months ago

First, you need to retrieve the id of your device ID.

Open a terminal and type the following: curl -H 'Authorization: Bearer <YOUR_API_KEY>' https://api.smartthings.com/v1/devices/

This will return the list of all your devices in the following form:

{
  "items": [
     {
      "deviceId": "<YOUR_AC_ID>",
      "name": "<YOUR_AC_NAME>"
      ...
     }
    ...
  ]
}

Then, grab the <YOUR_AC_ID> and use it to perform this second request: curl -H 'Authorization: Bearer <YOUR_API_KEY>' https://api.smartthings.com/v1/devices/<YOUR_AC_ID>

This will return a JSON object describing your device. Take the whole "components" field object in the response and paste it here.

scaccomatto00 commented 10 months ago

to be sure api key would be my token? copied everything to the terminal and this is the result

401 Authorization Required

401 Authorization Required


openresty

Il giorno 24 ago 2023, alle ore 14:21, Luca Ponzanelli @.***> ha scritto:

curl -H 'Authorization: Bearer ' https://api.smartthings.com/v1/devices/

lucaponzanelli commented 10 months ago

to be sure api key would be my token? copied everything to the terminal and this is the result 401 Authorization Required

401 Authorization Required


openresty
Il giorno 24 ago 2023, alle ore 14:21, Luca Ponzanelli @.***> ha scritto: curl -H 'Authorization: Bearer ' https://api.smartthings.com/v1/devices/

Correct, <YOUR_API_KEY> must be replaced with your token. For example (using a random token): curl -H 'Authorization: Bearer fgb32g30-ow02-2g24-cjj2-7x2g92d1d1e6' https://api.smartthings.com/v1/devices/

scaccomatto00 commented 10 months ago

Perdonami Luca ma ho fatto come mi hai detto tu e mi esce cosi:

401 Authorization Required

401 Authorization Required


openresty

Come devo fare? grazie

Il giorno 25 ago 2023, alle ore 13:12, Luca Ponzanelli @.***> ha scritto:

to be sure api key would be my token? copied everything to the terminal and this is the result 401 Authorization Required

401 Authorization Required

openresty … <x-msg://1/#> Il giorno 24 ago 2023, alle ore 14:21, Luca Ponzanelli @.***> ha scritto: curl -H 'Authorization: Bearer ' https://api.smartthings.com/v1/devices/

Correct, must be replaced with your token. For example (using a random token): curl -H 'Authorization: Bearer fgb32g30-ow02-2g24-cjj2-7x2g92d1d1e6' https://api.smartthings.com/v1/devices/

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/183#issuecomment-1693193333, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBTE7GTKXGUTXGGYSAMYVZDXXCCBZANCNFSM6AAAAAAZ3E2D3U. You are receiving this because you were mentioned.

lucaponzanelli commented 10 months ago

@scaccomatto00 if you get a 401 Authorization Required and you executed the command curl -H 'Authorization: Bearer <YOUR_API_KEY>' https://api.smartthings.com/v1/devices by replacing <YOUR_API_KEY> with your token then you are either using an invalid token or something is wrong with what you're actually typing in the terminal.

The token must be the same as the one you generated on https://account.smartthings.com/tokens and you use in the AccessToken field in the plugin configuration. Are you using it?

Alternatively, can you show me what you are typing in the terminal without showing your actual token?

scaccomatto00 commented 10 months ago

Il giorno 25 ago 2023, alle ore 16:25, Luca Ponzanelli @.***> ha scritto:

@scaccomatto00 https://github.com/scaccomatto00 if you get a 401 Authorization Required and you executed the command curl -H 'Authorization: Bearer ' https://api.smartthings.com/v1/devices by replacing with your token then you are either using an invalid token or something is wrong with what you're actually typing in the terminal.

The token must be the same as the one you generated on https://account.smartthings.com/tokens and you use in the AccessToken field in the plugin configuration. Are you using it?

Alternatively, can you show me what you are typing in the terminal without showing your actual token?

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/183#issuecomment-1693447710, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBTE7GQEMAFQC3J7VTAUATLXXCYVBANCNFSM6AAAAAAZ3E2D3U. You are receiving this because you were mentioned.

scaccomatto00 commented 10 months ago

Is this what you were asking me? I have 3 climates, do I have to do it for all three?

{"deviceId":"C0972782-856B-0000-0000-000000000000","name":"Condizionatore","label":"Clima Cameretta","manufacturerName":"Samsung Electronics","presentationId":"DA-AC-RAC-100001","deviceManufacturerCode":"Samsung Electronics","locationId":"a1274ab5-3061-41d5-8d69-95bed3e528aa","ownerId":"d3f97f19-2f1f-cb45-5009-7cb6ea8a57d4","deviceTypeName":"Samsung OCF Air Conditioner","components":[{"id":"main","label":"main","capabilities":[{"id":"ocf","version":1},{"id":"switch","version":1},{"id":"airConditionerMode","version":1},{"id":"airConditionerFanMode","version":1},{"id":"temperatureMeasurement","version":1},{"id":"thermostatCoolingSetpoint","version":1},{"id":"airQualitySensor","version":1},{"id":"dustSensor","version":1},{"id":"odorSensor","version":1},{"id":"refresh","version":1},{"id":"execute","version":1},{"id":"samsungce.driverVersion","version":1},{"id":"samsungce.driverState","version":1},{"id":"custom.thermostatSetpointControl","version":1},{"id":"custom.disabledCapabilities","version":1}],"categories":[{"name":"AirConditioner","categoryType":"manufacturer"}]}],"createTime":"2022-09-06T17:08:22.971Z","profile":{"id":"9e3e03b1-7f8c-3ea2-8568-6902b79b99dd"},"ocf":{"ocfDeviceType":"oic.d.airconditioner","name":"Condizionatore","specVersion":"core.1.1.0","verticalDomainSpecVersion":"res.1.1.0,sh.1.1.0","manufacturerName":"Samsung Electronics","modelNumber":"TP6X_RAC_16K|10175541|60010114001111000100000000000000","vendorId":"DA-AC-RAC-100001","lastSignupTime":"2022-09-06T17:08:22.848254Z"},"type":"OCF","restrictionTier":0,"allowed":null}%

Il giorno 25 ago 2023, alle ore 16:25, Luca Ponzanelli @.***> ha scritto:

@scaccomatto00 https://github.com/scaccomatto00 if you get a 401 Authorization Required and you executed the command curl -H 'Authorization: Bearer ' https://api.smartthings.com/v1/devices by replacing with your token then you are either using an invalid token or something is wrong with what you're actually typing in the terminal.

The token must be the same as the one you generated on https://account.smartthings.com/tokens and you use in the AccessToken field in the plugin configuration. Are you using it?

Alternatively, can you show me what you are typing in the terminal without showing your actual token?

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/183#issuecomment-1693447710, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBTE7GQEMAFQC3J7VTAUATLXXCYVBANCNFSM6AAAAAAZ3E2D3U. You are receiving this because you were mentioned.

lucaponzanelli commented 10 months ago

@scaccomatto00 Yes, that's what I needed! Thanks! If the other 2 AC are the same model, then no, it's not needed.

According to the JSON you provided, your AC is lacking 3 capabilities to match the service.

'fanOscillationMode'
'relativeHumidityMeasurement'
'custom.airConditionerOptionalMode'

I need to review the AC service to make it work without those (two of them are actually already optional) as these capabilities might be totally optional on some models.

Mizayah commented 10 months ago

have the same problem

{ "items": [ { "deviceId": "C097276A-6FD9-0000-0000-000000000000", "name": "Klimatyzator pokojowy", "label": "[room a/c] Samsung", "manufacturerName": "Samsung Electronics", "presentationId": "DA-AC-RAC-100001", "deviceManufacturerCode": "Samsung Electronics", "locationId": "...", "ownerId": "...", "roomId": "cc74009b-aee3-47c9-ac9b-b7c41d302ac2", "deviceTypeName": "Samsung OCF Air Conditioner", "components": [ { "id": "main", "label": "Klima", "capabilities": [ { "id": "ocf", "version": 1 }, { "id": "switch", "version": 1 }, { "id": "airConditionerMode", "version": 1 }, { "id": "airConditionerFanMode", "version": 1 }, { "id": "temperatureMeasurement", "version": 1 }, { "id": "thermostatCoolingSetpoint", "version": 1 }, { "id": "airQualitySensor", "version": 1 }, { "id": "dustSensor", "version": 1 }, { "id": "odorSensor", "version": 1 }, { "id": "refresh", "version": 1 }, { "id": "execute", "version": 1 }, { "id": "samsungce.driverVersion", "version": 1 }, { "id": "samsungce.driverState", "version": 1 }, { "id": "custom.thermostatSetpointControl", "version": 1 }, { "id": "custom.disabledCapabilities", "version": 1 } ], "categories": [ { "name": "AirConditioner", "categoryType": "manufacturer" } ] } ], "createTime": "2019-08-09T19:50:19Z", "profile": { "id": "..." }, "ocf": { "ocfDeviceType": "oic.d.airconditioner", "name": "Klima", "specVersion": "core.1.1.0", "verticalDomainSpecVersion": "res.1.1.0,sh.1.1.0", "manufacturerName": "Samsung Electronics", "modelNumber": "TP6X_RAC_17K|10183741|60010123001111110100000000000000", "vendorId": "DA-AC-RAC-100001", "lastSignupTime": "2021-01-16T05:48:09.928048Z" }, "type": "OCF", "restrictionTier": 0, "allowed": [] } ], "_links": {} }

i only see it like a switch buttun

lucaponzanelli commented 9 months ago

@scaccomatto00 @Mizayah with the latest release v1.5.15 your ACs should be working. Give it a try when you can.

Beware that you need to remove the ACs and re-add them from scratch.

Mizayah commented 9 months ago

@lucaponzanelli it works now. Than you. The thing i cant run is windfree option. Even if i turn it on or of i cant see any switch for that

lucaponzanelli commented 9 months ago

@Mizayah this is intended behavior.

You AC capabilities, according to what you reported are:

            {
              "id": "ocf",
              "version": 1
            },
            {
              "id": "switch",
              "version": 1
            },
            {
              "id": "airConditionerMode",
              "version": 1
            },
            {
              "id": "airConditionerFanMode",
              "version": 1
            },
            {
              "id": "temperatureMeasurement",
              "version": 1
            },
            {
              "id": "thermostatCoolingSetpoint",
              "version": 1
            },
            {
              "id": "airQualitySensor",
              "version": 1
            },
            {
              "id": "dustSensor",
              "version": 1
            },
            {
              "id": "odorSensor",
              "version": 1
            },
            {
              "id": "refresh",
              "version": 1
            },
            {
              "id": "execute",
              "version": 1
            },
            {
              "id": "samsungce.driverVersion",
              "version": 1
            },
            {
              "id": "samsungce.driverState",
              "version": 1
            },
            {
              "id": "custom.thermostatSetpointControl",
              "version": 1
            },
            {
              "id": "custom.disabledCapabilities",
              "version": 1
            }

The switch for optional mode like WindFree appears only when an AC has the custom.airConditionerOptionalMode capability. Since you have a WindFree AC, there might be a chance that such an option might be supported in another capability.

If you can provide the output of the status of your AC with this API call https://api.smartthings.com/v1/devices/{{deviceId}}/status, we can inspect the supported values.

Mizayah commented 9 months ago

Hey @lucaponzanelli. First of all thanx for reply.

Here are mine values

{ "components": { "main": { "refresh": {}, "custom.thermostatSetpointControl": { "minimumSetpoint": { "value": 16, "timestamp": "2022-09-26T09:41:50.972Z" }, "maximumSetpoint": { "value": 30, "timestamp": "2022-09-26T09:41:50.972Z" } }, "airConditionerMode": { "supportedAcModes": { "value": [ "cool", "dry", "wind", "auto" ], "timestamp": "2022-09-26T08:37:03.754Z" }, "airConditionerMode": { "value": "cool", "timestamp": "2023-09-21T17:44:28.912Z" } }, "execute": { "data": { "value": { "payload": { "id": "0", "x.com.samsung.da.unit": "Celsius", "x.com.samsung.da.current": 18, "x.com.samsung.da.desired": 18 } }, "data": {}, "timestamp": "2021-01-15T23:56:05.244Z" } }, "airQualitySensor": { "airQuality": { "value": null, "unit": "CAQI", "timestamp": "2021-02-07T20:35:51.489Z" } }, "switch": { "switch": { "value": "off", "timestamp": "2023-09-21T18:20:11.982Z" } }, "ocf": { "st": { "value": null, "timestamp": "2021-02-07T20:37:06.130Z" }, "mndt": { "value": null, "timestamp": "2021-02-07T20:38:48.216Z" }, "mnfv": { "value": null, "timestamp": "2021-02-07T20:38:46.682Z" }, "mnhw": { "value": null, "timestamp": "2021-02-07T20:37:39.112Z" }, "di": { "value": "C097276A-6FD9-0000-0000-000000000000", "timestamp": "2019-07-11T00:04:35.475Z" }, "mnsl": { "value": null, "timestamp": "2021-02-07T20:36:26.874Z" }, "dmv": { "value": "res.1.1.0,sh.1.1.0", "timestamp": "2019-07-11T00:04:35.486Z" }, "n": { "value": "Klima", "timestamp": "2021-09-01T22:17:39.791Z" }, "mnmo": { "value": "TP6X_RAC_17K|10183741|60010123001111110100000000000000", "timestamp": "2019-08-09T19:50:24.068Z" }, "vid": { "value": "DA-AC-RAC-100001", "timestamp": "2019-07-11T00:04:35.434Z" }, "mnmn": { "value": "Samsung Electronics", "timestamp": "2019-07-11T00:04:35.444Z" }, "mnml": { "value": null, "timestamp": "2021-02-07T20:35:51.832Z" }, "mnpv": { "value": null, "timestamp": "2021-02-07T20:35:51.615Z" }, "mnos": { "value": null, "timestamp": "2021-02-07T20:35:51.582Z" }, "pi": { "value": "shp", "timestamp": "2019-07-11T00:04:35.453Z" }, "icv": { "value": "core.1.1.0", "timestamp": "2019-07-11T00:04:35.495Z" } }, "odorSensor": { "odorLevel": { "value": null, "timestamp": "2020-08-09T08:38:47.247Z" } }, "airConditionerFanMode": { "fanMode": { "value": "auto", "timestamp": "2023-09-21T17:51:33.006Z" }, "supportedAcFanModes": { "value": [ "auto", "low", "medium", "high", "turbo" ], "timestamp": "2022-09-26T08:37:03.887Z" } }, "samsungce.driverState": { "driverState": { "value": null, "timestamp": "2021-02-07T20:35:51.248Z" } }, "custom.disabledCapabilities": { "disabledCapabilities": { "value": [ "odorSensor" ], "timestamp": "2022-09-26T09:41:50.972Z" } }, "samsungce.driverVersion": { "versionNumber": { "value": 22090101, "timestamp": "2022-09-26T09:41:50.972Z" } }, "temperatureMeasurement": { "temperature": { "value": 26, "unit": "C", "timestamp": "2023-09-21T17:41:16.646Z" } }, "dustSensor": { "dustLevel": { "value": null, "unit": "μg/m^3", "timestamp": "2020-08-08T19:16:11.271Z" }, "fineDustLevel": { "value": null, "unit": "μg/m^3", "timestamp": "2020-08-08T19:16:11.271Z" } }, "thermostatCoolingSetpoint": { "coolingSetpoint": { "value": 20, "unit": "C", "timestamp": "2023-09-21T17:51:33.246Z" } } } } }

Mizayah commented 9 months ago

as I can see is that my device does not provide that custom through the API, even that its windFree AC

scaccomatto00 commented 9 months ago

HI,I have this problem and it blocks my homebridge and all other connected devices.Il giorno 21 set 2023, alle ore 12:43, Luca Ponzanelli @.***> ha scritto: @scaccomatto00 @Mizayah with the latest release v1.5.15 your ACs should be working. Give it a try when you can. Beware that you need to remove the ACs and re-add them from scratch.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

scaccomatto00 commented 8 months ago

HI.Nothing has changed with the latest update, it still gives me the same problem.Can't anything be done to fix it?Thank you.Il giorno 22 set 2023, alle ore 22:02, Andrea Minardi @.> ha scritto:HI,I have this problem and it blocks my homebridge and all other connected devices.Il giorno 21 set 2023, alle ore 12:43, Luca Ponzanelli @.> ha scritto: @scaccomatto00 @Mizayah with the latest release v1.5.15 your ACs should be working. Give it a try when you can. Beware that you need to remove the ACs and re-add them from scratch.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

Michilillo commented 8 months ago

I want to start saying that I am really gratefull for this plugin. Having the possibility to manage my AC directly from Home is great. I wanted to ask a question though: why there is no switch for the dryer option of the AC? Is there a way to integrate it?

iklein99 commented 4 months ago

Closing thread. Please open a new ticket if you are having issues