maxwellhadley / node-red-contrib-rfxcom

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

Supported lighting types #10

Closed jonnyfarmer closed 7 years ago

jonnyfarmer commented 7 years ago

I'm trying to control a Energenie plug socket which can be controlled from RFXmgr as a Lighting1 object with a house code of A and a device of 1 (or + for all).

I've tried lighting1, LIGHTING1 and L1 as part of the topic (e.g. 'lighting1/A/1') but all variations result in in a rfx-lights-out : device type 'xxx' is not supported

Sorry if I'm being particularly thick here but I'm stumped.

Thanks

Jonny

maxwellhadley commented 7 years ago

The device type will be either 'ENERGENIE_ENER010' or 'ENERGENIE_5_GANG', depending on the socket type. The easiest way to check is to temporarily add an rfx-lights-in node, set to listen to any address, to your flow, and connect its output to a debug node. Use the remote control (that presumably came with the socket) to operate your socket and look at the topic shown in the debug panel

I hope this gets you going!

Max

jonnyfarmer commented 7 years ago

Many, many thanks Max

Did exactly what you suggested and have it working.

Absolutely marvellous - thanks again for creating the node - much appreciated.

Kind regards

Jonny

On 21 September 2016 at 08:03, Max Hadley notifications@github.com wrote:

The device type will be either 'ENERGENIE_ENER010' or 'ENERGENIE_5_GANG', depending on the socket type. The easiest way to check is to temporarily add an rfx-lights-in node, set to listen to any address, to your flow, and connect its output to a debug node. Use the remote control (that presumably came with the socket) to operate your socket and look at the topic shown in the debug panel

I hope this gets you going!

Max

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maxwellhadley/node-red-contrib-rfxcom/issues/10#issuecomment-248528591, or mute the thread https://github.com/notifications/unsubscribe-auth/AKpYliFZJYd7EfDBofwpIZ6P7edQhXmcks5qsNbbgaJpZM4KCOkO .

maxwellhadley commented 7 years ago

Glad it works for you!