Ben Bartling
Ben Bartling
absolutely, this maybe a good fit for us on our next round of research funding. So for my use case in grid interactive efficient buildings (GEB) **_edge device_** deployments: 1....
@meeki007 thank you
So trying this all out again with `npm install` with a `package.json` All of the[ files from the old Node Red example](https://github.com/VOLTTRON/volttron/tree/main/examples/NodeRed) were copied to `~/.node-red/node_modules/volttron` It seems to install...
I am running this on Ubuntu 20.04, VOLTTRON is running in a virtual environment on 1 tmux pane and I am starting node-red on a different tmux pane on the...
For what its worth I created [some gists](https://gist.github.com/bbartling/37608063855be98bf0a035f983d40e3e) of the files being modified here: `ben@ben-HP-ProBook-6550b:~/.node-red/node_modules/volttron$`
All just for fun I updated the `python-shell` version in the `package.json` to this: ``` { "name": "volttron", "version": "0.0.1", "description": "A sample node for node-red", "dependencies": { "python-shell": "^3.0.1"...
@craig8 is this `subscriber.py` like a simplified version of the [open ADR agent](https://github.com/VOLTTRON/volttron-openadr-ven/blob/main/volttron_openadr_ven/agent.py) that uses std.in/out with gevent? Just curious if `subscriber.py` could be rewritten better?
Hi Craig, the only I know how to do is Jerry Rig the `scrape all` to parse everything you need... Like this: https://gist.github.com/bbartling/9cff12ac5f9f41d0f358b2fec97dcc7c#:~:text=def%20_scrape_all(self)%3A
Should we be using requests or grequests? Or does it matter? On Mon, Jul 25, 2022, 11:15 AM Craig ***@***.***> wrote: > That's what you would generally need to do...
Are you trying to connect to a specific device? If so try this below as an example to look at but you need to know the device ID below change...