Search found 7 matches

by DaveDotNet
30 Jun 2018 11:18
Forum: Z-Uno
Topic: Reference Page - ZUNO_SENSOR_MULTILEVEL() - Incorrect?
Replies: 2
Views: 2936

Reference Page - ZUNO_SENSOR_MULTILEVEL() - Incorrect?

In looking at the reference page for ZUNO_SENSOR_MULTILEVEL(), I'm wondering if the top section is wrong. It says the syntax is; ZUNO_SENSOR_MULTILEVEL(type, scale_size_precision, getter) but, ZUNO_SENSOR_MULTILEVEL is a macro that takes 5 parameters. The description also doesn't match as it suggest...
by DaveDotNet
28 Jun 2018 22:43
Forum: Z-Uno
Topic: ZUNO_THERMOSTAT - Returning temperature
Replies: 5
Views: 4936

Re: ZUNO_THERMOSTAT - Returning temperature

i Just wanted to say, that after some research and coding I now understand the concept of a ZWAVE thermostat and what you were trying to explain. I didn't realise that a ZWAVE thermostat definition is all about the SetPoint and Mode. It makes sense as the other sensors could include temperature, hum...
by DaveDotNet
25 Jun 2018 23:38
Forum: Z-Uno
Topic: ZUNO_THERMOSTAT - Returning temperature
Replies: 5
Views: 4936

Re: ZUNO_THERMOSTAT - Returning temperature

Not sure what you mean by "point", is that the SetPoint temperature? You say use; zunoSendReport(channel_number) to return the update point, but is that just an unsolicited SetPoint temperature again ? I want to be able to to communicate the room temperature to the controller when requeste...
by DaveDotNet
24 Jun 2018 22:53
Forum: Z-Uno
Topic: ZUNO_THERMOSTAT - Returning temperature
Replies: 5
Views: 4936

ZUNO_THERMOSTAT - Returning temperature

I've got the latest 1.4 beta and set up my ZUNO as follows: ZUNO_THERMOSTAT(THERMOSTAT_FLAGS_OFF|THERMOSTAT_FLAGS_HEAT, THERMOSTAT_UNITS_CELSIUS, THERMOSTAT_RANGE_POS, 40, getterMode, setterMode, getterTemp, setterTemp) My Z-UNO is talking (SoftwareSerial at 4800baud) to a PRT-N Heatmiser RS485 Ther...
by DaveDotNet
22 Jun 2018 16:01
Forum: Z-Uno
Topic: New 2.1.4 beta
Replies: 49
Views: 43062

Re: New 2.1.4 beta

PoltoS wrote:
22 Jun 2018 01:53
We have release a new beta (again 2.1.4 - you need to re-install it if you are already testing it).
<snip>
  • SoftwareSerial - supports for slow UART. Valid speeds are 1200/2400/4800/9600 8-N-1
4800 baud.. woohoo.. thanks.
by DaveDotNet
21 Jun 2018 00:12
Forum: Z-Uno
Topic: Hydronic header control with Z-Uno
Replies: 2
Views: 3113

Re: Hydronic header control with Z-Uno

I’ve been through similar thought processes. I have underfloor water based heating system with an 8port manifold downstairs and a similar one upstairs. Each port is connected to the respective room’s thermostat through a wiring centre. When the room thermostat triggers it not only activates the valv...
by DaveDotNet
19 Jun 2018 07:55
Forum: Z-Uno
Topic: Serial strange behaviour
Replies: 26
Views: 23290

Re: Serial strange behaviour

+1 for <9600 capability

I’m building a zwave gateway (for SmartThings) to my Heatmiser thermostats. These run on RS485 and are fixed at 4800baud (8N1). I’m ready to test when available.

Thx