New device to control your blinds

Moderator: leecollings

DanM
Posts: 79
Joined: Thursday 23 October 2014 22:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: New device to control your blinds

Post by DanM »

Can either of you give a quick two minute summary / review of move please? Google isn't helping me out with any reviews and I'm tempted to get involved for the zwave one (although worried that the open wave support will take a while)
t0mas
Posts: 3
Joined: Sunday 05 February 2017 15:47
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: New device to control your blinds

Post by t0mas »

The device works well, charging via solar power obviously requires a bit sunny window. The app on the other hand is horrible, slow to find the device (I don't understand why it searches for the device every time it starts), lots of features are half implemented or "coming in the future". So I can recommend the device if you have either a power source or enough sun to use the included solar panel and want to connect it to some smart home controller. If you plan to use it with the original app: Don't buy it.
klasse
Posts: 3
Joined: Sunday 12 February 2017 9:26
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: New device to control your blinds

Post by klasse »

I totally agree with t0mas. Also: you can NOT charge the batteries via USB (I've tried).

t0mas: Have you tried to use the USB serial interface? (I haven't bothered yet...)
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

Re: New device to control your blinds

Post by pvm »

They did have plans to extend the app after starting delivery of the product.... Hope they'll do this. But first focus on the zwave version :D (I've ordered a couple of those)
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
qwerk
Posts: 222
Joined: Tuesday 22 July 2014 7:21
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Netherlands
Contact:

Re: New device to control your blinds

Post by qwerk »

hmmm, I keep getting "connect: connection refused (111)"


./bin/csrmesh-cli move --pin 1234 --dest 43:C5:5B:04:00:06 --position 254
Running: gatttool -b 43:C5:5B:04:00:06 --char-write-req -a 0x0021 -n 728bc5008070f88094c6f6bd0cbd9a23a2f9ff
connect: Connection refused (111)


python 2.7.9, pycrypto 2.6.1

from the teptron android tool it works fine.

I guess it has to do with my raspbeery/software. when I change the pin or the dest address I get the same error.


*** I solved my problem. IT WORKS *** :D :D :D
on my bluetooth "stack" on the raspberry LE was not enabled.
that did the trick. It was also important that the teptron move app on my phone was killed.
guantolento
Posts: 129
Joined: Saturday 01 October 2016 14:48
Target OS: Raspberry Pi / ODroid
Domoticz version: LastBeta
Location: Italy BG
Contact:

Re: New device to control your blinds

Post by guantolento »

sorry, so the movez is connected with ble and not zwave ? it's correct ?
Master (pi3) - MB sensors + Dummy + Sysfs gpio + 1 NodOn MSP-3 + 1 Aeotec DSB28 Energy Meter + 3 Danfoss RS Room + 7 Danfoss Z Thermostat + 1 Swiid Inter + 9 FGS222
Slave01 (pi2) - MB sensors + Dummy + Weather Underground + 2 FGS223 + 1 FGWPE/F
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

Re: New device to control your blinds

Post by pvm »

It started off with move (BLE) they're now preparing to ship the movez which started as a zwave only but now will be delivered as BLE + Zwave.
Movez is not shipped to anybody as far as I know (as a backer)
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

New device to control your blinds

Post by pvm »

Must be BLE according to description and zwave versions are not delivered


It started off with move (BLE) they're now preparing to ship the movez which started as a zwave only but now will be delivered as BLE + Zwave.
Movez is not shipped to anybody as far as I know (as a backer)
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
bryanmcg
Posts: 1
Joined: Friday 06 October 2017 9:23
Target OS: -
Domoticz version:
Contact:

Re: New device to control your blinds

Post by bryanmcg »

This command in this post did not work for me:

Code: Select all

csrmesh-cli move --pin 1234 --dest 43:C5:5B:04:00:06 --objid 1 --position 254
However, maybe it was a change with the latest version, but according to the help, the "{lightbulb,move}" goes at the end. This works for me:

Code: Select all

csrmesh-cli --pin 1234 --dest 43:C5:5B:04:00:06 --objid 1 --position 254 move
joostnl
Posts: 68
Joined: Wednesday 03 February 2016 19:22
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: New device to control your blinds

Post by joostnl »

Is the z wave version already being shipped?
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

Re: New device to control your blinds

Post by pvm »

No, not for a few months
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
User avatar
heggink
Posts: 972
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: New device to control your blinds

Post by heggink »

qwerk wrote: Sunday 19 February 2017 16:46 hmmm, I keep getting "connect: connection refused (111)"


./bin/csrmesh-cli move --pin 1234 --dest 43:C5:5B:04:00:06 --position 254
Running: gatttool -b 43:C5:5B:04:00:06 --char-write-req -a 0x0021 -n 728bc5008070f88094c6f6bd0cbd9a23a2f9ff
connect: Connection refused (111)


python 2.7.9, pycrypto 2.6.1

from the teptron android tool it works fine.

I guess it has to do with my raspbeery/software. when I change the pin or the dest address I get the same error.


*** I solved my problem. IT WORKS *** :D :D :D
on my bluetooth "stack" on the raspberry LE was not enabled.
that did the trick. It was also important that the teptron move app on my phone was killed.
Hey @qwerk, how did you enable LE? I use a USB dongle (BT4.0) but struggle to enable LE on it.
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
User avatar
heggink
Posts: 972
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: New device to control your blinds

Post by heggink »

for those looking to use the csrmesh-cli library to control these devices using BLE, the move experimental branch from nkaminski does work for me (https://github.com/nkaminski/csrmesh/tr ... perimental). My devices present themselves as MOVE2 when issuing sudo hcitool lescan. This seems the only version of csrmesh that works with these for now.
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests