forked from home-assistant-libs/aioecowitt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sensor.py add console_batt used by wn1980 * Update calc.py (#1) add console_batt for wn1980 console * console_batt (#2) * Update calc.py add console_batt for wn1980 console * add console_batt * Update fake_client.py for console_batt * Update const.py for console_batt * Update test_calc.py for console_batt * Update test_server.py for console_batt * Update test_server.py * Update example.data * Update example.data * Update fake_client.py typo * Update sensor.py black format
- Loading branch information
1 parent
85ac6ff
commit 998271e
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<MultiDictProxy('PASSKEY': '34271334ED1FADA6D8B988B14267E55D', 'stationtype': 'EasyWeatherV1.4.9', 'dateutc': '2020-05-04 14:34:26', 'tempinf': '79.0', 'humidityin': '33', 'baromrelin': '28.583', 'baromabsin': '28.583', 'tempf': '70.3', 'humidity': '32', 'winddir': '200', 'windspeedmph': '0.4', 'windgustmph': '1.1', 'rainratein': '0.000', 'eventrainin': '0.000', 'dailyrainin': '0.000', 'weeklyrainin': '0.079', 'monthlyrainin': '0.079', 'yearlyrainin': '0.079', 'solarradiation': '205.52', 'uv': '2', 'freq': '915M', 'model': 'HP3500_V1.6.2')> | ||
|
||
|
||
<MultiDictProxy('PASSKEY': '345544D8EAF42E1B8824A86D8250D5A3', 'stationtype': 'GW2000A_V2.1.5', 'runtime': '188738', 'dateutc': '2022-07-15 15:26:14', 'tempinf': '78.80', 'humidityin': '53', 'baromrelin': '27.885', 'baromabsin': '27.885', 'tempf': '87.08', 'humidity': '34', 'winddir': '289', 'windspeedmph': '2.91', 'windgustmph': '3.13', 'maxdailygust': '12.53', 'solarradiation': '530.62', 'uv': '4', 'rrain_piezo': '0.000', 'erain_piezo': '0.000', 'hrain_piezo': '0.000', 'drain_piezo': '0.000', 'wrain_piezo': '0.000', 'mrain_piezo': '0.000', 'yrain_piezo': '0.000', 'ws90cap_volt': '5.4', 'ws90_ver': '119', 'wh90batt': '2.74', 'freq': '868M', 'model': 'GW2000A')> | ||
<MultiDictProxy('PASSKEY': '345544D8EAF42E1B8824A86D8250D5A3', 'stationtype': 'GW2000A_V2.1.5', 'runtime': '188738', 'dateutc': '2022-07-15 15:26:14', 'tempinf': '78.80', 'humidityin': '53', 'baromrelin': '27.885', 'baromabsin': '27.885', 'tempf': '87.08', 'humidity': '34', 'winddir': '289', 'windspeedmph': '2.91', 'windgustmph': '3.13', 'maxdailygust': '12.53', 'solarradiation': '530.62', 'uv': '4', 'rrain_piezo': '0.000', 'erain_piezo': '0.000', 'hrain_piezo': '0.000', 'drain_piezo': '0.000', 'wrain_piezo': '0.000', 'mrain_piezo': '0.000', 'yrain_piezo': '0.000', 'ws90cap_volt': '5.4', 'ws90_ver': '119', 'wh90batt': '2.74', 'console_batt': '2.5', 'freq': '868M', 'model': 'GW2000A')> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters