-
Hi,
i´m using the latest stable version 2.8.3 running in HA with Grott custom components.
the best values do i get with
![image](https://github.com/user-attachments/assets/e3e77585-2603-4c67-b…
-
Can you share code from canopen jar ?
-
Moin!
bei ersten Start bekomme ich leider folgende Fehlermeldungen:
`Loading Logger...
13:23:51.915099 [INFO] Starting ID DataLogger Version v0.0.6-InDev...
Loading Main...
13:23:51.917939 [INF…
-
Thank you for developing this library. I've been using it to program ESP8266 devices with ESPHome for sensor data collection (including temperature, relative humidity, and air quality) and to transmit…
-
Hi,
I'm using grott (ledidobe/grott:beta) to read data from two MIN 3600 TL-X inverters and then put into influxdb. for some time now, I've had incomplete data: most of the days, I won't get any ne…
-
Heyho!
If I put it:
XXX.XXX.XXX.XXX:5782/datalogger?datalogger=XXXXXXXXXX&command=register®ister=03&value=50
Then the grott-server-console shows "- Grotthttpserver - http response send: 400 t…
-
# Discussion and notes about the future logger
## Design of the future board
### Components to include, and Architecture
![image](https://raw.githubusercontent.com/spectraphilic/wsn_hardware/ma…
-
Hi @krischer ,
Thanks for this fantastic bit of work! I'm planning to use DUGseis for an upcoming experiment but the seismic data are recorded by a different datalogger than those that have been used…
-
Hi there, does anyone have HA integration with data logger 39XXXXXXXX working ?
If yes, which version release have worked for you ?
-
```c++
class DataLogger {
public:
Virtual void setup() = 0;
Virtual void loop() = 0;
Virtual void add_data(char[] key, float value()) = 0;
Virtual void write_meassage(char[] messag…