<div class="center">
{{ now|smartdate('l') }}, {{ now|smartdate('d.m.Y') }}<br/>
<img src="lib/weather/pics/sun_up.png" class="sunIcon"/> {{ basic.print('sonnenaufgang', 'system.datum_uhrzeit.sonne.aufgang', 'text') }} <img src="lib/weather/pics/sun_down.png" class="sunIcon"//> {{ basic.print('sonnenuntergang', 'system.datum_uhrzeit.sonne.untergang','text') }}
<img src="lib/weather/pics/moon_up.png" class="moonIcon" /> {{ basic.print('mondaufgang', 'system.datum_uhrzeit.mond.aufgang', 'text') }} <img src="lib/weather/pics/moon_down.png" class="moonIcon"//>{{ basic.print('moonset', 'system.datum_uhrzeit.mond.untergang','text') }}<br/>
{{ now|smartdate('l') }}, {{ now|smartdate('d.m.Y') }}<br/>
<img src="lib/weather/pics/sun_up.png" class="sunIcon"/> {{ basic.print('sonnenaufgang', 'system.datum_uhrzeit.sonne.aufgang', 'text') }} <img src="lib/weather/pics/sun_down.png" class="sunIcon"//> {{ basic.print('sonnenuntergang', 'system.datum_uhrzeit.sonne.untergang','text') }}
<img src="lib/weather/pics/moon_up.png" class="moonIcon" /> {{ basic.print('mondaufgang', 'system.datum_uhrzeit.mond.aufgang', 'text') }} <img src="lib/weather/pics/moon_down.png" class="moonIcon"//>{{ basic.print('moonset', 'system.datum_uhrzeit.mond.untergang','text') }}<br/>
Also Danke für die heutigen Hilfe
Ich habe jetzt alles was vor dem Fehler ablief rausgenommen. im Admin sind alle Felder des Items "System" vorhanden,
aber in der Log-Anzeige meckert der Neustart,
2020-04-17 11:38:00 WARNING lib.logic CallListCSVLogic: Could not access logic file (/usr/local/smarthome/logics/calllist_csv_logic.py) => ignoring.
2020-04-17 11:38:02 WARNING __main__ DEPRECATED: Used function 'sh.tzinfo()', called in 'class Item (lib.item)' by '__run_eval -> _task -> _worker -> run -> _bootstrap_inner -> _bootstrap' - use the Shtime-API instead
2020-04-17 11:38:02 WARNING __main__ DEPRECATED: Used function 'sh.tzinfo()', called in 'class Item (lib.item)' by '__run_eval -> _task -> _worker -> run -> _bootstrap_inner -> _bootstrap' - use the Shtime-API instead
2020-04-17 11:38:02 ERROR lib.item Item system.datum_uhrzeit.sonne.position: problem running <bound method WebSocket.update_item of <plugins.visu_websocket.WebSocket object at 0x695b39b0>>: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
Traceback (most recent call last):
2020-04-17 11:38:02 ERROR lib.item Item system.datum_uhrzeit.sonne.position: problem running <bound method WebSocket.update_item of <plugins.visu_websocket.WebSocket object at 0x695b39b0>>: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
Traceback (most recent call last):
File "/usr/local/smarthome/lib/item.py", line 2368, in __update
method(self, caller, source, dest)
File "/usr/local/smarthome/plugins/visu_websocket/__init__.py", line 156, in update_item
self.websocket.update_item(item.id(), item(), source)
File "/usr/local/smarthome/lib/item.py", line 2124, in __call__
return copy.deepcopy(self._value)
File "/usr/lib/python3.7/copy.py", line 150, in deepcopy
y = copier(x, memo)
File "/usr/lib/python3.7/copy.py", line 220, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 220, in <listcomp>
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 180, in deepcopy
y = _reconstruct(x, memo, *rv)
File "/usr/lib/python3.7/copy.py", line 274, in _reconstruct
y = func(*args)
File "/usr/lib/python3.7/copyreg.py", line 88, in __newobj__
return cls.__new__(cls, *args)
TypeError: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
2020-04-17 11:38:03 ERROR lib.item Item system.datum_uhrzeit.mond.position: problem running <bound method WebSocket.update_item of <plugins.visu_websocket.WebSocket object at 0x695b39b0>>: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
Traceback (most recent call last):
File "/usr/local/smarthome/lib/item.py", line 2368, in __update
method(self, caller, source, dest)
File "/usr/local/smarthome/plugins/visu_websocket/__init__.py", line 156, in update_item
self.websocket.update_item(item.id(), item(), source)
File "/usr/local/smarthome/lib/item.py", line 2124, in __call__
return copy.deepcopy(self._value)
File "/usr/lib/python3.7/copy.py", line 150, in deepcopy
y = copier(x, memo)
File "/usr/lib/python3.7/copy.py", line 220, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 220, in <listcomp>
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 180, in deepcopy
y = _reconstruct(x, memo, *rv)
File "/usr/lib/python3.7/copy.py", line 274, in _reconstruct
y = func(*args)
File "/usr/lib/python3.7/copyreg.py", line 88, in __newobj__
return cls.__new__(cls, *args)
TypeError: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
2020-04-17 11:38:02 WARNING __main__ DEPRECATED: Used function 'sh.tzinfo()', called in 'class Item (lib.item)' by '__run_eval -> _task -> _worker -> run -> _bootstrap_inner -> _bootstrap' - use the Shtime-API instead
2020-04-17 11:38:02 WARNING __main__ DEPRECATED: Used function 'sh.tzinfo()', called in 'class Item (lib.item)' by '__run_eval -> _task -> _worker -> run -> _bootstrap_inner -> _bootstrap' - use the Shtime-API instead
2020-04-17 11:38:02 ERROR lib.item Item system.datum_uhrzeit.sonne.position: problem running <bound method WebSocket.update_item of <plugins.visu_websocket.WebSocket object at 0x695b39b0>>: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
Traceback (most recent call last):
2020-04-17 11:38:02 ERROR lib.item Item system.datum_uhrzeit.sonne.position: problem running <bound method WebSocket.update_item of <plugins.visu_websocket.WebSocket object at 0x695b39b0>>: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
Traceback (most recent call last):
File "/usr/local/smarthome/lib/item.py", line 2368, in __update
method(self, caller, source, dest)
File "/usr/local/smarthome/plugins/visu_websocket/__init__.py", line 156, in update_item
self.websocket.update_item(item.id(), item(), source)
File "/usr/local/smarthome/lib/item.py", line 2124, in __call__
return copy.deepcopy(self._value)
File "/usr/lib/python3.7/copy.py", line 150, in deepcopy
y = copier(x, memo)
File "/usr/lib/python3.7/copy.py", line 220, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 220, in <listcomp>
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 180, in deepcopy
y = _reconstruct(x, memo, *rv)
File "/usr/lib/python3.7/copy.py", line 274, in _reconstruct
y = func(*args)
File "/usr/lib/python3.7/copyreg.py", line 88, in __newobj__
return cls.__new__(cls, *args)
TypeError: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
2020-04-17 11:38:03 ERROR lib.item Item system.datum_uhrzeit.mond.position: problem running <bound method WebSocket.update_item of <plugins.visu_websocket.WebSocket object at 0x695b39b0>>: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
Traceback (most recent call last):
File "/usr/local/smarthome/lib/item.py", line 2368, in __update
method(self, caller, source, dest)
File "/usr/local/smarthome/plugins/visu_websocket/__init__.py", line 156, in update_item
self.websocket.update_item(item.id(), item(), source)
File "/usr/local/smarthome/lib/item.py", line 2124, in __call__
return copy.deepcopy(self._value)
File "/usr/lib/python3.7/copy.py", line 150, in deepcopy
y = copier(x, memo)
File "/usr/lib/python3.7/copy.py", line 220, in _deepcopy_tuple
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 220, in <listcomp>
y = [deepcopy(a, memo) for a in x]
File "/usr/lib/python3.7/copy.py", line 180, in deepcopy
y = _reconstruct(x, memo, *rv)
File "/usr/lib/python3.7/copy.py", line 274, in _reconstruct
y = func(*args)
File "/usr/lib/python3.7/copyreg.py", line 88, in __newobj__
return cls.__new__(cls, *args)
TypeError: you can only create an ephem.Angle through ephem.degrees() or ephem.hours()
Die Posiition spreche in der Visu nicht an.
In 1.7 lief es schon einmal! Was mache ich falsch?

Einen Kommentar schreiben: