emiloberg / node-red-contrib-tellstick

Node-RED nodes to send radio data with a Tellstick, and to send and receive radio data with a Tellstick Duo. Switch lights on/off, listen to sensors, listen to remotes, etc.
Other
10 stars 8 forks source link

Hasta blinds #17

Open Jocke-G opened 6 years ago

Jocke-G commented 6 years ago

My Hasta blinds does not work perfect.

When configuring output node, the methods to choose from is up/down/stop. None of those works.

If I instead send msg.method turnon or turnoff, it works.

It works with tdtool. Down: tdtool --on bedroom_blinds Up: tdtool --off bedroom_blinds

Link to my blinds (receiver/engine only) https://www.m.nu/rullgardin-433mhz/motorisera-rullgardin-tellstick-rfxtrx-fjarrkontroll-12v

The configuration in tellstick.conf looks like this:

device {
  id = 91
  name = "bedroom_blinds"
  controller = 1
  protocol = "hasta"
  model = "selflearningv2"
  parameters {
    house = "12345"
    unit = "1"
  }
}
Mastiffen commented 5 years ago

Did you ever get this to work as it should? It doesn't seem like the developer is active.