Matti Airas
Matti Airas
Explore posts from servers
SKSignal K
Created by Matti Airas on 10/10/2024 in #sensesp
Matti Airas - And here comes!I just released ...
Excellent!
10 replies
SKSignal K
Created by big__col on 3/31/2024 in #sensors
big__col - I want to capture data from the engi...
Price was around 90 € excl. VAT and you need two to also measure the return flow. And if the return flow is substantial, you also need to measure the temperature difference and compensate thermal expansion. Many flow meters even include a thermometer but that one doesn't seem to.
19 replies
SKSignal K
Created by Matti Airas on 10/10/2024 in #sensesp
Matti Airas - And here comes!I just released ...
I have now pushed a fix and created a new release. It should be published soon.
10 replies
SKSignal K
Created by Matti Airas on 10/10/2024 in #sensesp
Matti Airas - And here comes!I just released ...
That was some C++ template black magic that I struggled with earlier and thought I had already fixed. I suppose I had broken it again.
10 replies
SKSignal K
Created by Matti Airas on 10/10/2024 in #sensesp
Matti Airas - And here comes!I just released ...
Hmm, I got the same result... Fixing...
10 replies
SKSignal K
Created by big__col on 10/14/2024 in #sensors
big__col - Me Halmet and SH-WG are both trying ...
Also, on SH-wg, you can use TCP instead of UDP (preferred, actually), and on Halmet you can configure the Signal K server instead of using mDNS. But seems like you fixed it already. 🙂
1 replies
SKSignal K
Created by Matti Airas on 10/10/2024 in #sensesp
Matti Airas - And here comes!I just released ...
Constant sensors are completely unrelated; they were just used as an example. If you have a linear sensor:
c++
auto my_linear = new Linear(2.0, 1.1, "/My/Linear");
c++
auto my_linear = new Linear(2.0, 1.1, "/My/Linear");
and you want it to be visible in the config UI, you create a ConfigItem for it:
c++
ConfigItem(my_linear)
->set_title("My Linear Thingy");
c++
ConfigItem(my_linear)
->set_title("My Linear Thingy");
The created config item will be displayed as a config card similar to the one in the previous version.
10 replies
SKSignal K
Created by Matti Airas on 10/10/2024 in #sensesp
Matti Airas - And here comes!I just released ...
... aaand now v3.0.0-beta.5 is out. Just some instrumentation improvements: data on the event loop operation is now shown on the web UI status page.
10 replies
SKSignal K
Created by FlyingK on 10/2/2024 in #sensesp
FlyingK - I am struggling with the ObservableVa...
Good that you found it. That would've taken some time for me too...
2 replies
SKSignal K
Created by Kees Verruijt on 9/5/2024 in #announcements
METS 2024
I did book flight tickets last week, so I'll be there!
11 replies
SKSignal K
Created by FlyingK on 10/1/2024 in #sensesp
FlyingK - I had some time to start testing Sens...
Thank you for the feedback! Are you working on a custom frontend plugin? Admittedly, I haven't tested that in a while, but it will be essential for me once I start updating the SH-wg firmware... "Regular" projects shouldn't need to touch the sample-plugin directory.
4 replies
SKSignal K
Created by MattNJ on 9/11/2024 in #sensesp
MattNJ - hello, new to this today, steep learni...
Got it now - I had forgotten to update the project template after some breaking changes in 3.0.0-beta.2. Sorry about that. Try pulling the changes in the project template (or manually apply the changes in this PR: https://github.com/SensESP/SensESP-project-template/pull/4/files)
10 replies
SKSignal K
Created by MattNJ on 9/11/2024 in #sensesp
MattNJ - hello, new to this today, steep learni...
Can you confirm you are successfully connected to the sensesp-project WiFi network?
10 replies