Has your TV a static IP or is the MAC address assigned to a fixed IP in your router ?
Can you ping the TV from your openhab server ?
Is the Thing online in PaperUI ?
And we still don’t know what is not working …
Has your TV a static IP or is the MAC address assigned to a fixed IP in your router ? yes
Can you ping the TV from your openhab server ? yes
Is the Thing online in PaperUI ? no
And we still don’t know what is not working … i agree
i have uninstalled binding and installed it again.
i dont have TV under things or in control part of Paperui… and cant add it manually.
Not sure how to proceed.
2020-04-22 20:39:08.110 [DEBUG] [onictv.internal.PanasonicTVActivator] - PanasonicTV binding has been started.
This is the only DEBUG output
tail -f /var/log/openhab2/openhab.log /var/log/openhab2/events.log
2020-04-22 20:39:08.110 [DEBUG] [onictv.internal.PanasonicTVActivator] - PanasonicTV binding has been started.
2020-04-22 20:39:08.388 [INFO ] [asonictv.internal.PanasonicTVBinding] - TV registered 'Stue_tv' with IP '192.168.0.7'
==> /var/log/openhab2/events.log <==
2020-04-22 20:39:26.434 [vent.ItemStateChangedEvent] - stueTVPower changed from OFF to ON
ok i need to dig in these issues 1 step at the time.
since i dont really get any info in the log ,my question is.
Have i set the log level correct,this is the complete logger file ?
i just realized that i cannot ping TV when off.so i guess that is atleast part of the issue.
That’s not a binding issue.
The UI has been told in the sitemap to show an Item named StueTVPower, but the system cannot find it.
Your Items have not been created.
Look in openhab.log at boot time or when you edit your xxx.items file for a message - Loading model 'xxx.items'
How did you make that happen?
Note that stueTVPower is not the same Item as StueTVPower
2020-05-10 14:19:00.833 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model ‘hus.items’
but i get this
2020-05-10 14:23:37.400 [INFO ] [rest.core.internal.item.ItemResource] - Received HTTP POST request at ‘items/stueTVPower’ for the unknown item ‘stueTVPower’.
Why does it state a small s when both item and sitemap is capital lettter.
Because it might be in more than one place in your sitemap, spelt differently.
Or because the browser hasn’t been refreshed and is still using an old sitemap.
Or because you are using HABpanel, which has no sitemap.
Or some other reason.
Can you clarify exactly what your problem is now ?