This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed Official Z-Wave SDK2
[APP] Remotec Technology app (v2.2.0)
This discussion has been closed.
Comments
Is there any news on this?
I forked Ted's repo and modified the ZXT120 to support only temperature and mode. Couldn't get the fan speed working. I'm also using less UI compared to Ted's.
At least you can change temperature and AC mode for now on ZXT 120. Please use the SDK2 branch.
https://github.com/AutomateAsia/hk.com.remotec
Have not worked on the flow cards but I hope this helps.
I'll merge the PR during this weekend into the main repo.
I might make one (minor) change, to add an empty fan_mode capability...
so once this issue is fixed, it will be a driver update and no re-inclusion is required. But let's discuss on Slack.
I've merged the pull request of @limkopi78 into the Remotec repository - development branch:
https://github.com/TedTolboom/hk.com.remotec/tree/development
Can you test this version? And provide feedback?
I had allready several zwave products in the past which did not work with homey and the driver release took a long time and i not working devices, to prevent this i wait until there is a driver before i purchase the product.
The wake-up interval of the Scene Master is set to 0 by default and does not support other values, hence the inability to save any other value. So yes, the Scene Master is in sleeping state until a button is pressed, at which it will report the button press as well as the battery value...
I don’t have an explanation of you sudden battery drop.
is there anyone who has a problem with adding the SceneMaster to homey? When I want to add the device homey start to search for a usable app but then nothing else happens. I have to abort the setup and after this the device is not in my list. When I want to add it again homey says that the device is already paired..
feature request: could you maybe add an "and" card? like "and AC is turned *status*"
Can you provide an example how you plan to use this AND card, to understand the logic?
the AND card can be useful, like this:
WHEN: energy level has changed
AND: enegry level is above X
AND: AC is status is not Cool
THEN: send a message
Thanks
which should support On-Off, temperature reading, set mode and fan mode... temperature setpoint will need some further improvements...
We’re currently finalizing the ZXT-120 driver; and fixing some bugs in the temperature setpoints.
It will require some additional testing after my holidays before it can be released to the App Store. The ZXT-600 driver will be updated accordingly in the same update..
Any ideas to cure this?
In this update, with the help of @limkopi78 and being tested by @hnrk and @toonvranken, I have completely re-written, debugged and tested the ZXT-120 driver and used this as basis for the ZXT-600 introduction.
With this update, both devices will be fully supported:
- Temperature measurement
- Thermostat Mode
- Thermostat Target Temperature (setpoint)
- Thermostat Fan Speed Mode
- Thermostat Fan Swing Mode
- Thermostat On-Off
- Battery capabilities (measure and alarm)
For people that already were using the Remotec ZXT-120: I strongly advise to re-include the device based on this update.Detailed change log:
Great work on the Remotec App, but I have two issues with the ZXT-120.
1)
Prior to App update I was able to read measured temperature both on the Homey desktop program and on the Homey ios App. After update (I re-included) temperature is not shown. Moving the slider reveals a thermometer symbol, but no value is shown.
2)
I depend on learning mode as my heatpump is not listed (HYUNDAI GWHD12B2NK3AB/I split Aircon/Heatpump). In fact, no Hyundai units are listed! The device manual says first to go to parameter "27" and set it to "000" . Parameter 27 is the same parameter used for selecting unit make and model, or "IR Code Number" in your device App, parameter 28 corresponds with IR transmission level, parameter 32 corresponds with IR emitter enable/disable and parameter 33 correspond to SWING. So I am able to set parameter 27 to "000". But in the next step the device manual tells me to set parameter "25" to a number corresponding with the IR Learning Map Table in the same manual.
- How do I select parameter 25 from your App?
- Or alternatively, how do I manipulate raw parameter? I see there is a list of id, size, value; id, size, value; ...
These are sets of three numbers, how does this correspond to the parameter table which only contains two number, Parameter Number and Parameter Value?
Kindly
Frode, Norway
I depend on learning mode as my heatpump is not listed (HYUNDAI GWHD12B2NK3AB/I split Aircon/Heatpump). In fact, no Hyundai units are listed! The device manual says first to go to parameter "27" and set it to "000" . Parameter 27 is the same parameter used for selecting unit make and model, or "IR Code Number" in your device App, parameter 28 corresponds with IR transmission level, parameter 32 corresponds with IR emitter enable/disable and parameter 33 correspond to SWING. So I am able to set parameter 27 to "000". But in the next step the device manual tells me to set parameter "25" to a number corresponding with the IR Learning Map Table in the same manual.
- How do I select parameter 25 from your App?
If within 2 days, your question pops up... I'll implement a better solution, but I'll need to do some work on that one..
These are sets of three numbers, how does this correspond to the parameter table which only contains two number, Parameter Number and Parameter Value?
You are able to use the RAW configuration parameters to learn the different commands.
As advised, first set `IR Code number` (parameter 27) to Zero and save settings.
When you go through the steps as mentioned in the manual, in step 3, add
as RAW configuration parameter to learn the OFF command and press save.
When you start programming the next command, change the value to the parameter value as shown in the table above.
That should make it possible to learn all commands. Let me know if this is working ok.
In the next update, I'll add a dropdown box for all these commands.
Quick question about the RAW parameters 25, 1, 0:
25 is obviously parameter 25 and 0 is the placeholder for the OFF command, what does the middle number 1 do? Shall I use the same syntax for the remaining commands as well (25, 1, 1 for ON and 25, 1, 2 for 19 cool etc. )?
PS
Temperature reading: The device is only 3m away, but it was in another room when I re-included it. I will look into the connection and maybe re-include again.
Thanks,
Frode
The middle number 1 defines the size of the value; in this case 1 Byte... The value will be converted by Homey into a 1 Byte HEX value, before communicating it to the ZXT-120
https://community.athom.com/t/155