RSS feed doesn't work
Moderators: leecollings, htilburgs, robgeerts
-
bkluivingh
- Posts: 4
- Joined: Tuesday 28 August 2018 23:05
- Target OS: NAS (Synology & others)
- Domoticz version: 4.10717
- Location: nl-NL
- Contact:
RSS feed doesn't work
Hi all,
I'm happy with Dashticz. I managed to make the connection with Domoticz. For the most part, I also understand what I have to do. Compliments for the clear explanations and examples.
I am now about to add practical items. I want to use some RSS feeds, but that doesn't seem to work.
For example, I get an empty box under 'traffic', 'news', 'garbage'. Because these are pre-programmed items, I don't see what I'm doing wrong.
If I add an RSS feed myself, I will not succeed either.
I use the Dasticz V3 master on a Synology NAS.
Someone who recognizes it and knows what goes wrong?
Thank you for reading and thinking along.
// Dutch tekst
Ik ben blij met Dashticz. Het is mij gelukt om de connectie te maken met Domoticz. Voor het grootste gedeelte snap ik ook wat ik moet doen. Complimenten voor de duidelijke uitleggen en voorbeelden.
Ik ben nu op het punt om practische items toe te voegen. Ik wil wat RSS feeds toepassen, maar dat lijkt niet te lukken.
Ik krijg bijvoorbeeld een leeg vak bij 'traffic', 'news', 'garbage'. Omdat dit voorgeprogrammeerde items zijn, zie ik niet goed wat ik verkeerd doe.
Als ik zelf een RSS feed toevoeg, lukt het mij ook niet.
Ik gebruik de Dasticz V3 master op een Synology NAS.
Iemand die het herkent en weet wat er mis gaat?
Bedankt voor het lezen en meedenken.
I'm happy with Dashticz. I managed to make the connection with Domoticz. For the most part, I also understand what I have to do. Compliments for the clear explanations and examples.
I am now about to add practical items. I want to use some RSS feeds, but that doesn't seem to work.
For example, I get an empty box under 'traffic', 'news', 'garbage'. Because these are pre-programmed items, I don't see what I'm doing wrong.
If I add an RSS feed myself, I will not succeed either.
I use the Dasticz V3 master on a Synology NAS.
Someone who recognizes it and knows what goes wrong?
Thank you for reading and thinking along.
// Dutch tekst
Ik ben blij met Dashticz. Het is mij gelukt om de connectie te maken met Domoticz. Voor het grootste gedeelte snap ik ook wat ik moet doen. Complimenten voor de duidelijke uitleggen en voorbeelden.
Ik ben nu op het punt om practische items toe te voegen. Ik wil wat RSS feeds toepassen, maar dat lijkt niet te lukken.
Ik krijg bijvoorbeeld een leeg vak bij 'traffic', 'news', 'garbage'. Omdat dit voorgeprogrammeerde items zijn, zie ik niet goed wat ik verkeerd doe.
Als ik zelf een RSS feed toevoeg, lukt het mij ook niet.
Ik gebruik de Dasticz V3 master op een Synology NAS.
Iemand die het herkent en weet wat er mis gaat?
Bedankt voor het lezen en meedenken.
-
Lokonli
- Posts: 2296
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: RSS feed doesn't work
Those modules need PHP support. Did you configure PHP correctly?
You can check by clicking on the settings icon (top right) and then on the info-tab: What is the PHP version that is reported?
You can check by clicking on the settings icon (top right) and then on the info-tab: What is the PHP version that is reported?
-
bkluivingh
- Posts: 4
- Joined: Tuesday 28 August 2018 23:05
- Target OS: NAS (Synology & others)
- Domoticz version: 4.10717
- Location: nl-NL
- Contact:
Re: RSS feed doesn't work
Thnx for the quick response... Indeed, it says no Python is running. Now I installed en started Python. After installing Python on my NAS the info tells me Python is not installed
Domoticz version: 4.10717
dzVents version: 2.4.19
Python version: none
PHP version: 7.0.33
I installed Python3 version 3.5.1-0108
If anyone has a clue, thnx
Domoticz version: 4.10717
dzVents version: 2.4.19
Python version: none
PHP version: 7.0.33
I installed Python3 version 3.5.1-0108
If anyone has a clue, thnx
-
Lokonli
- Posts: 2296
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: RSS feed doesn't work
For Dashticz Python is not needed, so that's no problem.
(Python needs to be installed for several Domoticz plugins)
Can you post your CONFIG.js? I'll have a look.
(Python needs to be installed for several Domoticz plugins)
Can you post your CONFIG.js? I'll have a look.
-
bkluivingh
- Posts: 4
- Joined: Tuesday 28 August 2018 23:05
- Target OS: NAS (Synology & others)
- Domoticz version: 4.10717
- Location: nl-NL
- Contact:
Re: RSS feed doesn't work
Hi Lokonli, thanx for your offer...
I don't understand why the pre installed 'traffic' and 'garbage' does not work, while OV and other items do work.
Kind regards, Bart
- Spoiler: show
I don't understand why the pre installed 'traffic' and 'garbage' does not work, while OV and other items do work.
Kind regards, Bart
-
Lokonli
- Posts: 2296
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: RSS feed doesn't work
For the news:
Can you first test the default news block?
You do this by adding 'news' to a column.
Your feed https://www.alarmeringdroid.nl/rss/029d89bd seems not to give valid rss data.
Can you first test the default news block?
You do this by adding 'news' to a column.
Your feed https://www.alarmeringdroid.nl/rss/029d89bd seems not to give valid rss data.
-
Lokonli
- Posts: 2296
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: RSS feed doesn't work
For the garbage:
Can you test with the following settings:
This works on my system.
You have an incorrect housenumber in your config.
Can you test with the following settings:
Code: Select all
config['garbage_zipcode'] = '2612HH';
config['garbage_housenumber'] = '123';
You have an incorrect housenumber in your config.
-
bkluivingh
- Posts: 4
- Joined: Tuesday 28 August 2018 23:05
- Target OS: NAS (Synology & others)
- Domoticz version: 4.10717
- Location: nl-NL
- Contact:
Re: RSS feed doesn't work
Thanx for the repley,
unfortunatly both the RSS and the garbage don't work.
For the rss, I see a field with an icon, but no text,
for the garbage I see a trashbin with the text geen gegeven gevonden. I've tried it with several exististing PC+nr combinations
unfortunatly both the RSS and the garbage don't work.
For the rss, I see a field with an icon, but no text,
for the garbage I see a trashbin with the text geen gegeven gevonden. I've tried it with several exististing PC+nr combinations