Update:
- The Mobile Alerts REST API only supports some of their sensors - most
of my temp/hum sensors are not supported by the API.
- I think the easiest way to gain sensor data is to parse the
measurements from a website that is provided by Mobile Alerts. There's no
password protection, all you need are the IDs of your weather station
('PhoneID') and the sensors, or even better the unique URLs showing the
last measurements for each sensor. For sorry these are HTML tables only, no
XML format. But still should be no problem to parse the values.
So sniffing is not required, just HTML parsing.
I think then the interceptor is the wrong driver, right?
Am Donnerstag, 2. Januar 2020 12:06:54 UTC+1 schrieb Stefanie Drucker:
>
> Thanks for the quick reply!
> I've already installed the interceptor and tried to receive data from my
> weather station through it, but so far it didn't work...
> First, maybe it's not possible to connect the gateway to the weewx server
> as it works with the GW-1000U.
> And second, the protocol is different.
>
> I think it's not necessary to reroute all the traffic to go only to weewx
> any more instead of the Mobile Alerts cloud server. There is a REST API
> they provide that allows to request the latest measurement data.
>
> And it also works with the Conrad Connect <https://conradconnect.com/>
> service, where you can connect the station and use the data. That's nice
> because you can build your own dashboards there and even connect with other
> IFTT hardware.
> But it's not built to be a weather dashboard only, so I'm not satisfied
> with the possibilities there - and some services have to be paid monthly...
>
>
> Am Donnerstag, 2. Januar 2020 01:00:56 UTC+1 schrieb mwall:
>>
>>
>>
>> On Wednesday, January 1, 2020 at 5:30:33 PM UTC-5, Stefanie Drucker wrote:
>>>
>>> Hi,
>>>
>>> I've bought a Mobile Alerts gateway and various sensors recently and
>>> want to use it with weewx.
>>>
>>> This gateway is an European version of the LaCrosse GW-1000U. It looks
>>> exactly the same, but obviously is different (see
>>> https://github.com/sarnau/MMMMobileAlerts/blob/master/MobileAlertsELVvsLaCrosse.markdown
>>> ).
>>>
>>> Anyone has the same weather station and managed to set up weewx
>>> receiving data from it?
>>>
>>
>> you can try the weewx-interceptor driver:
>>
>> https://github.com/matthewwall/weewx-interceptor
>>
>> set the device_type=lacrosse-bridge
>>
>> the lacross bridge has a rather complicated protocol. try to configure
>> as much as you can with the vendor's GAS program - at the very least you
>> must tell the GW1000 to communicate with the computer that is running weewx
>> (there is no passive sniffing mode for the lacross GW1000U). and please
>> read the comments about GW1000U in the interceptor.py file. it is a bit
>> technical, but you will probably have to tweak the serial number.
>>
>> finally, do not confuse the lacross GW1000U with the fine offset GW1000.
>> froggit, ecowitt (and soon others?) sell the fine offset GW1000B and
>> GW1000BU - 915MHz, the GW1000A - 868MHz, and the GW1000 - 433MHz.
>>
>> 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/401b7d5d-e746-43a5-920d-ab88455decf7%40googlegroups.com.