-
Hi,
I'm trying to get the CBUS_empty_ESP8266_test_v1 test working but I'm not having much success. I'm running it on a NodeMCU (ESP8266) board, with an MCP2515 connected via SPI.
I've imported t…
-
https://zhangzexu.github.io/main/2019/07/17/cbus-dmp-content.html
-
Tarantool version: 3.0.2
Context is provided to @sergepetrenko
Repro: https://gist.github.com/ochaton/21ffce3128a1f52b1e3b34cdc9e5be90
TLDR:
This code is evaluated correctly
```lua
loca…
-
@JohannesAppel
Displays every Frame with the same `frame.id` allways in the same `Label`.
```
class FrameLabels(tk.Frame):
def __init__(self, parent, **kwargs):
super().__init__(…
-
Excellent work with this plugin @anthonywebb , thanks.
Is the Enable Control application supported?
I was tinkering with my cbus setup and changed some virtual GA from Lighting to Enable Control…
-
Hi All
I'm trying to add the cbus plugin through HOOBS 3.3.1 and as soon as the plugin is added, the service comes up as service stopped. If I remove the plugin the HOOBS service restarts and runs …
-
` CBUSConfig config; // CBUS config object` compiles ok.
But...
` CBUSConfig CBUSconf; // CBUSconf object` fails to compile.
The object 'config' is hard coded into CBUS.cpp as `ext…
-
I was wondering if it would be possible to add a new device type that simply indicates the condition/level of a cbus group address (GA), with no option to change the status itself.
In my setup I ha…
-
Hi,
I've got a cbus install that includes a blind application - I'm not 100% sure if this is a standard cbus app or was custom created for my project. Is there an easy way to add and expose an addi…
-
There is this patch from picodata: https://git.picodata.io/picodata/tarantool/-/merge_requests/160/diffs?commit_id=78da447d444adfd118c51bec88f6f269ca0d0a0f
```Diff
diff --git a/src/box/relay.cc …