maxwellhadley / node-red-contrib-rfxcom

node-RED nodes to access an RFXtrx433 transceiver
BSD 2-Clause "Simplified" License
22 stars 13 forks source link

Somfy Node-red #71

Closed ocverclock closed 5 years ago

ocverclock commented 5 years ago

hi, how to send the order with the node rfx-blind to somfy. in the RFXmngr, it's okay for the control, but in node-red i don't stand how send the order. in node Inject , payload string up and in topic 04050401 (in the RFXmngr it's Id 4 05 04 and unit 1). Please can you say me.

maxwellhadley commented 5 years ago

Hi,

If you are using 'normal' Somfy blinds, I think your message should have a topic of:

RFY/0x040504/1

and a payload of:

Up

The first part of the topic is the 'Type' as shown in rfxmngr, the second part is the 'Id' as a single hexadecimal number, and the third part is the 'Unit Code'. However, if you are using GEOM blinds, the topic needs to be:

RFY_RESERVED/0x040504/1

(This is because RFXCOM have changed the name of this subtype recently)

I hope this gets you going!

ocverclock commented 5 years ago

You are the best

maxwellhadley commented 5 years ago

I assume it worked then? :)