Rich Bell
Rich Bell
This would allow one to easily ‘test’ json formats. For example see, #201
https://github.com/eclipse/paho.mqtt.python/blob/v2.0.0/docs/migrations.rst
Paho mqtt v2 has a different api signatures. V1 is deprecated but can be used with a compatibility parameter setting. It would be good to use the v2. Probably have...
List of small things that need to be done before release - [ ] Update v2 to v3 upgrade wiki page https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Upgrade-Guide#upgrading-to-v3-from-v2 - [x] Update understanding log wiki page -...
This needs to be reworked. subfields can bleed into each other A couple references: #201, #204
It is actually very broken in at least this one scenario: WeeWX record_generation = hardware record_augmentation = True # obviously if this is False, then this would never work MQTTSubscribe...
Cache clearing will happen when a loop packet ‘arrives’. More specifically, after MQTTSubscribe has updated the loop packet, any observations in the loop packet will be removed from the cache....
### Discussed in https://github.com/bellrichm/WeeWX-MQTTSubscribe/discussions/218 Originally posted by **BledItIt** September 19, 2024 My log is filled with: ERROR user.MQTTSubscribe: (Driver) Skipping hlxt3 because data is an array and has no configured...