RC37: userModule device selector takes wrong device types

Discussions about RaZberry - Z-Wave board for Raspberry computer
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: RC37: userModule device selector takes wrong device type

Post by PoltoS »

Could you add selector back and send it to me, so we make it work? With detailed description of the problem.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: RC37: userModule device selector takes wrong device type

Post by pz1 »

@PoltoS
Finally solved this. I was getting vDev_XX instead of vDev_XX-1 in my Arithmetic module. I think the root cause was that I had an incorrect console message in my index.js. The logs indicated an error in the next line.
To make it easier to select the correct device, I have changed the PVLogger index.js such that the virtualDevice Id number is added to the Overlay Title text. This title now shows up in the module Arithmetic device selector.

Thanks for your patience
Post Reply