I tried to install the 2nd one again, and I get these errors. *weewx[1382503] CRITICAL __main__: **** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*
Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** File "/usr/share/weewx/weewx/engine.py", line 93, in __init__* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** self.loadServices(config_dict)* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** File "/usr/share/weewx/weewx/engine.py", line 161, in loadServices* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** obj = weeutil.weeutil.get_object(svc)(self, config_dict)* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** File "/usr/share/weewx/weeutil/weeutil.py", line 1343, in get_object* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** raise AttributeError(* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** AttributeError: Module 'user.mqtt' has no attribute 'MQTT' when searching for 'user.mqtt.MQTT'* Nov 05 08:18:37 raspberrypi python3[1382503]: *weewx[1382503] CRITICAL __main__: **** Exiting.* On Tuesday, November 5, 2024 at 8:12:42 AM UTC-5 [email protected] wrote: > Thanks, I am using the 1st one. The Matthewwall version generates errors > once installed about the fact that user.mqtt.MQTT is not available? > Ive tried (I think) to use just weather as a topic, but that doesn't seem > to work? or at least I dont know the correct verbiage for it to work. > > > On Tuesday, November 5, 2024 at 8:03:39 AM UTC-5 Jacques Terrettaz wrote: > >> Which MQTT weewx extension are you using ? >> >> If you are using this one : https://github.com/michael-slx/weewx-mqtt. , >> this extension will not generate a weather/loop topic. >> >> You have to use this one : https://github.com/matthewwall/weewx-mqtt >> >> >> >> Le 5 nov. 2024 à 13:11, [email protected] <[email protected]> a écrit : >> >> right, but I dont understand why. >> weeewx seems to be publsihing one: >> Nov 05 07:07:59 raspberrypi python3[1316464]: weewx[1316464] DEBUG >> user.mqtt: New loop packet: {'outTemp': 46.4, 'outHumidity': 95.0, >> 'windDir': None, 'windSpeed': 0.0, 'UV': 0.0, 'dateTime': 1730808476, >> 'usUnits': 1, 'pressure': None, 'altimeter': None, 'appTemp': >> 45.245115652841136, 'barometer': None, 'cloudbase': 572.6365667027871, >> 'dewpoint': 45.046399106507735, 'ET': None, 'heatindex': 45.205, 'humidex': >> 46.594988755566824, 'inDewpoint': None, 'maxSolarRad': 14.56323578586372, >> 'rainRate': 0.0, 'windchill': 46.4, 'windrun': None} >> topic is set for the same on both MQTT and Belchertown skin. is my MQTT >> broker not interacting with weewx correctly? >> or, how can i figure out what loop it is publishing. >> >> >> -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/03e82569-9bab-4130-81a3-012fd6754637n%40googlegroups.com.
