Provider Adsl puts me in quarantine

Using Windows with Visual code to connect to the Raspberry Pi
I installed raspberry pi and worked good but KPN cancelled internet and blocked my raspberry IP address. Cannot save files anymore in the folder.
Did I miss some security settings ?
Looks like I have an open port or something.
The openhab files are still in the folder network / ip address /openhab-conf
But my rules do not work anymore. The frontail log shows that all my sensors respond and work perfectly but openhab rules do not work anymore. Also I cannot save the default.rules items and sitemap under the same name anymore : no permission…
The provider blocked something.

Please your advise.

Nothing you describe sounds like something your internet provider could have done. They can cut off your internet but they can’t break your LAN. And they certainly can’t break your OH config.

Are there errors in the log?

When opening Visual studio code :
[Error - 16:55:23] Connection to server is erroring. Shutting down server.
I did a sudo reboot but didnt help

Openhab log : a lot of errors

2019-03-30 16:43:57.000 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Alarm_Status1’ for widget org.eclipse.smarthome.model.sitemap.Switch
2019-03-30 16:43:57.004 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.Switch
2019-03-30 16:43:57.006 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Alarm_Status1’ for widget org.eclipse.smarthome.model.sitemap.Switch
2019-03-30 16:43:57.008 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Alarm_Status1’ for widget org.eclipse.smarthome.model.sitemap.Switch

2019-03-30 16:45:27.876 [WARN ] [me.core.internal.events.EventHandler] - Dispatching event to subscriber ‘org.eclipse.smarthome.io.monitor.internal.EventLogger@1fd7f58’ takes more than 5000ms.

2019-03-30 16:43:57.083 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Gkledingkamer’ for widget org.eclipse.smarthome.model.sitemap.Group

My Paper UI is showing all things online. And fronttail do show all sensors on off etc.
Sitemap groups are there but no single item is shouwing within the group.

Events log looks fine with updates :slight_smile:2019-03-30 19:45:40.057 [me.event.ThingUpdatedEvent] - Thing ‘zigbee:device:04000BE2:d0cf5efffe1d4ff9’ has been updated.
2019-03-30 19:45:42.964 [me.event.ThingUpdatedEvent] - Thing ‘zigbee:coordinator_telegesis:04000BE2’ has been updated.
2019-03-30 19:45:44.722 [me.event.ThingUpdatedEvent] - Thing ‘zigbee:device:04000BE2:90fd9ffffef74ff2’ has been updated.
2019-03-30 19:45:48.643 [me.event.ThingUpdatedEvent] - Thing ‘zigbee:device:04000BE2:000b57fffe906026’ has been updated.

Already solved quite some problems

  • items are working, some channels and errors in the file caused a total not functioning
  • re-installed the cloud with new UID and secret
  • edited the items with putty nano

2 problems left : rules not working and cannot save with Visual code. Looks like a Windows permission thing. Dont know yet how to resolve.

When concentrating on the setup I managed to tackle all issues. Running smootly now on the Pi !

reinstalled the Visual code and changed the default.rules into defaultX.rules etc. and now saving works again.
tx