Search found 8 matches

by kivi
05 Feb 2021 00:57
Forum: Z-Uno
Topic: Read energy meter with Z-uno shield via modbus
Replies: 9
Views: 5493

Re: Read energy meter with Z-uno shield via modbus

zwaFisher wrote:
16 Jan 2021 15:54
Has it arrived?
Yes, but unfortunately I have no time to play with it... :?
by kivi
11 Nov 2020 13:20
Forum: Z-Uno
Topic: Read energy meter with Z-uno shield via modbus
Replies: 9
Views: 5493

Re: Read energy meter with Z-uno shield via modbus

Hi, not working yet. I am waiting for arrive a RS485 module for Arduino, that I can test without z-uno.
by kivi
02 Oct 2020 09:53
Forum: Z-Uno
Topic: Sensors not seen
Replies: 2
Views: 1722

Re: Sensors not seen

Thanks, not a good news, it will be long...
by kivi
01 Oct 2020 19:04
Forum: Z-Uno
Topic: Sensors not seen
Replies: 2
Views: 1722

Sensors not seen

Hi, I uploaded an official sketch to a Z-uno Shiled, with 4 sensors on ADC0-3: // Global variables byte pin3SensorBinaryState; byte pin4SensorBinaryState; byte pin5SensorBinaryState; byte pin6SensorBinaryState; // Z-Wave channels ZUNO_SETUP_CHANNELS( ZUNO_SENSOR_BINARY(ZUNO_SENSOR_BINARY_TYPE_GENERA...
by kivi
05 Sep 2020 15:34
Forum: Z-Uno
Topic: Read energy meter with Z-uno shield via modbus
Replies: 9
Views: 5493

Re: Read energy meter with Z-uno shield via modbus

The bug is in the modbus communication, Serial1.available() > 0 is false when it wants to write or read.
by kivi
05 Sep 2020 13:00
Forum: Z-Uno
Topic: Read energy meter with Z-uno shield via modbus
Replies: 9
Views: 5493

Re: Read energy meter with Z-uno shield via modbus

Hmm, If i put: return (55.33); in the controller says 0.55 V
or if x = x*100;
return (x);
result is -1.00V
Interesting.
by kivi
05 Sep 2020 12:53
Forum: Z-Uno
Topic: Read energy meter with Z-uno shield via modbus
Replies: 9
Views: 5493

Re: Read energy meter with Z-uno shield via modbus

Thanks, but should be an other bug too, it is reporting now -1.00V.
by kivi
05 Sep 2020 12:43
Forum: Z-Uno
Topic: Read energy meter with Z-uno shield via modbus
Replies: 9
Views: 5493

Read energy meter with Z-uno shield via modbus

Hi all, I need to read data from an energy meter via modbus with Z-Uno shield. I can't find any useful examples for a sketch, I tried made a one, but it isn' working, maybe no answer from meter. Wired to shield's 7-8 pin, jumpers set to RS485. My sketch is below (reads voltage only), is anyone a goo...