A working MQTT environment already exists. 
The MQTT configuration was a bit bumpy because I wanted to use the 
following connection: broker_connection = mqtt://192.168.178.15:1883
Only the following setting brought success: broker_connection = 
ws://192.168.178.15:9001
Afterwards I adjusted the topic and for [LiveGauges] and [LiveCharts] 
changed the value for payload_key 
And now the live display works :)
I find several lines within one second in the logfile of DEBUG 
user.gaugeengine very confusing: 
DEBUG user.gaugeengine: GaugeGenerator: Cannot decode reading of 'None' for 
gauge 'windDir' or
DEBUG user.gaugeengine: GaugeGenerator: Cannot decode reading of 'None' for 
gauge 'outTemp'.

Furthermore, I have the following error message in the log:

Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: 
Generate failed with exception '<class 'NameMapper.NotFound'>'
Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: **** 
Ignoring template /home/weewx/skins/Bootstrap/history.html.tmpl
Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: **** 
Reason: cannot find 'max_wind' while searching for 
'BootstrapLabels.history_tables.max_wind'
Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: ****  
Traceback (most recent call last):
Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: 
****    File "/home/weewx/bin/weewx/cheetahgenerator.py", line 323, in 
generate
Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: 
****      unicode_string = compiled_template.respond()
Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: 
****    File "_home_weewx_skins_Bootstrap_history_html_tmpl.py", line 198, 
in respond
Feb 24 17:19:27 weewx-test weewx[8495] ERROR weewx.cheetahgenerator: ****  
NameMapper.NotFound: cannot find 'max_wind' while searching for 
'BootstrapLabels.history_tables.max_wind'
Feb 24 17:19:27 weewx-test weewx[8495] INFO weewx.cheetahgenerator: 
Generated 10 files for report HTMLPages in 1.03 seconds
Feb 24 17:19:27 weewx-test weewx[8495] INFO weewx.reportengine: Copied 0 
files to /var/www/html/weewx/Bootstrap
Feb 24 17:19:27 weewx-test weewx[8495] DEBUG weewx.reportengine: Report 
'FTP' not enabled. Skipping.
Feb 24 17:19:27 weewx-test weewx[8495] DEBUG weewx.reportengine: Report 
'RSYNC' not enabled. Skipping.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ca6d3701-346b-466c-b9e5-33d3d2e62c1en%40googlegroups.com.

Reply via email to