Martin Rowan

Results 12 issues of Martin Rowan

Lightweight hardware PWM implementation with GUI configuration, allowing 25000 Hz PWM signal suitable for controlling Noctua PWM fans. Another PR #442 but was criticised for needing pigpio and lacking UI...

Given the pi-tool is meant to show you the current load on the Pi. Having it constantly use > 100% CPU for pi-tool and > 50% CPU for 2nd instance...

I Installed the tools via the install script provided. From the menu I ran "Cooler Master Pi Tool" the application runs and I can see it monitoring the system, When...

Work in progress Sort of a master slave configuration Using MQTT and/or Home Assistant API (once known) Pi provides support for RF433, ZWAVE and Zigbee

TODO
Documentation

History component isn't great as its graphs get very cluttered when multiple sensors which trace the same unit of measurement are added. Investigate different visualising options and configuration options. Investigate...

enhancement

Watch for API being added for 3rd Gen Nest Thermostats (UK) which control hot water too, but no API yet. Watch: https://nestdevelopers.io/t/api-for-hot-water-control-3rd-gen-nest-thermostat/197

Reinstate support for: * Hiding legend (legacy and dufte styles) * Controlling line width (legacy and dufte styles) - Fixes #82 Provide options to enable: * Legacy graph style (not...

Hey, > I am working on adding the functionality to act as an SNMP Server or Manager. In the meantime, if you need to do this, look at the library...

Investigate [AsyncUDP ](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to replace looping to check for new UDP packets. * Check platform support/portability * Check existing udp library doesn't have async methods * Believe changes would require...

enhancement

Add unit test to at least cover the parsing of different packet types in order to avoid missing regressions (again).

enhancement