ZXT-120
Moderator: leecollings
-
- Posts: 29
- Joined: Monday 15 September 2014 21:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
Hi!
Is this problem solved in LUA and BLOCKY
I cant get it to work in blocky
Kind regards
Ulf
Is this problem solved in LUA and BLOCKY
I cant get it to work in blocky
Kind regards
Ulf
-
- Posts: 5
- Joined: Friday 01 August 2014 13:35
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: France
- Contact:
Re: ZXT-120
Hello
To make the zxt120 working, i use the following Json orders :
To Heat :
http://192.168.xx.yy:8080/json.htm?type ... alue='Heat'
To Stop :
http://192.168.xx.yy:8080/json.htm?type ... value='Off'
To cool :
http://192.168.xx.yy:8080/json.htm?type ... alue='Cool'
ZZ is your idx for ZXT120 device in Domoticz.
To make the zxt120 working, i use the following Json orders :
To Heat :
http://192.168.xx.yy:8080/json.htm?type ... alue='Heat'
To Stop :
http://192.168.xx.yy:8080/json.htm?type ... value='Off'
To cool :
http://192.168.xx.yy:8080/json.htm?type ... alue='Cool'
ZZ is your idx for ZXT120 device in Domoticz.
RPI B (Domoticz slave + Razberry + RFXComUSB) + 1 RPI model 2 (Domoticz master) + 2 RPI B+ (Openelec)
5 THGR122+THWR800 + 3 OWL180
Oregon Rain + wind + UV meters
FGBS001 + FGMS001
3 blinds BLYSS + 3 blinds Fibaro + 14 switches+ 2 dimers
2 remotec ZXT120
5 THGR122+THWR800 + 3 OWL180
Oregon Rain + wind + UV meters
FGBS001 + FGMS001
3 blinds BLYSS + 3 blinds Fibaro + 14 switches+ 2 dimers
2 remotec ZXT120
-
- Posts: 29
- Joined: Monday 15 September 2014 21:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
I have never used Json!
Is it tricky to do that?
Is it possible to adjust speed and temperature in the same way.
Kind regards
Ulf
Is it tricky to do that?
Is it possible to adjust speed and temperature in the same way.
Kind regards
Ulf
-
- Posts: 29
- Joined: Monday 15 September 2014 21:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
I started with a bash file in my domoticz/script/ folder
---------------
#!/bin/bash
SERVER="172.16.1.10:8080"
IDX="111"
NVALUE="1"
SVALUE=24
curl -s -i -H "Accept: application/json" "http://$SERVER/json.htm?type=command¶m=udevice&idx=$IDX&nvalue=$NVALUE&svalue=$SVALUE"
-------------------
But when i run the script i get this output
--------------------
pi@domoticzpi ~/domoticz/scripts $ ./LvPumpUppe.sh
HTTP/1.0 401 Unauthorized
Content-Length: 91
Content-Type: text/html
<html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>pi@domoticzpi ~/domoticz/scripts $
-------------------------------------------
It works fine when i'm running this command in webbrowser!
Can anyone help me!
Kind regards
Ulf
---------------
#!/bin/bash
SERVER="172.16.1.10:8080"
IDX="111"
NVALUE="1"
SVALUE=24
curl -s -i -H "Accept: application/json" "http://$SERVER/json.htm?type=command¶m=udevice&idx=$IDX&nvalue=$NVALUE&svalue=$SVALUE"
-------------------
But when i run the script i get this output
--------------------
pi@domoticzpi ~/domoticz/scripts $ ./LvPumpUppe.sh
HTTP/1.0 401 Unauthorized
Content-Length: 91
Content-Type: text/html
<html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>pi@domoticzpi ~/domoticz/scripts $
-------------------------------------------
It works fine when i'm running this command in webbrowser!
Can anyone help me!
Kind regards
Ulf
-
- Posts: 29
- Joined: Monday 15 September 2014 21:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
And the command in the webbrowser
http://172.16.1.10:8080/json.htm?type=c ... &svalue=24
http://172.16.1.10:8080/json.htm?type=c ... &svalue=24
- Arkie
- Posts: 38
- Joined: Tuesday 03 December 2013 15:24
- Target OS: NAS (Synology & others)
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: ZXT-120
Just bought a zxt-120 and want to read my unknowen Zibro ac unit, it's not in de code list!
I've tried a lot, but nothing works. They say every AC is compatible!
Is there anybody who can tell me how the IR Code learning function works in Domoticz?
Regards
I've tried a lot, but nothing works. They say every AC is compatible!
Is there anybody who can tell me how the IR Code learning function works in Domoticz?
Regards
Synology DS412+
Philips Hue
Fibaro
Logitech Hamony elite
Foscam 9804 ip cam
RFXtrx433E USB 433.92MHz
ZXT 120 eu AC controller
Heatmiser NEO stat thermostats and Hub
Philips Hue
Fibaro
Logitech Hamony elite
Foscam 9804 ip cam
RFXtrx433E USB 433.92MHz
ZXT 120 eu AC controller
Heatmiser NEO stat thermostats and Hub
-
- Posts: 3
- Joined: Sunday 19 July 2015 1:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V3.5877
- Contact:
Re: ZXT-120
Hello guys,
I bought one ZXT-120 and managed to configure it through Domoticz control panel: http://192.168.Y.Z:8080/ozwcp/cp.html.
I'm trying to control my Toshiba AC and so far I can just set the heat or cool mode while having a temperature in the right range; 19 to 23.
I'm frustrated to not be able to switch off the AC. I noticed that the FAN & mode selections aren't changing anything on the AC.
Do you know how to make it working ?
Thanks,
Loic
I bought one ZXT-120 and managed to configure it through Domoticz control panel: http://192.168.Y.Z:8080/ozwcp/cp.html.
I'm trying to control my Toshiba AC and so far I can just set the heat or cool mode while having a temperature in the right range; 19 to 23.
I'm frustrated to not be able to switch off the AC. I noticed that the FAN & mode selections aren't changing anything on the AC.
Do you know how to make it working ?
Thanks,
Loic
-
- Posts: 247
- Joined: Sunday 29 November 2015 20:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.9639
- Location: Spain
- Contact:
Re: ZXT-120
Hi all,
My ZXT-120 arrived yesterday, I was able to include it (Thermostat Mode) but when I try to enter the "IR code number for built-in code library" (parameter 27).
I enter it and try to submit but it is not stored. It always goes back to "0".
Can someone help me with that?
My ZXT-120 arrived yesterday, I was able to include it (Thermostat Mode) but when I try to enter the "IR code number for built-in code library" (parameter 27).
I enter it and try to submit but it is not stored. It always goes back to "0".
Can someone help me with that?
Re: ZXT-120
I had the same problem, I was unable to set the value for IR code (also other parameters does not set). Surprisingly this was due to a power supply problem!
If you are using USB, try with a different 5V adapter and with the supplied USB cable. To debug the problem also try to use batteries instead of the USB and see if the problem is solved.
This worked for me. Probably some 5V adapters have unstable voltage or emit some spurius.
Mauro
If you are using USB, try with a different 5V adapter and with the supplied USB cable. To debug the problem also try to use batteries instead of the USB and see if the problem is solved.
This worked for me. Probably some 5V adapters have unstable voltage or emit some spurius.
Mauro
-
- Posts: 247
- Joined: Sunday 29 November 2015 20:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.9639
- Location: Spain
- Contact:
Re: ZXT-120
Thanks for the tip Mauro, but still not working.
Tried both on batteries and power supply but no use, the parameter 27 keeps resetting to 0.
No clue what to do next, probably going to try the learn function and just configure the basics.
Tried both on batteries and power supply but no use, the parameter 27 keeps resetting to 0.
No clue what to do next, probably going to try the learn function and just configure the basics.
- emme
- Posts: 909
- Joined: Monday 27 June 2016 11:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest
- Location: Milano, Italy
- Contact:
Re: ZXT-120
did you add the IP address in the whitelist under SETUP -> Settings -> Local Networks (no username/password)ulf_slask wrote: pi@domoticzpi ~/domoticz/scripts $ ./LvPumpUppe.sh
HTTP/1.0 401 Unauthorized
Content-Length: 91
Content-Type: text/html
<html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>pi@domoticzpi ~/domoticz/scripts $
-------------------------------------------
It works fine when i'm running this command in webbrowser!
f
you should enter 127.0.0.1 for requests coming from the server itself, and any other IP requesting commends within your network or Wan access (but I do not reccomend it)
Ciao
M
The most dangerous phrase in any language is:
"We always done this way"
"We always done this way"
-
- Posts: 7
- Joined: Wednesday 24 December 2014 0:03
- Target OS: Linux
- Domoticz version: lastbeta
- Location: NL
- Contact:
Re: ZXT-120
yup..extremely annoying, had that a number of times too.. I fixed it by putting the zwave controller (USB stick in my case) within 'hearing' distance of the ZXT 120, let's say 2 meters.. and then update the value a few times before it stuck. For some reason, if it needs to propagate throughout the Zwave mesh network it doesn't stick.. at least not for me. strange thing is that the temperature setting propagates without issues, the config settings just dont. These ZXT 120's seem to be a bit buggy, but once you get them to work they're ok.elmortero wrote:Thanks for the tip Mauro, but still not working.
Tried both on batteries and power supply but no use, the parameter 27 keeps resetting to 0.
No clue what to do next, probably going to try the learn function and just configure the basics.
-
- Posts: 48
- Joined: Saturday 24 September 2016 9:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Germany
- Contact:
Re: ZXT-120
Has there been any progress on the ZXT-120? I have it running more or less flawlessly in openHAB (set temperature, fan speed and operating mode) but cannot get it running in Domoticz. Even if I manually change the mode, nothing happens. No reaction. Yet, if I set a temperature in "Cooling" mode it turns on (but I cannot turn the AC off again).
Is there a chance to have it as "AC" widget in Domoticz? I would be glad to help, but I have no idea of how to do it. Yet, I can help and provide how I got it in openHAB:
This is from my sitemap
and this from my items file:
while obviously the ZXT-120 is the 16th Z-Wave device on my dongle (0x10).
Is there a chance to have it as "AC" widget in Domoticz? I would be glad to help, but I have no idea of how to do it. Yet, I can help and provide how I got it in openHAB:
This is from my sitemap
Code: Select all
{
Frame label="Mitsubishi Heavy Industries AC" {
Setpoint item=HVAC_HeatSetPoint step=1 minValue=18 maxValue=30
Setpoint item=HVAC_CoolSetPoint step=1 minValue=18 maxValue=30
Text item=HVAC_Temperature
Selection item=HVAC_Mode mappings=[0="Off",1="Heating",2="Cooling", 3="Auto", 5="Resume", 6="Venting", 8="Dehumid"]
Selection item=HVAC_Fan_Mode mappings=[0="Auto Low",1="Low", 2="Auto high", 3="High", 4="Auto medium", 5="Medium"]
}
}
Code: Select all
Number HVAC_HeatSetPoint "Heating [%.1f °C]" <thermostat> { zwave="16:command=thermostat_setpoint,setpoint_type=1,setpoint_scale=0" }
Number HVAC_CoolSetPoint "Cooling [%.1f °C]" <thermostat> { zwave="16:command=thermostat_setpoint,setpoint_type=2,setpoint_scale=0" }
Number HVAC_Temperature "Temperature [%.1f °C]" <temperature> { zwave="16:command=sensor_multilevel,sensor_type=1,refresh_interval=60" }
Number HVAC_Mode "Mode [%s]" { zwave="16:command=thermostat_mode" }
Number HVAC_Fan_Mode "Fan mode [%s]"{zwave="16:command=thermostat_fan_mode" }
- Ben0it
- Posts: 17
- Joined: Sunday 31 January 2016 21:22
- Target OS: Linux
- Domoticz version: 3.6745
- Location: France
- Contact:
Re: ZXT-120
Hello,
I have the same problem here: my module ZXT-120 does not respond to basic commands. The only way to trigger it is to use the OpenZWave control panel and after a refresh of the node, it sometimes accepts to change mode (Off/Heat/Cool).
Before using Domoticz (about one year ago), I used Jeedom which was perfectly controlling this Remotec ZXT-120 module, so the problem doesn't seem to come from the hardware itself.
Best Regards,
I have the same problem here: my module ZXT-120 does not respond to basic commands. The only way to trigger it is to use the OpenZWave control panel and after a refresh of the node, it sometimes accepts to change mode (Off/Heat/Cool).
Before using Domoticz (about one year ago), I used Jeedom which was perfectly controlling this Remotec ZXT-120 module, so the problem doesn't seem to come from the hardware itself.
Best Regards,
-
Benoît.
Benoît.
-
- Posts: 221
- Joined: Saturday 30 August 2014 20:20
- Target OS: Linux
- Domoticz version: 4.
- Location: Spain
- Contact:
Re: ZXT-120
With ZwavePlus and a Aeotec GEN5. this device fails. When you send a commandSET (for setting mode or setpoint or fanmode for instance) a commandSET is sent to the device followed by a CommandGET (to refresh the value). And, in this way Remotec fails. Some times it works if you send the same command about 10 times.
It's necesary to change OpenZwave, but it's a tircky patcha. Meanwhile I'm waiting for a feedback from Remotec since about four days ago.
It's necesary to change OpenZwave, but it's a tircky patcha. Meanwhile I'm waiting for a feedback from Remotec since about four days ago.
-
- Posts: 48
- Joined: Saturday 24 September 2016 9:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Germany
- Contact:
Re: ZXT-120
Hi juankar!juankar wrote:It's necesary to change OpenZwave, but it's a tircky patcha. Meanwhile I'm waiting for a feedback from Remotec since about four days ago.
Many thanks for your findings. Do you have a guide for how to patch OpenZwave or can you provide it to the devs to integrate it?
- Ben0it
- Posts: 17
- Joined: Sunday 31 January 2016 21:22
- Target OS: Linux
- Domoticz version: 3.6745
- Location: France
- Contact:
Re: ZXT-120
Hi,
@Juankar: Thanks for the information, it gives hope again to have working ZXT-120 inside Domoticz.
I also use a « AEOTEC ZW090 "Z-Stick" GEN5 - Dongle USB adapter » with my Domoticz installation.
It has the following USB IDs:
Now that you mention this, when I was using Jeedom at the begining, the Z-Wave controller was a different one (integrated to a customized Raspberry Pi board).
Would you have a different Z-Wave USB adapter to suggest allowing full ZXT-120 operation with Domoticz?
In the mean time, I'll give a try on the Sigma Designs Z-Wave+ USB controller.
Best Regards,
@Juankar: Thanks for the information, it gives hope again to have working ZXT-120 inside Domoticz.
I also use a « AEOTEC ZW090 "Z-Stick" GEN5 - Dongle USB adapter » with my Domoticz installation.
It has the following USB IDs:
Code: Select all
Bus 006 Device 003: ID 0658:0200 Sigma Designs, Inc.
Would you have a different Z-Wave USB adapter to suggest allowing full ZXT-120 operation with Domoticz?
In the mean time, I'll give a try on the Sigma Designs Z-Wave+ USB controller.
Best Regards,
-
Benoît.
Benoît.
-
- Posts: 221
- Joined: Saturday 30 August 2014 20:20
- Target OS: Linux
- Domoticz version: 4.
- Location: Spain
- Contact:
Re: ZXT-120
I've tested Remotec with an Aeotec Z-Stick S2 and It worked. It was in a Zwave (not plus) net with just the Remotec device.
Now I've modified openZwave library to exclude the Get command for this device and It can be used with Domoticz.
I did a change in file value_classes/Value.cpp, about at line 377 :
Now I can change mode or fan mode and Remotecz send the proper IR to AC, but it doesn't update the value in Control Panel, but you can use it, I haven't found any problem. You can try it.
This path is a tricky fix, but I consider it's valid until somebody (or me) find a solution with more info from Remotec.
Bye.
Now I've modified openZwave library to exclude the Get command for this device and It can be used with Domoticz.
I did a change in file value_classes/Value.cpp, about at line 377 :
Code: Select all
if( res )
{
//These if sentence is just for avoid commandGet after CommandSet (4 Lines)
if (node->GetProductName() == "ZXT-120EU")
{
return res;
}
if( !IsWriteOnly())
This path is a tricky fix, but I consider it's valid until somebody (or me) find a solution with more info from Remotec.
Bye.
- Ben0it
- Posts: 17
- Joined: Sunday 31 January 2016 21:22
- Target OS: Linux
- Domoticz version: 3.6745
- Location: France
- Contact:
Re: ZXT-120
Hi Juankar,
I just tried your patch, it works: I can send multiple commands to the ZXT-120 and they are properly transmitted.
Thanks for your investigation! Let's hope Remotec will help with a permanent fix on OpenZWave stack.
Best Regards,
I just tried your patch, it works: I can send multiple commands to the ZXT-120 and they are properly transmitted.
Thanks for your investigation! Let's hope Remotec will help with a permanent fix on OpenZWave stack.
Best Regards,
-
Benoît.
Benoît.
-
- Posts: 221
- Joined: Saturday 30 August 2014 20:20
- Target OS: Linux
- Domoticz version: 4.
- Location: Spain
- Contact:
Re: ZXT-120
Thanks
I'm working in other patch more "elegant".
I'm working in other patch more "elegant".
Who is online
Users browsing this forum: No registered users and 1 guest