toggledbits / Reactor

Reactor (for Vera and openLuup) is a Vera Home Automation plugin that provides advanced programmable logic.
18 stars 0 forks source link

Initialization of house mode causes runtime error at start #6

Closed toggledbits closed 5 years ago

toggledbits commented 6 years ago

A missing parameter from the (attempted) initialization of house mode (on the Reactor device) causes a Lua failure at startup for new installers.

toggledbits commented 6 years ago

The temporary workaround is to submit the following Lua code in Apps > Develop Apps > Test Luup Code:

reactor_device = <put your reactor device number here>
luup.variable_set( "urn:toggledbits-com:serviceId:Reactor", "Version", 100, reactor_device )
luup.reload()

After executing this code, Reactor should start up normally. Permanent fix is slated for v1.4

toggledbits commented 6 years ago

Also fixed in stable branch.

toggledbits commented 5 years ago

Fixed in v1.4