Brian Burns
Brian Burns
yeah there's something in the docker setups that led to folders in the setup being owned by root, so need sudo to see disk space. maybe could work around. will...
# First create env config # TODO: Is `.env` creation enough? I think it is not, as the `setups/example/` folder contains much more files. We might need to use `l99...
As for the L99_HOME variable, it looks like it's hardly used, so we could remove it eventually - I had been in the midst of translating from './l99 foo' usage...
As for Docker containers: Do all ports (of all containers) need to be open to host? Ports that are used only by other containers should not be binded to the...
ob: I prefer not letting apps updating my .bashrc file (as you do in shell/install/cli), therefore I appended my .bashrc with return. I think it could be better to output...
ob: why l99 use requires the config to be under setups/ folder? When I use absolute path to the config folder, it should not prepend setups/ which results in setups//some/absolute/path....
availability = active / available time performance (efficiency) = rate/optimal rate [get every minute] quality = good/total parts oee = availability * performance * quality For first pass simplicity we...
idea for future adapter architecture ob: I am already evaluating (low priority) GQL in my app to replace REST API and MQTT. In Nest framework, it is very easy to...