-
Notifications
You must be signed in to change notification settings - Fork 13
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
Gree Lomo eco - status works but no control #8
Comments
Module is not working with newer OpenHAB version. Main issue is |
I'm not familiar with this binding compilation, so if You can generate new jar for me I will really appreciate. |
Some instruction is here: https://www.openhab.org/docs/developer/bindings/ but it took me a while to figure it out. This one should work: http://storage.pbogut.me/org.openhab.binding.greeair-2.5.2-SNAPSHOT.jar it should go to something like |
@pbogut thanks for that, but no progress. 2020-05-26 18:41:19.970 [DEBUG] [nding.greeair.handler.GreeAirHandler] - GreeAirconHandler for greeair:greeairthing:1ec44e7c is initializing Looks like AC was bound as expected but when I change any settings from item list there is no action triggered. No single log about any request from user. I'm using items list and sitemap from README example. My openhab version: openHAB 2.5.5 Release Build Any idea what else I can try ? |
I would have to install 2.5.5 and check, now I don't have open hab but I'm 99% sure that jar worked (could be different one though, can't check now). I've did a fresh compile, and then did git pull on openhab-addons and compiled once again. It produce two different files, you can try: If still doesn't work I may test myself during weekend. Have no open hab now as my RPI sdcard died. |
@cytrus77 I was checking it some time ago and it was not working at all anymore (I'm sure it used to though...). I decided to rewrite it (as I had some issues with it even when it worked, and this repo seams to be dead). If you still interested here it is https://github.com/pbogut/openhab-ewpesmart-binding/releases/tag/v0.0.1 |
@pbogut Hi Pawel, thank you for your great efforts, i just saw your comment. There is another fork of the greeair binding, now called gree binding. It is available with OH 2.5.7 from official repo also, @markus7017 made it working again with OH 2.5+. You may want to sync with him, to avoid double work. As far as i see, the only real difference is that your binding can read the built-in sensor of the aircon unit. Does this function work, did you test it? |
Guys, there is a completely refactored binding: GREE |
Hi,
I'm using Gree Lomo eco air conditioner.
I'm getting in log:
2020-05-26 13:51:08.483 [DEBUG] [nding.greeair.handler.GreeAirHandler] - GreeAircon for greeair:greeairthing:1ec44e7c is disposing
2020-05-26 13:51:08.564 [DEBUG] [nding.greeair.handler.GreeAirHandler] - GreeAirconHandler for greeair:greeairthing:1ec44e7c is initializing
2020-05-26 13:51:08.566 [DEBUG] [nding.greeair.handler.GreeAirHandler] - GreeAirconHandler config for greeair:greeairthing:1ec44e7c is GreeAirconConfig{ipAddress=192.168.38.125}
2020-05-26 13:51:08.568 [TRACE] [nding.greeair.handler.GreeAirHandler] - Greeair Binding Sending scan packet to /192.168.38.255
2020-05-26 13:51:08.600 [TRACE] [nding.greeair.handler.GreeAirHandler] - Greeair Binding Response received from address /192.168.38.125
2020-05-26 13:51:08.601 [TRACE] [nding.greeair.handler.GreeAirHandler] - Greeair Binding Response : {"t":"dev","cid":"f4911ec44e7c","bc":"000000000000000000000000000000","brand":"gree","catalog":"gree","mac":"f4911ec44e7c","mid":"10001","model":"gree","name":"1ec44e7c","series":"gree","vender":"1","ver":"V1.2.1","lock":0}
2020-05-26 13:51:13.572 [WARN ] [core.thing.internal.ThingManagerImpl] - Initializing handler for thing 'greeair:greeairthing:1ec44e7c' takes more than 5000ms.
2020-05-26 13:51:13.607 [DEBUG] [nding.greeair.handler.GreeAirHandler] - GreeAircon found 1 Gree Devices during scanning
2020-05-26 13:51:13.622 [INFO ] [nding.greeair.handler.GreeAirHandler] - Gree AirConditioner Device greeair:greeairthing:1ec44e7c from was Succesfully bound
2020-05-26 13:51:13.623 [DEBUG] [nding.greeair.handler.GreeAirHandler] - Greeair executing automatic update of values
2020-05-26 13:51:13.623 [DEBUG] [nding.greeair.handler.GreeAirHandler] - Start Greeair automatic refresh with 2 second intervals
2020-05-26 13:51:13.624 [DEBUG] [nding.greeair.handler.GreeAirHandler] - Fetching status values from device.
2020-05-26 13:51:13.625 [TRACE] [nding.greeair.handler.GreeAirHandler] - Sending Status request packet to device
2020-05-26 13:51:13.647 [TRACE] [nding.greeair.handler.GreeAirHandler] - Status request packet received from device
2020-05-26 13:51:13.648 [TRACE] [nding.greeair.handler.GreeAirHandler] - Response from device: {"t":"dat","mac":"f4911ec44e7c","r":200,"cols":["Pow","Mod","SetTem","WdSpd","Air","Blo","Health","SwhSlp","Lig","SwingLfRig","SwUpDn","Quiet","Tur","StHt","TemUn","HeatCoolType","TemRec","SvSt","NoiseSet"],"dat":[0,1,23,3,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0]}
I'm getting: "bc":"000000000000000000000000000000"
is this can be a problem for binding to control AC ?
The text was updated successfully, but these errors were encountered: