App Update
Good news for those who have been wanting fuel streams for hubitat. With the latest update, I've have made them completely local to the hub! For now you'll need to have a local webcore server running for the ui to reach them, but I've been talking with ipaterson on the webcore forums and he is going to be merging the UI changes dashboard.webcore.co in a few weeks. You just need to install webcore-fuelstream.groovy and have a local UI instance for now. There is a section in the app settings to manage them. The default size is 95KB per stream and that can be adjusted to meet your needs. Once over the limit the app will remove the oldest points to bring it under the size limit.
The code has also been changed so that it works for both Smartthings and Hubitat with just a change with the import statement below for the piston.groovy source.
import hubitat.device.HubAction
import hubitat.device.Protocol
//import physicalgraph.device.HubAction
//import physicalgraph.device.Protocol
This also includes a fix for the location id bug in Hubitat, along with the latest UI changes from ipaterson. Be sure to logout and do a hard reload of the dashboard once updated.
If you are running a local instance don't forget to run these commands:
cd
cd webCoRE/
git pull
Also, if you haven't switched from @ajayjohnm's repo to mine, run these before doing the above:
Patched webCoRE for Hubitat (2018/04/10) Code Share
@Matthew Try this: cd ~/ cd webCoRE/ git remote set-url origin https://github.com/jp0550/webCore.git git fetch origin git reset --hard origin/hubitat-patches Make sure you do git reset --hard origin/hubitat-patches above as it's showing as a comment but should be fully pasted.