Scott Rushworth

Results 94 comments of Scott Rushworth

I did some more testing, and found that the trigger **does** fire for groups, if an update is sent directly to the group. When originally reported, I was only testing...

Take a look at #6464 for some more info. This appears to be by design.

This repo is no longer maintained... see #6883. ESH has been reintegrated into openhab-core. You might want to try posting in the OH forum.

Possibly related to https://github.com/openhab/openhab-core/issues/1205

@diijkstra , I made some commits ([1](https://github.com/eclipse/smarthome/commit/5b5978d2f2eaf08b87022de5b5d2706b688bb6a3), [2](https://github.com/eclipse/smarthome/commit/2360e794697681f0540d07161187f44b87cd27c2)), which I do not plan to submit since this was the wrong direction for what I was attempting (including the rule name...

OH version? What is the rule (if you built in the UI, you'll find it in `$OPENHAB_USERDATA/jsondb/automation_rules.json`)? This issue should also be reported in [openhab-core](https://github.com/openhab/openhab-core/issues) (OH does not use ESH...

Hello, Doug! I've only played with Jython and JS, and haven't done anything with Groovy yet, so I'll start looking at it. Would you need this if there was something...

Using your example, putting in a valid Item and ThingUID (although, I tried with an invalid one too), and adding some more logging, I could not reproduce the ISE. Let...

My hands are a bit full ATM, but I plan to get one together if nobody gets it in before I free up.

As a workaround, I removed the group function and I'm manually updating the group state using the following algorithm: ``` windDirectionItemStates = map(lambda item: item.state.intValue(), ir.getItem("gForecast_WindDirection_" + str(index)).getMembers()) windDirectionAvg =...