svde
svde
Perhaps this is a way to do it: https://github.com/michaelarnauts/aiocomfoconnect/commit/383cb94620d92a2799abf69200570c804b77f115
Do you have the right frequency in /boot/config.txt? I have 2 CAN HATs, with different crystals on it. The old one needs: dtoverlay=mcp2515-can0,oscillator=8000000,interrupt=25,spimaxfrequency=1000000 and the newer one: dtoverlay=mcp2515-can0,oscillator=12000000,interrupt=25,spimaxfrequency=2000000
/etc/network/interfaces.d/can0 ``` auto can0 iface can0 inet manual pre-up /sbin/ip link set $IFACE type can bitrate 20000 triple-sampling on up /sbin/ifconfig $IFACE up down /sbin/ifconfig $IFACE down ``` /etc/systemd/system/hpsu.service ```...
Most recent entries from the staging job.json. My observation is that it didn't do anything. { "name": "***redacted***.net", "finished": true, "notified": true, "notified-renewed": true, "last-run": "Thu, 17 Aug 2023 08:57:12...
Removing the (stale?) fqdn directories in md/stagaing seems to solve the issue.
Our setup involves two webservers behind a load balancer. We use a script called by MDMessageCmd to synchronize (challenges and when done: full apache config) to the other node. In...
Yes, I’m using that one.
This one [https://docs.m5stack.com/en/unit/Unit-Mini%20CAN](https://docs.m5stack.com/en/unit/Unit-Mini%20CAN) should be able to power the board from the can bus. I have one. I'm trying to use it in combination with an atoms3 lite / atoms3u,...
This is the config I'm using: ``` substitutions: board: esp32-s3-devkitc-1 device_description: "wtw new" mac: ***redacted*** platform: "ESP32" rx_pin: "1" # RX = GPIO_NUM_1 tx_pin: "2" # TX = GPIO_NUM_2 api:...
Got the M5stack atom lite. It works, powered via the 12V of the zehnder unit.