-
Its unclear whats happening. Parsing through the logs, it finds 9 plugins including egauge via service endpoints discovery. Then, it only ends up registering a total of 8. For some reason, the egauge…
-
this could be an intermittent issue due to a cluster with a bit of development churn, but something to keep an eye on. when a set of plugins were redeployed and a plugin refresh was manually kicked of…
-
Follow-up on #79, below are the logs for Synse Server 500 responses for websocket requests:
scan
```
synse-server | timestamp='2019-09-05T02:52:19.720950Z' level='debug' event='processing webs…
-
The carousel operates via Modbus over IP, so we need to create a plugin to allow for portal control via Synse Server.
-
The type we get from `scan` is different from the type we get from `read`. That affects the filtering at device-level.
For example, by doing a `synse server scan`, we get:
```
➜ synse-cli git:(…
-
Not a high priority right now, but an idea I had for the future is that there could be a `--watch` flag for reads, e.g.
```
synse server read --watch=1s rack board device
```
where the value is i…
-
I setup a custom device config that used only fan device, tested it against synse-server endpoints and noticed two things:
1. The was no value for `type` in a read response, which I expected to be …
-
with the move over to aiohttp over requests, support for readcache was deferred since its a bit different than the rest and needed more research. I've started to implement it, but am unable to get it …
-
@hoanhan101 discovered this issue:
when writing to a device, the response will reflect back the action/data of the write request to make it easier to identify. the reflected data field comes back b…
-
the current development flow with python is a bit annoying. its basically:
- build the python source
- build the python package
- copy the tarball to the synse-server repo
- update synse server to…