Log rotation should help.
Search found 4 matches
- Wednesday 11 September 2024 22:23
- Forum: Bugs and Problems
- Topic: 2024.7 stops working every few days
- Replies: 41
- Views: 5852
Re: 2024.7 stops working every few days
- Saturday 20 May 2023 15:46
- Forum: Show your projects
- Topic: Ahoy Dtu and Hoymiles HM-xxx integration
- Replies: 18
- Views: 7320
Re: Ahoy Dtu and Hoymiles HM-xxx integration
Thanks, that was exactly what I needed. I had to update the script for the current AhoyDTU © 2023, GIT SHA: 15ec6a0 :: 0.6.9. --Anlage des virtuellen Sensors Hoymiles: im Browser ausführen --http://10.0.0.142:8080/json.htm?type=createvirtualsensor&idx=4&sensorname=HOYMILES&sensortype=248 JSON = ...
- Monday 14 November 2016 0:16
- Forum: Others
- Topic: BMP180 I2C with banana pi
- Replies: 1
- Views: 1266
Re: BMP180 I2C with banana pi
Based on V3.5895 I made a patch and could solve the problem on the banana pi. diff --git a/hardware/I2C.cpp b/hardware/I2C.cpp index d0d482b..b35bf09 100644 --- a/hardware/I2C.cpp +++ b/hardware/I2C.cpp @@ -116,10 +116,14 @@ I2C::I2C(const int ID, const int Mode1) m_stoprequested = false; m_HwdID ...
- Sunday 13 November 2016 0:19
- Forum: Others
- Topic: BMP180 I2C with banana pi
- Replies: 1
- Views: 1266
BMP180 I2C with banana pi
Hi All, I'm trying to connect a BMP180 sensor to my raspian running on a banana pi board (BPI-M1). The BMP180 is connected to the GPIO pins 3 and 5. The BPI-M1 seems to have more i2c adapters as the raspberry pi. i2detect -l i2c-0 i2c sunxi-i2c.0 I2C adapter i2c-1 i2c sunxi-i2c.1 I2C adapter i2c-2 ...