Replies: 3 comments 2 replies
-
|
There is a issue template which you seem to have ignored and deleted? It brings up several parts that you mention, with links to FAQ with explanations. For ACs it's uncommon to see any up/down commands, it has state. Except for some protocols which instead of having on/off states instead has toggles. |
Beta Was this translation helpful? Give feedback.
-
|
? I don't see any templates when creating a Q/A. Do you have that link?
|
Beta Was this translation helpful? Give feedback.
-
|
Found how to do it. See arendst/Tasmota#24281 (comment) It would be nice if this GREE iFeel protocol for a model YAW1F be included in this lib so others can benefit from it. Although I've worked with other Arduino libs in the past, my knowledge here isn't enough and to include it myself, it would take quite a lot of my time. So if someone with more knowledge here want to implement it, see that post I link. It has the detail on how to make it work. It's pretty simple. The payload is the temperature (in Celsius) in a 8bit format (LSB first) followed by another byte with value 0xA5. That's it. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
This is a somewhat duplicate of this post in Tasmota Git.
Pressing the iFeel button brought this:
(So it's a GREE unit).
Pressing Temperature increase brought this:
Pressing Temperature decrease brought this:
Waiting around 10 minutes (believed intervals between iFeel reports) brought this:
Same for 10 minutes later
So, looks like the
"Bits":140are the temperature increase/decrease commands and the"Bits":18are the iFeel response from the remote. However, sending"Command": "iFeel Report", "SensorTemp": "18"to the head unit actually shuts down the head unit, so maybe it's using another way or reporting back (especially since my IR Receiver it can't decode what it receives from the remote)? Beside that 'hash', is there a way to view the raw data received? I know I can send 'raw data' but I want the receive, view the received raw data.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions