Yes, that makes a difference! Also showing okay on the website!

mysql> select 
datetime,from_unixtime(datetime),outtemp,extratemp1,extratemp2,extratemp3 
from archive order by datetime desc limit 10;
+------------+-------------------------+--------------------+--------------------+------------+------------+
| datetime   | from_unixtime(datetime) | outtemp            | 
extratemp1         | extratemp2 | extratemp3 |
+------------+-------------------------+--------------------+--------------------+------------+------------+
| 1593690180 | 2020-07-02 13:43:00     | 19.444444444444443 |  
20.24074074074074 |       NULL |       NULL |
| 1593690120 | 2020-07-02 13:42:00     | 19.388888888888893 |  
20.12962962962963 |       NULL |       NULL |
| 1593690060 | 2020-07-02 13:41:00     |  19.34722222222222 | 
19.916666666666668 |       NULL |       NULL |
| 1593690000 | 2020-07-02 13:40:00     | 19.333333333333332 | 
19.833333333333332 |       NULL |       NULL |
| 1593689940 | 2020-07-02 13:39:00     | 19.333333333333332 | 
19.740740740740737 |       NULL |       NULL |
| 1593689820 | 2020-07-02 13:37:00     | 19.333333333333332 |               
NULL |       NULL |       NULL |
| 1593689760 | 2020-07-02 13:36:00     | 19.333333333333332 |               
NULL |       NULL |       NULL |
| 1593689700 | 2020-07-02 13:35:00     | 19.333333333333332 |               
NULL |       NULL |       NULL |
| 1593676680 | 2020-07-02 09:58:00     |  16.72222222222222 |               
NULL |       NULL |       NULL |
| 1593676620 | 2020-07-02 09:57:00     |  16.72222222222222 |               
NULL |       NULL |       NULL |
+------------+-------------------------+--------------------+--------------------+------------+------------+
10 rows in set (0.00 sec)


Op donderdag 2 juli 2020 om 12:10:15 UTC+2 schreef Bastiaan Meelberg:

> Very helpful! 
> Just found out that the extra_id from the .conf file is a str type. 
> Comparing this to an int will never match. 
> Try this build please:
> https://github.com/grebleem/weewx-weatherlinkliveudp/archive/Debug1.zip
>
>
> On Thursday, July 2, 2020 at 9:57:25 AM UTC+2, Maarten van der Hoeven 
> wrote:
>>
>> No data in whatever extratemp. I got the external sensor on channel id = 
>> 3 (hence extra_id=3), but I suspect the data comes into extratemp1. I d not 
>> have any preference on that. Mysql-output, and three json files of current 
>> conditions
>>
>>
>>>>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-development+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-development/9af83a21-7338-4bbe-8b1a-a0ed3c7a4e9bn%40googlegroups.com.

Reply via email to