ivesdebruycker / node-red-contrib-maxcube

A node-red node to control the eQ-3 Max! Cube
Other
13 stars 12 forks source link

TypeError: Cannot read property 'room_id' of undefined #13

Open rfamp opened 7 years ago

rfamp commented 7 years ago

Hi as the title implies, on every try to send a payload of the type: { "rf_address": "insert_id_here", "degrees": 27 } I get this error: 'room_id' of undefined Do I have to parse a room id to the maxcube output node or is there an other error?

ivesdebruycker commented 7 years ago

What version are you using? Can you perform npm update in the node-red-contrib-maxcube folder and try again? Most likely, this this is a duplicate of #8.

rfamp commented 7 years ago

Actually that changes nothing. I tried to install using the web interfaces menu point "manage palette" but It also did not work.

ThetaJoin1 commented 7 years ago

Hi, first of all a big thank you for the affort you spended so far in this project... I'm sticking withe the same problem, i think, that @sigrokBlack has. I'm working with 1.0.6/0.0.4 and can not see any meaningfull information regarding states of wall thermostates or shutters. The querys just delivering the rf adress, in case of the shutters. The WT infos are just nonsense.

Any hint what i'm doing wrong?? Should there be "room_id/name" and further more info tags for WT and Shutter?