more information, some feedback

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
yeti
Posts: 2
Joined: 01 Feb 2019 13:48

more information, some feedback

Post by yeti »

Hello,

i use z-uno (fw. 2.1.4) with domotizc 4.9701 (stable) . The project i build , has 9 channel , some multilvel sensors switches ...

I'm really happy about z-uno project. With the option to serialize Sensors but i also found some "features" ...

1) in my case its not possible to get 2 voltage channels work . only one shown in domoticzs

.. eg:
ZUNO_SENSOR_MULTILEVEL( ZUNO_SENSOR_MULTILEVEL_TYPE_VOLTAGE,
SENSOR_MULTILEVEL_SCALE_VOLT,
SENSOR_MULTILEVEL_SIZE_TWO_BYTES,
SENSOR_MULTILEVEL_PRECISION_TWO_DECIMALS,
getterBattery),
..


2) also the baro macro not shown in domoticz

ZUNO_SENSOR_MULTILEVEL( ZUNO_SENSOR_MULTILEVEL_TYPE_ATMOSPHERIC_PRESSURE,
SENSOR_MULTILEVEL_SCALE_KILO_PASCAL,
SENSOR_MULTILEVEL_SIZE_TWO_BYTES,
SENSOR_MULTILEVEL_PRECISION_ONE_DECIMAL,
getterBaro)


-> my workaround: use another sensor scale... (for Voltage: one Voltage, and eg TEMPERATURE.)


3) are there a more detailed CPU docu ? you wrote ZMExZUNOM.pdf (manual): Optimized 8051 CPU Core used: what those it mean? which device ? 89C1051.. whitch cpu clock... like http://www.farnell.com/datasheets/46220.pdf


4) Reason to ask for more information are the ADC drift , accuracy , analog bandwith, ...


All in all it is a great project and i like it.

Thanks
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: more information, some feedback

Post by PoltoS »

1) this is unfortunately a Domoticz problem
2) same. Change to general purpose
3) all Z-Wave chips are based in SD3502 and SD3503. Z-Uno is based on the module ZM5101 with SD3503 inside. The latter is based on 8051 core.

So Z-Uno module contains another module that is based on SoC. Matreshka style ;)
yeti
Posts: 2
Joined: 01 Feb 2019 13:48

Re: more information, some feedback

Post by yeti »

thank's for the infos.
all in all a greate project.
:D
Post Reply