After update 1.1.3 Nothing is working (Mainly webCoRE)

I just pushed a change for the fuelstream.groovy app, so update it from here. Then go back into the webcore settings and make sure localfuelstreams is checked and click save, then try a fuel stream write.

no change

2018-08-18 21:27:37.304:debugevent from: webCore piston 'Kennel Temperature Graph' was executed, value: pistonExecuted, source: LOCATION, description: null

Did it create the fuel stream like above? And do you see your data point when you click the blue info icon next to it?

Yes

Ok good, in that case check out the main webcore thread starting from here to resolve your dashboard issues. Things to check for are clearing your cache of the old webcore code, making sure your git repo is pointed to mine, and looking in the network tools like it describes.

1 Like

ahh i finally got a graph

1 Like

ok its not updating the graph anymore

And its not creating a new fuel stream

Thanks. I think. As there are a number of 'webCoRE' threads.
Sorry to Labour the point but do you mean this repo? I have asked this question before but nobody seems to want to give a direct answer it for some reason.

I don't use fuelstreams, however for me none of my simple pistons will run. They are set to run at Sunset or just before and at Sunrise

Running the current WebCore code, not sure what to try, other than to downgrade

Rick

After this update I'm getting the following for my Garage Door Contact Sensor?

dev:3632018-08-19 10:41:13.984:errorgroovy.lang.MissingMethodException: No signature of method: dev15346387021152093280393.sendHubCommand() is applicable for argument types: (java.util.ArrayList) values: [[840400025801, delay 500, 8405, delay 500, 8002, delay 1000, ...]] Possible solutions: sendHubCommand(hubitat.device.HubAction) on line 376 (parse)

This is a driver issue, what device and driver are being used here?

Yes. That is the correct location of the current groovy files. :wink:

@mike.maxwell it is the GoControl contact Sensor? The sensor is a tilt contact sensor? I never had a problem before now?

We will look into this.

Thanks @Matthew.
I just wanted to make sure as I'm having some minor issues with webCoRE and there is no point in querying if I'm using the wrong files.
Thanks again.

What driver are you using?, our generic contact sensor doesn't have a line 376.

Nothing is working on my system since updating to 1.1.3.113.

Lot's of MonoPrice plugs and motion sensors. Sengled and Cree bulbs. Have 3 Aeon MiniMotes also not working.

Last 4 updates have caused zigbee devices to become disconnected and I've had to add them back.

None of my Webcore stuff is working properly after updating to 1.1.3 and I'm running the latest Webcore code. Previous 3 hub updates before 1.1.3 never impacted webcore and webcore was always on the latest version of code. All of my pistons have worked flawlessly up until this latest hub update.

After updating to 1.1.3 I've got disconnected Zigbee and Zwave devices and this is happening even though my mesh is full of Iris Zigbee\Zwave plug repeaters.

I have updated to 1.1.3.113. Neither of my WebCoRE pistons are working. They are both very simple. Once takes the presence sensor and, when I arrive, it turns off my alarm switch. The second is a series of lights turning on and off when a virtual switch (My Shower) is turned on.

I run a trace with full debugging. In both pistons, it doesn't see the virtual switches.
Here is one of the errors I get:

[app:1774](http://192.168.1.34/logs#app1774)2018-08-20 16:45:58.243:info╔ Event processed successfully (97ms)

[app:1774](http://192.168.1.34/logs#app1774)2018-08-20 16:45:58.219:trace║╔ Execution stage complete. (15ms)

[app:1774](http://192.168.1.34/logs#app1774)2018-08-20 16:45:58.216:debug║║ Condition group #1 evaluated false (state did not change) (9ms)

[app:1774](http://192.168.1.34/logs#app1774)2018-08-20 16:45:58.213:debug║║ Condition #2 evaluated false (5ms)

[app:1774](http://192.168.1.34/logs#app1774)2018-08-20 16:45:58.211:debug║║ Comparison (error) Device ':1bb93d8aa491a4788749f7bcd363f20d:' not found changes_to (string) off = false (0ms)

No matter what I put in the execute "If", I get the same message. I've removed WebCoRE and reinstalled the app and created a new piston. Same results though.