Hallo zusammen,
ich habe mich nun intensiver mit SmarthomeNG beschäftigt und alles läuft wie gewünscht.
Allerdings bekomme ich das Helios Plugin einfach nicht zum laufen. Ich habe mehrfach installiert aber lande immer beim selben Fehler...
sh.log
Rufe ich das Plugin auf erhalte ich Werte
Im SmarthomeNG backend erhalte ich allerdings unter items >> ventilation.rs485 immer nur den Wert 0 .
Unter Plugins kann ich Helios auch nicht finden.
Es kann doch nicht sein, dass nur bei mir dieses Plugin nicht läuft?
Kann mir bitte noch jemand einen Tipp geben. Ich weiß jetzt wirklich nicht mehr weiter.
ich habe mich nun intensiver mit SmarthomeNG beschäftigt und alles läuft wie gewünscht.
Allerdings bekomme ich das Helios Plugin einfach nicht zum laufen. Ich habe mehrfach installiert aber lande immer beim selben Fehler...
sh.log
Code:
2017-03-07 21:28:51 ERROR Main Plugin helios exception: module 'plugins.helios' has no attribute 'helios' Traceback (most recent call last): File "/usr/local/smarthome/lib/plugin.py", line 64, in __init__ plugin_thread = PluginWrapper(smarthome, plugin, classname, classpath, args, instance) File "/usr/local/smarthome/lib/plugin.py", line 104, in __init__ exec("self.plugin = {0}.{1}.__new__({0}.{1})".format(classpath, classname)) File "<string>", line 1, in <module> AttributeError: module 'plugins.helios' has no attribute 'helios' 2017-03-07 21:29:02 WARNING ventilation.thermal_efficiency.efficiency Item ventilation.thermal_efficiency.efficiency: problem evaluating round((sh.ventilation.rs485._incoming_temp() - sh.ventilation.rs485._outside_temp()) / (sh.ventilation.rs485._inside_temp() - sh.ventilation.rs485._outside_temp()) * 100): division by zero
Code:
(#)~:$ cd /usr/local/smarthome/plugins/helios (#)/usr/local/smarthome/plugins/helios:$ python3 ./__init__.py exhaust_fan = 0 bypass_disabled = 1 incoming_temp = 19 boost_setting = 0 max_fanspeed = 8 exhaust_temp = 7 failure_notice = 0 bypass_temp = 16 fanspeed = 3 boost_activate = 0 clean_filter = 0 boost_remaining = 0 outside_temp = 4 inside_temp = 23 power_state = 1 fresh_air_fan = 0 min_fanspeed = 3 boost_status = 0
Unter Plugins kann ich Helios auch nicht finden.
Es kann doch nicht sein, dass nur bei mir dieses Plugin nicht läuft?
Kann mir bitte noch jemand einen Tipp geben. Ich weiß jetzt wirklich nicht mehr weiter.
Kommentar