-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AirFreshening / aromamode not working #283
Comments
The AirFreshening event is currently only working with the AirBot Z1 (Air Purifier). |
Why don't you post the specific payload directly? |
Btw: Where can I find the repository of your project? |
You mean this:
Bummer. Since the aromamode exists, why not implement it ;)
You can't. Yet. I don't know yet how to publish it to GitHub, I'll figure that out as soon as I have published my app in the Homey App store. But it's not complete yet. I you want to have a loog at what I'v got until now I can send you a zip or something |
Yes, but this is the payload of one of the I don't think that the
Of course I can implement it, but as long as we only have the
Why don't you publish it directly? 😉
It's not really necessary (if you publish it sooner or later) 😉 |
Please do ;)
You got a point, I'll have to anyway. Don't have a clue what I'm doing with Github Desktop (suddenly I had 6 repositories, it cleaned them up) but here it is: https://github.com/cactusss/nl.onzewifi.DeebotT9 |
Yes it is, Olivier is aware of it and doesn't mind. I didn't fork is (the right way) just downloaded his code and made some additions. Like exta capabilities. It's just a hobby project :p Since his app a generic (for several Deebot types) and mine is (for now) specifically for versions with amopping system maybe Athom allows the two versions. And who knows, maybe I'll find a way to make it possible for the app to run for non-mopping-systems too. For now I only have the problem of the (not) unsubscribing to the MQTT messages preventing me to publish te app ;) |
Ok, thanks for the information 👍🏻
I'm already working on it 😉 |
Excelent! Thanks a lot!! |
I just released 0.9.2-alpha.4. |
Lovely! Thanks again, I'm going to implement that too. |
This |
Do you know the |
Great 👍🏻 |
I don’t understand your question. The commands don’t exist (I searched for them). The “vacbot.on('AromaMode')” was tested in my app and works fine when I change the Air Freshening setting in the Ecovacs mobile app, I would like to be able to change the settings from my own app.
Van: Sascha ***@***.***>
Verzonden: donderdag 12 januari 2023 21:18
Aan: mrbungle64/ecovacs-deebot.js ***@***.***>
CC: cactusss ***@***.***>; Mention ***@***.***>
Onderwerp: Re: [mrbungle64/ecovacs-deebot.js] AirFreshening / aromamode not working (Issue #283)
@cactusss<https://github.com/cactusss>
This vacbot.on('AromaMode', (mode) => { this.log('onAromaMode:' + mode) }); works fine. Any chance of getting a SetAromaMode and GetAromaMode? innocent
Do you know the cmdName?
Is it setAromaMode and getAromaMode?
—
Reply to this email directly, view it on GitHub<#283 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI5X3KPLT3JM7SQ77E6427DWSBRGZANCNFSM6AAAAAATUR7E4Y>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
I understand that you want to change the settings, but I don't know the command ( I already told you on Jan 08 that the
... and that it'll be more like a "bonus" event
|
I know. That is because I only implemented the Edit: |
Okay. Thanks.
I tried to find a way do decrypt the messages from/to the Deebot, and/or from/to my Android, but to no avail. I’ll guess we have to let this one go 😊
Van: Sascha ***@***.***>
Verzonden: donderdag 12 januari 2023 21:47
Aan: mrbungle64/ecovacs-deebot.js ***@***.***>
CC: cactusss ***@***.***>; Mention ***@***.***>
Onderwerp: Re: [mrbungle64/ecovacs-deebot.js] AirFreshening / aromamode not working (Issue #283)
@cactusss<https://github.com/cactusss>
I don’t understand your question. The commands don’t exist (I searched for them). The “vacbot.on('AromaMode')” was tested in my app and works fine when I change the Air Freshening setting in the Ecovacs mobile app, I would like to be able to change the settings from my own app.
I understand that you want to change the settings, but I don't know the command (cmdName).
I don't own a device with the "aroma" function, so I need the commands which the Ecovacs API requires.
I already told you on Jan 08 that the FwBuryPoint message is not part of the regular API:
Yes, but this is the payload of one of the FwBuryPoint messages, right?
I don't think that the FwBuryPoint messages are part of the API.
I think it's more for debugging purposes or something similar.
—
Reply to this email directly, view it on GitHub<#283 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AI5X3KL4TGY3OS2P7NIJBITWSBUU7ANCNFSM6AAAAAATUR7E4Y>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Is there an existing issue for this?
The problem
When changing the Air Freshing (in the Ecovans mobile app) the AirFreshening event isn't fired.
With the debuging mode see an MQTT payload coming in where the content contains an aromamode that changes to 0 when turend off, and 1 when turned on.
With which model does the problem occur?
Deebot T9 series
From which source you have installed the library?
GitHub
Version of the ecovacs-deebot.js library
0.9.1
Version of Node.js
v18.12.1
Operating system
Windows
Anything in the logs that might be useful?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: