thanks,
unfortunately I do get an error from the HTTPS poller that no data is returned.
I guess it could be a security issue which prohibits this.
Nevetheless thanks for your suggestion.
Search found 7 matches
- Monday 19 December 2022 18:32
- Forum: dzVents
- Topic: Homewizard P1 Energy Meter through hwenergy.app
- Replies: 4
- Views: 1649
- Monday 19 December 2022 13:26
- Forum: dzVents
- Topic: Homewizard P1 Energy Meter through hwenergy.app
- Replies: 4
- Views: 1649
Re: Homewizard P1 Energy Meter through hwenergy.app
thanks Willem A VPN setup will be too difficult for me. I noticed when I use a certain hyperlink in the browser as is (without the + subscription) I do get a JSON response. Hyperlink: https://hwenergy.app/totals?home=XXXXXXX&identifier=p1dongle/XXXXXXX_power&period=1&date=1671015707.882823&timeZone ...
- Sunday 18 December 2022 22:25
- Forum: dzVents
- Topic: Homewizard P1 Energy Meter through hwenergy.app
- Replies: 4
- Views: 1649
Homewizard P1 Energy Meter through hwenergy.app
I have a P1 homewizard energy meter in a vacation house and would like to extract the energy consumption in the domoticz system that I use at home. I can access the data on my pc via the web on the link https:hwenergy.app Has anyone experience how to fetch the energy consumption data from that ...
- Monday 23 November 2020 8:51
- Forum: Examples & Solutions
- Topic: dzVents parsing JSON sensor community data [SOLVED]
- Replies: 5
- Views: 1581
Re: dzVents parsing JSON sensor community data [SOLVED]
Many thanks @waaren works super!!
- Sunday 22 November 2020 22:16
- Forum: Examples & Solutions
- Topic: dzVents parsing JSON sensor community data [SOLVED]
- Replies: 5
- Views: 1581
Re: dzVents parsing JSON sensor community data [SOLVED]
The sensor is installed in my garden as part of an air pollution monotoring initiave and ultimately I would like to assess the relative performaince against other nearby sensors. Once I know how to use JSON decoding effectively I should be able to do that in Domotiz.
- Sunday 22 November 2020 22:11
- Forum: Examples & Solutions
- Topic: dzVents parsing JSON sensor community data [SOLVED]
- Replies: 5
- Views: 1581
Re: dzVents parsing JSON sensor community data [SOLVED]
thanks Waaren
The P1 value is stored in a vitrual sensor called PM10 and the P2 value is stored in virtual sensor with the name PM2.5
regards,
Lammert
The P1 value is stored in a vitrual sensor called PM10 and the P2 value is stored in virtual sensor with the name PM2.5
regards,
Lammert
- Sunday 22 November 2020 21:18
- Forum: Examples & Solutions
- Topic: dzVents parsing JSON sensor community data [SOLVED]
- Replies: 5
- Views: 1581
dzVents parsing JSON sensor community data [SOLVED]
I’m new on this forum and could do with some help to implement json decoding for 2 virtual sensors. The data is read using the following link: http://data.sensor.community/airrohr/v1/sensor/52186/ Right now I read the entire string and cut it in parts using basic string commands in dzVents. Since t ...