--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/db9e94d3-1fbf-4bb9-96da-3be8db8c1508n%40googlegroups.com.
what the driver reads from the console and
what is stored in the database are two completely different
things.
You can display in the Seasons skin all these values as current
values as long as they are used by index.html.tmpl and its
inclusion files (*.inc).'
But stored in the database is only for what a respective
standard field exists in the ws_extended database schema.
And everything else but the current values is displayed only
when there is a corresponding (and addressed !) field in the
database.
You better read my earlier mail closely ...
What you want can be done, but it's a bigger
piece of work and also depends on what way of implementation you
choose (database extension or repurposing).
And I'm not sure if someone here in the community is ready to do
all this work for you. It's not just 2-3 lines and done.
You need to have some Linux and Python knowledge - and understand how weewx works - before you can make changes.
There are "readimade" weewx.conf, skin.conf
etc. files available created by some enthousiastic developer
which would meet your needs (covering all possible Ecowitt
sensors and data which the Ecowitt Gateway driver reads
including database extension etc.), but without a deeper
understanding of how weewx works there is no point in throwing
them "over the fence" *)
so "SKILL SET is low" is unfortunately not a good start, unless, as said earlier, someone is willing to do this job for you
*) if you still feel keen to work with them
(including your contribution in getting more knowledgeable),
send me a PM
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/f12a759c-0363-427a-ae6d-fc85cb861a12n%40googlegroups.com.
I have used the Ecowit Gateway Driver from here - https://github.com/gjr80/weewx-gw1000 and read the Wiki from here https://github.com/gjr80/weewx-gw1000/wiki and followed the steps as best I can (see my comments about my skin set before)If I use PYTHONPATH=/usr/share/weewx python -m user.gw1000 --test-driver the following is returnedUsing configuration file /etc/weewx/weewx.conf
Interrogating GW2000 at 192.168.1.45:45000
2023-06-21 19:52:36 BST (1687373556): 'co2': '400', 'co2_24h_avg': '404', 'dateTime': '1687373556', 'daymaxwind': '5.8', 'dayRain': '0.0', 'extraHumid1': '48', 'extraHumid2': '36', 'extraHumid3': '41', 'extraHumid17': '58', 'extraTemp1': '26.4', 'extraTemp2': '33.4', 'extraTemp3': '28.0', 'extraTemp17': '24.8', 'inHumidity': '54', 'inTemp': '23.9', 'lightning_distance': '37', 'lightning_last_det_time': '1687271411', 'lightning_strike_count': 'None', 'lightningcount': '0', 'luminosity': '7120.0', 'monthRain': '30.5', 'outHumidity': '51', 'outTemp': '24.3', 'pm2_55': '2.1', 'pm2_55_24h_avg': '1.9', 'pm10': '2.6', 'pm10_24h_avg': '2.6', 'pressure': '1017.1', 'rain': 'None', 'rainRate': '0.0', 'relbarometer': '1017.1', 'stormRain': '0.0', 'usUnits': '17', 'UV': '0', 'uvradiation': '0.0', 'weekRain': '30.5', 'wh31_ch1_batt': '0', 'wh31_ch1_sig': '4', 'wh31_ch2_batt': '0', 'wh31_ch2_sig': '4', 'wh31_ch3_batt': '0', 'wh31_ch3_sig': '4', 'wh45_batt': '6', 'wh45_sig': '4', 'wh57_batt': '5', 'wh57_sig': '4', 'windDir': '205', 'windGust': '0.0', 'windSpeed': '0.0', 'ws90_batt': '3.22', 'ws90_sig': '3', 'yearRain': '261.2'As you can see both the WS90 signal and battery strength are returned