Page 1 of 4

ZXT-120

Posted: Thursday 07 August 2014 13:50
by mickeys
FR
Bonjour
le module ZXT-120 zwave est il géré par domoticz ?

ENG
Hello
the Product Remotec ZXT120 is compatible from domoticz please ?

ENG/FR
Thank you
cordialement

Re: ZXT-120

Posted: Thursday 07 August 2014 18:45
by gizmocuz
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

Re: ZXT-120

Posted: Monday 11 August 2014 15:41
by Mgros
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

Re: ZXT-120

Posted: Thursday 14 August 2014 20:52
by mickeys
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

Re: ZXT-120

Posted: Saturday 16 August 2014 10:51
by mickeys
Hello

i search a config file for ZXT-120 please
how to create a paramaters with Command Class

cordialement

Re: ZXT-120

Posted: Saturday 16 August 2014 12:56
by mickeys
Thermostat Command Classes: (not supported)
i find a class ThermostatFanMode: public CommandClass in domoticz

Re: ZXT-120

Posted: Sunday 17 August 2014 16:25
by mickeys
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 :

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>

Re: ZXT-120

Posted: Tuesday 19 August 2014 9:15
by mickeys
it is planned in the domoticz development ?

Re: ZXT-120

Posted: Saturday 18 October 2014 12:47
by maximilien72
avez vous des rpeonses je posssede un remotec zxt 120 comment le faire marcher dans domoticz ?

Re: ZXT-120

Posted: Saturday 18 October 2014 12:49
by maximilien72
when zxt-120 remotec will be work in domoticz please emmergency

Re: ZXT-120

Posted: Saturday 18 October 2014 19:58
by Raspberry Piet
maximilien72 wrote:when zxt-120 remotec will be work in domoticz please emmergency
Call 112

Re: ZXT-120

Posted: Saturday 18 October 2014 21:35
by mbliek
Raspberry Piet wrote:
maximilien72 wrote:when zxt-120 remotec will be work in domoticz please emmergency
Call 112
Haha like this reaction.

Re: ZXT-120

Posted: Sunday 19 October 2014 12:05
by maximilien72
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

Re: ZXT-120

Posted: Sunday 19 October 2014 12:38
by Raspberry Piet
maximilien72 wrote:hello I call 911 he told me to go fuck myself!
:lol:
maximilien72 wrote:good without laughter is actually how the REMOTEC zxt 120 domoticz full of people asking the question please guys
Somebody allready asked for implementation:
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.

Re: ZXT-120

Posted: Saturday 15 November 2014 14:03
by gizmocuz
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 ;)

Re: ZXT-120

Posted: Monday 17 November 2014 23:25
by bourrin
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 ?

Re: ZXT-120

Posted: Wednesday 03 December 2014 21:35
by mlopez2192
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.

Re: ZXT-120

Posted: Tuesday 09 December 2014 6:56
by bourrin
I have the same problem, ZXT120 work manualy, but don't in blockly or LUA script.

Re: ZXT-120

Posted: Tuesday 09 December 2014 7:06
by bourrin
I try to build a scene but no parts of the zxt120 appears in device list.

Re: ZXT-120

Posted: Thursday 11 December 2014 23:04
by Christian
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