Hi TSkar,
Thank you for you reply. It worked.
Search found 5 matches
- Monday 31 August 2020 10:05
- Forum: Z-Wave
- Topic: Aeotec multisensor 6
- Replies: 2
- Views: 598
- Wednesday 26 August 2020 11:46
- Forum: Z-Wave
- Topic: Aeotec multisensor 6
- Replies: 2
- Views: 598
Aeotec multisensor 6
Hi,
Today I have added the multisensor 6 to my domoticz system. (2020.2 on Pi4)
But I'm missing the temp and hum sensor? I have excluded and factory reset the sensor. But the same result after including the sensor again.
Does anyone know what's going wrong here?
Thnx.
Today I have added the multisensor 6 to my domoticz system. (2020.2 on Pi4)
But I'm missing the temp and hum sensor? I have excluded and factory reset the sensor. But the same result after including the sensor again.
Does anyone know what's going wrong here?
Thnx.
- Friday 28 June 2019 17:04
- Forum: Utility
- Topic: P1 counter values history
- Replies: 7
- Views: 3073
Re: P1 counter values history
The call is made every hour. The code checks the database for entries which have the same timestamp. The API call: http://192.168.82.3:8084/json.htm?type=graph&sensor=counter&idx=2&range=day&method=1 The GUI graph does use a slightly different API (without the &method=1 ). The differences are that ...
- Friday 28 June 2019 14:44
- Forum: Utility
- Topic: P1 counter values history
- Replies: 7
- Views: 3073
Re: P1 counter values history
I have written a c# application which will collect the data from the P1 meter hourly and store it in a MS SQL database. I see different values returning from the API call vs the values in the domoticz charts. Can you please share your API call and explain where the differences are between the ...
- Friday 28 June 2019 8:49
- Forum: Utility
- Topic: P1 counter values history
- Replies: 7
- Views: 3073
Re: P1 counter values history
Hi rednas, I have written a c# application which will collect the data from the P1 meter hourly and store it in a MS SQL database. This is how I store the historical data from both the power and gas meter. The API call i quite simple actually. But now I strugle a bit with the values themselfs. I see ...