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 ...
Search found 3 matches
- Saturday 20 May 2023 15:46
- Forum: Show your projects
- Topic: Ahoy Dtu and Hoymiles HM-xxx integration
- Replies: 19
- Views: 12839
- Monday 14 November 2016 0:16
- Forum: Others
- Topic: BMP180 I2C with banana pi
- Replies: 1
- Views: 1297
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 ...
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 ...
- Sunday 13 November 2016 0:19
- Forum: Others
- Topic: BMP180 I2C with banana pi
- Replies: 1
- Views: 1297
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 ...
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 ...