Git Product home page Git Product logo

home-assistant-p2000's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

home-assistant-p2000's Issues

PDW Data

Hi Ron,

Is it possible to add own PDW data to home assistant also ?

No firebrigade alerts in region 16

The last fire brigade alert ("Brandweerdiensten") that I have in region 16 is from 22 April 2021.
Since then I only get Police and Ambulance notifications.
This is my setup:

  - platform: p2000
    name: Brandweer
    regios: 16
    disciplines: Brandweerdiensten
    radius: 1000
    scan_interval: 30
    icon: mdi:fire-truck
    contains: ALPHRN
    nolocation: true
  - platform: p2000
    name: Ambulance
    regios: 16
    disciplines: Ambulancediensten
    radius: 1000
    scan_interval: 30
    icon: mdi:ambulance
    contains: ALPHRN
    nolocation: true
  - platform: p2000
    name: Politie
    regios: 16
    disciplines: Politiediensten
    radius: 1000
    scan_interval: 30
    icon: mdi:car-emergency
    contains: ALPHRN
    nolocation: true

Notify automation fails:

I have a problem with the automation.

When i test the automation, no notify is send.
The log has a error:
P2000 Bericht: Error executing script. Unexpected error for call_service at pos 1: Error rendering data template: UndefinedError: 'None' has no attribute 'attributes' While executing automation automation.p2000_bericht
My automation:

- alias: 'P2000 Bericht' trigger: platform: state entity_id: sensor.p2000 action: - service_template: notify.pushover data_template: title: "P2000 Bericht" message: > {{ states.sensor.p2000.state + states.sensor.p2000.attributes.capcodes }} data: url: "https://www.google.com/maps/search/?api=1&query={{ states.sensor.p2000.attributes.latitude }},{{ states.sensor.p2000.attributes.longitude }}"

Any idea what is wrong?

radius parameter always needed, even with capcodes: ?

Love the integration, welldone!

Its a bit confusing that the radius parameter still/always seems to be relevant in receiving messages, when you filter for capcodes only.

When filtering for one or more capcodes, in my opinion the radius should not be taken into account.

The workarround for now is defining the radius parameter at 200km.

Sensor state stays 'unknown' while server states feed has not changed.

I've installed home-assistant-p2000 through HACS on a fresh installation of HASS.IO, core version 245. It seems that I cannot get the P2000 intergration to work. The sensor stays 'unknown', I have no clue where to continue in order to solve this issue. I've included the config and debug logging below.

Sensor configuration
- platform: p2000 name: P2000 Harderwijk regios: 6 disciplines: 1,2,3,4 radius: 10000 icon: mdi:fire-truck latitude: 52.344065 longitude: 5.625143
Debug logging:
2020-10-06 10:31:58 DEBUG (MainThread) [custom_components.p2000.sensor] Feed url: https://feeds.livep2000.nl?r=6&d=1,2,3,4 data: {'bozo': False, 'entries': [], 'feed': {}, 'headers': {'server': 'nginx', 'date': 'Tue, 06 Oct 2020 08:31:58 GMT', 'connection': 'close', 'x-powered-by': 'Express', 'etag': 'W/"524f-cuW6OlBPuEzBiFEpnXpapfETrxw"'}, 'etag': 'W/"524f-cuW6OlBPuEzBiFEpnXpapfETrxw"', 'href': 'https://feeds.livep2000.nl?r=6&d=1,2,3,4', 'status': 304, 'version': '', 'debug_message': 'The feed has not changed since you last checked, so the server sent no data. This is a feature, not a bug!'}

I've checked closed issues as well and in issue 8 it was stated that adding capcodes makes the intergration working. Now I don't think thats a durable solution (in theory the capcodes could change any moment?) but I've tested it either way both with and without the zero infront of the capcode. No difference was made in both the attempts.

configuration
- platform: p2000 name: P2000 Harderwijk regios: 6 disciplines: 1,2,3,4 radius: 10000 icon: mdi:fire-truck latitude: 52.344065 longitude: 5.625143 capcodes: 803016, 804963, 804965, 804966, 804967, 804968, 804972, 804973, 804975, 804976, 804978, 804990, 804991, 805003, 805005, 805006, 805030, 806801, 806802, 806803, 806804, 806805, 806808

default radius not obeyed

new issue arized,
this is my config.

- platform: p2000
  name: Brabant
  regios: 21
  disciplines: 1,2,3,4
  latitude: !secret zone_home_latitude
  longitude: !secret zone_home_longitude

i don't have radius in my config because off default is 5000

radius (Optional): Only display on calls within this range in meters, it uses the lat/lon from your home-assistant.conf file as center or the optional values. (default = 5000)

but in the picture you see it don't obey the default

Untitled

capcode problem

hello,

i used this integration a while ago but after the update i can't get it working again,
i only use 1 capcode (502050) tried both with and without the leading zero, but i can't get it to work anymore.

Politie missing

Hi All,

I get all the info correct, but politie is missing all the time

Kind Regards,
Peter

Since a couple off days or so no new messages

Is there something changed?
I do not receive messages anymore for a day or 2 or so?

EDIT:
If I do activate "nolocation" I do receive push notifications again, but without location.
None off the notifications do have location info.
This is producing to much notifications for me
My configuration. Yaml:

#----------------------------------------------------------------      
# Sensoren voor p2000
# Regio 10 = Noord Holland Noord
#----------------------------------------------------------------
    
- platform: p2000
  name: P2000
  regios: 10
#  disciplines: 1,2,3,4
  radius: 5000
  scan_interval: 20
#  capcodes: 1403001,1403003
  icon: mdi:alarm-light
  nolocation: true

filter on places

Hi, first of all thanks for the plugin!

I was wondering if it is possible to filter on a specific place.
I know that you can use a radius, but sometimes you only want a specific village or city.

Kind regards,
Paul

Detection of blocking I/O in the event loop WARNING in P2000

Home Assistant 0.109 has a new 'feature' called 'Detection of blocking I/O in the event loop', reported already in the rc:
https://rc--home-assistant-docs.netlify.app/blog/2020/04/21/release-109/

The warning means there is a blocking call in asyncio code, which isn't correct (can cause e.g. delays).

The home-assistant.log message:
2020-04-24 08:06:00 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for p2000 doing I/O at custom_components/p2000/sensor.py, line 109: modified=None if not self._feed else self._feed.get("modified"),

To the 'self._feed.get("modified")' needs to be wrapped into a home assistant helper, like:
result = await hass.async_add_executor_job(hub.update)

This is documented in:
https://developers.home-assistant.io/docs/asyncio_working_with_async/

No notifications with use of capcode

Firts of all, thank you very much for this nice and usefull integration. For your time spend building it.

I'm trying to get it to work, but struggle with filtering on capcodes. As long, as i don't use capcodes, everything works perfectly.
But where i do filter on capcode, no alerts are present.

Maybe i do something wrong, but i don't see it?

This is my code:

P2000

sensor:

  • platform: p2000
    name: AMS
    regios: 13
    disciplines: 1,2,3,4
    scan_interval: 20
    icon: mdi:fire-truck
    nolocation: True

  • platform: p2000
    name: ZAAN
    regios: 11
    disciplines: 1,2,3,4
    scan_interval: 20
    icon: mdi:fire-truck
    nolocation: False

  • platform: p2000
    name: GOOI
    regios: 14
    disciplines: 1,2,3,4
    scan_interval: 20
    icon: mdi:fire-truck
    nolocation: False

  • platform: p2000
    name: KNMR
    regios: 12
    disciplines: 1,2,3,4
    scan_interval: 20
    icon: mdi:fire-truck
    nolocation: False

  • platform: p2000
    regios: 13
    name: LIFE1
    capcodes: 120901
    scan_interval: 20
    icon: mdi:helicopter

  • platform: p2000
    regios: 17
    name: LIFE2
    capcodes: 1420059
    scan_interval: 20
    icon: mdi:helicopter

  • platform: p2000
    regios: 8
    name: LIFE3
    capcodes: 923993
    scan_interval: 20
    icon: mdi:helicopter

  • platform: p2000
    regios: 8
    name: LIFE5
    capcodes: 923995
    scan_interval: 20
    icon: mdi:helicopter

TOON

All the lifeliner related entry's do not show results for me...

afbeelding

So, can you please help me out? Thanks in advance.

not an issue, but a request

This is not an issue, but a request

Because there is no Geo location available anymore.
Is it possible to add several search items at contains separated bij a , ?
Like:
contains: Heerhugowaard, Heiloo

So if there is Heiloo in the message it is selecting this message?

Future request: custom capcode

Would it be possible to get te option to select capcode's so i can make a alert in my home when my korps/piket capcode's get alarmed?

State of intergration.

Hi Guys,

I've used this intergration since a long time and it's great! But i'm a bit lost on the current state?

I can't get it to work anymore, can we still use the radius with latitude and longitude?

I'm in region 5, how can i get this great intergration back online again?

Missing notifications

It looks like I'm missing some notifications:

P2000

sensor:

  • platform: p2000
    regios: 17
    disciplines: 1,2,3,4
    radius: 3500
    scan_interval: 60
    latitude: 51.xxx
    longitude: 4.xxx`

Notifications:
Clipboard01

History HA:
Clipboard02

Is there also a way to show the Lifeliner (Traumahelicopter) notifications?

Offline: https://feeds.livep2000.nl/

RSS server offline
Wegens overmatig misbruik heeft livep2000.nl de rss server offline gehaald.
Het gevolg was dat er overbelasting ontstond.
We denken na over een oplossing, maar kunnen (helaas) geen beloften doen.
Onze oprechte excusses.

Hopefully there is another feed we can use?

Radius not working

Hello,

I am still a beginner with HA, i have added the integration, but my radius is not working, i recieve all alarms from Limburg Zuid.
Can someone tell me what i am doing wrong?

Here is my config:

P2000

  • platform: p2000
    name: LimburgZuid
    scan_interval: 20
    icon: mdi:fire-truck
    nolocation: true
    regios: 24
    radius: 5000
    scan_interval: 20
    latitude: 50.942440
    longitude: 5.886460

Proefalarm

In my region we sent a p2000 message when my piket will be turned over to check if the pager is set correctly, and to administer the right person on piket.

But this messages are not comming through to this component. Is that because the messages are not in the RSS feed? Or do you filter them out?

Default state after restart of HA

Hi, first of all: Great work on this component.

I noticed that after a restart the sensor(s) are unknown until something new happens. Would it be possible to get the last state when the sensor initializes/HA starts?

Screenshot 2020-06-05 at 16 17 38

Regio 5 doesn't work

I am using de p2000 for a while now. Since the new source is implemented, regio 5 doesn't seem to work. While testing, I tried regio 6, that one does work but that isnt my regio.
Thanks for all the work.

P2000 - one is working the other is not

I'am playing for some days with this integration and the first section is working but the second is not, i'am not getting any data, does someone has any clue?

  • platform: p2000
    name: p2000hm
    regios: 16
    disciplines: 1,2,3,4
    scan_interval: 20
    icon: mdi:ambulance

  • platform: p2000
    name: P2000_184
    regios: 16
    scan_interval: 20
    capcodes: 1523184
    icon: mdi:ambulance

kind regards
Quinten

Configured icon is being overwritten

Hi, I migrated my config to support the new version and I'm now using icons in the yaml (before I did by customizing).

I copied Lifeliner config from an other issue (it flies over my house quite often) and just noticed that the helicopter icon changed into an ambulance.

config:

  - platform: p2000
    name: P2000 Lifeliner 1
    icon: mdi:helicopter
    regios: 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25
    capcodes: 0120901
    scan_interval: 60
    nolocation: True

State:

state: A1 (MKA 12 NH) 13991 Bosboom Toussaintlaan Heemstede Rit 60041
longitude: 4.62169
latitude: 52.34256
distance: 26998
capcode: '0120901'
regio: '13'
regio name: Amsterdam Amstelland
discipline: Ambulancediensten
time: '2021-06-29T14:00:58'
attribution: P2000 Livemonitor 2021 HomeAssistant
friendly_name: P2000 Lifeliner 1
icon: mdi:ambulance

I personally find if an icon is defined, it should not get overwritten. Hence this bug report

p2000 Causes very slom start of Home assistant

When adding the code from this p2000 in the configuration.yaml and automation.yaml, the Home Assistant starts up very slow or even die's. When removing the p2000 code it works fine again. HA is installed on VM VirtualBox installed on windows 10.

I have a default installation done of HA then default the automation.yaml was empty and the configuatation.yaml contains the screendump.

defaul yaml

newest update not working (1.0.19)

I did just add the newest HACS version.
I do not recieve warnings.

My sensor:

#----------------------------------------------------------------      
# Sensoren voor p2000
# Regio 10 = Noord Holland Noord
#----------------------------------------------------------------
    
- platform: p2000
  name: P2000
  regios: 10,11,12
  disciplines: 1,2,3,4
  radius: 5000
  scan_interval: 10
#  capcodes: 1403001,1403003
  icon: mdi:alarm-light

This worked with the version before.
What am I doing wrong?

Regio 14 not working since the 14th of june

Regio 14 not working since the 14th of june

Tried to reinstall, reinstate it in home assistant, but without success...

  • platform: p2000
    name: P2000
    regios: 14
    radius: 10000
    scan_interval: 10
    latitude: x
    longitude: x

Request: support for zones

Instead of specifying lat/lon with radius use a zone from Home Assistant.

sensor:
  - platform: p2000
    regios: 18
    disciplines: 1,2,3,4
    radius: 5000
    zone: work

uses the 'zone.work' entity.

No data

Hi There,

Have add the Add-On and create 2 sensors:

---
platform: p2000
name: "Amsterdam PRIVATE"
regios: 13
disciplines: 1,2,3,4
radius: 1500
scan_interval: 30
latitude: 52.XXX
longitude: 4.XXX

---
platform: p2000
name: "Amsterdam Centrum"
regios: 13
disciplines: 1,2,3,4
radius: 2500
scan_interval: 30
latitude: 52.3702
longitude: 4.8917

But the sensors doesn't show anything. When I check 112meldingen.nl I see information

Can i help you

Hello i'm running rss p2000 servers. Can i help you with giving a rss with correctcdata? Please contact me to help you. Kind regards erwin

Optional Capcodes

Hi,

I'm working with the optional capcode option but it's not working. I try too find the problem but i'm realy new in phyton. could you help me with the code.

Location missing

Since the capcode update, I no longer receive the location of an event. Checked after multiple events.

Current state:
longitude: 0
latitude: 0
distance: 0
capcodes:
time: 2020-01-07T07:52:35
attribution: Data provided by feeds.livep2000.nl
friendly_name: P2000

my sensor configuration:

  • platform: p2000
    regios: 20
    radius: 1000

Rebooting doesn't solve the issue.

Location isn't pushed anymore -> nolocation: true should be default

Hi,
Apparently the location elements aren't pushed by the server anymore. Therefor, with the minimal configuration the sensor doesn't pull any data from the service. If you would make the nolocation setting set to true default, it would work and people trying this extension would get a working extension out of the box ;-)

radius not working

with the lasted update, the radius setting is not applied. I get all the messages from the region instead of 3000m radius

P2000 events need formatting

P2000 events are correctly shown on the map, but unfortunately the're not that easy to read, because of the lack of formatting. It would be nice if we could get them in some sort of ordered list that's a little more friendly to the eye.

Cap code question

HI

I only want to see the certain capcodes. So how can I make only those visible, I can add some cap codes bt I need to specify also one regio so I see that regio and the cap codes

So is it possible to see only the alarms from certain cap codes ?

SSL: CERTIFICATE_VERIFY_FAILED

Hi,

After the configuration part, i did a reboot.
I receive a error message;
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'feeds.livep2000.nl'. (_ssl.c:1076)

The problem is that livep2000.nl has not a wildcard certificate.
So the URL https://feeds.livep2000.nl/ is not validated.

Kind regards,
Paul

Sensor not responding

I have this P2000 sensor in my configuration.yaml
I tried to have more “contains” words but no call could be seen
I separated it with comma’s
What am I doing wrong?

  • platform: p2000
    scan_interval: 10
    name: BRW-NL
    contains: GRIP,(Middel BR),(Grote BR), (Zeer gr. BR)
    icon: mdi:alarm-light
    nolocation: true

Error in debug mode

No error when running standard, but when I switch on debug logger I see this error.

2020-01-16 20:01:48 DEBUG (MainThread) [custom_components.p2000.sensor] Fetch URL: https://feeds.livep2000.nl?r=17&d=1
2020-01-16 20:01:48 DEBUG (MainThread) [custom_components.p2000.sensor] Fetched data = {'feed': {'title': 'Livep2000.nl RSS feeds', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'Livep2000.nl RSS feeds'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://feeds.livep2000.nl'}, {'href': 'https://feeds.livep2000.nl', 'rel': 'self', 'type': 'application/rss+xml'}], 'link': 'https://feeds.livep2000.nl', 'subtitle': 'Livep2000 RSS feeds', 'subtitle_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'Livep2000 RSS feeds'}, 'language': 'nl-NL', 'generator_detail': {'name': 'Node.js application By R. Winkel, I. Biacsics'}, 'generator': 'Node.js application By R. Winkel, I. Biacsics', 'updated': 'Thu, 16 Jan 2020 18:38:39 GMT', 'updated_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=18, tm_min=38, tm_sec=39, tm_wday=3, tm_yday=16, tm_isdst=0)}, 'entries': [{'title': 'oefening Gebouwbrand industrie (INCI-02) Pascal Middelharnis 174831', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'oefening Gebouwbrand industrie (INCI-02) Pascal Middelharnis 174831'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161938090117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161938090117', 'published': 'Thu, 16 Jan 2020 19:38:09 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=18, tm_min=38, tm_sec=9, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400743 BRW Rotterdam-Rijnmond ( Commando Oostflakkee )<br/>1400741 BRW Rotterdam-Rijnmond ( Blusploeg Oude Tonge )<br/>1400705 BRW Rotterdam-Rijnmond ( Monitorcode Goeree-Overflakkee )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400743 BRW Rotterdam-Rijnmond ( Commando Oostflakkee )<br/>1400741 BRW Rotterdam-Rijnmond ( Blusploeg Oude Tonge )<br/>1400705 BRW Rotterdam-Rijnmond ( Monitorcode Goeree-Overflakkee )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161938090117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.7637', 'geo_long': '4.1863156'}, {'title': 'U bent niet langer actief in de functie Piket_VRR_Informatiemanager ROT.', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent niet langer actief in de functie Piket_VRR_Informatiemanager ROT.'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161928260117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161928260117', 'published': 'Thu, 16 Jan 2020 19:28:26 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=18, tm_min=28, tm_sec=26, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400427 BRW Rotterdam-Rijnmond ( Informatiemanager Persoonlijke Code )<br/>1400041 BRW Rotterdam-Rijnmond ( Leider RegOT )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400427 BRW Rotterdam-Rijnmond ( Informatiemanager Persoonlijke Code )<br/>1400041 BRW Rotterdam-Rijnmond ( Leider RegOT )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161928260117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 1 Liftopsluiting (INCI-02) Librijesteeg Rotterdam 170931', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Liftopsluiting (INCI-02) Librijesteeg Rotterdam 170931'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161826010117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161826010117', 'published': 'Thu, 16 Jan 2020 18:26:01 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=17, tm_min=26, tm_sec=1, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400311 BRW Rotterdam-Rijnmond ( Kazernealarm post Bosland )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400311 BRW Rotterdam-Rijnmond ( Kazernealarm post Bosland )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161826010117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9224651', 'geo_long': '4.4867748'}, {'title': 'telef.MKB Brandgerucht (INCI-01) Provenierssingel Rotterdam 179291', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'telef.MKB Brandgerucht (INCI-01) Provenierssingel Rotterdam 179291'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161815450117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161815450117', 'published': 'Thu, 16 Jan 2020 18:15:45 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=17, tm_min=15, tm_sec=45, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400401 BRW Rotterdam-Rijnmond ( Logisiek Piket )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400401 BRW Rotterdam-Rijnmond ( Logisiek Piket )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161815450117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9282092', 'geo_long': '4.4728472'}, {'title': 'Neem contact op met het HCC', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'Neem contact op met het HCC'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161810030117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161810030117', 'published': 'Thu, 16 Jan 2020 18:10:03 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=17, tm_min=10, tm_sec=3, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400795 BRW Rotterdam-Rijnmond ( Havenbedrijf )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400795 BRW Rotterdam-Rijnmond ( Havenbedrijf )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161810030117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 1 Brandgerucht (INCI-01) Provenierssingel Rotterdam 170631', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Brandgerucht (INCI-01) Provenierssingel Rotterdam 170631'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161806330117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161806330117', 'published': 'Thu, 16 Jan 2020 18:06:33 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=17, tm_min=6, tm_sec=33, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161806330117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9282092', 'geo_long': '4.4728472'}, {'title': 'P 1 Ongeval binnen (INCI-02) (Aantr.: gaslucht) Dennenspanner Hellevoetsluis 179196 172561', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ongeval binnen (INCI-02) (Aantr.: gaslucht) Dennenspanner Hellevoetsluis 179196 172561'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161730580117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161730580117', 'published': 'Thu, 16 Jan 2020 17:30:58 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=16, tm_min=30, tm_sec=58, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400625 BRW Rotterdam-Rijnmond ( SIV-bemanning Hellevoetsluis )<br/>1400618 BRW Rotterdam-Rijnmond ( Postcommandant Hellevoetsluis )<br/>1400605 BRW Rotterdam-Rijnmond ( Monitorcode Voorne-Putten )<br/>1400600 BRW Rotterdam-Rijnmond ( OvD Voorne-Putten )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400625 BRW Rotterdam-Rijnmond ( SIV-bemanning Hellevoetsluis )<br/>1400618 BRW Rotterdam-Rijnmond ( Postcommandant Hellevoetsluis )<br/>1400605 BRW Rotterdam-Rijnmond ( Monitorcode Voorne-Putten )<br/>1400600 BRW Rotterdam-Rijnmond ( OvD Voorne-Putten )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161730580117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8321038', 'geo_long': '4.152979'}, {'title': 'telef.MKB Autom. brand OMS (INCI-01) Erasmus MC Ba, Ca, Dp Westzeedijk Rotterdam 179192', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'telef.MKB Autom. brand OMS (INCI-01) Erasmus MC Ba, Ca, Dp Westzeedijk Rotterdam 179192'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161722180117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161722180117', 'published': 'Thu, 16 Jan 2020 17:22:18 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=16, tm_min=22, tm_sec=18, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400200 BRW Rotterdam-Rijnmond ( OvD Rijmond Noord  )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400200 BRW Rotterdam-Rijnmond ( OvD Rijmond Noord  )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161722180117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.911265', 'geo_long': '4.4762585'}, {'title': 'P 1 Autom. brand OMS (INCI-01) Erasmus MC Ba, Ca, Dp Westzeedijk Rotterdam 170631', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Autom. brand OMS (INCI-01) Erasmus MC Ba, Ca, Dp Westzeedijk Rotterdam 170631'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161704300117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161704300117', 'published': 'Thu, 16 Jan 2020 17:04:30 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=16, tm_min=4, tm_sec=30, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161704300117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.911265', 'geo_long': '4.4762585'}, {'title': 'VERVALLEN!!! Handmelder OMS Stichitng Pameijer Kromhoutstraat Rotterdam', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'VERVALLEN!!! Handmelder OMS Stichitng Pameijer Kromhoutstraat Rotterdam'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161556160117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161556160117', 'published': 'Thu, 16 Jan 2020 15:56:16 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=14, tm_min=56, tm_sec=16, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161556160117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9417817', 'geo_long': '4.5525474'}, {'title': 'P 1 Handmelder OMS (INCI-01) Stichitng Pameijer Kromhoutstraat Rotterdam 171031', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Handmelder OMS (INCI-01) Stichitng Pameijer Kromhoutstraat Rotterdam 171031'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161555180117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161555180117', 'published': 'Thu, 16 Jan 2020 15:55:18 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=14, tm_min=55, tm_sec=18, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161555180117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9417817', 'geo_long': '4.5525474'}, {'title': 'P 1 Ass. AMBU (INCI-02) (Inzet Brw: aed) Elkersweide Akelei Dirksland 174331', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ass. AMBU (INCI-02) (Inzet Brw: aed) Elkersweide Akelei Dirksland 174331'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161536280117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161536280117', 'published': 'Thu, 16 Jan 2020 15:36:28 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=14, tm_min=36, tm_sec=28, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400724 BRW Rotterdam-Rijnmond ( Blusploeg Dirksland )<br/>1400723 BRW Rotterdam-Rijnmond ( Commando Dirksland )<br/>1400705 BRW Rotterdam-Rijnmond ( Monitorcode Goeree-Overflakkee )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400724 BRW Rotterdam-Rijnmond ( Blusploeg Dirksland )<br/>1400723 BRW Rotterdam-Rijnmond ( Commando Dirksland )<br/>1400705 BRW Rotterdam-Rijnmond ( Monitorcode Goeree-Overflakkee )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161536280117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.7453477', 'geo_long': '4.1043763'}, {'title': 'P 1 Autom. brand OMS (INCI-01) Supermarkt Albert Heijn Kinheim Hoogvliet Rotterdam 171633', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Autom. brand OMS (INCI-01) Supermarkt Albert Heijn Kinheim Hoogvliet Rotterdam 171633'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161457370117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161457370117', 'published': 'Thu, 16 Jan 2020 14:57:37 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=13, tm_min=57, tm_sec=37, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400551 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Butaanweg )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400551 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Butaanweg )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161457370117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8653721', 'geo_long': '4.3591311'}, {'title': 'P 2 Stank/Hinder. Lucht (INCI-05) (Aantr.: vreemde lucht) Haringvliet Rotterdam 170931', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Stank/Hinder. Lucht (INCI-05) (Aantr.: vreemde lucht) Haringvliet Rotterdam 170931'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161438200117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161438200117', 'published': 'Thu, 16 Jan 2020 14:38:20 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=13, tm_min=38, tm_sec=20, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400311 BRW Rotterdam-Rijnmond ( Kazernealarm post Bosland )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400311 BRW Rotterdam-Rijnmond ( Kazernealarm post Bosland )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161438200117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9202247', 'geo_long': '4.4971118'}, {'title': 'P 2 Verontreiniging bodem (INCI-02) (CIN Z3) Cargill Refined Oils Europa (HB4140) Welplaatweg Botlek Rotterdam 179195 179021 178791', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Verontreiniging bodem (INCI-02) (CIN Z3) Cargill Refined Oils Europa (HB4140) Welplaatweg Botlek Rotterdam 179195 179021 178791'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161428350117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161428350117', 'published': 'Thu, 16 Jan 2020 14:28:35 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=13, tm_min=28, tm_sec=35, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400902 BRW Rotterdam-Rijnmond ( AGS Piket 1 )<br/>1400874 BRW Rotterdam-Rijnmond ( Voorlichter van Dienst 1 )<br/>1400853 BRW Rotterdam-Rijnmond ( OvD Havenbedrijf Oost )<br/>1400852 BRW Rotterdam-Rijnmond ( Meldkamer Havenbedrijf )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400500 BRW Rotterdam-Rijnmond ( OvD Gezamenlijke Brandweer )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400902 BRW Rotterdam-Rijnmond ( AGS Piket 1 )<br/>1400874 BRW Rotterdam-Rijnmond ( Voorlichter van Dienst 1 )<br/>1400853 BRW Rotterdam-Rijnmond ( OvD Havenbedrijf Oost )<br/>1400852 BRW Rotterdam-Rijnmond ( Meldkamer Havenbedrijf )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400500 BRW Rotterdam-Rijnmond ( OvD Gezamenlijke Brandweer )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161428350117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8818541', 'geo_long': '4.2882366'}, {'title': 'P 1 Gebouwbrand woning (INCI-01) Ruysdaelstraat Maassluis 170251 170231 156230', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Gebouwbrand woning (INCI-01) Ruysdaelstraat Maassluis 170251 170231 156230'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161401240117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161401240117', 'published': 'Thu, 16 Jan 2020 14:01:24 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=13, tm_min=1, tm_sec=24, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400349 BRW Rotterdam-Rijnmond ( Team Brandonderzoek Infocode Zuid )<br/>1400216 BRW Rotterdam-Rijnmond ( Infocode Haaglanden Hollands-Midden)<br/>1400121 BRW Rotterdam-Rijnmond ( Korpsalarm Maassluis )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400349 BRW Rotterdam-Rijnmond ( Team Brandonderzoek Infocode Zuid )<br/>1400216 BRW Rotterdam-Rijnmond ( Infocode Haaglanden Hollands-Midden)<br/>1400121 BRW Rotterdam-Rijnmond ( Korpsalarm Maassluis )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161401240117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9188002', 'geo_long': '4.2664874'}, {'title': 'P 1 Ongeval (INCI-02) (Aantr.: gaslucht) Boksdoornstraat Ridderkerk 179194 173831', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ongeval (INCI-02) (Aantr.: gaslucht) Boksdoornstraat Ridderkerk 179194 173831'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161311000117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161311000117', 'published': 'Thu, 16 Jan 2020 13:11:00 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=12, tm_min=11, tm_sec=0, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400471 BRW Rotterdam-Rijnmond ( TS-1 Ridderkerk )<br/>1400400 BRW Rotterdam-Rijnmond ( OvD Zuid )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400471 BRW Rotterdam-Rijnmond ( TS-1 Ridderkerk )<br/>1400400 BRW Rotterdam-Rijnmond ( OvD Zuid )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161311000117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8710355', 'geo_long': '4.5879692'}, {'title': 'P 2 Dienst aan derden (INCI-04) Spooremplacement Maasvlakte Oost Europaweg Maasvlakte Rotterdam 172161', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Dienst aan derden (INCI-04) Spooremplacement Maasvlakte Oost Europaweg Maasvlakte Rotterdam 172161'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161306010117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161306010117', 'published': 'Thu, 16 Jan 2020 13:06:01 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=12, tm_min=6, tm_sec=1, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400551 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Butaanweg )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400551 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Butaanweg )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161306010117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9711537', 'geo_long': '4.0139761'}, {'title': 'P 2 Dienst aan derden (INCI-04) Spooremplacement Maasvlakte Oost Europaweg Maasvlakte Rotterdam 171431', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Dienst aan derden (INCI-04) Spooremplacement Maasvlakte Oost Europaweg Maasvlakte Rotterdam 171431'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161304130117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161304130117', 'published': 'Thu, 16 Jan 2020 13:04:13 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=12, tm_min=4, tm_sec=13, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400511 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Coloradoweg )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400511 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Coloradoweg )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161304130117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9711537', 'geo_long': '4.0139761'}, {'title': 'Graag tel contact MKB 179291', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'Graag tel contact MKB 179291'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161303500117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161303500117', 'published': 'Thu, 16 Jan 2020 13:03:50 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=12, tm_min=3, tm_sec=50, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400401 BRW Rotterdam-Rijnmond ( Logisiek Piket )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400401 BRW Rotterdam-Rijnmond ( Logisiek Piket )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161303500117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'oefening Drukknopmelding OMS (INCI-07) ECT Delta Terminals (Hn8200) Europaweg Maasvlakte Rotterdam 171431', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'oefening Drukknopmelding OMS (INCI-07) ECT Delta Terminals (Hn8200) Europaweg Maasvlakte Rotterdam 171431'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161238540117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161238540117', 'published': 'Thu, 16 Jan 2020 12:38:54 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=11, tm_min=38, tm_sec=54, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400511 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Coloradoweg )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400511 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Coloradoweg )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161238540117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9711537', 'geo_long': '4.0139761'}, {'title': 'P 1 Handmelder OMS (INCI-06) Ondergrondse Fietsenstalling Stationsplein Rotterdam 170532', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Handmelder OMS (INCI-06) Ondergrondse Fietsenstalling Stationsplein Rotterdam 170532'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161233240117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161233240117', 'published': 'Thu, 16 Jan 2020 12:33:24 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=11, tm_min=33, tm_sec=24, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400272 BRW Rotterdam-Rijnmond ( Slagkracht TS Frobenstraat )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400272 BRW Rotterdam-Rijnmond ( Slagkracht TS Frobenstraat )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161233240117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9234914', 'geo_long': '4.4695558'}, {'title': 'P 2 CO-melder (INCI-05) Statenlaan Rotterdam 170331', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 CO-melder (INCI-05) Statenlaan Rotterdam 170331'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161222560117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161222560117', 'published': 'Thu, 16 Jan 2020 12:22:56 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=11, tm_min=22, tm_sec=56, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400221 BRW Rotterdam-Rijnmond ( Kazernealarm post Frobenstraat )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400221 BRW Rotterdam-Rijnmond ( Kazernealarm post Frobenstraat )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161222560117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9459574', 'geo_long': '4.4827257'}, {'title': 'P 1 Autom. brand OMS (INCI-02) Codarts Rotterdam Kruisplein Rotterdam 170532', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Autom. brand OMS (INCI-02) Codarts Rotterdam Kruisplein Rotterdam 170532'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161221110117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161221110117', 'published': 'Thu, 16 Jan 2020 12:21:11 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=11, tm_min=21, tm_sec=11, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400272 BRW Rotterdam-Rijnmond ( Slagkracht TS Frobenstraat )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400272 BRW Rotterdam-Rijnmond ( Slagkracht TS Frobenstraat )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161221110117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.921836', 'geo_long': '4.4716685'}, {'title': 'P 1 Ass. AMBU (INCI-04) (Inzet Brw: aed) Homerusplein Rotterdam 173361 173731', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ass. AMBU (INCI-04) (Inzet Brw: aed) Homerusplein Rotterdam 173361 173731'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161157310117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161157310117', 'published': 'Thu, 16 Jan 2020 11:57:31 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=57, tm_sec=31, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400461 BRW Rotterdam-Rijnmond ( Postalarm Groene Tuin )<br/>1400442 BRW Rotterdam-Rijnmond ( Algemeen Ondersteuner GMK  TCO )  <br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400461 BRW Rotterdam-Rijnmond ( Postalarm Groene Tuin )<br/>1400442 BRW Rotterdam-Rijnmond ( Algemeen Ondersteuner GMK  TCO )  <br/>'}, 'id': 'https://feeds.livep2000.nl/2001161157310117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.875952', 'geo_long': '4.5317671'}, {'title': 'vervallen Herbez./Kazern. Kazerne Metaalhof Rotterdam', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'vervallen Herbez./Kazern. Kazerne Metaalhof Rotterdam'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161143260117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161143260117', 'published': 'Thu, 16 Jan 2020 11:43:26 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=43, tm_sec=26, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400375 BRW Capelle aan den IJssel ( Kazernetechniek )<br/>1400373 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 3 )<br/>1400372 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 2 )<br/>1400371 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 1 )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400375 BRW Capelle aan den IJssel ( Kazernetechniek )<br/>1400373 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 3 )<br/>1400372 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 2 )<br/>1400371 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 1 )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161143260117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9490105', 'geo_long': '4.5440054'}, {'title': 'P 1 Ongeval wegvervoer letsel (INCI-02) A20 Li 33,5 Rotterdam 170331', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ongeval wegvervoer letsel (INCI-02) A20 Li 33,5 Rotterdam 170331'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161137520117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161137520117', 'published': 'Thu, 16 Jan 2020 11:37:52 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=37, tm_sec=52, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400221 BRW Rotterdam-Rijnmond ( Kazernealarm post Frobenstraat )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400221 BRW Rotterdam-Rijnmond ( Kazernealarm post Frobenstraat )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161137520117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 2 Herbez./Kazern. (INCI-05) Kazerne Metaalhof Rotterdam SK11', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Herbez./Kazern. (INCI-05) Kazerne Metaalhof Rotterdam SK11'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161134580117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161134580117', 'published': 'Thu, 16 Jan 2020 11:34:58 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=34, tm_sec=58, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400375 BRW Capelle aan den IJssel ( Kazernetechniek )<br/>1400373 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 3 )<br/>1400372 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 2 )<br/>1400371 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 1 )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400375 BRW Capelle aan den IJssel ( Kazernetechniek )<br/>1400373 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 3 )<br/>1400372 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 2 )<br/>1400371 BRW Capelle aan den IJssel ( Bemanning Slagkracht TS ploeg 1 )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161134580117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9490105', 'geo_long': '4.5440054'}, {'title': 'P 1 Ongeval wegvervoer letsel (INCI-02) A20 Li 33,5 Rotterdam 171061', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ongeval wegvervoer letsel (INCI-02) A20 Li 33,5 Rotterdam 171061'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161131460117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161131460117', 'published': 'Thu, 16 Jan 2020 11:31:46 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=31, tm_sec=46, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161131460117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 1 Ongeval wegvervoer letsel (INCI-02) A20 Li 33,5 Rotterdam 171031 179193 179237', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ongeval wegvervoer letsel (INCI-02) A20 Li 33,5 Rotterdam 171031 179193 179237'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161129160117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161129160117', 'published': 'Thu, 16 Jan 2020 11:29:16 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=29, tm_sec=16, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400331 BRW Rotterdam-Rijnmond ( Kazernealarm Capelle aan de IJssel )<br/>1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>1400303 BRW Rotterdam-Rijnmond ( OvD Rijnmond Oost  )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400331 BRW Rotterdam-Rijnmond ( Kazernealarm Capelle aan de IJssel )<br/>1400321 BRW Rotterdam-Rijnmond ( Kazernealarm post Metaalhof )<br/>1400303 BRW Rotterdam-Rijnmond ( OvD Rijnmond Oost  )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161129160117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 2 Herbez./Kazern. (INCI-01) Kazerne Baan Rotterdam SK05', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Herbez./Kazern. (INCI-01) Kazerne Baan Rotterdam SK05'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161126320117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161126320117', 'published': 'Thu, 16 Jan 2020 11:26:32 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=26, tm_sec=32, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400223 BRW Rotterdam-Rijnmond ( Vrijwilligers Frobenstraat )<br/>1400222 BRW Rotterdam-Rijnmond ( Bevelvoerder Post Frobenstraat )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400223 BRW Rotterdam-Rijnmond ( Vrijwilligers Frobenstraat )<br/>1400222 BRW Rotterdam-Rijnmond ( Bevelvoerder Post Frobenstraat )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161126320117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9132119', 'geo_long': '4.4804341'}, {'title': 'gaarne contact mkb', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'gaarne contact mkb'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161119540117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161119540117', 'published': 'Thu, 16 Jan 2020 11:19:54 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=19, tm_sec=54, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400401 BRW Rotterdam-Rijnmond ( Logisiek Piket )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400401 BRW Rotterdam-Rijnmond ( Logisiek Piket )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161119540117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 1 Persoon te water (INCI-04) Willemsplein Rotterdam 170411 170412 171111 173451 179192 171692 170631', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Persoon te water (INCI-04) Willemsplein Rotterdam 170411 170412 171111 173451 179192 171692 170631'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161106450117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161106450117', 'published': 'Thu, 16 Jan 2020 11:06:45 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=10, tm_min=6, tm_sec=45, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400852 BRW Rotterdam-Rijnmond ( Meldkamer Havenbedrijf )<br/>1400503 BRW Rotterdam-Rijnmond ( Coordinator Droneteam )<br/>1400441 BRW Rotterdam-Rijnmond ( Kazernealarm Mijnsherenlaan )<br/>1400334 BRW Rotterdam-Rijnmond ( Duikers Capelle aan de IJssel )<br/>1400331 BRW Rotterdam-Rijnmond ( Kazernealarm Capelle aan de IJssel )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>1400200 BRW Rotterdam-Rijnmond ( OvD Rijmond Noord  )<br/>1400141 BRW Rotterdam-Rijnmond ( Kazernealarm Schiedam )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400852 BRW Rotterdam-Rijnmond ( Meldkamer Havenbedrijf )<br/>1400503 BRW Rotterdam-Rijnmond ( Coordinator Droneteam )<br/>1400441 BRW Rotterdam-Rijnmond ( Kazernealarm Mijnsherenlaan )<br/>1400334 BRW Rotterdam-Rijnmond ( Duikers Capelle aan de IJssel )<br/>1400331 BRW Rotterdam-Rijnmond ( Kazernealarm Capelle aan de IJssel )<br/>1400231 BRW Rotterdam-Rijnmond ( Postalarm Baan )<br/>1400200 BRW Rotterdam-Rijnmond ( OvD Rijmond Noord  )<br/>1400141 BRW Rotterdam-Rijnmond ( Kazernealarm Schiedam )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161106450117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.9098647', 'geo_long': '4.4823329'}, {'title': 'P 1 Handmelder OMS (INCI-02) Spijkenisse Medisch Centrum SMC Ruwaard van Puttenweg Spijkenisse 173131', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Handmelder OMS (INCI-02) Spijkenisse Medisch Centrum SMC Ruwaard van Puttenweg Spijkenisse 173131'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161048540117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161048540117', 'published': 'Thu, 16 Jan 2020 10:48:54 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=9, tm_min=48, tm_sec=54, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400651 BRW Rotterdam-Rijnmond ( Kazernealarm Spijkenisse )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400651 BRW Rotterdam-Rijnmond ( Kazernealarm Spijkenisse )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161048540117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8462075', 'geo_long': '4.3347655'}, {'title': 'P 1 Ass. AMBU (INCI-01) (Inzet Brw: aed) Brielselaan Rotterdam 173431', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ass. AMBU (INCI-01) (Inzet Brw: aed) Brielselaan Rotterdam 173431'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161041340117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161041340117', 'published': 'Thu, 16 Jan 2020 10:41:34 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=9, tm_min=41, tm_sec=34, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400441 BRW Rotterdam-Rijnmond ( Kazernealarm Mijnsherenlaan )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400441 BRW Rotterdam-Rijnmond ( Kazernealarm Mijnsherenlaan )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161041340117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8963676', 'geo_long': '4.4898836'}, {'title': 'U bent niet langer actief in de functie Piket_GMK_GMK beheer .', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent niet langer actief in de functie Piket_GMK_GMK beheer .'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161012590117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161012590117', 'published': 'Thu, 16 Jan 2020 10:12:59 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=9, tm_min=12, tm_sec=59, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400941 BRW Rotterdam-Rijnmond ( Verb. + GMK Piket + Verslaglegger RegOT )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400941 BRW Rotterdam-Rijnmond ( Verb. + GMK Piket + Verslaglegger RegOT )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161012590117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'U bent nu actief in de functie Piket_GMK_GMK beheer .', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent nu actief in de functie Piket_GMK_GMK beheer .'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161012580117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161012580117', 'published': 'Thu, 16 Jan 2020 10:12:58 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=9, tm_min=12, tm_sec=58, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400897 BRW Rotterdam-Rijnmond ( Algemeen Ondersteuning RegOT Piket )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400897 BRW Rotterdam-Rijnmond ( Algemeen Ondersteuning RegOT Piket )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161012580117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 1 Autom. brand OMS (INCI-01) Sporthal De Fazant Sportfondsen Fazantenlaan Hellevoetsluis 172531 172831', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Autom. brand OMS (INCI-01) Sporthal De Fazant Sportfondsen Fazantenlaan Hellevoetsluis 172531 172831'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001161000260117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001161000260117', 'published': 'Thu, 16 Jan 2020 10:00:26 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=9, tm_min=0, tm_sec=26, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400642 BRW Rotterdam-Rijnmond ( Blusploeg Oudenhoorn )<br/>1400621 BRW Rotterdam-Rijnmond ( Korpsalarm Hellevoetsluis )<br/>1400618 BRW Rotterdam-Rijnmond ( Postcommandant Hellevoetsluis )<br/>1400605 BRW Rotterdam-Rijnmond ( Monitorcode Voorne-Putten )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400642 BRW Rotterdam-Rijnmond ( Blusploeg Oudenhoorn )<br/>1400621 BRW Rotterdam-Rijnmond ( Korpsalarm Hellevoetsluis )<br/>1400618 BRW Rotterdam-Rijnmond ( Postcommandant Hellevoetsluis )<br/>1400605 BRW Rotterdam-Rijnmond ( Monitorcode Voorne-Putten )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001161000260117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8354269', 'geo_long': '4.1189775'}, {'title': 'P 1 Autom. brand OMS (INCI-01) Nancy Zeelenberghuis (Carnisse) Bevelandsestraat Rotterdam 173431', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Autom. brand OMS (INCI-01) Nancy Zeelenberghuis (Carnisse) Bevelandsestraat Rotterdam 173431'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160952110117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160952110117', 'published': 'Thu, 16 Jan 2020 09:52:11 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=8, tm_min=52, tm_sec=11, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400441 BRW Rotterdam-Rijnmond ( Kazernealarm Mijnsherenlaan )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400441 BRW Rotterdam-Rijnmond ( Kazernealarm Mijnsherenlaan )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160952110117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8874499', 'geo_long': '4.4827402'}, {'title': 'Gaarne telefonisch contact Logistiek Piket', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'Gaarne telefonisch contact Logistiek Piket'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160911580117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160911580117', 'published': 'Thu, 16 Jan 2020 09:11:58 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=8, tm_min=11, tm_sec=58, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400504 BRW Rotterdam-Rijnmond ( Logistiek Gezamenlijke Brandweer )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400504 BRW Rotterdam-Rijnmond ( Logistiek Gezamenlijke Brandweer )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160911580117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'U bent niet langer actief in de functie Piket_VRR_Informatiemanager COPI.', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent niet langer actief in de functie Piket_VRR_Informatiemanager COPI.'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160839560117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160839560117', 'published': 'Thu, 16 Jan 2020 08:39:56 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=39, tm_sec=56, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400837 BRW Rotterdam-Rijnmond ( Persoonlijke of Onbekende Code )<br/>1400034 BRW Rotterdam-Rijnmond ( Informatiemanager CoPI )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400837 BRW Rotterdam-Rijnmond ( Persoonlijke of Onbekende Code )<br/>1400034 BRW Rotterdam-Rijnmond ( Informatiemanager CoPI )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160839560117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 1 Ass. AMBU (INCI-02) (Inzet Brw: RV Afhijsen, aed) Maasplein Zwijndrecht 186351', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 1 Ass. AMBU (INCI-02) (Inzet Brw: RV Afhijsen, aed) Maasplein Zwijndrecht 186351'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160829540117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160829540117', 'published': 'Thu, 16 Jan 2020 08:29:54 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=29, tm_sec=54, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400799 BRW Rotterdam-Rijnmond ( Persoonlijke of Onbekende Code )<br/>1400462 BRW Rotterdam-Rijnmond ( Infocode ZH-Zuid )<br/>1400449 BRW Rotterdam-Rijnmond ( AL 18-6351 Zwijndrecht ) <br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400799 BRW Rotterdam-Rijnmond ( Persoonlijke of Onbekende Code )<br/>1400462 BRW Rotterdam-Rijnmond ( Infocode ZH-Zuid )<br/>1400449 BRW Rotterdam-Rijnmond ( AL 18-6351 Zwijndrecht ) <br/>'}, 'id': 'https://feeds.livep2000.nl/2001160829540117', 'guidislink': False, 'authors': [{}], 'author': '', 'geo_lat': '51.8173409', 'geo_long': '4.6561305'}, {'title': 'U bent nu actief in de functie Piket_VRR_Leider COPI.', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent nu actief in de functie Piket_VRR_Leider COPI.'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160829160117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160829160117', 'published': 'Thu, 16 Jan 2020 08:29:16 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=29, tm_sec=16, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400493 BRW Rotterdam-Rijnmond ( Persoonlijke Code COPI-ROT )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400493 BRW Rotterdam-Rijnmond ( Persoonlijke Code COPI-ROT )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160829160117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'U bent nu actief in de functie Piket_VRR_Hoofd sectie communicatie.', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent nu actief in de functie Piket_VRR_Hoofd sectie communicatie.'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160827170117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160827170117', 'published': 'Thu, 16 Jan 2020 08:27:17 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=27, tm_sec=17, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400859 BRW Rotterdam-Rijnmond ( ROT Piket )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400859 BRW Rotterdam-Rijnmond ( ROT Piket )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160827170117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'U bent niet langer actief in de functie Piket_VRR_Hoofd sectie communicatie.', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent niet langer actief in de functie Piket_VRR_Hoofd sectie communicatie.'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160827160117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160827160117', 'published': 'Thu, 16 Jan 2020 08:27:16 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=27, tm_sec=16, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400945 BRW Rotterdam-Rijnmond ( Regionaal Commandant Piket )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400945 BRW Rotterdam-Rijnmond ( Regionaal Commandant Piket )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160827160117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 2 Brandgerucht (INCI-01) Boulevard Rozenburg ZH 171631', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Brandgerucht (INCI-01) Boulevard Rozenburg ZH 171631'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160823070117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160823070117', 'published': 'Thu, 16 Jan 2020 08:23:07 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=23, tm_sec=7, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400531 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Merseyweg )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400531 BRW Rotterdam-Rijnmond ( Gez. Brandweer-Kazernealarm Merseyweg )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160823070117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'P 2 Buitenbrand (INCI-01) Boulevard Koninginnelaan Rozenburg ZH 171731', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'P 2 Buitenbrand (INCI-01) Boulevard Koninginnelaan Rozenburg ZH 171731'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160815540117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160815540117', 'published': 'Thu, 16 Jan 2020 08:15:54 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=15, tm_sec=54, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400592 BRW Rotterdam-Rijnmond ( Vrijwilligers Rozenburg )<br/>1400591 BRW Rotterdam-Rijnmond ( Bevelvoerders Rozenburg )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400999 BRW Rotterdam-Rijnmond ( Monitorcode )<br/>1400599 BRW Rotterdam-Rijnmond ( Team OIP )<br/>1400592 BRW Rotterdam-Rijnmond ( Vrijwilligers Rozenburg )<br/>1400591 BRW Rotterdam-Rijnmond ( Bevelvoerders Rozenburg )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160815540117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'U bent nu actief in de functie Piket_VRR_Regionaal operationeel leider.', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent nu actief in de functie Piket_VRR_Regionaal operationeel leider.'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160807150117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160807150117', 'published': 'Thu, 16 Jan 2020 08:07:15 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=7, tm_min=7, tm_sec=15, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400064 BRW Rotterdam-Rijnmond ( Hoofdofficier Stage )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400064 BRW Rotterdam-Rijnmond ( Hoofdofficier Stage )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160807150117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'U bent niet langer actief in de functie Piket_BRW_Tactisch Officier Alarmcentrale .', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent niet langer actief in de functie Piket_BRW_Tactisch Officier Alarmcentrale .'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160756560117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160756560117', 'published': 'Thu, 16 Jan 2020 07:56:56 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=6, tm_min=56, tm_sec=56, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400083 BRW Rotterdam-Rijnmond ( Regionaal Functionaris )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400083 BRW Rotterdam-Rijnmond ( Regionaal Functionaris )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160756560117', 'guidislink': False, 'authors': [{}], 'author': ''}, {'title': 'U bent nu actief in de functie Piket_GMK_MAC.', 'title_detail': {'type': 'text/plain', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': 'U bent nu actief in de functie Piket_GMK_MAC.'}, 'links': [{'rel': 'alternate', 'type': 'text/html', 'href': 'https://www.livep2000.nl/monitor/?SPI=2001160754360117'}], 'link': 'https://www.livep2000.nl/monitor/?SPI=2001160754360117', 'published': 'Thu, 16 Jan 2020 07:54:36 +0100', 'published_parsed': time.struct_time(tm_year=2020, tm_mon=1, tm_mday=16, tm_hour=6, tm_min=54, tm_sec=36, tm_wday=3, tm_yday=16, tm_isdst=0), 'summary': '1400936 BRW Rotterdam-Rijnmond ( GMK Piket )<br/>', 'summary_detail': {'type': 'text/html', 'language': None, 'base': 'https://feeds.livep2000.nl?r=17&d=1', 'value': '1400936 BRW Rotterdam-Rijnmond ( GMK Piket )<br/>'}, 'id': 'https://feeds.livep2000.nl/2001160754360117', 'guidislink': False, 'authors': [{}], 'author': ''}], 'bozo': 0, 'headers': {'Server': 'nginx', 'Date': 'Thu, 16 Jan 2020 19:01:49 GMT', 'Content-Type': 'text/xml; charset=utf-8', 'Content-Length': '28946', 'Connection': 'close', 'X-Powered-By': 'Express', 'ETag': 'W/"7112-DRDw0aJutwb+8fr0uaulBN9ib7Y"'}, 'etag': 'W/"7112-DRDw0aJutwb+8fr0uaulBN9ib7Y"', 'href': 'https://feeds.livep2000.nl?r=17&d=1', 'status': 200, 'encoding': 'utf-8', 'version': 'rss20', 'namespaces': {'content': 'http://purl.org/rss/1.0/modules/content/', 'wfw': 'http://wellformedweb.org/CommentAPI/', 'dc': 'http://purl.org/dc/elements/1.1/', '': 'http://www.w3.org/2005/Atom', 'sy': 'http://purl.org/rss/1.0/modules/syndication/', 'slash': 'http://purl.org/rss/1.0/modules/slash/', 'geo': 'http://www.georss.org/georss/'}}
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 1025, in emit
    msg = self.format(record)
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 869, in format
    return fmt.format(record)
  File "/Users/robert/.homeassistant/deps/lib/python/site-packages/colorlog/colorlog.py", line 119, in format
    message = super(ColoredFormatter, self).format(record)
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 608, in format
    record.message = record.getMessage()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 369, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Call stack:
  File "/usr/local/bin/hass", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/site-packages/homeassistant/__main__.py", line 388, in main
    exit_code = asyncio_run(setup_and_run_hass(config_dir, args))
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 570, in run_until_complete
    self.run_forever()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 538, in run_forever
    self._run_once()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 1782, in _run_once
    handle._run()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
  File "/Users/robert/.homeassistant/custom_components/p2000/sensor.py", line 61, in async_setup_platform
    await data.async_update()
  File "/Users/robert/.homeassistant/custom_components/p2000/sensor.py", line 123, in async_update
    self._url)
Message: '%s entries downloaded'
Arguments: (50, 'https://feeds.livep2000.nl?r=17&d=1')
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 1025, in emit
    msg = self.format(record)
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 869, in format
    return fmt.format(record)
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 608, in format
    record.message = record.getMessage()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/__init__.py", line 369, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Call stack:
  File "/usr/local/bin/hass", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/site-packages/homeassistant/__main__.py", line 388, in main
    exit_code = asyncio_run(setup_and_run_hass(config_dir, args))
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 570, in run_until_complete
    self.run_forever()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 538, in run_forever
    self._run_once()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 1782, in _run_once
    handle._run()
  File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
  File "/Users/robert/.homeassistant/custom_components/p2000/sensor.py", line 61, in async_setup_platform
    await data.async_update()
  File "/Users/robert/.homeassistant/custom_components/p2000/sensor.py", line 123, in async_update
    self._url)
Message: '%s entries downloaded'
Arguments: (50, 'https://feeds.livep2000.nl?r=17&d=1')
2020-01-16 20:01:48 INFO (MainThread) [custom_components.p2000.sensor] Last datestamp read 2020-01-16 19:38:09

My config

sensor:
  - platform: p2000
    name: Brandweer
    regios: 17                  # rotterdam rijnmond
    disciplines: 1              # brandweer
    radius: 30000               # meter, default 5000
    scan_interval: 20           # seconden, default 30

The sensor is initialised as state unknown and never updated.

Capcode problem

Hello,

I use your p2000 sensor for a while now, but something seems to go wrong with the capcode’s. I use the sensor to automate the lights because i’m a member of the fire crew.

When i’m testing with the capcode of a monitor from amsterdam everything is okay and works.

When i use my own capcode (502050 without the leading 0) nothing happens..
Country settings is also correct

P2000 will not start

I turned on debugging, something appears to go wrong here:

2020-11-24 23:28:24 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/p2000/sensor.py", line 147, in async_update
event_time = self._convert_time(entry.published)
File "/config/custom_components/p2000/sensor.py", line 110, in _convert_time
return datetime.datetime.strptime(time.split(",")[1][:-6], " %d %b %Y %H:%M:%S")
IndexError: list index out of range

Is it possible to use an own p2000 receiver and local webserver?

After following the installation manual on this git: https://github.com/dmitryelj/RPi-P2000Receiver
I can now receive p2000 messages myself.

Can I use this to home-assistant p2000 messages?
And do I need to do something to get the gps positions fixed to the messages?

It feeds to an API, output:

    "body": "A1 Maerlantstraat 6531AT Nijmegen 69972",
    "capcodes": [
        "002029568",
        "000923129",
        "000923100"
    ],
    "groupid": "09.106",
    "is_posted": true,
    "message_raw": "FLEX|2021-05-27 20:39:01|1600/2/K/A|09.106|002029568 000923129 000923100|ALN|A1 Maerlantstraat 6531AT Nijmegen 69972",
    "priority": 1,
    "receivers": "002029568, 000923129, 000923100",
    "sender": 3,
    "timereceived": 1896.61824937,
    "timestamp": "2021-05-27 20:39:01"
}, {
    "body": "A2 Veldhoven Rit: 55645",
    "capcodes": [
        "001123111"
    ],
    "groupid": "09.091",
    "is_posted": true,
    "message_raw": "FLEX|2021-05-27 20:38:33|1600/2/K/A|09.091|001123111|ALN|A2 Veldhoven Rit: 55645",
    "priority": 2,
    "receivers": "001123111",
    "sender": 0,
    "timereceived": 1868.447019222,
    "timestamp": "2021-05-27 20:38:33"
}, ```

IndexError: list index out of range

HI,

installed this for the first time, and nothing happening so far ;-) which might be a good thing of course.

Otoh, I see this in the logs:

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/p2000/sensor.py", line 138, in async_update
    self._event_time = self._convert_time(self._feed.entries[0]["published"])
  File "/config/custom_components/p2000/sensor.py", line 110, in _convert_time
    return datetime.datetime.strptime(time.split(",")[1][:-6], " %d %b %Y %H:%M:%S")
IndexError: list index out of range

which seems to indicate an issue in the CC regarding the datetime objects. I am on 118.4, and there have been more than a few issues with the datetime calculations lately.

Please check if your integration suffers that too?

thanks!

Duplicates

Hey there!
With the new update, I'm only getting messages that include the location, which works as intended! Thanks for that!

Somehow I'm still getting every message twice, but I'm not sure what's causing it.
Example:
1st message:

P 2 INCI-01 Liftopsluiting Burgemeester Brokxlaan Tilburg 209433
Sat, 21 Mar 2020 11:35:09 +0100

&

2nd message:

P 2 INCI-01 Liftopsluiting Burgemeester Brokxlaan Tilburg 209433
Sat, 21 Mar 2020 11:46:07 +0100

There's a difference in the timestamp. When I go to livep2000.nl, I only see one message that corresponds with what HA tells me, which is the first message in the example described above.
The second message isn't showing on livep2000.nl. There is however a new message on the site that reads:

11:46:0721-03-2020AMBUA2 MOERDIJK rit: 24521 eh: 20107
1220607 MKA Midden en West Brabant ( Ambulance 20-107 Roosendaal )
1220499 MKA Midden en West Brabant ( Monitorcode )

This is the exact same time as the 2nd message in the examples from earlier, but a different P2000 alert.

I hope I explained well enough.

Thanks for all your hard work!

No update of sensor

Just installed everything following the workaround. Looks like the app dont get an update from the feed. Selecting al regions and the app stays on unknown.

Another search option (like *GRIP*)

Hi,

I like the p2000 sensor! Thank you for the implementation.

What I would love to have is, scan in every region for the text "GRIP" or "Lifeliner", for big incidents notification.

Could you implement that?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.