ZXT-120
Moderator: leecollings
- gizmocuz
- Posts: 2548
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: ZXT-120
No it does not work, this device needs thermostat state changes to control it, and this is not yet implemented
Thermostat Command Classes: (not supported)
- Thermostat Mode Command Class
- Thermostat Fan Mode Command Class
- Thermostat Set‐point Command Class
Thermostat Command Classes: (not supported)
- Thermostat Mode Command Class
- Thermostat Fan Mode Command Class
- Thermostat Set‐point Command Class
Quality outlives Quantity!
-
- Posts: 1
- Joined: Monday 11 August 2014 15:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
FR
Bonjour
Je comptais acheter le ZXT120 avec un clée USB ZWAVE.
Etes vous sur de la non compatibilité car dans le dossier config il y a bien un fichier xml .... domoticz/config/remotec/zxt-120.xml
ENG
Hello
I intended to buy the ZXT120 with USB ZWAVE key.
Are you sure about the compatibility ... because in the config file there is a good xml file ?.... domoticz/config/REMOTEC/zxt-120.xml
Thanks
Bonjour
Je comptais acheter le ZXT120 avec un clée USB ZWAVE.
Etes vous sur de la non compatibilité car dans le dossier config il y a bien un fichier xml .... domoticz/config/remotec/zxt-120.xml
ENG
Hello
I intended to buy the ZXT120 with USB ZWAVE key.
Are you sure about the compatibility ... because in the config file there is a good xml file ?.... domoticz/config/REMOTEC/zxt-120.xml
Thanks
-
- Posts: 6
- Joined: Thursday 07 August 2014 13:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
hello
FR
Je viens d acheter le ZXT-120
il est bien reconnu dans domoticz , par contre une fois reconnu je ne sais pas comment le configurer
ENG
I Have ZXT-120 and i installed this module in domoticz
domoticz recognized my ZXT-120
how to configure the module once recognized ?
thank
FR
Je viens d acheter le ZXT-120
il est bien reconnu dans domoticz , par contre une fois reconnu je ne sais pas comment le configurer
ENG
I Have ZXT-120 and i installed this module in domoticz
domoticz recognized my ZXT-120
how to configure the module once recognized ?
thank
-
- Posts: 6
- Joined: Thursday 07 August 2014 13:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
Hello
i search a config file for ZXT-120 please
how to create a paramaters with Command Class
cordialement
i search a config file for ZXT-120 please
how to create a paramaters with Command Class
cordialement
-
- Posts: 6
- Joined: Thursday 07 August 2014 13:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
i find a class ThermostatFanMode: public CommandClass in domoticzThermostat Command Classes: (not supported)
-
- Posts: 6
- Joined: Thursday 07 August 2014 13:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
hey
How to configure different commandClass in domoticz or what file need modify please
I have 2 devices Zwave thermostat
if I click the button (Download configuration file)
i have :
How to configure different commandClass in domoticz or what file need modify please
I have 2 devices Zwave thermostat
if I click the button (Download configuration file)
i have :
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
-<Driver poll_interval_between="0" poll_interval="60000" controller_capabilities="28" api_capabilities="8" node_id="1" home_id="0x014d0cc7" version="3" xmlns="http://code.google.com/p/open-zwave/">
-<Node version="3" query_stage="Complete" max_baud_rate="40000" routing="false" beaming="true" frequentListening="false" listening="false" type="Controller" specific="1" generic="2" basic="1" location="" name="" id="1">
-<Manufacturer name="Aeon Labs" id="0086">
<Product type="0002" name="Z-Stick S2" id="0001"/>
</Manufacturer>
-<CommandClasses>
-<CommandClass version="1" name="COMMAND_CLASS_WAKE_UP" id="132" request_flags="2">
<Instance index="1"/>
</CommandClass>
</CommandClasses>
</Node>
-<Node version="4" query_stage="Complete" max_baud_rate="40000" routing="true" beaming="true" frequentListening="true" listening="false" type="General Thermostat V2" specific="6" generic="8" basic="4" location="" name="" id="7">
-<Manufacturer name="Remotec" id="5254">
<Product type="0101" name="ZXT-120" id="8377"/>
</Manufacturer>
-<CommandClasses>
-<CommandClass version="1" name="COMMAND_CLASS_BASIC" id="32" request_flags="4" mapping="64">
<Instance index="1"/>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_SWITCH_ALL" id="39" request_flags="4">
<Instance index="1"/>
-<Value type="list" index="0" size="1" vindex="0" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Switch All" instance="1" genre="system">
<Item label="Disabled" value="0"/>
<Item label="Off Enabled" value="1"/>
<Item label="On Enabled" value="2"/>
<Item label="On and Off Enabled" value="255"/>
</Value>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_SENSOR_MULTILEVEL" id="49">
<Instance index="1"/>
<Value type="decimal" index="1" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="C" label="Temperature" instance="1" genre="user" value="24"/>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_THERMOSTAT_MODE" id="64" request_flags="4">
<Instance index="1"/>
-<Value type="list" index="0" size="1" vindex="0" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Mode" instance="1" genre="user">
<Item label="Off" value="0"/>
<Item label="Heat" value="1"/>
<Item label="Cool" value="2"/>
<Item label="Resume" value="5"/>
<Item label="Fan Only" value="6"/>
<Item label="Dry Air" value="8"/>
<Item label="Auto Changeover" value="10"/>
</Value>
-<SupportedModes>
<Mode index="0" label="Off"/>
<Mode index="1" label="Heat"/>
<Mode index="2" label="Cool"/>
<Mode index="5" label="Resume"/>
<Mode index="6" label="Fan Only"/>
<Mode index="8" label="Dry Air"/>
<Mode index="10" label="Auto Changeover"/>
</SupportedModes>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_THERMOSTAT_SETPOINT" id="67" request_flags="4" base="0">
<Instance index="1"/>
<Value type="decimal" index="1" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="C" label="Heating 1" instance="1" genre="user" value="28"/>
<Value type="decimal" index="2" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="C" label="Cooling 1" instance="1" genre="user" value="25"/>
<Value type="decimal" index="6" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="C" label="Unused 6" instance="1" genre="user" value="0.0"/>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_THERMOSTAT_FAN_MODE" id="68" request_flags="4">
<Instance index="1"/>
-<Value type="list" index="0" size="1" vindex="1" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="false" units="" label="Fan Mode" instance="1" genre="user">
<Item label="Auto Low" value="0"/>
<Item label="On Low" value="1"/>
<Item label="Auto High" value="2"/>
<Item label="On High" value="3"/>
<Item label="Unknown 4" value="4"/>
<Item label="Unknown 5" value="5"/>
</Value>
-<SupportedModes>
<Mode index="0" label="Auto Low"/>
<Mode index="1" label="On Low"/>
<Mode index="2" label="Auto High"/>
<Mode index="3" label="On High"/>
<Mode index="4" label="Unknown 4"/>
<Mode index="5" label="Unknown 5"/>
</SupportedModes>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_CONFIGURATION" id="112" request_flags="4">
<Instance index="1"/>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_MANUFACTURER_SPECIFIC" id="114" request_flags="4">
<Instance index="1"/>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_BATTERY" id="128" request_flags="4">
<Instance index="1"/>
<Value type="byte" index="0" max="255" min="0" poll_intensity="2" verify_changes="false" write_only="false" read_only="true" units="%" label="Battery Level" instance="1" genre="user" value="95"/>
</CommandClass>
-<CommandClass version="1" name="COMMAND_CLASS_VERSION" id="134" request_flags="4">
<Instance index="1"/>
<Value type="string" index="0" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Library Version" instance="1" genre="system" value="6"/>
<Value type="string" index="1" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Protocol Version" instance="1" genre="system" value="3.42"/>
<Value type="string" index="2" max="0" min="0" poll_intensity="0" verify_changes="false" write_only="false" read_only="true" units="" label="Application Version" instance="1" genre="system" value="1.07"/>
</CommandClass>
</CommandClasses>
</Node>
</Driver>
-
- Posts: 6
- Joined: Thursday 07 August 2014 13:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
it is planned in the domoticz development ?
-
- Posts: 3
- Joined: Saturday 18 October 2014 12:42
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
avez vous des rpeonses je posssede un remotec zxt 120 comment le faire marcher dans domoticz ?
-
- Posts: 3
- Joined: Saturday 18 October 2014 12:42
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
when zxt-120 remotec will be work in domoticz please emmergency
-
- Posts: 158
- Joined: Saturday 11 January 2014 16:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: NL
- Contact:
Re: ZXT-120
Call 112maximilien72 wrote:when zxt-120 remotec will be work in domoticz please emmergency
- mbliek
- Posts: 194
- Joined: Friday 12 July 2013 14:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: the Netherlands
- Contact:
Re: ZXT-120
Haha like this reaction.Raspberry Piet wrote:Call 112maximilien72 wrote:when zxt-120 remotec will be work in domoticz please emmergency
Op zoek naar een Domoticz Start Set?
-
- Posts: 3
- Joined: Saturday 18 October 2014 12:42
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
hello I call 911 he told me to go fuck myself! good without laughter is actually how the REMOTEC zxt 120 domoticz full of people asking the question please guys
-
- Posts: 158
- Joined: Saturday 11 January 2014 16:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: NL
- Contact:
Re: ZXT-120
maximilien72 wrote:hello I call 911 he told me to go fuck myself!

Somebody allready asked for implementation:maximilien72 wrote:good without laughter is actually how the REMOTEC zxt 120 domoticz full of people asking the question please guys
http://www.domoticz.com/forum/tracker.php?p=2&t=277
It is seen by Gizmocuz, just be patient don't chase.
Can't believe there is any emergency at all.
- gizmocuz
- Posts: 2548
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: ZXT-120
In version #2122:
Implemented:
- COMMAND_CLASS_THERMOSTAT_MODE
- COMMAND_CLASS_THERMOSTAT_FAN_MODE
Also updated the ZXT-120 configuration file
After the update:
- stop domoticz (from the ssh shell)
- Edit the file Config/zwcfw_xxxxxx.xml) remove all ZXT-120 nodes, be carefull here
- If the above step is to complex, you can also delete this file, but you might need to wakeup all your nodes to get all information correct
- start domoticz (from the ssh shell)
- wait at least 10 minutes, or until you see the log message 'all awake nodes queried'
You should now get the THERMOSTAT_MODE and THERMOSTAT_FAN_MODE devices in the devices tab, and you can add them to the system.
Also you should now be able to configure the device ! (set right IR code etc)
I have a device on 'loan' (thanks bdw!), and did not connect it to an actual FAN, but it seems to be working alright
(Update is building and takes at least an hour....pffff)
Hope all works well ! It took a lot of time/effort to build/support this
Implemented:
- COMMAND_CLASS_THERMOSTAT_MODE
- COMMAND_CLASS_THERMOSTAT_FAN_MODE
Also updated the ZXT-120 configuration file
After the update:
- stop domoticz (from the ssh shell)
- Edit the file Config/zwcfw_xxxxxx.xml) remove all ZXT-120 nodes, be carefull here
- If the above step is to complex, you can also delete this file, but you might need to wakeup all your nodes to get all information correct
- start domoticz (from the ssh shell)
- wait at least 10 minutes, or until you see the log message 'all awake nodes queried'
You should now get the THERMOSTAT_MODE and THERMOSTAT_FAN_MODE devices in the devices tab, and you can add them to the system.
Also you should now be able to configure the device ! (set right IR code etc)
I have a device on 'loan' (thanks bdw!), and did not connect it to an actual FAN, but it seems to be working alright

(Update is building and takes at least an hour....pffff)
Hope all works well ! It took a lot of time/effort to build/support this

Quality outlives Quantity!
-
- Posts: 3
- Joined: Thursday 30 January 2014 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
I have test the ZXT 120. It works in the interface but not in lua script.
Here are the log ( print from the demo script )
Mon Nov 17 23:19:00 2014 LUA: Unknown
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Cool Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Heat Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Mode Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: otherdevices_svalues
Mon Nov 17 23:19:00 2014 LUA: Fan Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Unknown
Mon Nov 17 23:19:00 2014 LUA: 0.00
Mon Nov 17 23:19:00 2014 LUA: Cool Salon
Mon Nov 17 23:19:00 2014 LUA: 0.00
Mon Nov 17 23:19:00 2014 LUA: Heat Salon
Mon Nov 17 23:19:00 2014 LUA: 0.00
Mon Nov 17 23:19:00 2014 LUA: Mode Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Salon
Mon Nov 17 23:19:00 2014 LUA: 22.0
Here are the values in devices menu
81 Zwave Network 0000D06 1 Unknown Thermostat SetPoint 0.0 12 - Add Device Log 2014-11-17 18:39:38
80 Zwave Network 0000D04 1 Unknown Thermostat SetPoint 0.0 12 - Add Device Log 2014-11-17 18:39:38
79 Zwave Network 3329 1 Salon Temp TFA 30.3133 22.0 C 12 90 Remove Device Log 2014-11-17 18:40:01
78 Zwave Network 00000D01 1 Fan Salon General Thermostat Fan Mode Auto High 12 - Remove Device 2014-11-17 18:40:04
75 Zwave Network 0000D02 1 Cool Salon Thermostat SetPoint 25.0 12 - Remove Device Log 2014-11-17 18:39:38
74 Zwave Network 0000D01 1 Heat Salon Thermostat SetPoint 21.0 12 - Remove Device Log 2014-11-17 18:39:38
73 Zwave Network 00000D01 1 Mode Salon General Thermostat Mode Heat 12 - Remove Device 2014-11-17 18:40:03
I can't get the right values and the command commandArray['Mode Salon']='Off' does not work.
Does someone have an idea ?
Here are the log ( print from the demo script )
Mon Nov 17 23:19:00 2014 LUA: Unknown
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Cool Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Heat Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Mode Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: otherdevices_svalues
Mon Nov 17 23:19:00 2014 LUA: Fan Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Unknown
Mon Nov 17 23:19:00 2014 LUA: 0.00
Mon Nov 17 23:19:00 2014 LUA: Cool Salon
Mon Nov 17 23:19:00 2014 LUA: 0.00
Mon Nov 17 23:19:00 2014 LUA: Heat Salon
Mon Nov 17 23:19:00 2014 LUA: 0.00
Mon Nov 17 23:19:00 2014 LUA: Mode Salon
Mon Nov 17 23:19:00 2014 LUA:
Mon Nov 17 23:19:00 2014 LUA: Salon
Mon Nov 17 23:19:00 2014 LUA: 22.0
Here are the values in devices menu
81 Zwave Network 0000D06 1 Unknown Thermostat SetPoint 0.0 12 - Add Device Log 2014-11-17 18:39:38
80 Zwave Network 0000D04 1 Unknown Thermostat SetPoint 0.0 12 - Add Device Log 2014-11-17 18:39:38
79 Zwave Network 3329 1 Salon Temp TFA 30.3133 22.0 C 12 90 Remove Device Log 2014-11-17 18:40:01
78 Zwave Network 00000D01 1 Fan Salon General Thermostat Fan Mode Auto High 12 - Remove Device 2014-11-17 18:40:04
75 Zwave Network 0000D02 1 Cool Salon Thermostat SetPoint 25.0 12 - Remove Device Log 2014-11-17 18:39:38
74 Zwave Network 0000D01 1 Heat Salon Thermostat SetPoint 21.0 12 - Remove Device Log 2014-11-17 18:39:38
73 Zwave Network 00000D01 1 Mode Salon General Thermostat Mode Heat 12 - Remove Device 2014-11-17 18:40:03
I can't get the right values and the command commandArray['Mode Salon']='Off' does not work.
Does someone have an idea ?
-
- Posts: 1
- Joined: Tuesday 19 August 2014 3:17
- Target OS: Linux
- Domoticz version:
- Contact:
Re: ZXT-120
Thanks gizmocuz for your time and effort in making possible to support ZXT-120.
I have a ZXT-120 with firmware 1.6E, on Domoticz-win32-2_2139.
There is mistake in the configuration tab for ZXT-120 the parameter 33, says Sourround IR control and is AC function swing control.
The AC controlled is FUJITSU, the parameter 27 was 16, so at first try this work for me.
I can start the AC at predefined time using for example the heat set point timer, but I can't find a way to stop (Off) the AC at a predefined time.
I must do it manual from the Utilities tab, Thermostat Mode, Edit option, drop down menu option Off and click in update.
Is there a way to have a timer in Thermostat Mode with the options that are available now and make a predefined time for Off AC?
For example something like: (File attached)
Thanks.
I have a ZXT-120 with firmware 1.6E, on Domoticz-win32-2_2139.
There is mistake in the configuration tab for ZXT-120 the parameter 33, says Sourround IR control and is AC function swing control.
The AC controlled is FUJITSU, the parameter 27 was 16, so at first try this work for me.
I can start the AC at predefined time using for example the heat set point timer, but I can't find a way to stop (Off) the AC at a predefined time.
I must do it manual from the Utilities tab, Thermostat Mode, Edit option, drop down menu option Off and click in update.
Is there a way to have a timer in Thermostat Mode with the options that are available now and make a predefined time for Off AC?
For example something like: (File attached)
Thanks.
- Attachments
-
- Have a timer in Thermostat Mode
- Thermostat_Mode1.jpg (253.36 KiB) Viewed 10432 times
-
- Posts: 3
- Joined: Thursday 30 January 2014 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
I have the same problem, ZXT120 work manualy, but don't in blockly or LUA script.
-
- Posts: 3
- Joined: Thursday 30 January 2014 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ZXT-120
I try to build a scene but no parts of the zxt120 appears in device list.
-
- Posts: 5
- Joined: Friday 01 August 2014 13:35
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: France
- Contact:
Re: ZXT-120
Hi all,
Same problem for me, how can I use zxt120 in lua script ? (It don't appear in blockly)
I only need to manage Off, Heat and Cool by script. The script will make the regulation based on a temp. sensor.
do you get some news?
thanks in advance for help
Same problem for me, how can I use zxt120 in lua script ? (It don't appear in blockly)
I only need to manage Off, Heat and Cool by script. The script will make the regulation based on a temp. sensor.
do you get some news?
thanks in advance for help
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
Who is online
Users browsing this forum: No registered users and 1 guest