Crash

Last days I have added lot of new devices to my Vera
Most of the devices are Rfxcom plugin devices.

Automator will crash after 2 seconds.
Remove and reinstall did not solve the problems.
any tip how to solve the problem?

I am not aware of any known issues that would cause a crash, however, I do not have RFXCOM devices to test with.

Send me an email to support AT automatorapp DOT com to work this out.

Thanks

Hi,
Thanks for your response.

For now the problem is solved.
Today added some new devices…looks like there was a problem in loading the config…
It’s no longer crashing.

Some devices are not showing correct see the picture.

I can take a look – as I don’t have these devices I’m not sure what they are supposed to look like. Sending a pic of how they appear in mios dashboard would help.

The dashboard looks the same…
Close / Open is just to big for the Iphone…

Can you scroll it to the right?

Yes.

Thats possibile.

I will contact the developer of the plugin for this issue
There is no need for the up/down for this device. Also the Dashboard slider can be removed.

Hello,

I also installed the RFXtrx plugin and Automator crashes on connection to the device it is installed on. I unintalled the RFXtrx plugin and Automator will connect to the unit. For plugin for the USB RFXtrx from RFXCOM see http://forum.micasaverde.com/index.php/topic,9563.0.html

[quote=“Brientim, post:8, topic:171357”]Hello,

I also installed the RFXtrx plugin and Automator crashes on connection to the device it is installed on. I unintalled the RFXtrx plugin and Automator will connect to the unit. For plugin for the USB RFXtrx from RFXCOM see http://forum.micasaverde.com/index.php/topic,9563.0.html[/quote]

I’ll look into this. Hopefully I can duplicate it without needing the hardware.

I cannot duplicate the crash with just creating the RFXtrx device. It shows up and renders just fine. Please send me an email to support AT automatorapp DOT com to figure out what is going on.

The cause of the crash is that Automator.app is expecting DisplayStatus in the json to be defined as an object, and for the three sensors included with the rfxcom plugin they are defined as empty strings

DisplayStatus: ""

Changing this to an empty object

DisplayStatus : {}

I will fix this issue in the app itself but it may take some time to get that approved and released. The changes above can be done to the plugin for an immediate fix.