One more thing.
In latest weewx.conf it is changed about skin.
I use sofaskin and whatever I do weewx doesn't want to use that skin.
I have change this line but weewx doesn't change skin.

    [[StandardReport]]
        # This is the old "Standard" skin. By default, it is not enabled.
#        skin = Standard
        skin = Sofaskin
        enable = true


Dne nedelja, 16. junij 2019 21.40.31 UTC+2 je oseba Damjan Hajsek napisala:
>
> thank you.
> I see data now it works.
>
>
> Dne nedelja, 16. junij 2019 14.21.58 UTC+2 je oseba mwall napisala:
>>
>> On Sunday, June 16, 2019 at 4:53:31 AM UTC-4, Damjan Hajsek wrote:
>>>
>>> I will try to find help with creator of driver. I see they had the same 
>>> problems before
>>>
>>
>> the problem is not the interceptor, it is your configuration.  you are 
>> listening on port 9900, but your station is not sending to that port
>>
>> to diagnose interceptor issues, you must first run the interceptor 
>> directly.  shut down weewx, then try something like this:
>>
>> sudo PYTHONPATH=/usr/share/weewx python 
>> /usr/share/weewx/user/interceptor.py --device=observer --mode=listen 
>> --port=80
>>
>> when you see data from that, put those settings into the [Interceptor] 
>> section of weewx configuration, then run weewx (still in debug mode)
>>
>> [Interceptor]
>>     device_type = observer
>>     mode = listen
>>     port = 80
>>
>> m
>>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/996fc926-4f68-4d1c-817a-d91eaf0453e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to